/* CSS Document */

body{
	margin:0;
	padding:0;
	background:url(../images/page_bg.gif) 50% repeat-y;
	color:#666;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}
a, a:link, a:active, a:hover {
	color:#003CFF;
	text-decoration:underline;
}
a:hover{
	color:#000033;
}
#page_wrap{
	width:766px;
	margin:0 auto;
}
#top_bar{
	height:8px;
	background:#acacac;
}
#header{
	background:url(../images/header_bg.jpg) no-repeat;
	width:766px;
	height:205px;
}
#header_date{
	text-align:right;
	padding:178px 5px 0 0;
	font-weight:bold;
}
#logo{
	background:url(../images/logo_bg.gif) repeat-x;
	height:78px;
	text-align:center;
}
#left{
	float:left;
	width:175px;
	margin:0;
	padding:0;
	
}
/* navigation */
#menu a {
		display:block;
		width:172px;
		margin: .2em 0; padding:8px 0 10px 20px;
		text-decoration: none;
		height:19px;
}
#menu a.home{
	background:url(../images/navigation/home.jpg) 0 0 no-repeat;
}
#menu a.meet{
	background:url(../images/navigation/meet_doctor.jpg) 0 0 no-repeat;
}
#menu a.patient{
	background:url(../images/navigation/patient_care.jpg) 0 0 no-repeat;
}
#menu a.directions{
	background:url(../images/navigation/directions.jpg) 0 0 no-repeat;
}
#menu a.referring{
	background:url(../images/navigation/referring_doctor.jpg) 0 0 no-repeat;
}
#menu a.contact{
	background:url(../images/navigation/contact.jpg) 0 0 no-repeat;
}
#menu a:hover {	
		background-position:0 -40px;
		color: #E9BE75;
}
#menu a:active {
		background-position:0 -40px;
		color:white;
}
#menu span{
	display:none;
}
/* center */
#center{
	margin:0 0 0 190px;
}
h1{
	color:#003CFF;
	font-weight:bold;
	font-size:15px;
}
.blue_header{
	color:#003CFF;
	font-weight:bold;
	padding-top:5px;
}
#footer{
	clear:both;
	background:url(../images/footer_separator.gif) repeat-x;
	width:575px;
	padding:5px 0 0 0;
	margin:0 auto;
	text-align:center;
}
.footer_list
{
margin:0px;
padding:0px;
}

.footer_list ul, .footer_list li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
.footer_list a:link, .footer_list a:visited
{

padding:5px;
}
#footer p{
	margin:0;
	padding:0;
}
.star{
	color:#ff0000;
	font-weight:bold;
}