@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #37343E;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #37343E;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #37343E;
	padding: 20px 10px 0 20px;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

}
.oneColLiqCtrHdr #mainContent {
	padding: 50px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #37343E;
	
	
}
.oneColLiqCtrHdr #footer { 
	background:#37343E;
	height: 1px;
	margin-top: 175px;
	border-top-color: #FFF;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.left {
	float:left;
	list-style-type: none;
	display:block;
	color: #e86d1f;
	}
	
ul.left a:hover {
	background-color: #e86d1f;
	color: #FFF;
	}
	
.right {
	float:right;
	}
	
#apDiv1 {
	position:absolute;
	width:100%;
	height:25px;
	z-index:1;
	left: 0px;
	top: 537px;
	background-image:url(../images/navigation/stripe.png);
	background-repeat:repeat-x;
}

a:link {
	color: #E86D1F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;

}
a:hover {
	text-decoration: underline;
	color: #fff;

}
a:active {
	text-decoration: none;
	color: #E86D1F;
	list-style-image: none;
	list-style-type: none;

}

#footer {
	height: 1px;
	width: 900px;
	margin-left: 9px;
	background-color: #ffffff;
	margin-top: 50px;
	border-top-color: #FFF;
}
