@charset "UTF-8";
/* CSS Document */

/* STYLES FOR DOCTOR SITE 1 */


* {
	margin: 0;
	padding:0;
}

html, body{
	height:100%;
	height:auto;
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    color:#1b4e90;
	text-align:center;
	margin:0;
	padding:0;
	
}

body{
background-image:url(../images/blue/bg_repeat.jpg);
	background-repeat:repeat-x;
}

body a, body a:visited{
color:#00A2DE;
text-decoration:none;
}

body a:hover{
color:#00A2DE;
text-decoration:underline;
}


/****************** FONT STYLES **********************/
h1{
font-weight:normal;
font-size:32px;
color:#1b4e90;
font-family:Arial, Helvetica, sans-serif;

}

h2{
font-size:26px;
color:#464646;
margin-bottom:8px;
margin-top:0;
padding-top:0;
font-weight:normal;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
}

p{
font-size:12px;
color:#656565;
line-height:20px;
margin-bottom:12px;
font-family:Helvetica, Arial, sans-serif;
letter-spacing:normal;
text-align:justify;
}


/****************** WRAPPER **********************/



#content-wrap{
	width:800px;
	text-align:left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -39px; /* the bottom margin is the negative value of the footer's height*/
padding:0 0 30px 0;

}




/****************** HEADER **********************/



#header{
width:800px;
margin-top:58px;
height:45px;

}

#header p{
	line-height:16px;

}



h1#logo-text{
position:relative;
font-size:34px;
text-align:left;
float:left;
margin-right:20px;
}

h1#logo-text a, h1#logo-text a:visited, h1#logo-text a:hover{
color:#01ADDF;
text-decoration:none;
}


p#intro{
font-size:12px;
color:#00A2DE;
text-align:left;
float:left;
width:400px;
margin-top:10px;
height:50px;
margin-bottom:0;
}

#header img{
float:left;
margin-left:40px;
margin-top:-25px;
position:relative;
}






/****************** NAVIGATION **********************/

div#nav{
background-image:url(../images/blue/nav_bg.jpg);
background-repeat:no-repeat;
height:50px;
}



#nav ul
{
list-style: none;
padding: 0;
height:25px;
padding-top:11px;
}

#nav li
{
margin:0;
float: left;
height:19px;
margin-left:30px;

}


#nav a, #nav a:visited
{
padding:0;
color:#2C6791;
display: block;
width: auto;
text-decoration: none;
margin: 0 auto;
text-transform:uppercase;
font-size:13px;

}



#nav a:hover{
text-decoration:underline;
background-position:top;
background-repeat:no-repeat;

}

#nav li#current{

}







/*********************************************************/
/***                     MAIN                          ***/
/*********************************************************/ 

div#main{
padding:0 12px 12px 0;
width:545px;
float:left;
margin-right:25px;
margin-top:10px; 

}

#main h2 a, #main h2 a:visited, #main h2 a:hover{
font-size:26px;
color:#464646;
margin-bottom:8px;
margin-top:0;
padding-top:0;
font-weight:normal;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;

}

#main h3{
font-size:18px;
margin-bottom:10px;
margin-top:10px;
}
div#main img{
border:8px solid #E5EBED;

}

div#main p.postmeta{
border-bottom:1px solid #E0E0E0;
padding-bottom:12px;
}


/*********************************************************/
/***                     IMAGE CLASSES                 ***/
/*********************************************************/ 
.float-left{
float:left;
margin-right:10px;
}
.float-right{
float:right;
margin-left:10px;
}



/*********************************************************/
/***                     SIDEBAR                       ***/
/*********************************************************/ 
div#sidebar img{

}


div#sidebar{
float:left;
width:200px;
padding:0;
margin-left:16px;
margin-top:10px;

}

ul.sidemenuTop{
list-style-type:none;
}

ul.sidemenuTop a, ul.sidemenuTop a:visited{
color:#666666;
font-size:14px;

}

ul.sidemenuTop li{
margin-top:10px;
}


ul.sidemenu{
list-style-type:none;
}

ul.sidemenu a, ul.sidemenu a:visited{
font-size:12px;

}

ul.sidemenu li{
margin-top:8px;
}


#sidebar h3{
margin-top:16px;
color:#999999;
text-transform:uppercase;
border-bottom:1px solid #E1E1E1;
padding-bottom:16px;
margin-bottom:10px;
font-size:14px;
}

#sidebar h3.top{
margin-top:10px;
padding-top:0;
}

#sidebar p{
line-height:20px;
text-align:left;
}

#sidebar p.right{
text-align:right;
}

/*********************************************************/
/***                     DEFINITION LIST               ***/
/*********************************************************/

dl{
}

dt{
font-weight:bold;
margin-bottom:5px;
}

dd{
margin-left:20px;
margin-bottom:10px;
color:#656565;

}




/*********************************************************/
/***                     TABLE                         ***/
/*********************************************************/
table{
border-collapse: collapse;
margin-bottom:15px;	
}

th{
background-color:#F2F2F2;
padding:12px;
text-align: left;
border-left:solid 1px #FFFFFF;
border-bottom:solid 1px #FFFFFF;
}

tr{
background: #fff;
}

td {
padding:10px;
border: 1px solid #EDEDED;	
}	




/*********************************************************/
/***                     FORM                         ***/
/*********************************************************/



form{
padding:12px;
background-color:#F2F2F2;


}

form p{
padding:0;
}
label{
display:block;
font-weight:bold;
height:20px;
color:#1B4E90;
}

form input{
padding:3px 2px;
border:solid 1px #CCCCCC;
width:220px;
margin:2px 0 10px 0;
color:#666666;
}

form select{
padding:3px 2px 3px 0;
width:220px;
margin:2px 0 10px 0;
}


form input.button{
clear:both;
width:80px;
background-color:#01ADDF;
line-height:20px;
font-size:11px;
font-weight:bold;
padding:4px;
color:white;
}

form textarea{
color:#666666;
width:400px;
height:200px;
margin:2px 0 10px 0;
border:solid 1px #CCCCCC;
padding:4px 2px;
font-weight:normal;
   font-family:Arial, Helvetica, san-serif;
	font-size:12px;


}


/*********************************************************/
/***                     BLOCKQUOTE                    ***/
/*********************************************************/



blockquote{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;  padding: 10px;
background-color: #F9F9F9;
margin: 5px;
background-image: url(../images/openquote1.gif);
background-position: top left;
background-repeat: no-repeat;
text-indent: 23px;
  }
  
blockquote p {
display: block;
background-image: url(../images/closequote1.gif);
background-repeat: no-repeat;
background-position: bottom right;

}

#sidebar blockquote{
border:none;
/*background-color:#fff;*/
}


/*********************************************************/
/***                     LISTS                         ***/
/*********************************************************/
ul{
margin-left:10px;
margin-top:10px;
margin-bottom:20px;
}

ul li{
margin-bottom:5px;
}


#main ul li{
margin-left:10px;
}
ol{
margin-left:20px;
margin-top:10px;
margin-bottom:20px;
}
ol li{
margin-bottom:5px;
}


/*********************************************************/
/***                     FOOTER                        ***/
/*********************************************************/

div#footer{
margin-left:auto;
margin-right:auto;
padding:20px;
background-image:url(../images/blue/footerBG.jpg);
background-repeat:repeat-x;
background-color:#E9E9E9;

height:39px;

}


div#footerContent{
width:800px;
margin:0 auto;
}
/* FOOTER NAV */


#footer p{
float:left;
margin:7.5px 0 0 5px;
padding:0;
}


#footer p.copyright{
margin-right:20px;
}




#footer ul
{
list-style: none;
padding: 0;
border: none;
margin-right:12px;
float:left;
}

#footer li
{
margin:0;
float: left;
margin-right:10px;
display:block;
padding-right:10px;
border-right:1px solid #666666;

}

#footer li.last{
border:none;
}

#footer a, #footer a:visited
{
text-decoration: none;

}



#footer a:hover{
text-decoration:underline;

}



#footer li .border{
}









/*********************************************************/
/***                     ETC                          ***/
/*********************************************************/

div.clearBoth{
clear:both;
}



