/* CSS Document */
body
{
  background-color: #8E9BD7;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: arial, helvetica, sans-serif;
  font-size: .9em;
  color: #eee;
}

#container
{
  text-align: left;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

#navigation
{
  height: 54px;
  padding: 0px 0px;
  background: url("images/header_backg.jpg") repeat-x;
  width: 784px;
}

#navigation h1
{
  margin: 0;
  background: url("images/logo.jpg") no-repeat;
  text-indent: -5000px;
  height: 54px;
  width: 317px;
  float: left;
}

#navigation ul
{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#navigation ul li
{
  float: left;
}
#navigation a {
  float: left;
  height: 54px;
  /*height: 0px; 
  padding-top: 54px;
  overflow: hidden;*/
  text-indent: -5000px;
  }
#navigation a.home{width: 115px; background: url("images/home_link.jpg") no-repeat;}
#navigation a.contact{width: 121px; background: url("images/contact_link.jpg") no-repeat;}
#navigation a.about{width: 121px; background: url("images/about_link.jpg") no-repeat;}
#navigation a.faq{width: 110px; background: url("images/faq_link.jpg") no-repeat;}
/*#navigation a:hover {background-position: 0 -65px;}*/

#headline
{
  clear: both;
  float: left;
  height: 265px;
  width: 503px;
  background: url("images/headline.jpg") no-repeat;
  margin: 0;
  padding: 0;
}
#headline h1
{
  text-indent: -5000px;
}
#main_pic
{
  float: left;
  height: 265px;
  width: 281px;

}
#main_pic.home
{
  background: url("images/main_pic.jpg") no-repeat;
}
#main_pic.why_encompass
{
  /*background: url("images/main_pic2.jpg") no-repeat;*/
}

#subhead
{
  clear: both;
  min-height: 280px;
  width: 783px;
  padding-top: 20px;
  background: url("images/subhead_backg.jpg") repeat-x;
  font-size: .75em;
  background-color: #333333;
  padding-bottom: 30px;
}
#subhead p.inside_pages
{
  margin-left: 35px;
  margin-right: 125px;
  font-size: 1.2em;
}
#subhead ul.inside_pages
{
  margin-left: 60px;
  margin-right: 200px;
  font-size: 1.1em;
}
#subhead h1.why_encompass
{
  width: 153px;
  height: 32px;
  background: url("images/whyEncompass_hdr.gif") no-repeat;
  text-indent: -5000px;
  margin-left: 30px;
  margin-top: 35px;
}
#subhead h1.patient_info
{
  width: 223px;
  height: 26px;
  background: url("images/patientInfo_hdr.gif") no-repeat;
  text-indent: -5000px;
  margin-left: 30px; 
  margin-top: 35px;
}
#subhead h1.physician_info
{
  width: 223px;
  height: 26px;
  background: url("images/physicianInfo_hdr.gif") no-repeat;
  text-indent: -5000px;
  margin-left: 30px; 
  margin-top: 35px;
}
#subhead h1.contact
{
  width: 153px;
  height: 32px;
  background: url("images/contact_hdr.gif") no-repeat;
  text-indent: -5000px;
  margin-left: 30px;
  margin-top: 35px;
}
#subhead h1.about
{
  width: 153px;
  height: 32px;
  background: url("images/about_hdr.gif") no-repeat;
  text-indent: -5000px;
  margin-left: 30px;
  margin-top: 35px;
}
#subhead h1.faq
{
  width: 234px;
  height: 32px;
  background: url("images/faq_hdr.gif") no-repeat;
  text-indent: -5000px;
  margin-left: 30px;
  margin-top: 35px;
}
#subhead h3
{
  font-weight: bold;
  margin-left: 30px;
  margin-top: 35px;
}
#subhead img
{
  border: none;
  margin-left: 140px;
}
#subhead a
{
  color: #99ccff;
}

#subhead_left
{
  float: left;
  height: 200px;
  width: 243px;
  background: url("images/subhead_left.gif") no-repeat;
  margin: 0px 5px;
  padding-right: 10px;
} 
#subhead_left h1
{
  width: 153px;
  height: 32px;
  background: url("images/whyEncompass_hdr.gif") no-repeat;
  text-indent: -5000px;
  margin-left: 15px;
  margin-top: 25px;
}
#subhead_left ul
{
  
}


#subhead_center
{
  float: left;
  height: 200px;
  width: 262px;
  background: url("images/subhead_center.gif") no-repeat;
}
#subhead_center h1
{
  width: 198px;
  height: 41px;
  background: url("images/proceduresOffered_hdr.gif") no-repeat;
  text-indent: -5000px;
  margin-top: 25px;
}
#subhead_center h2
{
  font-weight: normal;
  margin-left: 5px;
  margin-top: -5px;
  font-size: 14px;
}
#subhead_center ul
{
  margin-right: 12px;
}
#subhead_center img
{
  margin-left: 140px;
}

#subhead_right
{
  float: left;
  height: 200px;
  width: 250px;
}

#subhead_right h1.patients
{
  width: 223px;
  height: 26px;
  background: url("images/patientInfo_hdr.gif") no-repeat;
  text-indent: -5000px;
  margin-top: 25px;
}
#subhead_right h1.physicians
{
  width: 223px;
  height: 25px;
  background: url("images/physicianInfo_hdr.gif") no-repeat;
  text-indent: -5000px;
}


