@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: 
		#9fcfc9;
	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;
	font-size:12px;
}
.oneColFixCtrHdr #container {
	width: 808px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(/images/bg2.jpg);
	background-position:center top;
	background-repeat:repeat-y;
}
.oneColFixCtrHdr #mainContent {
	background-image:	url(images/red-truck3.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:100%;
	padding:0px;
	margin:0px;
	text-align:center;
	padding: 0;  /* 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. */
}
.oneColFixCtrHdr #header {
	background-image:url(/images/hdr-lh.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding-left:50px;
	height: 86px;
	margin:0px;
	text-align:right;
	padding: 0;  /* 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. */
}
.oneColFixCtrHdr #Band {
	background-color:#ffd63b;
	border-left: 0px;
	border-right: 0px;
	border-top: 4px;
	border-bottom:4px;
	border-style:solid;
	height:14px;
	padding:4px;
	z-index:10;
	width:756px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	margin: 0px 0px 0px 22px; /* padding-top, padding-right, padding-bottom, padding-left */
}
.oneColFixCtrHdr #container #Band #address {
	float: left;
	width: 532px;
	text-align: left;
	font-size:10px;
	font-weight:bold;
}
.oneColFixCtrHdr #container #Band #phone {
	float:right;
	font-size:10px;
	font-weight:bold;
}
.oneColFixCtrHdr #container #mainContent #menu {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 4px 4px 5px 58px; /* padding-top, padding-right, padding-bottom, padding-left */
	
	
}
.oneColFixCtrHdr #container #mainContent #content {
	width:580px;
	margin: 0px 20px 0px 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.oneColFixCtrHdr #container #mainContent #content H1 {
	font-size: medium;
	color: #520000;
	margin-top:0px;
} 
#boxbody {
	background-image: url(/images/box.gif); 
	background-repeat:repeat;
	text-align:justify;
	width:520px; 
	padding: 0 25px;
}
#boxtop {
	background-image: url(/images/box-top.gif); 
	background-repeat:no-repeat;
	background-position:bottom left;
	width:570px; 
	height:18px; 
}
#boxbottom { 
	background-image: url(/images/box-bottom.gif); 
	background-repeat:no-repeat;
	width:570px; 
	height:12px; 
}

.oneColFixCtrHdr #container #lighthouse  {
 background-image:url(images/ftr-lh.gif);
 height:62px;
 z-index:20;
 width:741px;
 vertical-align:bottom;
 text-align:center;
 padding: 6px 0px 0px 10px;/* padding-top, padding-right, padding-bottom, padding-left */
 float:right; 
 background-repeat:no-repeat;
 margin-bottom:0px;
 margin-left:20px;
 position:absolute;
}

.oneColFixCtrHdr #container #footer  {
background-image:url(images/full-footer.gif);
background-repeat:no-repeat;
	height:39px;
	z-index:10;
	width:766px;
	vertical-align:bottom;
	text-align:
	center;
	padding: 32px 0px 0px 0px;/* padding-top, padding-right, padding-bottom, padding-left */
	margin:0px 22px 0px 22px;
	position:relative;
}
.oneColFixCtrHdr #container #footer  #footer-menu  {
	color:#000000;
	text-decoration: none;
	float: left;
	width: 480px;
	text-align: right;
 	vertical-align:bottom;
	font-size:10px;
	font-weight:bold;	
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px; /* padding-top, padding-right, padding-bottom, padding-left */
}

.oneColFixCtrHdr #container #footer #footer-menu a:visited {
	color:#000000;
	text-decoration: none;
}

.oneColFixCtrHdr #container #footer #footer-menu a:link {
	color:#000000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer  #footer-menu a:hover {
	color:#FFFFFF;
	background-color:#000000;
}

.oneColFixCtrHdr #container #footer #legal {
	float: left;
	width: 284px;
	font-size:10px;
	font-weight:bold;	
	padding: 4px 0px 4px 0px;/* padding-top, padding-right, padding-bottom, padding-left */
	margin: 0px 0px 1px 0px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.oneColFixCtrHdr #container #mainContent #content #boxbody #form1 {
	text-align: right;
	margin: 5px;
	padding: 5px;
	float: left;
	width: 300px;
}
.ErrorEmphasis {
	font-weight: bold;
	color: #FF0000;
}
