@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(images/bkgrd1.png) repeat fixed center;
	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;
}
.twoColFixLtHdr #container {
	width: 793px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	background-color: #FFF;
}
.twoColFixLtHdr #containerfooter {
	width: 793px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	background-color: #666;
}
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	height: 203px;
	width: 793px;
	background-color: #666;
	background-image: url(images/images/images/home_09.png);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(images/images/home_03.png);
	padding-right: 0;
	padding-left: 0;
	height: auto;
	width: 793px;
}
.twoColFixLtHdr #sidebar1 {
	width: 158px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFF;
	float: left;
	text-align: left;
	height: 350px;
}

.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	margin: 0px;
} 

.twoColFixLtHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #666;
}

#title {
	height: 37px;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 10px;
	background-color: #FFF;
	background-image: url(images/images/home_07.png);
}
#sec1main {
	background-repeat: no-repeat;
	height: 303px;
	width: 293px;
	float: left;
	clear: none;
	padding-bottom: 10px;
	background-color: #FFF;
	background-image: url(images/images/images/home_21.png);
}
#sec2main {
	background-repeat: no-repeat;
	width: 316px;
	height: 303px;
	float: right;
	clear: none;
	padding-bottom: 10px;
	background-color: #FFF;
	background-image: url(images/images/images/home_19.png);
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#contactinfo {
	height: 210px;
	float: right;
	clear: none;
	width: 320px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 15px;
	background-color: #FFF;
	background-image: none;
}
#contactinfo2 {
	height: 211px;
	float: left;
	clear: none;
	width: 324px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #000000;
	background-image: none;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container2 {
	width: 793px;
}
#btmcar {
	background-repeat: no-repeat;
	float: left;
	height: 211px;
	width: 430px;
	background-color: #FFF;
}
#btmcar2 {
	background-repeat: no-repeat;
	float: left;
	height: 211px;
	width: 430px;
	background-color: #FFF;
	padding-left: 7px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
