@CHARSET "UTF-8";

body {
	background:#f3efe3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

html, body {
	height:100%;
}

#push-wrap {
	background:url(../assets/images/default/bg-bottom-pattern.jpg) bottom left repeat-x;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -50px;
}

div.page-wrap {
	clear:both;
	margin:0 auto;
	width:1000px;
}

#header {
	min-width:1000px;
}

#header div.top {
	background:url(../assets/images/default/header/red-bg.gif) top left repeat-x;
	height:64px;
}

#header div.top div.page-wrap {
	background:url(../assets/images/default/header/mountains-bg.jpg) top left no-repeat;
	position:relative;
	height:64px;
}

#header div.top h1 {
	background-image:url(../assets/images/default/header/heal-logo.png);
	height:145px;
	position:absolute;
	width:177px;
	left:50px;
}

#header div.top h1 a {
	width:150px;
	height:145px;
}
	
#header div.top h2 {
	float:right;
	margin:5px 68px 0 0;
}

#header div.top h2 a {
	background-image:url(../assets/images/default/header/rmcc-logo.gif);
	height:49px;
	width:113px;
}

#header div.bottom {
	clear:both;
	background:url(../assets/images/default/header/brown-bg.gif) top left repeat-x;
	height:40px;
}

#header div.bottom a.learn-more {
	background-image:url(../assets/images/default/header/learn-more-btn.png);
	float:right;
	margin:8px 50px 0 0;
	height:24px;
	width:150px;
}

#content {
	margin:0;
	padding:35px 0 20px;
}

#content {
	background:url(../../assets/images/default/bg-top-pattern.jpg) top left repeat-x;
	clear:both;
}

#footer {
	clear:both;
	color:#5a5b5e;
	font-size:9px;
}

#footer, #footer-push {
	height:50px;
}

#footer-wrap {
	background:url(../assets/images/default/footer/bar-bg.jpg) top left no-repeat;
	height:40px;
	margin:0 0 0 50px;
}

#footer ul {
	float:right;
	margin:17px 60px 0 0;
	font-weight:bold;
}
#footer ul li {
	float:left;
	margin:0 0 0 20px;
}


#footer ul li a {
	color:#5a5b5e;
}

#footer ul li a:hover {
	color:#e50045;
}
