/* Home page styles for SkinCare Physicians site */

.clear { clear: both; }

/* HEADER */

#divheader {
  height: 336px;
}

/* tool links */
#divtoolbar {
  left: 589px;
  width: 159px;
}

/* primary navigation */
#divprimarynav {
  top: 305px;
}



/* BODY */

#divbody {
  background-image: url(../img/home/gradient.gif);
}


/* intro text */
#divintro { padding: 55px 40px 0px 30px; }

#divintro h1 {
  margin-bottom: 12px;
  font-family: Georgia, "Century Schoolbook L", "Times New Roman", Times, serif;
  font-size: 1.20em;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  color: #6e4997;     /* override by section */
}

#divintro a.leftbutton { margin: 0 10px 20px 0; width: 194px; display: block; overflow: hidden; float: left; }
#divintro a.leftbutton:hover { text-indent: -194px; }

#divintro a.rightbutton { margin: 0 0 20px; width: 194px; display: block; overflow: hidden; float: right; }
#divintro a.rightbutton:hover { text-indent: -194px; }


#divintro p { margin: 0; }

#divintro p.introtext {
padding: 0;
  font-family: Georgia, "Century Schoolbook L", "Times New Roman", Times, serif;
  font-size: 0.90em;
  line-height: 1.9em;
  color: #666666;
  margin: 0 0px 20px 0px;
}

/* AAAHC logo */
#divaaahclogo {
}

/* spotlight */
#divspotlight {
  font-size: 0.70em;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  margin-bottom: 1.40em;
}
#divspotlight h1 {
  margin: 0px;
  line-height: 100%;
  /* in case graphic is missing */
  font-size: 0.70em;
  font-weight: bold;
}
#divspotlight p {
  margin-top: 0px;
  margin-left: 2px;
  margin-bottom: 1.0em;
  width: 240px;
}

/* special links */
#divspeciallinks {
}


/* FOOTER */
#footer { margin: 0 auto; padding: 0 30px 30px; width: 690px; font-size: 10px; line-height: 14px; color: #d8e1d2; text-align: center; }
#footer p.links { text-align: right; float: right; }
#footer a { color: #d8e1d2; text-decoration: none; }
#footer a:hover { color: #b98cb9; }
#footer p.address { text-align: left; float: left; }
#footer p.regional { clear: both; text-align: left; }
#footer p.regional a { text-decoration: underline; }