/* Vitality Med Center Css Version 3
	

*/

*{
	margin:0px;
	padding:0px;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	background:
		url(/images/cssImages/gradient.jpg)
		repeat-x
		bottom
		#739ecb;
}

#navigationMenu{
	width:208px;
	padding-top:5px;
	padding-bottom:5px;
	background:
		#939598;
	float:left;
	position:relative;
	left:-10px;
}

#header{
	position:relative;
	z-index:2;
	height:200px;
	width:900px;
	margin:auto;
}

#pageArea{
	position:relative;
	z-index:2;
	width:700px;
	margin:auto;
	
}

#pageAreaWrapper{
	position:relative;
	width:100%;
	background:
		url(/images/cssImages/images/vitalityMedCenter_genericFooter_top.png)
		bottom center
		no-repeat;
}

#contentArea{
	min-height:500px;
}

#footer{
	width:100%;
	min-height:148px;
	background:
		url(/images/cssImages/images/vitalityMedCenter_genericFooter_bottom.png)
		bottom center
		no-repeat
		#bbdc9b;
	bottom:0px;
}

#navigationMenu ul{
	list-style:none;
	width:188px;
	position:relative;
	left:10px;
	margin-top:10px;
	margin-bottom:10px;
	width:188px;
	text-align:center;
	font-variant:small-caps;
}

#navigationMenu ul.medicalLinks{
	background:
		#739ecb;
	padding-top:5px;
	padding-bottom:5px;
}

#navigationMenu ul.spaLinks{
	background:
		#bbdc9b;
	padding-top:5px;
	padding-bottom:5px;
}

#navigationMenu a{
	text-decoration:none;
	color:#ffffff;
}

#navigationMenu a:hover{
	color:#000000;
}

a.logo{
	float:left;
	clear:both;
	background:
		url(/images/cssImages/vitalityMedCenter_logo.png)
		no-repeat;
	width:200px;
	height:176px;
	position:relative;
	left:350px;
}

a.logoSpa{
	float:left;
	clear:both;
	background:
		url(/images/cssImages/vitalityMedCenter_spaLogo.png)
		#bbdc9b
		no-repeat;
	width:206px;
	height:200px;
	position:relative;
	left:350px;
}

a.logoMedCenter{
	float:left;
	clear:both;
	background:
		url(/images/cssImages/vitalityMedCenter_medCenterLogo.png)
		#739ecb
		no-repeat;
	width:209px;
	height:194px;
	position:relative;
	left:350px;
}

#contentArea p{
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
	padding-bottom:10px;
}

#contentArea h1{
	color:#006699;
	margin-left:10px;
	margin-right:10px;
	font-size:18px;
	padding-bottom:10px;
}

#contentArea h2{
	color:#006699;
	margin-left:10px;
	margin-right:10px;
	font-size:15px;
	padding-bottom:10px;
}

img.footerDetail{
	float:left;
	position:fixed;
	bottom:0px;
	margin-left:50%;
	left:-500px;
	z-index:1;
}

#contentArea p.copyright{
	text-align:right;
	font-size:8px;
	margin-right:40px;
	padding-bottom:0px;
}

.green_text{
	font-size:14px;
	color:#006699;
	font-weight:bold;
}

img.image_left{
	float:left;
	padding:10px 10px 10px 0px;
}

img.image_right{
	float:right;
	padding:10px 0px 10px 10px;
}

#navigationMenu a.subnav{
	font-size:13px;
	color:#fff;
	text-decoration:none;
	border-top:solid 1px;
}

#navigationMenu a.subnav:hover{
	color:#000;
}

#contentArea ul{
	padding-bottom:20px;
	list-style-image:url(/images/cssImages/leaf_bullet.png);
} 