@charset "utf-8";
/* CSS Document */

html {
	background:url(../images/main/background.jpg) repeat;
}

body { 
	text-align:left;
	background:url(../images/main/header-background.png) repeat-x;	
}

#IE6warning { display:none; }

/* ==HEADER== */

#header {
	width:985px;
	height:265px;
	background:none;
	margin:0 auto;
	padding:0;
}

#logo {
	position:relative;
	top:73px;
	background:url(../images/main/logo.jpg) no-repeat;
	width:214px;
	height:124px;
	float:left;
	margin-left:13px;
}

#featured {
	position:relative;
	background:url(../images/main/featured.png) no-repeat;
	width:606px; /*626*/
	height:217px; /*232*/
	padding:5px 0 10px 20px;
	float:right;
	top:20px;
	margin-right:22px;
}

#featuredContainer {
	width:250px;
	color:#deffd1;
	text-align:left;
}

#featured h2 {
	color:white;
	margin:0;
	padding:0;
}

#featureSubheader {
	background:url(../images/main/subheader.png) no-repeat;
	width:100%;
	height:27px;
	margin-top:20px;
	margin-bottom:0;	
	padding-bottom:8px;
	border-bottom:#217301 solid 3px;
	
}

#featuredContainer p {
	margin-top:10px;
}

#featuredContainer .starburst {
	background:url(../images/main/startburst.png) no-repeat;
	width:143px;
	height:121px;
	position:absolute;
	right:0;
	top:0;
}

/* ==/HEADER== */

#wrap {
	position:relative;
	width:955px; /*985*/
	height:100%;
	margin:0 auto;
	padding:0 15px;
}


/* ==MAIN CONTENT AREA== */

#mainContent {
	margin-left:212px;
}

.containerTop {
	background:url(../images/main/container-top.png) no-repeat;
	width:739px;
	height:15px;
}

.containerMiddle {
	background:url(../images/main/container-middle.png) repeat-y;
	width:681px; /*739px*/
	height:100%;
	padding:9px 30px;
}

.containerBottom {
	background:url(../images/main/container-bottom.png) no-repeat;
	width:739px;
	height:15px;
}

.containerMiddle .subheader {
	width:100%;
	height:28px;
	margin-top:7px;
	margin-bottom:3px;
}

.containerMiddle h2 {
	margin:0;
}

.containerMiddle .underline {
	position:relative;
	left:-7px;
	background:url(../images/main/underline.png) no-repeat;
	width:691px;
	height:10px;
}

/* ==/MAIN CONTENT AREA== */

/* ==FOOTER==*/

#footer {
	background:url(../images/main/footer.png) repeat-x;
	width:100%;
	height:43px; /*77*/
	padding:19px 0 15px 0;
	text-align:center;
	color: #6a818d;
	margin-top:12px;
}

#footerContainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#footerContainer ul li.first { border:none; }

#footerContainer ul li {
	display: inline;
		border-left: 1px solid #3b4e58;
}

#footerContainer ul li a {
	padding:0 5px 0 5px;
}

#footerContainer ul li a:hover {
	color: #9aadb7;
}

#footerContainer a:link,
#footerContainer a:active,
#footerContainer a:visited {
	color: #6a818d;
}

#footerContainer a:hover {
	color: #9aadb7;
}

/* ==/FOOTER==*/
	