@charset "utf-8";
/* General Layout */
#header {
  height: 227px;
  position: relative;
}
#home {
  padding-top: 280px;
}
#logo {
  left: -125px;
  position: absolute;
  z-index: 1;
}
#content {
  background-image: url(/img/content_background.png);
  background-repeat: no-repeat;
  color: #484747;
  font-family: arial;
  padding: 60px 45px 0px 45px;
  position: relative;
}
#footer {
  clear: both;
  color: #AAAAAA;
  font-family: Verdana;
  font-size: 10px;
  height: 30px;
  padding-top: 30px;
  text-align: center;
}
#footer a {
  color: #7A91E5;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}


/* Navigation */
#navigation {
  height: 31px;
  position: absolute;
  bottom: 0px;
  left: 10px;
  z-index: 2;
}
#navigation ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
#navigation ul li {
  background-image: url(/img/navigation/tab_inactive.png);
  background-repeat: no-repeat;
  float: left;
  margin-right: 2px;
}
#navigation ul li.active {
  background-image: url(/img/navigation/tab_active.png);
  background-repeat: no-repeat;
}
#navigation ul li.active a {
  color: #004577;
}
#navigation ul li a {
  color: #FFFFFF;
  display: block;
  float: left;
  font-family: Arial;
  font-size: 14px;
  height: 31px;
  margin: 0 auto 0;
  padding-top: 7px;
  text-align: center;
  text-decoration: none;
  width: 138px;
}
#navigation ul li a:hover {
  color: #004577;
}


/* Featured Image */
#featured {
  height: 253px;
  left: 25px;
  position: absolute;
  top: 55px;
  width: 810px;
}


/* Content */
#content div.content_left {
  color: #484747;
  float: left;
  font-size: 15px;
  line-height: 25px;
  width: 500px;
}
#content div.content_left h1 {
  background-image: none !important;
  color: #5D5DBA;
  display: block !important;
  font-size: 25px;
  font-weight: normal;
  line-height: normal;
  margin: 0px 0px 13px 0px;
  padding: 0;
}
#content div.content_right {
  border-left: 1px solid #C0BFBF;
  color: #585757;
  font-size: 15px;
  line-height: 22px;
  margin-left: 520px;
  padding-left: 25px;
}
#content div.content_right a.small {
  font-size: 12px;
}
#content div.content_right h2 {
  color: #20AEE0;
  font-size: 18px;
  font-variant: small-caps;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: normal;
  margin: 0;
}
#content h1 {
  background-image: url(/img/caduceus.png);
  background-position: right;
  background-repeat: no-repeat;
  color: #1F4574;
  display: inline;
  font-family: Times;
  font-size: 42px;
  font-style: italic;
  letter-spacing: 2px;
  padding-right: 40px;
}
#content h2 {
  color: #000000;
  font-family: Times;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 3px;
}
.clear {
  clear: both;
}
.highlight {
  color: #20AEE0;
}
.note {
  font-size: 14px;
}


/* Clinic Page */
#clinic img.building {
  float: right;
  padding-left: 15px;
}


/* Insurance Page */
#insurance div.payment_types {
  padding-top: 10px;
  text-align: right;
}


/* Map Page */
#map div.left {
  float: left;
  width: 400px
}
#map div.right {
  margin-left: 410px;
}
#map table.search {
  background-color: #EEEEEE;
  border: 1px solid silver;
  padding: 5px;
}


/* Services Page */
#services div.section {
  background-color: #FDF7C4;
  border: 2px solid #4170BE;
  color: #4170BE;
  font-family: Times, serif;
  font-size: 21px;
  line-height: 30px;
  padding: 8px 8px 8px 20px;
}
#services div.section div.left {
  float: left;
  width: 45%;
}


/* Team Page */
#team div.left {
  float: left;
  padding: 10px;
  width: 110px;
}
#team div.right {
  font-size: 14px;
  margin-left: 120px;
}
#team div.right ul {
  line-height: 22px;
  padding-left: 20px;
  margin-top: 20px;
}
#team img.building_left {
  float: left;
}
#team img.building_right {
  padding-left: 8px;
}


/* HTML Tag */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  background: url(/img/background.png);
  background-repeat: repeat-x;
  margin: 0;
}

/* Seamless */
#seamless {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 860px;
}