/*global*/
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form{
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
html,body {
	height: 100%;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #404242;
	background: #3b3c3c;
}
/*text*/
h2 {
	text-align: left;
	font-size: 1.2em;
}

.inline {display: inline;}

.blue {color: #2d73be;}

.red {color: #d11a2c;}

.center {text-align: center;}

.bold {font-weight: bold;}

a {color: #0066ff;}

a:visited {color: #660099;}

a:hover {color: #ff0000;}

a:active {color: #339900;}

a,
a:visited {text-decoration: none;}

a:hover,
a:active {text-decoration: underline;}

.info {
	font-size: 1.6em;
	text-align: left;
	letter-spacing: -0.03em;
}
#info_top {
	margin-right: 128px;
	padding-top: 12px;
	text-align: right;
	overflow: hidden;
}
.info a, .info a:visited, .info a:hover, .info a:active {
	color: #2d73be;
}
/*box classes*/
.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.fleft {float: left;}

.fright {float: right;}

.row {padding-right: 1px;}

.row_cont {
	width: 380px;
	margin: 20px 15px 20px 10px;
	float: left;
}

#TB_window .row_cont {
	width: 360px;
}

.row_cont img {
	margin: 0 auto;
}

.row_cont ul {padding-left: 20px;}

.row_cont li {padding-bottom: 3px;}

.row_img {
	margin-top: 30px;
	width: 255px;
	float: left;
	text-align: center;
	margin-left: 3px;
}

.banner {margin-left: 35px;}

.hidden {
	display: none;
}

/*boxes*/
#outer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: #3b3c3c url(images/outer_bg.jpg) repeat-y center top;
	min-height: 100%;
	margin-bottom: -44px;
}
#top {
	height: 127px;
	background-image: url(images/top.jpg);
	padding: 0 150px 0 100px;
}
#top_l {
	float: left;
	padding: 20px 0 10px 0;
}
#top_l a {
	display: block;
	height: 97px;
	width: 165px;
	text-decoration:none;
}
#top_m {
	width:322px;
	height:127px;
	overflow:hidden;
	padding:0; margin:0;
}
#top_r {
	float: right;
	padding: 30px 0 20px 0;
}
#top_r a {
	display: block;
	height: 77px;
	width: 150px;
	text-decoration: none;
}
#header {
	height: 210px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#nav {
	width: 170px;
	height: 165px;
	float: left;
	margin-left: 118px;
	padding-top: 10px;
}
/*\*/
* html #nav {
	margin-left:60px;/*Affects IE 5-6 only*/
}
/*end*/
#buttons {
	width: 465px;
	height: 160px;
	float: right;
	margin-right: 145px;
	padding-top: 6px;
}
#content {
	width: 900px; 
	height:auto;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	padding: 0 118px;
}
#content_spacer {
	height: 60px;
}
#col_l {
	width: 406px;
	float: left;
	padding-bottom: 60px;
}
#col_l_text {padding: 20px 15px 20px 10px;}

#col_r {
	width: 258px;
	float: left;
}
#map {
	width: 350px;
	margin: 0 auto;
}

#col_r_text {padding: 20px 10px 20px 10px;}

#col_r_text li {padding-bottom: 15px;}

#col_r_text ul {

}
#col_r_text ul li {
	list-style: none;
	background: url(images/bullet_point.jpg) top left no-repeat;
	padding-left: 36px;
}
#content_footer {
	height: 200px;
	background-image: url(images/content_footer.jpg);
	background-repeat: no-repeat;
}
#truck_top {
	height: 60px;
	background-image: url(images/truck_top.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: -60px;
}
#footer_cont .info {
	margin-left: 535px;
	margin-top: -55px;
}
#footer_text {
	margin: 0 250px 44px 250px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}
#footer_wrap {
	height: 44px;
	width: 900px;
	background: url(images/footer.jpg) no-repeat bottom center;
	margin: 0 auto;
	overflow: auto;
	color: #fff;
	text-align: center;
}
#footer {
	margin: 0 250px;
}
/*\*/
* html #outer {
	height: 100%;/*Affects IE 5-6 only*/
}
/*end*/
/*form*/
#form {
	padding-left: 0px;
	font-size: 1.1em;
}

#form input, #form textarea {
	margin: 1px;
	border: 1px solid #bdbfbe;
	width: 200px;
}
#form input, #form textarea, #form input.submit, #form input.submit:hover {
	padding: 1px;
	background: #fff;
	color: #404242;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#form input.submit, #form input.submit:hover {
	margin: 2px 1px;
	border: 2px solid #bdbfbe;
	font-style: italic;
	width: 120px;
	cursor: pointer;
}