/* -------- Main Layout Elements --------- */
html, body {
	background-color: #fff;
	background-image: url(../images/quagon_body_bkg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#hangar {
	position: relative;
	display: block;
	width: 100%;
	height: 8px;
	background-color: #0065a2;
}

#wrapper {
	position: relative;
	display: block;
	width: 900px;
	height: auto;
	margin: 0 auto;
	z-index: 1;
}

#promo {
	position: relative;
	display: block;
	width: 900px;
	height: 390px;
	margin-bottom: 30px;
	background-color: #fff;
}

.promoHighlights {
	position: relative;
	display: block;
	width: 240px;
	height: 240px;
	padding: 20px;
	margin-bottom: 20px;
	border-top: 5px solid #0065a2;
	background-image: url(../images/white_to_trans_280_vertical.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	float: left;
}

.right30 {
	margin-right: 30px;
}

#pageBody {
	position: relative;
	display: block;
	top: 40px;
	padding-bottom: 40px;
	width: auto;
	height: auto;
}

#pageBodyFull {
	position: relative;
	display: block;
	top: -30px;
	width: auto;
	height: auto;
	padding: 0 50px;
	padding-bottom: 10px;
	background-color: #fff;
}

#mainNav {
	position: relative;
	float: right;
	z-index: 10;
}

#pageFooter {
	position: relative;
	display: block;
	width: 900px;
	height: 20px;
	padding-top: 8px;
	border-top: 2px solid #e0e0e0;
	clear: both;
}

/* -------- Sub Layout Elements --------- */
#promoTitle {
	position: absolute;
	display: block;
	width: 387px;
	height: 87px;	
	top: 54px;
	left: 50px;
	z-index: 2;
}

#promoMessage {
	position: absolute;
	display: block;
	width: 490px;
	height: 140px;
	margin-left: 50px;
	margin-top: 200px;	
}

#topContact {
	position: absolute;
	display: block;
	width: 120px;
	height: 20px;
	top: 10px;
	right: 10px;
	text-align: right;
	z-index: 2;
}

.readMore_btn {
	position: relative;
	display: block;
	width: 90px;
	height: 29px;
	top: 10px;
	background-image: url(../images/quagon_read_more_btn.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	float: right;
	overflow: hidden;
	cursor: pointer;
}

.readMore_btn:hover {
	background-position: 0 -30px;
}

/* -------- Misc --------- */
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}