﻿
body {
	background: url(../images/bkgd.jpg) top left repeat-x;
	background-color: #025543;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	position: relative;
	font: 11px verdana, sans-serif;
}
select 
{
		z-index:1000;
		
}
#page 
{
		display: block;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
	border-right: 2px solid #023b2f;
	border-left: 2px solid #023b2f;
	
}

/**
 * Header
**/

#header {
 width: 960px;
 height: 128px;
 margin: 0 auto;
 /*background: #ffffff url(../images/mpr_logo.gif) center left no-repeat;*/
 position: relative;

}
*+html #header { height:100px; }
#header table{
float: right;
	margin-top: 0px;
}
#header_contact {
 width: 220px;
 height: 111px;
 display: block;
 margin: 0 auto;
 background: #ffffff url(../images/contactus_bkgd.jpg) center left no-repeat;
 position: relative;
}
#header_contact h1{
color: #ffffff;
font: 22px Verdana, Arial, Helvetica, sans-serif;
text-align: center;
margin: 0 auto;
padding-top: 25px;
}
#header_contact img {
padding-top: 4px;
padding-left: 18px;
}
/**
 * Navigation Bar
**/

#nav{
 width: 960px;
 height: 45px;
 background: url(../images/nav_bkgd.jpg);
 margin: 0 auto;position: relative;
 padding: 0;
 
 list-style:  none;
 font: 15px bold Verdana, Arial, Helvetica, sans-serif;
/* overflow: hidden; */
}

#nav li {
	height: 18px;
	margin: 14px 0 18px 0;
	padding: 0;
	float: left;
	text-align: center;
}

#nav li ul li {

margin: 0;
padding: 0px;
list-style-type: none;
text-align: left;
height:28px;

}

#nav .home { 
width: 85px; 
border-right: 1px solid #002b54;
}
#nav .physicians{ 
	width: 145px;
	border-right: 1px solid #002b54;
	}
#nav .facilities {
	width: 242px;
	border-right: 1px solid #002b54;
	}
	#nav .resources {
	width: 138px;
	border-right: 1px solid #002b54;
	}
		#nav .faqs {
	width: 82px;
	border-right: 1px solid #002b54;
	}
	#nav .about {
	width: 122px;
	border-right: 1px solid #002b54;
	}
	#nav .contact {
	width: 120px;
	}

#nav li a {
	color: #ffffff;
	text-decoration: none;
}

#nav li a:hover {
    color: #a8c578;
	text-decoration: none;
}

/**
 * Footer
**/

#footer_border 
{
clear: both;
 width: 960px;
 height: 21px;
 margin: 0 auto;
 background: url(../images/footer.gif) bottom left no-repeat;


}
#footer {
 width: 964px;
 margin: 0 auto;
 background: #025543;
}
#footer p { 
font: 10pt Verdana, Arial, Helvetica, sans-serif;
padding: 10px 0 15px 0;
margin-top: 0px;
text-align: center; 
color: #ffffff;
}
#footer a { color: #ffffff; }
#footer a:hover { color: #a8c578; }

/**
 * ----------
**/

.style2 {
	color: #c86a1d;
	font-weight: bold;
	font-size: 14px;
}
.style3 {
	color: #002b54;
	font-size: 11px;
	text-align: right;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#imgst2
{
	position:relative;
	top:40px;
	left:-13px;
	
}
#imgst
{
	position:relative;

	left:-6px;
	
}
