@charset "utf-8";
/* CSS Document */


body {
	font-family: Helvetica,Arial,Verdana, sans-serif;
	font-size:14px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #000000;
	background-color: #FFF;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #FFFFFF; 
	/*padding: 0 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 */
	/*padding: 10px 0;  using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	width: 800px;
	margin:auto;
	 /*padding: 0 20px; remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px;  /*this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
} 
.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 */
}


.headerContent{width:800px;margin:auto;padding:5px 0px 7px 0px;}
#main_column{width:800px; float:left;}
#mainmenubar{background-color:#afa79f; height:30px; width:100%; text-align: left;}
#mainmenu_items ul{list-style:none;font-size:16px;width:840px;margin:auto;background-color:#afa79f;}
.hmenu {float:left;width:auto;padding:5px 75px 3px 0px;font-family:Arial, Helvetica, sans-serif;}
.hmenu a{text-decoration:none;color:#ffffff;}/*#ecdf88 #f51e30*/
.hmenu a:hover{color:#000000;}
#content_heading{color:#A39487; font-family:Arial,Helvetica,sans-serif;padding:10px 0px 10px 0px;font-size:16px;}
.submenu{background-color:#ffffff; height:40px;width:100%;text-align:left;}
#submenu{
	width:800px;
	margin-left:0px;
	background-color:#ffffff;
	padding-top:0px;
	
}
.communications_sub_head{font-weight:600;}
#left_column{width:200px;float:left;font-size:16px;padding:0px 20px 0px 0px;}
#right_column{width:570px; float:right;}
#footer_list li{list-style:none; float:right; padding-left:10px;margin:0px;text-decoration:none;}
.footer_link a{text-decoration:none;color:#ffffff;margin:0px;}/*#f51e30*/
img{border:0px;}
/*#footer{clear:both;}
#footer_content{width:800px;margin:auto;background-color:#ffffff;text-align:center;}
#footer ul{list-style:none;font-size:14px;width:500px;}

.footer_link {float:left;padding:20px 20px 3px 0px;}

.footer_link a:hover{color:#ffffff}
#footer ul{list-style:none;font-size:14px;width:500px;}

#submenu ul{list-style:none;font-size:16px;width:800px;}
#sample_list {margin:auto;text-align:center;}
.sample_link {float:left;padding:0px 20px 3px 0px;}
.sample_link a{text-decoration:none;color:#a39487;}/*#f51e30
.sample_link a:hover{color:#ffffff}*/

