body 
{
	background-color:#eef0e8;
}

a:link, a:visited { color: #b82524; }

#container
{
	width:918px;
	margin: 0 auto;
}
#header {
	height: 90px;
	background: #eef0e8;
}
#header .padding { padding: 0; }

#hero {
	height: 26px;
	background: url(../images/content_bg.png) top left no-repeat;
	margin: 0 8px 0 11px;
}
body.root #hero {
	height: 334px;
	background: #eef0e8 url(../images/hero.jpg) top left no-repeat;
	margin: 0;
}

#main1 {
	background: url(../images/main1_bg.png) right repeat-y;
}

body.root #main1 {
	background: url(../images/sections_bg.png) top left no-repeat;
}

#main2 {
	background: url(../images/colRight_bg.png) bottom right no-repeat;
	}
body.root #main2 {
	background: url(../images/sections_bg.png) top left no-repeat;
}
#colLeft {
	float:left;
	width: 295px;
	margin: 0 7px 0 11px;
	padding:0;
	}
body.root #colLeft { height: 129px; position: relative; }
body.root #colLeft a { position: absolute; bottom: 19px; left: 28px; }

#colRight {
	float:right;
	width: 204px;
	margin: 0 9px 0 0;
	padding:0;
	}
body.root #colRight {
	width: 295px;
	margin: 0 8px 0 6px;
	background: none;
}
#colRight .padding { padding: 0; }
body.root #colRight .padding, #colLeft .padding, #content .padding {
	padding: 18px 28px;
}
body.root #colRight p, #colLeft p {
	margin-bottom: 8px;
}

 #content {
	margin:0 309px 0 313px;
	}
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }

#content .padding {
	background: #fff;
	min-height: 450px;
}
body.root #content .padding {
	background: none;
	min-height: 10px;
}

#locations {
	height: 55px;
	background: url(../images/locations.png) top left no-repeat;
}
#locations p {
	display: none;
}

#footer { 
	height: 82px;
	background: #eef0e8 url(../images/footer_bg.png) bottom left repeat-x;
	color: #7e7e7e;
}

body.noRight #main2 {  }
body.noRight #colRight { display:none; }
body.noRight #content { margin-right:8px; }

body.noLeft #main1 {  }
body.noLeft #colLeft { display:none; }
body.noLeft #content { margin: 0 214px 0 11px; }

body.noStructure {}
body.noStructure #colLeft,
body.noStructure #colRight,
body.noStructure #main1,
body.noStructure #main2,
body.noStructure #content,
body.noStructure #header,
body.noStructure #footer,
body.noStructure #menu
{
	display:none;
}

.section_header {
	margin-bottom: 9px;
}

.root_input_box {
	float: left;
	padding-right: 5px;
}
.root_input_box label, .root_input_box input {
	display: block;
}
.root_input_box .input_text {
	width: 100px;
	background: url(../images/input_text_bg.png) top left no-repeat;
	border: 1px solid #7e7e7e;
	padding: 2px;
}
