@charset "utf-8";
body {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:75%;
	color: #666666;
}
h1 {
	font-family: "Georgia",Arial, Helvetica, sans-serif;
	font-size:200%;
	color: #F73886;
}
#container{
	width: 940px;
	margin:auto;
}
#header{
	height: 133px;
	width: 940px;
}
.clear{
	clear:both;
}
#logo{
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	width: 422px;
	height: 133px;
	float: left;
}
#logo p, #logo h1{
	text-indent: -9000em;
}
#address{
	float: right;
	background-image:url(../images/phone.gif);
	background-repeat:no-repeat;
	background-position: top right;
	height: 39px;
	text-align: right;
	color: #f73886;
	padding-right: 35px;
	padding-top: 94px;
}
#address p{
	margin: 0px;
}
#nav{
	clear: both;
	background-image:url(../images/nav_bg.gif);
	background-repeat:no-repeat;
	background-color: #595ea1;
	color: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
#nav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li{
	float: left;
}
#nav ul li a{
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 2.6em;
	padding-right: 2.6em;	
	line-height: 42px;
	height: 42px;
	font-size: 1.1em;
}
#nav ul li a:hover{
	text-decoration: underline;
}
.divide{
	background-image:url(../images/nav_divide.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#content{
	width: 940px;
	clear:both;
	line-height:1.3em;
}
#content p{
	margin-top: 1.2em;
	margin-bottom: 1.2em;	
}
#col_1{
	background-image:url(../images/quality_care_photo.jpg);
	background-repeat:no-repeat;
	width: 470px;
	height: 418px;
	float: left;
	border-right: solid 1px #FFFFFF;
}
#col_2{
	float: right;
	background-image:url(../images/content_bg.gif);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-position: 0px 250px;
	padding: 26px;
	font-size: 0.95em;	
	height: 366px;	
	overflow: auto;
	width: 417px;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #465598;
	font-weight: normal;
}
#footer{
	clear: both;
	width: 872px;
	background-image:url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border-top: solid 1px #FFFFFF;
	padding-left: 34px;
	padding-right: 34px;
	padding-top: 40px;
	color: #999999;	
}
#copyright{
	float: left;
}
#credit{
	float: right;
}
#credit a{
	color: #999999;
	text-decoration: none;
}
#credit a:hover{
	text-decoration: underline;
}