@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/background_slice.jpg);
	background-repeat: repeat-x;
}

#wrapper{
	background-image:url(images/wrapper_background.png);
	background-repeat: no-repeat;
	height: 600px;
	width: 1000px;
	margin-left: -10px;
	margin-right: auto;
	margin-top: 10px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #85A4B6;
}
#content_wrapper{
	height: 441px;
	width: 954px;
	border: medium solid #85a4b6;
	margin-left: 20px;
	background-color:#02164f;
	background-image: url(images/content_background.jpg);
}

#nav{
	background-image: url(images/nav_slice.jpg);
	background-repeat: repeat-x;
	height: 57px;
	width: 954px;
	float: left;
}


#home{
}

#menu{
	height: 42px;
	width: 923px;
	margin-top: 7px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#logo{
	float: none;
	margin-left: 30px;
}

#content_biodex{
	float: left;
	width: 690px;
	margin-left: 15px;
	height: 325px;
	overflow: auto;
	text-align: left;
}
#content{
	float: left;
	width: 675px;
	margin-left: 15px;
	height: 325px;
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight: lighter;
	font-style: normal;
	color: #FFCC00;
	line-height: normal;
}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight: lighter;
	font-style: italic;
	color: #85A4B6;
	line-height: 14px;
}

h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: lighter;
	font-style: normal;
	color: #85A4B6;
	text-align: left;
}
h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight: lighter;
	font-style: italic;
	color: #FFCC00;
	line-height: 10px;	
}
p{
	text-align: left;
}

#clinic_1{
	float: left;
	width: 175px;
	padding: 5px;
	height: 152px;
}
#clinic_2{
	float: left;
	width: 200px;
	padding: 5px;
}
#clinic_3{
	float:left;
	width:225px;
	padding: 5px;
}
