@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; }

a:link { color:#095a8e; }

a:hover { color:#7ec2ee; }

/* ==HEADER== */

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

#logo {
	position:relative;
	top:60px;
	background:url(../images/main/logo.png) no-repeat;
	width:327px;
	height:110px;
	float:left;
	margin-left:16px;
}

#promo {
    background: url("../images/main/promo.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 28px;
    margin: 0;
    position: absolute;
    top: 180px;
    width: 219px;
    left: 66px;
}

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

#featuredContainer {
	width:220px;
	color:#cfecff;
	text-align:justify;
}

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

#featureSubheader {
	background:url(../images/main/subheader.png) no-repeat;
	width:209px;
	height:25px;
	margin-top:25px;
	margin-bottom:0;	
	padding-bottom:3px;
	border-bottom:#1c6a9c solid 3px;
}

#featuredContainer ul {
	font-size:17px;
	/*padding:0 0 0 30px;*/
	padding:0;
	margin:0 0 0 30px;
	margin-top:10px;
	line-height:23px;
}


#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;
    min-height: 513px;
	
}

.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: #5b5b5b;
	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 #5b5b5b;
}

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

#footerContainer ul li a:hover {
	color: #c9c9c9;
}

#footerContainer a:link,
#footerContainer a:active,
#footerContainer a:visited {
	color: #5b5b5b;
}

#footerContainer a:hover {
	color: #c9c9c9;
}

/* ==/FOOTER==*/
	
