body {
  font: 75%/1.5 Verdana, Arial, Helvetica, sans-serif;
  color: #425968;
  margin: 0;
  padding: 5px 0;
	background: #fff url(./images/bkg.png) repeat-x;
}

/* links
-------------------------------------------------------------*/
a, a:visited {color: #009bdc; text-decoration: underline;}
a:hover, a:active {color: #f7931e;}

/* --------------------------------------------------------- */
h1, h2, h3, h4 {
  font-weight: normal;
  color: #f7931e;
  margin: 12px 0 6px;
}

h1 {
  font-size: 2em;
  margin-top: 0;
}

h2 {font-size: 1.5em;}
h3 {font-size: 1.25em; margin-bottom: 0;}
h4 {font-size: 1.1em; margin-bottom: 0;}

p {margin: 0 0 1em;}

#outer { 
  background: url(./images/bkg_content_grd.png) repeat-x;
}

#main {
  padding: 11px 10px 0;
  background: url(./images/bkg_left.gif) repeat-y;
}

#main-inner {
  padding: 0 0 30px;
  background: url(./images/bkg_content.png) repeat-y;
}

#curve {
  position: absolute;
  width: 900px;
  height: 35px;
  background: url(./images/curve.png) no-repeat;
}

#sidebar-wm {
  width: 160px;
  height: 253px;
  margin-top: 30px;
  background: url(./images/sidebar_wm.png) no-repeat;
}

#cap_top, #cap_btm {
	width: 930px;
  height: 30px;
	margin: 0 auto;
}
#cap_top {background: url(./images/shadow_top.png) no-repeat;}
#cap_btm {background: url(./images/shadow_btm.png) no-repeat;}

.inline {display: inline;}

/* header
-------------------------------------------------------------*/
#header {}

#logo a {
  float: left;
  width: 302px;
  height: 76px;
  margin-left: 34px;
  background: url(./images/logo_fcs2.png) no-repeat;
  text-indent: -3000px;
}
#logo a:focus {outline: 0;}

#slogan {
  float: right;
  width: 363px;
  height: 18px;
  margin: 15px 33px 0 0;
  background: url(./images/slogan.png) no-repeat;
}

/* footer
-------------------------------------------------------------*/
#footer {
  position: relative;
  color: #00436d;
  border-top: 10px solid #feca56;
}

#footer-logo {
  position: absolute;
  top: -40px;
  right: 14px;
  width: 30px;
  height: 51px;
  background: url(./images/logo_fcs_sm.png) no-repeat;
}

#footer-banner {
  width: 900px;
  height: 87px;	
  background: url(./images/footer_banner.png) no-repeat;
}

#footer-inner {
  padding: 14px 20px 0;
}

#footer a, #footer a:visited {
  color: #00436d;
  text-decoration: none;
  line-height: normal;
}

#footer a:hover, #footer a:active {
  color: #f7931e;
}

#copyright {
  float: right;
  font-size: 0.91em;
}

/* search
-------------------------------------------------------------*/
#searchform {
  position: relative;
  padding-bottom: 10px;
  background: #b9d6eb;
}

#searchform .txt {
  font-size: 11px;
  float: left;
  width: 120px;
  height: 24px;
  border: 0;
  margin: 0 4px 0 0;
  padding: 5px 0 0 4px;
  background: url(./images/search_field.png) no-repeat;
}

#searchform .btn {
  width: 32px;
  height: 24px;
}

#searchform .btn:focus {outline: 0;}

/* doctor teaser
-------------------------------------------------------------*/
.dr_cell {
  width:166px;
  text-align: center;
  padding-bottom: 20px;
}

.dr_cell img {
  border: 5px solid #fff;
}

td.dr_cell:hover img {
  border: 5px solid #feca56;
}

td.dr_cell:hover a.drname {
  color: #f7931e;
}

/* sidebar right links
-------------------------------------------------------------*/
.links_global a {
  display: block;
  text-decoration: none;
  text-align: center;
  margin: 8px 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #71838e;
}

#paybill a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  border-bottom: 10px solid #b9d6eb;
}

/* float clearing (see ie.css + ie6.css)
-------------------------------------------------------------*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* template page images for top right position
-------------------------------------------------------------*/
.img_trp
{
    float:right;
    padding-left:15px;
    padding-bottom:15px;
}

.img_trp2
{
    float:right;
    padding-left:5px;
    padding-bottom:5px;
}

.img_tlp
{
    float:left;
    padding-right:15px;
    padding-bottom:10px;
}