@charset "utf-8";

/* Import external style sheets */
@import "reset.css";
@import "colorbox.css";
@import "typography.css";
@import "superfish.css";
/* -------- Layout Elements --------- */
html, body {
	height: 100%;
	z-index: 1;
	background-color: #2e3d3b;
}

#wrapper {
	position: relative;
	width: 980px;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -144px;
	background-color: #64807c;
	background-image: url(../images/content_bkg_grad.jpg);
	background-position: 0 343px;
	background-repeat: repeat-x;
	z-index: 1;
}

#pageHeader {
	position: relative;
	display: block;
	width: 980px;
	height: 343px;
	background-color: #bed7d3;
	background-image: url(../photos/banner1.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	border-top: 8px solid #bed7d3;
	border-bottom: 8px solid #bed7d3;
	overflow: hidden;
}

#logoHolder{
	position: relative;
	display: block;
	width: 200px;
	height: 80px;
	margin-top: 2px;
	margin-left: 35px;
	float: left;
}

#mainNav {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	margin-top: 24px;
	margin-left: -20px;
	float: left;
	z-index: 5;
}

#pageBody {
	position: relative;
	width: auto;
	height: auto;
	margin-top: 220px;
	padding-left: 50px;
	padding-right: 50px;
	z-index: 5;
}

#pageBodySpotlight {
	position: absolute;
	width: 980px;
	height: 431px;
	margin-top: 359px;
	background-image: url(../images/spotlight.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 2;
}

#promo_box_one {
	position:absolute;
	width: 360px;
	height: 391px;
	left: 46px;
	top: 134px;
	background-image: url(../images/promo_box_bkg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 5;
}

#promo_box_two {
	position:absolute;
	width: 360px;
	height: 391px;
	right: 46px;
	top: 134px;
	background-image: url(../images/promo_box_bkg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 5;
}

.promo_box_top {
	position: relative;
	width: 298px;
	height: 166px;
	padding: 20px;
	margin: 11px;
	margin-bottom: 0;
	border-bottom: 8px solid #fff;
	overflow: hidden;
}

.promo_box_btm {
	position: relative;
	width: 351px;
	height: 160px;
	margin-left: 11px;
	overflow: hidden;
}

#bodyL {
	position:relative;
	width: 360px;
	padding-right: 40px;
	float: left;
}

#bodyCenter {
	position:relative;
	width: 220px;
	padding-right: 40px;
	float: left;
}

#bodyRight {
	position:relative;
	width: 210px;
	float: right;
}

#footerPush {
	position:relative;
	height: 210px;
}

#pageFooter {
	position:relative;
	width: 980px;
	height: 144px;
	margin: 0 auto;
	background-color: #415553;
	background-image: url(../images/footer_shadow.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	border-top: 8px solid #bed7d3;
	z-index:2;
}

#footerLeft {
	position:relative;
	width: 250px;
	height: 100px;
	padding-top: 25px;
	padding-left: 40px;
	float: left;
}

#footerCenter {
	position:relative;
	width: 370px;
	height: 100px;
	padding-top: 25px;
	padding-left: 30px;
	float: left;
}

#footerRight {
	position:relative;
	width: 260px;
	height: 100px;
	padding-top: 25px;
	float: right;
}

.clear {
	clear: both;
}

.inlinePhoto {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #000;
}

.left {
	float: left;
}

.right {
	float: right;
}
