@charset "UTF-8";
body {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #b9c7cd;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 1006px;  /* 1006 - left and right padding */
	background: url(../images/design/page_bg.png) left top repeat-y;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.home #footer_container {
	background: url(../images/design/footer_bg.png) left bottom no-repeat;
	padding: 0px 10px 0px 10px;
}
.sub #footer_container {
	background: url(../images/design/footer_sub_bg.png) left bottom no-repeat;
	padding: 0px 10px 0px 10px;
}
.sub #left_nav_bg {
	background: url(../images/design/left_nav_bg.png) left top no-repeat;
}
/* Home Header */
.home #header {
	height: 316px;
	margin-bottom: 10px;
}
.home #header #logo {
	position: absolute;
	top: 30px;
	left: 40px;
}
.home #header #header_right {
	margin-left: 210px;
	height: 316px;
}
.home #header #header_right #main_nav {
	background: url(../images/design/main_nav_bg.png) left top no-repeat;
	height: 116px;
	position: relative;
}
.home #header #header_right #header_images {
	clear: both;
	margin-top: 6px;
}
#header #header_right #header_images img {
	float: left;
}
#header #header_right #header_images img.first_header_image {
	padding-right: 4px;
}
/* Sub Header */
.sub #header {
	height: 253px;
	margin-bottom: 10px;
}
.sub #header #logo {
	position: absolute;
	top: 30px;
	left: 40px;
}
.sub #header #header_right {
	margin-left: 210px;
	height: 253px;
}
.sub #header #header_right #main_nav {
	background: url(../images/design/main_nav_bg.png) left top no-repeat;
	height: 116px;
	position: relative;
}
.sub #header #header_right #header_images {
	clear: both;
	margin-top: 6px;
}
.sub #header #header_right #header_images img {
	float: left;
}
.sub #header #header_right #header_images img.first_header_image {
	padding-right: 4px;
}
/* Home Sidebar */
.home #sidebar1 {
	float: left;
	width: 170px;
	background: url(../images/content/ribbon_bg.png) right 80px no-repeat;
	padding: 30px 0px 0px 30px;
}
.home #sidebar1 p {
	padding-bottom: 10px;
}
/* Sub Sidebar */
.sub #sidebar1 {
	float: left;
	width: 210px;
	padding: 15px 0px 0px 0px;
}
.sub #sidebar1 p {
	padding-bottom: 10px;
}
.home #sidebar2 {
	float: right;
	width: 230px;
	padding: 30px 20px 0px 20px;
}
.home #sidebar2 p {
	padding-bottom: 10px;
}
.home #sidebar2 #lower_left_image {
	bottom:50px;
	position:absolute;
	right:25px;
}
.sub #sidebar2 {
	float: right;
	width: 230px;
	padding: 30px 20px 0px 20px;
}
.sub #sidebar2 p {
	padding: 0px 0px 10px 38px;
}
.sub #sidebar2 #lower_left_image {
	float:right;
	bottom:50px;
	position:absolute;
	right:25px;
}
/* Home Main */
.home #mainContent {
	margin: 0px 270px 34px 210px;
	padding: 30px;
	background: url(../images/design/main_bg.png) left top repeat-y;
}
.home #mainContent #content_title {
	padding-bottom: 15px;
}
.home #mainContent #content_home p {
	padding-bottom: 10px;
}
/* Sub Main */
.sub #mainContent {
	margin: 0px 270px 34px 210px;
	padding: 0px 30px 30px 30px;
	background: url(../images/design/main_sub_bg.png) right top repeat-y;
	min-height: 320px;
}
.sub #mainContent #breadcrumbs {
	padding-bottom: 20px;
}
.sub #mainContent #content_title {
	padding-bottom: 15px;
}
.sub #mainContent #content_home p {
	padding-bottom: 10px;
}
#footer {
	height: 20px;
}
#footer #footer_left {
	float: left;
}
#footer #footer_right {
	float: right;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
