body 
{
	background:#fff url(../images/body_bg.png) top left repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	color: #182047;
	margin-bottom: .5em;
	font-weight: normal;
}

a:link { color: #667da0; }
a:visited { color: #778f9f; }
a:hover { color: #408fcf; }

#container
{
	position: relative;
	background-color:#fff;
	width:950px;
	margin: 0 auto;
	padding: 0 8px;
	background: url(../images/container_bg.png) top left repeat-y;
}
#header {
	height: 128px;
	background: url(../images/header_bg.png) top left no-repeat;
	}
#header h1, #header h2 {
	text-indent: -9999px;
}

#header h1 {
	width: 324px;
}
#header h1 a {
	display: block;
	height: 92px;
	margin-left: 28px;
}

#hero {
	position: relative;
	height: 300px;
	background: url(../images/hero_bg.jpg) top left no-repeat;
}
#hero h2, #hero p {
	text-indent: -9999px;
}
#main1 {
	}
#main2 {
	}
body.root #main2 { background: url(../images/main2_root_bg.png) top left repeat-y; }
#colLeft {
	float:left;
	width:320px;
	margin:0; padding:0;
	color: #fff;
	}

#colRight {
	float:right;
	width:310px;
	margin:0; padding:0;
	color: #fff;
	}
	
#colLeft h2, #colRight h2 {
	color: #dadfd8;
}
#content {
	margin:0 310px 0 320px;
	}
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }

#content .padding, #colLeft .padding, #colRight .padding { padding: 1em 2.5em; }

#footer { 
	height: 59px; 
	background: url(../images/footer_bg.png) top left no-repeat;
	text-align: right;
}
body.root #footer { background: url(../images/footer_root_bg.png) top left no-repeat; }
#footer .padding { padding-top: 24px; }

#footer_menu {
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #fff;
}
#footer_menu li {
	float: left;
	padding: 0 12px;
	border-right: 1px solid #fff;
}
#footer_menu li.last { border-right: none; }
#footer_menu a { color: #fff; }

#ds_left, #ds_right {
	position: absolute;
	top: 0;
	width: 8px;
	height: 392px;
}
#ds_left {
	left: 0;
	background: url(../images/ds_left.png) top left no-repeat;
}
#ds_right {
	right: 0;
	background: url(../images/ds_right.png) top left no-repeat;
}

body.noRight #main2 { background-image:none; }
body.noRight #colRight { display:none; }
body.noRight #content { margin-right:0; }

body.noLeft #main1 { background-image:none; }
body.noLeft #colLeft { display:none; }
body.noLeft #content { margin-left:0; }

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;
}
