/* ---[ Body ]------------------------------- */

body{
	margin: 0;
	padding-top: 5px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 95%;
	text-align: center;
	line-height: 1em;
	background: #fff;
	}
	
/* ---[ Main wrap ]------------------------------- */

#wrap{
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
  	width: 737px;
	}
	
/* ---[ Top Header ]------------------------------- */

#header{
	position: relative;
	margin: 0;
	text-align: center;
  	width: 737px;
	}

	
/* ---[ Main Navigation ]------------------------------- */

#navcolumn{
	float: left;
	width: 208px;	
	margin: 20px auto;
	padding: 0;
	text-align: left;
	}
	
#mainnav{
	width: 177px;		
	margin: 5px auto;
	padding: 0;
	text-align: left;	
	float: left;
	font-size: 11px;
	border-right: 1px solid #B3CBE4;
	}

#mainnav a{
	text-decoration: none;
	font-size: 60px;
	}
	
#mainnav a:hover {
	color: #fff;
	background: #FCE8B0;	
	width: 177px;		
	background-height: 77px;
	text-decoration: none;
	font-size: 60px;
	}
	
/* ---[ Sub Navigation ]------------------------------- */

#subnav{
	margin: 10px auto;
	padding: 0px 0px 0px 30px;
	text-align: left;	
	float: left;
	font-size: 11px;
	}
	
#subnav ul{
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	}		

#subnav a:link{
	text-decoration: underline;
	}
	
#subnav a:hover{
	color: #2D5B8A;
	background: #FCE8B0;	
	text-decoration: none;
	}
	
#subnav a:visited{
	color: #747B8F;
	text-decoration: underline;
	}


/* ---[ Content ]-------------------- */

#content{
	margin: 10px 0px 10px 0px;
	float: left;
	width: 529px;
	text-align: left;	
	padding: 0;
	font-size: 13px;
	color: #747B8F;
	}
	
#videos{
clear:both;
text-align:left;
padding: 0px 0px 0px 10px ;
height:95px;
width:519px;

}	
	
#subcontent{
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 20px 30px 20px 30px;
	width: 460px;
	text-align: left;	
	font-size: 14px;
	color: #333C49;
	background: #E3EAF3;
	}
	
#rightpanel{
	float: right;
	margin: 10px 0px 10px 10px;
	padding: 20px 20px 20px 20px;
	width: 120px;
	text-align: left;	
	font-size: 13px;
	color: #ffffff;
	background: #97ABC6;
	border: solid #ffffff 1px;
	}

#rightpanel a:link{
	text-decoration: underline;
	color: #ffffff;
	}
	
#rightpanel a:hover{
	color: #2D5B8A;
	background: #FCE8B0;	
	text-decoration: none;
	}
	
#rightpanel a:visited{
	color: #747B8F;
	text-decoration: underline;
	}
	
#rightpaneltwo{
	float: right;
	margin: 10px 0px 10px 10px;
	padding: 10px 10px 10px 10px;
	width: 140px;
	text-align: left;	
	font-size: 13px;
	color: #ffffff;
	background: #97ABC6;
	line-height:22px;
	border: solid #ffffff 1px;
	}

h1{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 12px;
	font-size: 21px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: normal;
	color: #A28539;
	background: url(images/H1_bg1.gif) no-repeat;
	}
	
h2{
	font-size: 15px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	color: #3D6895;
	}
	
h3{
	font-size: 13px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	color: #3D6895;
	}
	
.hptext{
	padding: 0px 20px 20px 24px;
	font-size: 14px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	color: #333C49;
	line-height: 18px;
	}
	
.small {font-size: 10px}
		
/* ---[ Doctors  Box Homepage ]-------------------- */

#doctors{
	width: 521px;
	text-align: center;	
	margin-top: 10px;
	padding: 0;
	font-size: 13px;
	color: #fff;
	background: #FAD161;
	}
	
#docstext{
	margin: 6px 6px 6px 6px;
	padding: 0;
	}
	
/* ---[ Footer ]-------------------- */

#footer{
	clear: both;
	width: 521px;
	text-align: center;	
	margin-top: 10px;
	padding: 0;
	color: #747B8F;
	font-size: 11px;
	}
	
#footer a:link{
	text-decoration: underline;
	}
	
#footer a:hover{
	color: #2D5B8A;
	background: #FCE8B0;	
	text-decoration: none;
	}
	
#footer a:visited{
	color: #747B8F;
	text-decoration: underline;
	}
	
/* ---[ Main Hyperlinks ]----------------------------- */

a:link{
	color: #3D6895;
	text-decoration: underline;
	}

a:hover{
	text-decoration: none;
	}

a:visited{
	color: #747B8F;
	text-decoration: underline;
	}
	
a.links:link {color: #3D6895; text-decoration: underline; font-weight: bold;}
a.links:visited {color: #3D6895; text-decoration: underline; font-weight: bold;}
a.links:hover {color: #3D6895; background: #FCE8B0; text-decoration: none;}

