/*Site Structure Styles*/

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

#siteBorders {
	float:left;
	width:100%;
	border-left:8px solid #144372;
	border-top:8px solid #73a3cc;
}

#headerTopBorder {
	background:url(../images/top_border.gif) top left repeat-x; 
	padding:0 0 0 185px;
	*padding:0 0 0 174px;
	overflow:auto;
}

#headerWrap {
	/*height:11em;*/
	height:11em;
	*height:11em;
	min-height:110px;
	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) bottom left repeat-x;
}

#centerWrap {
	clear:both;
}

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

#contentWrap {
	float:right;
	width:76%;
	/*padding:100px 0 0 0;*/
    padding:1em 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:#c8c4c4;
	z-index:0;
	_margin:-4px 0 0 0;
}

#rightColWrap {
	/*padding:100px 0 0 0;*/
	padding:1em 0 0 0;
	float:right;
	width:130px;
}

