body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
body {
	background-color: #FFFFFF;
	margin:0;
}
* {
padding:0; 
margin:0;
}


/********************************/
/* DEFAULT LINK */
/********************************/
a, a:active, a:link, a:visited { 
	color: #00b300;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

/********************************/
/*DEFAULT TAGS*/
/********************************/
h1, h2, h3, h4, h5, h6 {
	margin-bottom:.8em;
	line-height:1.1em;
	font-weight: bold;
}
h1 {
	font-size:25px;
	line-height:37px;
	font-weight:normal;
	margin-bottom:.8em;
	text-transform:uppercase;
}
h2 {
	font-size:1.4em;
	text-transform:uppercase;
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1.2em;
}
h5 {
	font-size:1.1em;
}
h6 {
	font-size:1.0em;
}
p, li {
font-size:1.2em;
}
p {
	margin-bottom:1em;
	line-height: 1.3em;
}
ul, ol, blockquote, .indent {
margin-bottom:1em;
margin-left:30px;
padding: 0;
}
ul ul, ol ol, ol ul {
margin-top:0;
margin-bottom:.7em;
}
li {
line-height:1.3em;
margin-bottom:.3em;
margin-left:0;
padding-left:0px;
}
img {
border:0;
}
table {
border-collapse:collapse;
}
p.small {
font-size:1.1em;
line-height: 1.2em;
}


/********************************/
/* BROWSER FIXES */
/********************************/
.clear { /* to fix firefox/IE bug: allows parent of floating divs to expand the full height of its children */
clear: both;
height:1px;
line-height:1px;
font-size:1px;
margin-top:-1px;
}

/********************************/
/* LAYOUT */
/********************************/

/* SHARED ATTRIBUTES */
#banner, #title, #content, #footer {
width:900px;
margin:0 auto;
position:relative;
zoom:1;
}


/* BANNER */
#bannerContainer {
border-top:12px solid #66ff00;
height:88px;
}
#banner {
height:88px;
}
#logo {
position:absolute;
top:10px;
left:20px;
margin-bottom:1px;
}
#topNav {
position:absolute;
top:65px;
left:200px;
margin:0;
list-style:none;
height:20px;
}
#topNav li {
float:left;
}
#topNav a, #topNav a:active, #topNav a:link, #topNav a:visited {
margin-right:40px;
color:#666;
font-size:1em;
line-height:1em;
text-transform:uppercase;
text-decoration:none;
}
#topNav a:hover {
text-decoration:underline;
}
#topNav a.select {
color:#000;
}


/* TITLE */
#titleContainer {
height:76px;
background-color:#000;
zoom:1;
}
#title {
height:76px;
}
#titleText {}
#titleTruck {
position:absolute;
top:0;
left:570px;
z-index:10;
}

/* CONTENT */
#contentContainer {
background-image:url(images/bg.png);
background-position:top;
background-repeat:repeat-x;
}
#content {}
#leftColumn {
width:160px;
padding:10px 20px 20px 20px;
float:left;
}
#middleColumn {
width:485px;
padding:70px 20px 20px 0;
float:left;
}
#rightColumn {
width:195px;
padding:70px 0 20px 0;
float:left;
}
.addressBlock {}
.addressBlock h3 {
font-size:1.6em;
line-height:1.1em;
margin-bottom:.2em;
}
.addressBlock p {
font-size:1.1em;
line-height:1.5em;
}
p.intro {
font-size:1.8em;
line-height:1.8em;
}
ul.serviceLinks {
list-style:none;
margin:0;
}
ul.serviceLinks li {
font-size:1.4em;
margin-bottom:1.4em;
}

.highlight {
padding:3px 6px 4px 6px;
color:#CCC;
background-color:#000;
}

.caption {
font-size:1.1em;
line-height:1.3em;
margin-bottom:.5em;
color:#000;
}

/* FOOTER */
#footerContainer {}
#footer {
padding:0 0 20px 0;
}
#footer p {
margin-left:200px;
font-size:1.1em;
line-height:1em;
}

/* CONTACT US FORM */
#contactForm {
margin-left:200px;
width:700px;
}
#contactForm p {
font-size:1.1em;
line-height:1.1em;
color:#000;
height:25px;
margin-bottom:2px;
clear:left;
zoom:1;
}
#contactForm label {
width:150px;
padding-right:5px;
padding-top:5px;
text-align:right;
text-transform:uppercase;
float:left;
}
#contactForm input, #contactForm textarea {
width:320px;
padding:3px 2px;
margin:0;
float:left;
border:1px solid #CCC;
}
#contactForm p.message, #contactForm p.submit {
padding-top:15px;
height:auto;
}
#contactForm textarea {
padding:2px 2px;
width:475px;
}
#contactForm #submit {
width:auto;
border:none;
}
#contactForm .submit label {
text-transform:none;
}




@media print {

}
