/* CSS Document */
body, html {
	margin: 0;
	padding: 0;
	text-align:center;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#FFFFFF;
}
a:link, a:visited {
	color:#FFFFFF;
}
h1 {
	font-size:10px; line-height:10px; color:#FFFFFF;
}
#bumper {
	height:50px;
	width:100%;
}
#topnav {
	width:611px;
	margin:0px auto 0px auto;
}

#nav-home a {
	width: 120px; 
	height:60px; 
	background:url(/images/nav_top_home.gif);
	display:block;
	text-decoration:none;
	float:left;
}
#nav-home span {
	visibility:hidden;
	overflow:hidden;
}
#nav-home a:hover, #nav-home a.current {
	background-position: center bottom;
}
#nav-services a {
	width: 127px; 
	height:60px; 
	background:url(/images/nav_top_services.gif);
	display:block;
	text-decoration:none;
	float:left;
}
#nav-services span {
	visibility:hidden;
	overflow:hidden;
}
#nav-services a:hover, #nav-services a.current {
	background-position: center bottom;
}
#nav-policies a {
	width: 129px; 
	height:60px; 
	background:url(/images/nav_top_policies.gif);
	display:block;
	text-decoration:none;
	float:left;
}
#nav-policies span {
	visibility:hidden;
	overflow:hidden;
}
#nav-policies a:hover, #nav-policies a.current {
	background-position: center bottom;
}
#nav-resources a {
	width: 129px; 
	height:60px; 
	background:url(/images/nav_top_resources.gif);
	display:block;
	text-decoration:none;
	float:left;
}
#nav-resources span {
	visibility:hidden;
	overflow:hidden;
}
#nav-resources a:hover, #nav-resources a.current {
	background-position: center bottom;
}
#nav-forms a {
	width: 105px; 
	height:60px; 
	background:url(/images/nav_top_forms.gif);
	display:block;
	text-decoration:none;
	float:left;
}
#nav-forms span {
	visibility:hidden;
	overflow:hidden;
}
#nav-forms a:hover, #nav-forms a.current {
	background-position: center bottom;
}
#main {
 width:900px;
 height:565px;
 background:url(/images/bg_home.jpg) top no-repeat;
 display:block;
 clear:both;
 	margin:0px auto 0px auto;
}
#subnav {
	float:right;
	width:250px;
	height:25px;
	margin-top:18px;
}
#subnav a {
	text-decoration: none;
	font-weight:bold;
}
#welcome {
	float:right;
	width:520px;
	height:180px;
	text-align:left;
	margin-top:120px;
	margin-right:25px;
}
#icons {
	float:right;
	width:510px;
	height:180px;
	margin-right:20px;
	margin-top:10px;
}
#ourdoctors {
	width:252px;
	height:171px;
	float:right;
	text-align:left;
	background:url(/images/our_doctors.jpg);
}
#newvisitor {
	width:252px;
	height:171px;
	float:left;
	text-align:left;
	background:url(/images/new_visitor.jpg);
}
#visitortext {
	margin-top:45px;
	width:150px;
	color:#333333;
	margin-left:10px;
}
#visitortext a {
	color:#333333;
}
#doctortext {
	margin-top:45px;
	width:150px;
	color:#333333;
	margin-left:10px;
}
#doctortext a {
	color:#333333;
}
#colorsquare {
	background:#cb0000;
	width:350px;
	height:15px;
	float:right;
	margin-top:10px;
	margin-right:550px;
}
#footer {
	width:900px;
	height:30px;
	margin:0px auto 0px auto;
}
#footerleft {
	width:400px;
	float:left;
	color:#999999;
	margin-top:5px;
}
#footerright {
	width:400px;
	float:right;
}
#content {
	width:510px;
	height:358px;
	background:url(/images/bg_content.jpg) #FFFFFF top no-repeat;
	float:right;
	margin-top:130px;
	margin-right:20px;
	text-align:left;
	color:#666666;

}
#contenttext {
	margin:20px;
		overflow:auto;
		height:318px;
}
#contenttext a {
	color:#666666;
}