/*Main site outer skeleton styles*/

#siteWrap {
	margin:0 auto;
	width:990px;
}

#siteBkgrdWrap {
	width:990px;
}

#siteHeaderWrap {
	border-top:20px solid #3E6B94;
	background-color:#FEFEFE;
	height:24.6em;
	position:relative;
	z-index:2;
}

#siteMenuWrap {
	background-color:#F7F7F7;
	border-top:1px solid #E1E0E0;
	border-bottom:1px solid #E1E0E0;
	width:990px;
}

#subPageSiteBkgrdWrap {
	/*background:url(../images/site_bkgrd.jpg) bottom left no-repeat;*/
	width:990px;
	position:relative;
	padding-top:270px;
}

#subPageHeader {
	position:absolute;
	top:0;
	left:0;
	border-top:20px solid #3E6B94;
}

#subPagefooterWrap {
	clear:both;
	background:url(../images/footer_top.gif) top left no-repeat;
	background-color:#3E6B94;
	width:950px;
	color:#FFF;
	padding:15px 0 20px 0;
	margin:20px 0 0 20px;
}

.siteSearch {
	float:left;
	width:270px;
	padding:10px 10px 8px 20px;
}

.siteNavigation {
	float:left;
	width:640px;
	padding:44px 0 0 20px;
}

#siteCentreWrap {
	clear:both;
	padding:10px 20px 0 20px;
}

#siteContentLeftCol {
	float:left;
	width:294px;
	border-right:1px solid #D4D4D4;
}

#siteContentCentreCol {
	float:right;
	width:640px;
	padding:0 0 20px 15px;
}

.subPageLetCol {
	float:left;
	width:764px;
	border-right:1px solid #DEDEDE;
	padding-right:10px;
	margin-bottom:2em;
}

.subPageRightCol {
	float:right;
	width:175px;
	text-align:right;
}

#footerWrap, #subPagefooterWrap {
	display: block;
	clear:both;
	background:url(../images/footer_top.gif) top left no-repeat;
	background-color:#3E6B94;
	width:910px;
	height:20px;
	color:#FFF;
	padding:15px 20px 20px 20px;
}

/* CLEARING FLOATS */
* html #siteMenuWrap {
	height: 1%;
	overflow: visible;
}

*+html #siteMenuWrap {
	min-height: 1%;
}

#siteMenuWrap:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}