/* commented backslash hides from ie5mac \*/ 
html{height:100%;margin:0;padding:0} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	color: #000000;
	height:100%;
	font-size: 90%;
	font-family: verdana, arial, sans-serif;
	background-color: #D9D9D9;
}
#wrapper {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: white;
	background-repeat: repeat-y;
	border: 1px solid #4B4A90;
}

#content {
	margin-left: 0px;
	padding-top: 144px;
	position: relative;
	min-height: 500px;
	_height: 500px;
	width: 1024px;
}

#content_about_rms {
	margin-left: 0px;
	padding-top: 144px;
	position: relative;
	min-height: 500px;
	_height: 500px;
	width: 1024px;
	background: url(../images/AboutRMS_Bacgkround.jpg) no-repeat left 144px;
}

#content_partnerships {
	margin-left: 0px;
	padding-top: 144px;
	position: relative;
	min-height: 500px;
	_height: 500px;
	width: 1024px;
	background: url(../images/Partnership_Background.jpg) no-repeat left 144px;
}

#content_news {
	margin-left: 0px;
	padding-top: 144px;
	position: relative;
	min-height: 500px;
	_height: 500px;
	width: 1024px;
	background: url(../images/News_Background.jpg) no-repeat left 144px;
}

#content_clinic_locations {
	margin-left: 0px;
	padding-top: 144px;
	position: relative;
	min-height: 600px;
	_height: 600px;
	width: 1024px;
	background: url(../images/Locations_Background.jpg) no-repeat left 144px;
}

#content_rms_leaders {
	margin-left: 0px;
	padding-top: 144px;
	position: relative;
	min-height: 500px;
	_height: 500px;
	width: 1024px;
	background: url(../images/Leaders_Background.jpg) no-repeat left 144px;
}

#content_contact_us {
	margin-left: 0px;
	padding-top: 144px;
	position: relative;
	min-height: 500px;
	_height: 500px;
	width: 1024px;
	background: url(../images/ContactUs_Background.jpg) no-repeat left 144px;
}

#actual_content_area {
	padding-top: 153px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	
}

#actual_content_area_smaller {
	padding-top: 153px;
	padding-left: 20px;
	padding-right: 325px;
	padding-bottom: 20px;
	
}

#left {
	margin: 0;
	padding: 0;
	float: left;
	background-color: #F2EADF;
	margin-top: 218px;
	margin-left: 40px;
	width: 180px;
	border: 2px solid #2C7F63;
}

#left p {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-bottom: 1em;
	font-weight: bold;
	color: #006633;
}

* html #outer{height:100%;} /* IE win treats height as min-height anyway*/
* > html #macinner {/*mac obeys 100% height so we give it an inner with bg color which will expand past 100%*/	
}

#header {
	position: absolute;
	top:0;
	left:0;
	width:1024px;
	height:144px;
	color: #000000;
	background: url(../images/Header.jpg) no-repeat left top;
	margin-left: auto;
	margin-right: auto;
	z-index: 11;
}

#header_home {
	width:1024px;
	height:597px;
	color: #000000;
	background: url(../images/HomePage.jpg) no-repeat left top;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}

* html #left {margin-right:-3px;padding-bottom:52px}/*fix gap in ie next to float and padding at botom to clear footer because we've pulled float too far back*/
* > html #left {padding-bottom:0; margin-top: 67px;}/* mac style */

#footer {
	margin-left: auto;
	margin-right: auto;
	clear:both;
	text-align:center;
	background: url(../images/Footer.jpg) no-repeat left top;
	width: 1024px;
	height: 32px;
}

#disclaimer {
	text-align: center;
	padding-top: 5px;
}

#about_rms {
	position: absolute;
	top:222px;;
	left:95px;;
}

#partnerships {
	position: absolute;
	top:222px;;
	left:259px;;
}

#news {
	position: absolute;
	top:222px;;
	left:425px;;
}

#clinic_locations {
	position: absolute;
	top:222px;;
	left:590px;;
}

#rms_leaders {
	position: absolute;
	top:222px;;
	left:760px;;
}

.stateResults {
	display:none;
	padding-bottom:10px;
}

#contact_info {
	margin: 0;
	padding: 0;
	float: right;
	padding-right: 15px;
	padding-top: 15px;
	width: 260px;
	text-align: left;
}