﻿.norm
{color: black; 
font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
font-size: 12; 
font-style: normal;
text-decoration: none}

.footer
{color: white; 
font-family: sans-serif;
font-size:10; 
font-style: normal;
text-decoration: none}

.subnav
{color: white; 
font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
font-size: 12; 
font-style: normal;
text-decoration: none;
font-weight: bold}

a:visited
{text-decoration:none;
color: #00365F;}

a:active
{text-decoration:none;
color: #00365F;}

a:link
{text-decoration:none underline;
color: #00365F;
}

a:hover
{text-decoration:none;
color: #00365F;}

a.main:visited
{text-decoration:none;
color: white;}

a.main:active
{text-decoration:none;
color: white;}

a.main:link
{text-decoration:none;
color: white;}

a.main:hover
{text-decoration:none;
color: #FDFA14;}

#nav {
	width:100%;
	height:27px;
	background:#7F7670;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	font:12px "Times New Roman", Times, Georgia, serif;
}
	#nav ul {
		width:680px; height:27px;
		margin:0px 0 0 70px; padding:0;
		border-left:1px solid #fff;
		border-right:1px solid #fff;
		list-style-type:none;
	}
	
	#nav ul li { float:left; display:inline }
	
	#nav ul li a {
		color:#fff;
		float:right;
		padding:9px 6px 0 0;
		text-align:right;
		float:left;
	}
		#nav ul li a.current { color:#000 }
		
		#nav ul li a:hover { color:#000 }
		
		#nav ul li a#meet {
			background:#66776c url(../images/meet-bg.jpg) top left no-repeat;
			width:127px; height:18px;
			border-right:1px solid #fff;
		}
		#nav ul li a#services {
			background:url(../images/services-bg.jpg) top left;
			width:91px; height:18px;
			border-right:1px solid #fff;		
		}
		#nav ul li a#insurance {
			background:url(../images/insurance-bg.jpg) top left;
			width:102px; height:18px;
			border-right:1px solid #fff;
		}
		#nav ul li a#faq {
			background:url(../images/faq-bg.jpg) top left;
			width:97px; height:18px;
			border-right:1px solid #fff;
		}
		#nav ul li a#patient {
			background:url(../images/patient-bg.jpg) top left;
			width:131px; height:18px;
			border-right:1px solid #fff;
		}
		#nav ul li a#contact {
			background:url(../images/contact-bg.jpg) top left;
			width:90px; height:18px;
		}
		
h2 {
	font-size:12px;
}

h1 {
	font-size:12px;
}

#rotator {
	height:121px;
	margin-bottom:20px;
	padding-left:67px;
	width:733px;
	overflow:hidden;
}
	#rotator.home {      background:#7F7671 }
	#rotator.services {  background:#353956 }
	#rotator.meet {      background:#39523C }
	#rotator.insurance { background:#543350 }
	#rotator.faq {       background:#61282F }
	#rotator.pinfo {     background:#6E401C }
	#rotator.contact {   background:#A2790D }

#fourth {
	margin-top:5px;
	float:left;
	border-left:5px solid #BDB6B0;
}
	
#third {
	margin-top:5px;
	float:left;
	border-left:5px solid #BDB6B0;
}
	
#second {
	margin-top:5px;
	float:left;
	border-left:5px solid #BDB6B0;
}
	
#first {
	margin-top:5px;
	float:left;
	border-left:5px solid #BDB6B0;
}
	#fourth { border-right:5px solid #BDB6B0 }
