/* New Optimage styles */
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: small;
  background: #EEE; /* Only seen when exceed max-width on wrapper */
}
p {font-size: small;}
/* allow overriding paragraph size */
div.larger p {font-size: 110%};
div.medium p {font-size: medium};

/* outermost wrapper to center entire page*/
#wrapper {
  background: #FAFFF5; /* #FDFDF2; */
}

/* inner wrapper for non-table layout */
#main {
  margin:0; padding:0;
  background-color: #FAFFF5;
}
/* clears floating cols */
.clear-columns {
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
}

.content {padding: 12px 20px;}
/* initially hide error msg and appt controls */
.error {
  display:none;
  color: #990000;
}
/* NOT GOOD, BUT ITEMS TO ALWAYS HIDE INITIALLY -- Not needed now?
#appt_extra, #submit_result {display:none;}
*/

div.lt_blue {
  background-color: #F6FAFE;
}

/* header */

#header {
  /* color expands into top img bottom is ridge for nav-bar*/
  background: #d4e4aa url(img/header-bg.png) repeat-x bottom;
  font-family: Georgia, serif;
  color: #374C0E;
  white-space: nowrap;
  padding: 4px 4px 6px;
/*  vertical-align: middle; */
}
#header-text1 {
  font-style: italic;
  font-size: 230%;
}
#header-text2 {
  font-size: 130%;
  margin-left:1em;
}
#header a { color: #374C0E; }

/* navbar row (UL,LI styles are in common.css) */
#navigation {
  text-align: center;
  background: #7CA527 url(img/navbar-bg_25.png) repeat-x;
  min-height: 25px;
}

#navigation a:link, #navigation a:visited {
  /*next 3 interact subtly to locate text and left border*/
  line-height: 1.7;
  padding: 3px 10px 5px;
  font-size: 12px; /* same as 90% of 'small' base */
  font-weight: 600; /*next step above 'normal'*/
  color: #EDF7D4;
  border-left: 2px groove #A8C856; /*separator*/
/*  border: none; */
  background: transparent;
  text-decoration: none;
}
.top-menu {/* not used ? */
  border-left: 2px groove #A8C856; /*separator*/
}

#navigation a.last-link {border-right: 2px groove #A8C856;}

#navigation a:hover, div.box h3 a:hover {
  color: #FFFFFF;
  background-color: #384D0F;
}

/* content */
#content {
  position: relative; /* better hs overlay positioning */
  line-height: 1.4;
  margin:0 320px 0 0;
  padding: 15px 20px;
  background: #FDFDF2 url(img/content-bg.png) repeat-x; /*shading at top*/
}
#content em {font-weight:600; font-style:normal;}
#content ul {margin-left: 15px}
#content li {margin-left: 8px; margin-bottom: 8px;}

/* float to upper-right of content area */
.content-right {
  margin: 0 0 10px 15px;
  float: right;
}

/* Can't center with "auto" on FORM directly in IE */
#form_div_center {
  width: 390px;
  margin: 0 auto; /*center the form*/
  /* centers in older IE */
  text-align: left;
}
#email_form {
  /* needed to keep text fields inside div
  padding-right:10px;
  */
}
#telephone_div {
  float: right;
  width: 180px;
  /* needed to fix FF layout bugs */
  height: 1px;
}
#email_div {
  /* input width exceeds surround box, so this is < half */
  width: 180px;
}
input.percent90, textarea.percent90, table.percent90 {
	width: 90%;
}

#security_code { width: 5em; }

#submit_div, #security_div {
  margin-top: 6px;
  text-align:center;
}
#submit_result {
  background-color: #FDFDF2;
}
#submit {
  margin: 0 auto;
  padding: 2px 6px;
  font-weight: bold;
}
#submit[disabled] {
  margin: 0;
  padding: 3px 6px;
}
#submit_img, #captcha {
  /* middle puts text higher than top in FF! */
  vertical-align: top;
}
/* Used mainly as title above #content */
h1 {
  margin: 0 0 0.5em;
  font-family: Tahoma, sans-serif;
  font-size: 150%;
  font-weight: bolder;
  letter-spacing: 0.03em;
  color: #663;
}
a:link, a:visited {
  color:#5E8019;
}
a.sb:link, a.sb:visited {
  border: none; /*no dotted underline/border*/
}
a.sb:hover {
  border: none;
  text-decoration: underline;
}

#content h3 {
  margin: 0 0 6px 0;
  color: #663;
}
#content h4 {}
#content h4.question {
  margin: 4px 0px 2px 0px;
}
#content h4.over {
  cursor: pointer;
  text-decoration: underline;
}
#content h5 {margin: 4px 0px 2px 0px;}
#content h5.question {font-size: 105%;}
#content h5.over {
  cursor: pointer;
  text-decoration: underline;
}

div.feature {
  margin: 15px 0 10px;
  padding: 12px 0;
  border-top: 1px dotted #ccc;
  overflow: auto; /* forces enclosing floats */
  border-bottom: 1px dotted #ccc;
}
div.bottom-border-dots, p.bottom-border-dots {
  border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
}

div.feature h2 {
  margin: 0 0 .3em;
  font-family: Georgia, serif;
  color: #693;
}

/* full page width and has bg of float-right */
#right-bg {
  margin:0; padding:0;
  /* img width should = float-right width */
  background:url("img/sidebar-bg.png") top right repeat-y;
}
/* right col wrapper doesn't extend full height */
/* TOP BORDER MAY BE STYLED */
#float-right {
  float:right;
  width:320px;
  margin:0;
  padding:0;
}
/* inner div needed to control col padding*/
#sidebar-right {padding: 15px 15px 5px 25px;} /*extra on left for img "border"*/

div.box {
  margin-bottom:20px;
}
div.box .content {
  padding: 2px 14px 10px;
}
/* Color parent div and "sb-inner" the same */
div.box .content, div.box .content .sb-inner {
  background:#FDFDF2;
}
div.box h2 {
  text-align: center;
}
div.box h3 {
  margin: 0;
  padding:  4px 6px;
  font-size: 110%;
  text-align: center;
  color: #F6FBE9;
}
/* heading without content below -- use as a button */
div.box h3.round-all {padding: 5px;}

div.box h3, div.box h3 .sb-inner {
  background: #77A220 url(img/box-header.png) repeat-x;
}
div.box h3 a, div.box h3 a:visited {
  padding: 2px 4px;
  color: #F6FBE9;
  z-index:999; /*force to top needed for Firefox hover bug */
}

div.box h4 {
/*  margin: 1px 4px 6px 14px;  NEW */
  margin: 8px 20px 12px;
}

div.box .box ul {
  margin: 0 12px 12px;
}
div.box ul li {
  margin: 0 0 0 12px;
  padding: 0 0 0 18px;
  list-style: none;
}

#footer {
  /* height: 4em; */
  background: #828377 url(img/footer-bg.png) repeat-x top left;
  vertical-align: middle;
}
#footer-right-bg {
  background: url("img/footer-right-bg.gif") top right repeat-y;
}
#footer-float-right {
  float:right;
  width:315px; /* right-col width - half of sidebar left border */
}
#footer-right {
  padding: 6px 12px;
  white-space: nowrap;
  /* border-left: 1px dotted #ddd; */
}
#footer-left {
  padding: 6px 12px;
}
#footer p {
  padding: 1px;
  font-size: smaller;
  color: #fff;
}
#footer a:link,  #footer a:visited {
  color:#D6E4B2;
}
.siteseal {margin-right: 10px;}
