@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #E8E8E8;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
}
html, body {
	height: 100%;
}

#container  {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 100%;
	margin-bottom: -149px;
	position: relative;
	background-color: #FFFFFF;
}
#header  {
	height: 149px;
	background-image: url(../images/header1.jpg);

}
#header #searchbox {
	height: 38px;
	width: 252px;
	background-image: url(../images/searchboxbg.png);
	margin-left: 600px;
}
#header #searchbox form {
	width: 220px;
	padding-top: 2px;
	padding-left: 25px;
}
#header #searchbox .search-box .cat_button {
	background-color: #025C98;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	border: 1px solid #FFFFFF;
	height: 21px;
	width: 50px;
}
#header #searchbox .search-box #CAT_Search {
	width: 125px;
}


#mainContent  {
	background: #FFFFFF;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	width: 840px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#mainContent h1 {
	font-size: 26px;
	color: #4895BF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContent h2 {
	font-size: 18px;
	color: #4895BF;
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContent h3 {
	font-size: 14px;
	color: #4895BF;
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mainContent  #mainleft {
	width: 580px;
	background-repeat: no-repeat;
	float: left;
}
#mainContent #mainleft #about {
	width: 560px;
}


#topleft2 ul{
	list-style-type: none;
	margin-left: 0;
	padding: 0;
}
#topleft2 {
	background-image: url(../images/truck.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#topleft2 ul li {
	padding-bottom: 5px;
}

#topleft2 ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #11374C;
	text-decoration: none;
	padding-left: 50px;
}
#topleft2 ul li a:hover {
	color: #B3A13F;
}
#mainContent #mainright {
	width: 260px;
	float: right;
}
#mainContent #mainright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: bold;
	color: #025C98;
}


#contactbox {
	width: 240px;
	border: 1px solid #CCCCCC;
	padding-bottom: 5px;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #E6E6E6;
}
#contactbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: bold;
	color: #025C98;
}
#contactbox #viewmap {
	width: 80px;
	height: 50px;
	float: right;
	margin-top: 5px;
	margin-right: 15px;
}
#contactbox #viewmap img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
div.newsletter-form {
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	width: 240px;
	background-color: #E6E6E6;
	margin-top: 20px;
}

div.newsletter-form input.cat_textbox_small {
	background-color: #FFFFF;
	border: 1px solid #808080;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	color: #808080;
	height: 16px;
	width: 160px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#aboutpics {
	width: 245px;
	padding-bottom: 5px;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#aboutpics img {
	margin-top: 20px;
}


#footercorner {
	background-image: url(../images/footercorner.png);
	height: 10px;
	clear: both;
	width: 900px;
}

#footer {
	height: 149px;
	position: relative;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
}

#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 */
}
.clearfooter {
	height: 149px;
	clear: both;
}
#footer #footercorners {
	background-image: url(../images/footercorner.png);
	height: 60px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
}
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #82C7EA;
	font-weight: bold;
	font-variant: normal;
}
#footer #copyright {
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	padding-top: 10px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	list-style-type: none;
	display: inline;
	margin-right: 6px;
	margin-left: 6px;
}
#footer a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-variant: normal;
}
#map {
	width: 240px;
	border: 1px solid #CCCCCC;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #E6E6E6;
}
#testimonials {
	width: 240px;
	padding-right: 10px;
	padding-left: 10px;
	height: auto;
}
#testname {
	text-align: right;
}
#testname2 {
	text-align: right;
}
.testimonialall {
	width: 700px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 40px;
}
.testimonialall p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.testimonialall h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #025C98;
}#footer #bbb {
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	padding-top: 10px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
#mainright #bbbside {
	float: left;
	width: 215px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}

