@charset "utf-8";
/* CSS Document */

 html{
 overflow-y:scroll;
   }
 

body {
	font-family: Arial,Helvetica,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: #8c7d70;
	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 ;  /*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 */
}
img {border: 0px;}
a:hover .banner_img {height: 38px; padding:-3px; margin-top:-3px; }	

.headerContent{width:800px;margin:auto;padding:5px 0px 7px 0px;}
#main_column{width:800px; float:left;}
#mainmenubar{background-color:#3f6075; height:30px; width:100%; text-align:left;}
#mainmenu_items ul{list-style:none;font-size:16px;width:800px;margin:auto;background-color:#3f6075;}
.hmenu {float:left;padding:0px;font-family:Arial, Helvetica, sans-serif;}
#mainmenu_items ul{padding-left:0px;}/*this prevents a left indentation from the ul */
/* these items control the spacing of the links in the main horizontal hjla menu*/
#services{padding:5px 24px 3px 0px;}
#our_people{padding:5px 24px 3px 0px;}
#contact_us{padding:5px 0px 3px 0px;}
/* hjla menu items*/
#left_column{width:200px;float:left;font-size:16px;padding:0px 10px 0px 0px;;color:#a39487;border:0px; font-family:Arial,Helvetica Light, Helvetica,Verdana, sans-serif;padding-right:10px;}
#right_column{width:570px;font-size:16px; float:right;border-left:thin solid #80735d;color:#8c7d70;}
.hmenu a{text-decoration:none;color:#ffffff;}/*#ecdf88 #f51e30*/
.hmenu a:hover{color:#6eb4cd;}
#content_heading{color:#A39487; font-family:Arial,Helvetica,sans-serif;padding:9px 0px 10px 0px;font-size:16px;}
	Arial,Helvetica Light, Helvetica,Verdana, sans-serif;padding-right:10px;}

.optima_heading{font-size:18px;color:#5e99aa;font-weight:600;}
.optima_link{color:#8c7d70;}
#footer_content{clear:both;padding-bottom:50px;}
.optima_sub_head{font-weight:600;}
#footer_list li{list-style:none; float:right; padding-left:10px;margin:0px;}
a:hover .footer_img {height: 38px; }
