/*Layout*/

body {
	background:url(../images/body_bg.gif) 50% 0 repeat-y;
	background-color:#fdfce6;
	margin:0;
}
#wrapper {
	width:950px;
	margin:0 auto;
	background-color:#fff;
}
#header {
	width:950px;
	height:126px;
	background:url(../images/header_bg.gif) top center no-repeat;
}
a.logo {
	display:block;
	width:250px;
	height:85px;
	float:left;
	text-indent:-9999px;
}
#navigation {
	padding:105px 0 0 10px;
}
#content {
	width:950px;
	height:auto;
}
.home_top_content {
	width:950px;
	height:146px;
	background:url(../images/top_checklist.gif) bottom right no-repeat;
}
.home_bottom_content {
	width:950px;
	min-height:342px;
	background:url(../images/home_bottom_bg.jpg) top right no-repeat;
}

/*Home redesign styles*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.clearfix{display:inline-block;}/* Hides from IE-mac \*/ * html .clearfix{height:1%;}.clearfix{display:block;}/* End hide from IE-mac */ 	
.home #content {
	padding:0 10px;
	width:930px;
}
.mediaContent .gutter {
	padding:0 20px;
}
.slider {
	position:relative;
	height:450px;
	margin-top:10px;
}
.mediaContent {
	padding:20px 0;
	position:absolute;
	bottom:0;
	background:url(../images/sliderBg.png);
}
.callouts {
	padding-bottom:20px;
}
.callout {
	float:left;
	width:256px;
	margin-right:20px;
	padding:0 20px;
}

