/* MAIN
------------------------------------------------------------ */
*{
  margin: 0;
  padding: 0;
  outline: 0;
}
body {
  font-size: 14px;
  color: #4B4B4B;
  background: #EDE8E2;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
}
p {
  margin-bottom: 12px;
}
img {
  border: 0;
}
a {
  color: #009193;
}
a:hover {
  color: #009193;
}



/* CONTAINER
------------------------------------------------------------ */
#container {
  width: 960px;
  margin: 10px auto;
  background: #FFF;
  padding-top: 30px;
}


/* HEADER
------------------------------------------------------------ */
#header {
  background: url(../images/header.jpg) no-repeat right center;
  width: 900px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}
#header div#logo a {
  position: absolute;
  top: 35px;
  left: 20px;
  font-family: Arial, "Times New Roman", Times, serif;
  color: #399;
  text-decoration: none;
  font-size: 30px;
  line-height: 30px;
}
#header div.description {
  display: none;
}
#header #reordercontacts {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 150px;
  height: 30px;
  line-height: 30px;
  border: 4px solid #FFF;
  background: #FEC42D;
  text-align: center;
}
#header #reordercontacts a {
  color: #FFF;
  font-family: Arial, "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}


/* NAVIGATION
------------------------------------------------------------ */
#navigation {
  margin: 0 auto;
  width: 900px;
  height: 30px;
  background: #A3C159;
  text-transform: uppercase;
  color: #FFF;
  line-height: 30px;
}
#navigation ul {
  font-size: 11px;
}
#navigation ul li {
  float: left;
  list-style-type: none;
  border-right: 1px solid;
  white-space: nowrap;
}
#navigation ul li a {
  display: block;
  padding: 0 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFF;
  text-decoration: none;
}
body.home li.home a,
body.doctor li.doctor a,
body.services li.services a,
body.testimonials li.testimonials a,
body.contact li.contact a,
body.education li.education a,
body.lowvision li.lowvision a,
body.spanish li.spanish a {
  background: #1BA6B2;
}


/* CONTENT
------------------------------------------------------------ */
#content {
  margin: 0 auto;
  width: 850px;
  background: #FFF;
}
#content ul,
#content ol {
  margin-left: 30px;
  margin-bottom: 12px;
}
#content h1 {
  font-size: 22px;
  margin: 20px 0 10px 0;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  clear: both;
  color: #009193;
}
#content h4 {
  margin: 10px 0 10px 0;
  font-size: 16px;
  clear: both;
  color: #4B4B4B;
}


/* FOOTER
------------------------------------------------------------ */
#footer {
  clear: both;
  margin: 10px auto 0 auto;
  padding-top: 10px;
  border-top: 6px solid #E9F7F6;
  width: 900px;
  text-align: center;
  bottom: 0;
  padding-bottom: 15px;
}










/* PAGE - GLOBAL
------------------------------------------------------------ */
img.index,
img.map,
img.reordercontacts {
  float: right;
  margin-left: 10px;
}



/* PAGE - INDEX (home)
------------------------------------------------------------ */
body.home div.services {
  float: left;
}
body.home div.services ul {
  float: left;
  width: 230px;
  padding-left: 20px;
}




/* DOCTOR AND STAFF (doctor)
------------------------------------------------------------ */
body.doctor #content div.shermin,
body.doctor #content div.jennie {
  overflow: auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 6px solid #E9F7F6;
  
}
body.doctor #content div.shermin img {
  float: right;
  margin-left: 10px;
}
body.doctor #content div.jennie img {
  float: left;
  margin-right: 10px;
}


/* TESTIMONIALS (testimonials)
------------------------------------------------------------ */
body.testimonials #content div.testimonial {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 6px solid #E9F7F6;
}
body.testimonials #content div.testimonial.last {
  border: 0 !important;
}
body.testimonials #content div.testimonial p {
  clear: none !important;
}
body.testimonials #content div.testimonial img {
  float: right;
}





/* CONTACT
------------------------------------------------------------ */
body.contact #content div.left {
  float: left;
  width: 400px;
}
body.contact #content div.map {
  float: right;
}





/* BLOG
------------------------------------------------------------ */
body.blog #content div.post {
  background: #EEF6F8;
  margin: 10px 0;
  padding: 10px;
}
body.blog #content div.post h2 {
  margin-bottom: 10px;
}
