@charset "utf-8";
/* CSS Document */
#centering_container {
position:relative;
left:-6px;
width:998px;
margin-left:auto;
margin-right:auto;
padding:0px;
top:0px;
}
#page_frame {
	position:relative;
	left:0px;
	top:0px;
	width:998px;
	z-index:1;
}
#menu_container {
	position:relative;
	left:0px;
	top:0px;
	width:998px;
	min-height:1.22em;
	z-index:2;
}
#sub_menu_container {
	position:relative; 
	left:0px;
	top:0px;
	width:998px;
	min-height:1.22em;
	z-index:2;
}
*html #sub_menu_container { /*positioning declarations removed to fix the problem in IE6 of showing the backgroun-color bar in the sub-menu*/
	position:static;
}
#header_container {
	position:relative;
	left:0px;
	width:998px;
	height:220px;
	z-index:2;
	background-color: #BDA28D;
}

#logo_container {
	position:absolute;
	left:12px;
	top:16px;
	width:132px;
	height:194px;
	z-index:1;
}
/*#mission_statment {
	position:absolute;
	left:207px;
	top:5px;
	width:757px;
	height:75px;
	z-index:12;
	background-color:#00FF33;
	}*/
#content_container {
	position:absolute;
	left:0px;
	width:996px;
	z-index:2;
	background-image: url(../images2/bg_main_content.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BDA28D;
	border-left-color: #BDA28D;
}
#header_picture {
	position:relative;
	left:156px;
	margin-top:-220px;/*-162*/
	margin-bottom:-90px;
	width:840px;
	height:320px;
	z-index:3;
	}
#left_column {
	position:relative;
	float:left;
	padding-left:20px;
	padding-right:15px;
	margin-bottom:15px;
	top:10px;
	width:265px;
	z-index:10;
}
#center_and_right_column_container {
	position:relative;
	float:right;
	margin-top:0px;
	margin-bottom:25px;
	padding-top:35px;
	padding-right:25px;
	padding-left:10px;
	width:660px;
	min-height:180px;
	z-index:10;
}
*html #center_and_right_column_container { /*for ie 5 and 6 height requirement*/
	height:350px;
}
#center_column {
	position:relative;
	float:left;
	top:0px;
	width:320px;
	padding-top:45px;
	padding-right:15px;
	z-index:3;
}
#right_column {
	position:relative;
	float:right;
	padding-top:55px;
	width:315px;
	padding-left:5px;
	z-index:3;
}
#footer {
	clear:both;
	position:relative;
	left:0px;
	width:996px;
	padding-bottom:5px;
	z-index:3;
	background-color: #2F4270;/*#273345*/
}
