/* Edited - RatanFX - 1402008*/
body { 
margin: 0px;
padding: 0px;
font-family: "trebuchet MS", Georgia, Verdana, serif;
font-size:12px;
color: #333;
background-color: White;
background-image: url(images/pgbg.jpg);
background-repeat: repeat-y;
background-position: top center;
}
a:link, a:visited{
	color: #3F5B73;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
text-decoration: underline;
}
a:active, a:focus{
	outline: none;
}
h1,h2,h3,h4,h5{
	color: #333; padding: 0px; margin: 0px;
}
h1{
	font-size: 1.6em;
	margin-top: 7px;
}
h2{
	font-size: 1.4em;
	margin-top: 7px;
}
.fix{
	clear: both;
}
/* *********************** Image Border Fix ****************************/
a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; background-color: transparent; }        /* trick to hide the border in Netscape 4 */

@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
    a:hover img{ color: inherit; background-color: White; } 
}

th, td { /* ns 4 */
 font-family: "trebuchet MS", Georgia, Verdana, sans-serif;
}
/* *********************** Image Border Fix ****************************/
/* ******************  print  ************** */
@media print {
   h1, h2, h3,
   h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }
   blockquote,
   pre           { page-break-inside: avoid }
   ul, ol, dl    { page-break-before: avoid }
   .navbar       { background-color: #fff; color: #000; border-color: #000; border-width: 1px; }
   a.tnav, a.bannerLink     { font-weight: normal }
}
/* ******************  speech  ************** */
@media aural {
   h1, h2, h3,
   h4, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }
   h1            { pitch: x-low; pitch-range: 90 }
   h2            { pitch: x-low; pitch-range: 80 }
   h3            { pitch: low; pitch-range: 70 }
   h4            { pitch: medium; pitch-range: 60 }
   h5            { pitch: medium; pitch-range: 50 }
   h6            { pitch: medium; pitch-range: 40 }
   li, dt, dd    { pitch: medium; richness: 60 }
   dt            { stress: 80 }
   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
   em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   dfn           { pitch: high; pitch-range: 60; stress: 60 }
   s, strike     { richness: 0 }
   i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   u             { richness: 0 }
   a:link        { voice-family: harry, male }
   a:visited     { voice-family: betty, female }
   a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}
/* ******************  Site TEMP  ************** */
.logo {
	font-size: 2.5em;
	font-weight: bold;
	color: #015B76;
}
.logo a:link, .logo a:visited{
	color: #6D160D;
}
.logo a:hover{
	color: #015B76;
	text-decoration: none;
}
.topheader{
	background-image: url(images/top-bg-back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.toptbl{
	background-image: url(images/top-bg.jpg);
	background-repeat: no-repeat;
	background-position:right top;
}
.top{
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position:center top;
}
.address{
	border: 2px solid #035472;
	margin: 0px;
	padding: 0px;
}
.address address{
	margin-left: 6px;
	color: Gray;
	font-weight: bold;
}
div#navcontainer{
	background-color: #abbe2f;
	border: 2px solid #8ca500;
	color: #f9f7ed;
}
#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li
{
padding-left: 18px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}
#navlist li:hover
{
padding-left: 18px;
background-image: url(images/arrow-h.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}
#navlist li a:link, #navlist li a:visited{
	color: #f9f7ed;
	text-decoration: none;
}
#navlist li a:hover{
	text-decoration: underline;
}
/* Contact form */
.contactfrm{
  	text-align: center;
	border:2px solid #DADADA; 
	background:#fff;
	padding: 4px;
	font-family: "Trebuchet MS", "Lucida Grande",  Verdana, Geneva, serif;
   font-size:12px;
}
div.consltn{
  font-size: 16px;
  text-align: center;
  word-spacing: 5px;
  line-height: 18px;
  color: #046598;
}
input{
	background-color: #f3f3f3;
	border:1px solid #DADADA;
	color: #333; 
}
input:hover,input:active, input:focus{
background-color: #fff;
}
/* /Contant Form */
.content{
	text-align: justify;
	
}
.footer{
	background-image: url(images/footer-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #cdcdcc;
	border-top: 2px solid #035472;
	text-align: center;
	color: #3F5B73;
}

.surgery{
	border: 2px solid #DADADA;
	padding: 5px 0px 5px 0px;
	text-align: center;
}
.surgery surgery{
	margin-left: 5px;
	color: Gray;
	font-weight: bold;
	text-align: center;
}