@charset "UTF-8";

/* css_layout.css */

/* new background  staging only */

body{
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #202020;
	background-color: #180874;
	background:#141a8c url(../media/images/contentWings.png) no-repeat center 150px;
	margin: 0px;
	padding:0px;
	}

/* new background  staging only */

#wrapper{
	margin:0 auto;
	position:relative;
	text-align:left;
	width:955px;
	}

#content_wrapper{
	display:inline;
	float:left;
	margin-top:150px;
	position:relative;
	width:955px;
	/* background:url(../media/images/page_content_bg.png) repeat-y center top;*/
	background:url("../media/images/tiled_y.png") repeat-y scroll 10px 0 transparent;
	_background:url(../media/images/page_content_bg.gif) repeat-y center top;
	}

#content_pane {
	background:url("../media/images/full_column_bg.gif") repeat scroll 0 0 transparent;
	display:inline;
	float:left;
	width:955px;
	position:relative;
}
#footer_wrapper {
	background-image:url("../media/images/tiled_x.png");
	background-repeat:repeat-x;
	clear:both;
	height:125px;
}
#footer_mainBG {
	background:url("../media/images/footer_fullBG_blank.png") no-repeat scroll center top transparent;
	height:125px;
	margin:auto;
}
#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background:#13198B url(../media/images/tiled_x.png) repeat-x 0px -125px;
}
#header_LeftBG {
	background:url("../media/images/header_inner_bg.jpg") no-repeat scroll center top transparent;
	height:150px;
	left:-14px;
	margin:auto;
	position:relative;
}

#header_mainBG {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}

#header_mainBG_inner{
	position:relative;
	margin:0px auto;
	height: 150px;
	width: 955px;
	z-index:10;
}
#header_innerWrapper {
	position:relative;
	float:left;
	display:inline;
	width: 924px;
	margin-left:15px;
	padding-top: 15px;
}

#header_logo {
	margin: 0px;
	height: 54px;
	width: 356px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#content_pane_top {
	background:url("../media/images/contentBody_top.gif") repeat scroll 0 0 transparent;
	height:12px;
	width:949px;
}
#content_pane_bottom {
	background:url("../media/images/contentBody_bottom.gif") repeat scroll 0 0 transparent;
	float:left;
	height:7px;
	margin:auto;
	padding-top:5px;
	position:relative;
	top:3px;
	width:949px;
}
