/*CSS DOCUMENT*/



/*---------------SHARED STYLES------------*/


body{
font-family: Arial, Helvetica, 'sans-serif';
color: #04306f;
background-color: #eaeded;
background-image: url(images/bg_stripe.gif);
background-repeat: repeat-x;
margin-top: 0;
}


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

a:hover{
color: #be0048;
}


h2{
font-weight: bold;
font-size: 16px;
}

h3{
font-weight: bold;
font-size: 14px;
}



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


#leftNav{
font-size: 12px;
line-height: 140%;
}



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


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


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

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

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




a.topic{
background-image: url(images/nav_topic_bg.gif);
background-repeat: no-repeat;
width: 152px;
height: 22px;
font-weight: bold;
padding: 4px 0 2px 2px;
display: block;
border: 0;
}

a#current {
color: #be0048;
}


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

#contentsHome{
margin-left: 30px;
font-size: 12px;
}


.regular{
line-height: 140%;
font-size: 12px;
}

.contents{
margin-left: 20px;
margin-right: 10px;
font-size: 12px;
margin-top: 30px;
line-height: 140%;
}


.doctors td{
font-size: 11px;
}

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

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



.greenBox {
margin-top: 10px;
font-size: 11px;
text-align: center;
padding-bottom:5px;
}

.greenBox a{
margin-right: 2px;
margin-left: 2px;
}


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;
}
 

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


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

#footer{
text-align: right;
margin-right: 12px;
font-size: 12px;
}

#footer a:link, #footer a:active, #footer a:visited{
text-decoration: none;
color: #133584;
margin-left: 5px;
margin-right: 5px;
}

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