@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #32D045;
	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-image: url(../images/bg-gradlime.jpg);
	background-repeat: repeat-y;
	background-position: center;
	;
}
.oneColFixCtrHdr #container {
	width: 782px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #000000;
	height: 177px; 
}
ul.navbar {
	margin: 0px;
	margin-left: 8px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	float: left;
	width: 100%;
	}
ul.navbar li {
	float: left;
	}
ul.navbar a {
	display: block;
	font-size: 14px;
	border: 1px solid #666666;
	border-bottom: none;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #000000;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	}
ul.navbar a:hover {
	color: #FF0000;
	}

.oneColFixCtrHdr 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 */
	font-size: 24px;	
}
.oneColFixCtrHdr #mainContent {
	padding: 40px;
	padding-top: 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #F1E2CD;
	border: #00FF99;
}
.oneColFixCtrHdr #maincontent h1 {
	font-size: 10px;
	text-align: center;
}

.oneColFixCtrHdr #footer {
	height: 107px;
	width: 782px;
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #714E40;
	clear: both;
}
.oneColFixCtrHdr #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 */
}
.picborder {	border: thin solid #000000;
}
.bizstyle {color: #FF0000; font-size: 16px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
#sidebar {
	float: right;
	padding-right: 5px;
	margin-left: 30px;
	height: 400px;
}
#lsidebar {
	float: left;
	padding-right: 15px;
	padding-top: 20px;
	margin-left: 30px;
	height: 420px;
}

#kmi {
	float: left;
	height: 107px;
	width: 543px;
	}
#address {
	float: right;
	height: 82px;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
	width: auto;
	text-align: center;
	border-left: 2px solid #8C6150;
	}
#phone {
	height: 77px;
	float: right;
	text-align: center;
	padding-top: 30px;
	width: 235px;
	border-left: 2px solid #8C6150;
	}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #E7AA15;
	font-size: 24px;
}
.trailer {
	color: #333333;
	font-size: 12px;
	padding-bottom: 1px;
	}
.trailer a {color: #333333;}

.bottomlinks {
	font-size: 12px;
	background-color: #714E40;
	border: 1px solid #8C6150;
	color: #FFFFFF;
	text-align: center;
	padding: 20px 0px 20px 0;
	a:link color:#FFFFFF;
	}
.bottomlinks a {
	color: #FFFFFF;
	text-decoration: none;
	}
.bottomlinks a:hover {color: #FF0000;}
.webdesigner {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	font-style: bold;
}
.clear {clear:both;}	


