@charset "UTF-8";
/* CSS Document */

/*<style media="screen" type="text/css">*/
html,
body {
	margin:0;
	padding:0;
	height:100%;
}
#container {
	min-height:100%;
	position:relative;
}
#header {
	min-height:74px;
	height:74px;
	background:#A73B15;
}
#header_image {
	height:74px;
	width:884px;
	background-image: url(images/csheader_02.jpg);
	margin-right: auto;
	margin-left: auto;
	background-position: right bottom;
}
#body {
	padding:0px;
	padding-bottom:38px;	/* Height of the footer */
}
#main_content {
	width: 884px;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:38px;			/* Height of the footer */
	background:#7F7F7F;
	text-align: center;
}
	/* other non-essential CSS */
#header p,
#header h1 {
	margin:0;
	padding:10px 0 0 10px;
}
#footer p {
	margin:0;
	padding:10px;
}
#nav_container {
	width:550px;
	float: right;
	padding-top: 27px;
	margin-right: 15px;
	padding-right: 15px;
}
ul#list-nav {
	list-style:none;
	margin:10px;
	padding:10px;
	width:550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

ul#list-nav li {
	display:inline
}

ul#list-nav li a {
	text-decoration:none;
	padding:0px 10px;
	color:#D1D1D1;
	float:right;
	text-align:center;
}

ul#list-nav li a:hover {
	background:#922A13;
	color:#FFFFFF
}
	/*</style>
	[if lt IE 7]>
	<style media="screen" type="text/css">
	#container {
		height:100%;
	}
	</style>
	<![endif]*/

