/*CSS DOCUMENT*/


body{
background-color: #d6dcdc;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
color: #133584;
}


a {
color: #133584;
}

h1{
font-weight: bold;
font-size: 18px;
margin: 0;
padding: 0;

}


blockquote{
margin: 0 0 0 15px;
padding: 0;
}

/*-------------LEFT NAV---------------------------------*/

#leftNav{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

#leftNav ul{
margin: 0;
padding: 0;
}


#leftNav li{
list-style: none;
margin-top: 5px;
margin-bottom: 5px;
padding: 0;
border-bottom: 1px dotted #133584;
}


#leftNav li a:link, #leftNav li a:active, #leftNav li a:visited{
text-decoration: none;
color: #133584;
margin: 5px;
}

#leftNav li a:hover{
color: #be0048;
}

#leftNav li a#current{
color: #be0048;
}


#leftNav img{
border: 0;
}

/*-------------MAIN CONTENTS AREAS-------------------*/



#contents{
margin-left: 10px;
}


#contentsHome{
margin-left: 20px;
}


ul.checkList{
list-style-type: none;
padding: 0;
margin-left: 0;
margin-top: 0;
margin-right: 10px;
font-size: 12px;
}

.checkList li{
background-image: url(images/check.gif);
background-repeat: no-repeat;
background-position: 0  -.1em;
padding-left: 1.2em;
margin-top: 5px;
}


ul.bullet{
list-style-type: none;
padding: 0;
margin-left: 20;
margin-top: 0;
margin-right: 10px;
font-size: 12px;
}

.bullet li{
background-image: url(images/bullet.jpg);
background-repeat: no-repeat;
background-position: 0  .4em;
padding-left: 1.2em;
}







.greenBorder{
border-top: 1px solid #4a9f98;
}




#contentsFacilities{
margin-top: 10px;
padding-right: 5px;
background-image: url(images/gradientBgLtBlue2.jpg);
background-repeat: no-repeat;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.dotSep{
border-top: 1px dotted #133584;
clear: left;
margin-top: 15px;
margin-bottom: 15px;
}


table.facBox{
float: left;
margin: 0 10px 10px 10px;
}

.facBox a:link, .facBox a:active, .facBox a:visited{
text-decoration: none;
color: #000;
font-size: 11px;
padding: 10px 0 0 5px;
}

.facBox a:hover{
color: #be0048;
text-decoration: underline;
}



.ltBlueTable{
margin-top: 10px;
margin-bottom: 10px;
}



.services{
margin-left: 20px;
margin-right: 15px;
font-size: 12px;
line-height: 140%;
}


.general{
margin-left: 20px;
margin-right: 15px;
font-size: 12px;
line-height: 140%;
}


.doctors{
margin-left: 10px;
margin-right: 10px;
font-size: 12px;
line-height: 140%;
}

.doctors img{
float: left;
margin: 0 20px 10px 0;
}

.doctors ul{
list-style-type: none;
padding: 0;
margin-left: 145px;
margin-top: 0;
margin-right: 10px;
font-size: 12px;
}

.doctors li{
background-image: url(images/bullet.jpg);
background-repeat: no-repeat;
background-position: 0  .4em;
padding-left: 1.2em;
}




p.indent{
text-align: right;
font-weight: bold;
}

.boldRed{
font-weight: bold;
color: #be0048;
}



/*-------------FOOTER-------------------*/


.footer{
font-size: 11px;
margin: 10px;
float: right;
}


.footer a:link, .footer a:active, .footer a:visited{
text-decoration: none;
color: #133584;
}

.footer a:hover{
color: #be0048;
}






