@charset "UTF-8";
/* CSS Document */

/* Green: #036735 */
/* Blue: #017EB2 */
/* Gray: #555 */

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma,Arial;
	font-size:12px;
	color:#444;
	vertical-align: top;
}

p {margin: 0px 0px 15px 0px; line-height: 150%;}

/*-- LINK COLORS --*/
a {color: #017EB2;}
a:hover { text-decoration: none}

/*-- HEADLNES --*/
h1 {font-size: 20px; margin: 0px 0px 0px 0px; font-family: Arial; color: #13641f; text-transform: uppercase; font-weight: bold;}
h2 {font-size: 18px; margin: 0px 0px 0px 0px; font-family: Arial; color: #036735; text-transform: uppercase; font-weight: normal;}
h3 {font-size: 16px; margin: 0px 0px 0px 0px; font-family: Arial; color: #036735; text-transform: uppercase; font-weight: normal;}

/*-- CENTER SITE IN BROWSER WINDOW --*/
#center {width: 970px; margin: 0px auto;}

/*-- NAVIGATION --*/
#navigation {
	background-image: url(images/truck_header.jpg);
	background-repeat: no-repeat;
	height: 440px;
	width: 970px;
	vertical-align: top;
	margin-top: 0px;
}
#navigation ul {
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
	font-size: 10px;
	padding: 0px;
	color: #333;
	position: relative;
	top: 106px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-variant: normal;
}
#navigation li {
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
	list-style: none;
	padding-left: 25px;
	border-bottom: 1px dotted #555;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	font-family: Tahoma, Geneva, sans-serif;
}
#navigation a {color: #888; text-decoration: none;}

#navigation a:hover {
	color: #036735;
	text-decoration: none;
	font-weight: bold;
}

/*-- CONTENT --*/
#content {
	float: left;
	display: inline;
	width: 580px;
	vertical-align: top;
}

#bullets ul {width: 250px; margin: 10px 0px 0px 0px; padding: 0px;}	
#bullets li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	list-style: none;
	padding-left: 20px;
	background-image: url(images/blarrow.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#column1 {float: left; display: inline; margin-right: 40px; width: 270px;}
#column2 {float: left; display: inline; margin-right: 40px; width: 270px;}
#column3 {float: left; display: inline; width: 280px;}

/*-- SIDEBAR --*/
#sidebar {
	float: right;
	display: inline;
	width: 330px;
}
#sidebar img {
	border: 10px none #d3dbdd;
}
#contact {border-top: 1px dotted #555; border-bottom: 1px dotted #555; padding: 10px 0px 10px 0px; margin: 20px 0px 10px 0px;}
#phone {font-size: 14px;}

/*-- FORM STYLES --*/
form {margin: 20px;}
form p {margin: 0px; width: 180px;}
input {width: 200px;}
textarea {width: 200px;}

/*-- FOOTER --*/
#footer {margin: 20px 0px 0px 0px; padding: 20px 0px 30px 0px; border-top: 1px dotted #555; color: #555;}
