/*
/*  fp.css
*/

body {
  font-family: "Lucida Grande", "Verdana", sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  background: #dcefc8 url("/images/body.png") no-repeat 50% 0;
  -webkit-background-size: 100% 290px;
  -moz-background-size: 100% 290px;
}

h1, h2, h3, h4 {
  margin: 0;
}

p {
  margin: 0 0 20px;
}

p.subhead {
  font-family: "Georgia", serif;
  font-size: 20px;
  line-height: 30px;
  color: #39879b;
}

p.small {
  font-size: 11px;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol, dl {
  margin: 0 0 20px;
}

ul {
  list-style: none;
  padding: 0;
}

hr {
  display: none;
}

.hr {
  height: 1px;
  margin: 20px 0;
}

.no-br    { margin-bottom:  0px; }
.small-br { margin-bottom: 10px; }
.br       { margin-bottom: 20px; }

.-clear {
  clear: both;
}

#body {
  width: 960px;
  margin: 0 auto 40px;
}

#sidebar {
  width: 320px;
  float: left;
}

#sidebar #header {
  height: 320px;
  padding: 20px 0 50px;
  background: #39879b url("/images/header-hr.png") no-repeat 0 100%;
}

#sidebar #header h1 {
  width: 260px; height: 315px;
  text-indent: -9999px;
  background: url("/images/logo.gif") no-repeat;
}

#sidebar #nav {
  margin: 0 0 20px;
  padding: 0 0 20px;
  background: #94d13e url("/images/nav-hr.png") no-repeat 0 100%;
}

#sidebar .login {
  width: 200px; height: 30px;
  margin-left: auto;
  margin-right: auto;
}

#sidebar .login a {
  display: block;
  width: 150px; height: 20px;
  padding: 5px 30px 5px 20px;
  color: #fff;
  border: none;
  background: url("/images/login.png") no-repeat;
}

#sidebar .login a:hover {
  color: #fff;
  background-position: 0 -30px;
}

#sidebar p {
  color: #352d1c;
}

#sidebar p a {
  color: #39879b;
  border-bottom: 1px solid #39879b;
}

#sidebar p a:hover {
  color: #5a8026;
  border-bottom-color: #5a8026;
}

#sidebar .hr {
  background: #c6d7b4;
}

#sidebar h3.phone, #sidebar h3.email {
  height: 20px;
  text-indent: -9999px;
  background: no-repeat 50% 0;
}

#sidebar h3.phone { background-image: url("/images/h3-phone.gif"); }
#sidebar h3.email { background-image: url("/images/h3-email.gif"); }

#sidebar h2.phone {
  height: 40px;
  margin: 0 0 10px;
  text-indent: -9999px;
  background: url("/images/h2-phone.gif") no-repeat 50% 0;
}

#sidebar h2.email {
  height: 20px;
  text-indent: -9999px;
}

#sidebar h2.email a {
  display: block;
  width: 203px; height: 20px;
  margin: 0 auto;
  background: url("/images/h2-email.gif") no-repeat;
}

#sidebar h2.email a:hover {
  background-position: 0 -20px;
}

#sidebar h3.vaccination {
  height: 20px;
  text-indent: -9999px;
  background: url("/images/h3-vaccination.gif") no-repeat;
}

#sidebar h3.questionnaires {
  height: 20px;
  text-indent: -9999px;
  background: url("/images/h3-questionnaires.gif") no-repeat;
}

#sidebar p.banner { margin: 0; }

#sidebar p.banner a { border: none; }

#sidebar p.banner img { display: block; }

#nav ul {
  margin: 0;
  padding: 10px 0 20px;
}

#nav li {
  width: 320px; height: 30px;
  margin: 0 auto;
  text-indent: -9999px;
}

#nav li a {
  display: block;
  width: 100%; height: 100%;
  background: url("/images/nav.gif") no-repeat;
}

#nav .about             a { background-position: 0      0; }
#nav .new-patients      a { background-position: 0  -30px; }
#nav .insurance-billing a { background-position: 0  -60px; }
#nav .faqs              a { background-position: 0  -90px; }
#nav .contact           a { background-position: 0 -120px; }

#nav .about             a:hover { background-position: -320px      0; }
#nav .new-patients      a:hover { background-position: -320px  -30px; }
#nav .insurance-billing a:hover { background-position: -320px  -60px; }
#nav .faqs              a:hover { background-position: -320px  -90px; }
#nav .contact           a:hover { background-position: -320px -120px; }

#nav .about             a.current { background-position: -640px      0; }
#nav .new-patients      a.current { background-position: -640px  -30px; }
#nav .insurance-billing a.current { background-position: -640px  -60px; }
#nav .faqs              a.current { background-position: -640px  -90px; }
#nav .contact           a.current { background-position: -640px -120px; }

#main {
  width: 600px;
  float: right;
}

#main #title {
  height: 120px;
  margin: 50px 0 20px;
  text-indent: -9999px;
  background: url("/images/title.gif") no-repeat;
}

#content {
  color: #352d1c;
  padding: 30px 40px 40px;
  background: #fff url("/images/content.png") no-repeat 0 100%;
}

#content p strong {
  color: #39879b;
}

#content a {
  color: #39879b;
  border-bottom: 1px solid #39879b;
}

#content a:hover {
  color: #5a8026;
  border-bottom-color: #5a8026;
}

#content .hr {
  background: #e6e6e6;
}

#content .banner {
  margin: -30px -40px 30px;
  padding: 30px 40px;
  background: #352d1c url("/images/banner.png") no-repeat;
  border-bottom: 1px solid #94d13e;
}

#content .banner h2 {
  height: 30px;
  margin: 0 0 10px;
  text-indent: -9999px;
  background: no-repeat;
}

#content .banner p.subhead {
  color: #94d13e;
}

#content .banner p {
  color: #dcefc8;
}

#content .banner p a {
  color: #94d13e;
  border-bottom-color: #94d13e;
}

#content .banner p a:hover {
  color: #fff;
  border-bottom-color: #fff;
}

#content iframe {
  border: 1px solid #ccc;
}

.about #content img.banner {
  padding: 0;
}

.about #content h2 {
  height: 30px;
  text-indent: -9999px;
  background: url("/images/about/h2.gif") no-repeat;
}

.about #content h3.bio {
  height: 20px;
  text-indent: -9999px;
  background: url("/images/about/h3-bio.gif") no-repeat;
}

.about #content img.bio {
  float: left;
  margin: 0 14px 10px 0;
  border: 1px solid #ccc;
}

.new-patients #content .banner h2 {
  background-image: url("/images/new-patients/h2.gif");
}

.new-patients #content .polaroid {
  margin: -30px -40px -20px;
  padding: 30px 280px 20px 40px;
  background: url("/images/new-patients/polaroid.png") no-repeat 100% 0;
}

.new-patients #content h3 {
  height: 20px;
  text-indent: -9999px;
  background: no-repeat 0 0;
}

.new-patients #content h3.patient-portal {
  background-image: url("/images/new-patients/h3-patient-portal.gif");
}

.new-patients #content h3.faqs {
  background-image: url("/images/new-patients/h3-faqs.gif");
}

.insurance-billing #content .banner h2 {
  background-image: url("/images/insurance-billing/h2.gif");
}

.faqs #content .banner h2 {
  background-image: url("/images/faqs/h2.gif");
}

.faqs #content h3 {
  height: 20px;
  text-indent: -9999px;
  background: no-repeat 0 0;
}

.faqs #content h3.hours {
  background-image: url("/images/faqs/h3-hours.gif");
}

.faqs #content h3.ages {
  background-image: url("/images/faqs/h3-ages.gif");
}

.faqs #content h3.insurance-plans {
  background-image: url("/images/faqs/h3-insurance-plans.gif");
}

.faqs #content h3.my-account {
  background-image: url("/images/faqs/h3-my-account.gif");
}

.faqs #content h3.new-patient-forms {
  background-image: url("/images/faqs/h3-new-patient-forms.gif");
}

.faqs #content h3.map {
  background-image: url("/images/faqs/h3-map.gif");
}

.faqs #content dl dt {
  font-weight: bold;
  float: left;
  width: 8em;
}

.faqs #content dl dd .to {
  margin: 0 2px;
}

.contact #content .banner h2 {
  background-image: url("/images/contact/h2.gif");
}

.contact #content h3 {
  height: 30px;
  text-indent: -9999px;
  background: no-repeat;
}

.contact #content h3.call {
  background-image: url("/images/contact/h3-call.gif");
}

.contact #content h3.email {
  background-image: url("/images/contact/h3-email.gif");
}

.contact #content h3.address {
  background-image: url("/images/contact/h3-address.gif");
}

#footer {
  color: #a5af8f;
}

#footer .hr {
  margin: 30px 0 10px;
  background: #c6d7b4;
}

#footer p a {
  color: #a5af8f;
  border-bottom: 1px solid #a5af8f;
}

#footer p a:hover {
  color: #94d13e;
  border-bottom-color: #94d13e;
}

#footer .left { float: left; }
#footer .right { float: right; }

#footer .credits {
  text-transform: lowercase;
}

#footer .credits a {
  border: none;
  color: #f34316;
}
