/*Site Structure Styles*/

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

#siteBorders {
	float:left;
	width:100%;
	border-left:8px solid #0E66A9;
	border-top:8px solid #2E94CE;
}

#headerTopBorder {
	border-top:3px solid #ECBF53;
	padding:0 0 0 185px;
	*padding:0 0 0 174px;
}

#headerWrap {
	/*height:11em;*/
	height:10.6em;
	*height:10.7em;
	min-height:106px;
	max-height:185px;
	margin:0 0 0 -14px;
	z-index:1;
	position:relative;
	*float:left;
	*width:789px;
	_width:792px;
	*margin:0 0 0 -3px;
	background:url(../images/header_bkgrd.gif) top left repeat-x;
}

#centerWrap {
	clear:both;
}

#innerLeftWrap {
	float:left;
	width:85%;
}

#contentWrap {
	float:right;
	width:76%;
	padding:100px 0 0 0;
	/*border:1px solid red;*/
	position:relative;
}

#leftColWrap {
	float:left;
	width:180px;
	background-color:green;
	position:relative;
	top:-106px;
	*top:-10.7em;
	_top:-10.3em;
	background-color:#D1D0BD;
	z-index:0;
	_margin:-4px 0 0 0;
}

#rightColWrap {
	padding:100px 0 0 0;
	
	float:right;
	width:130px;
}

