/*********************
* Globals
*********************/

*{margin: 0; padding: 0; border: 0}

body{
	background: #D5D7DB url(img/bg-body.gif) repeat-x;
	color: #023043;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
}

blockquote { 
	margin-left:140px; 
	margin-right:100px;
	color:#666666; 
	}

a:link,a:visited	{ color:#004187; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#0A7CF8; text-decoration:underline; outline:none; }


img.img-right {
	float:right; 
	margin:5px; 
	}
	
img.img-left {
	float:left; 
	margin:10px 10px 10px 10px; 
	}
	
	
p.back-to-top {
	text-align:right;
	display:block;
	font-size:10px;
	}

/*********************
* Structural
*********************/
#subhead {  height:50px;}
	#subhead span { display:none;}
	body#index #subhead{background: url(img/subhead-index.gif) no-repeat;}
	body#about #subhead{background: url(img/subhead-about.gif) no-repeat;}
	body#trucking #subhead{background: url(img/subhead-trucking.gif) no-repeat;}
	body#laws #subhead{background: url(img/subhead-laws.gif) no-repeat;}
	body#faq #subhead{background: url(img/subhead-faq.gif) no-repeat;}
	body#contact #subhead{background: url(img/subhead-contact.gif) no-repeat;}
	body#thankyou #subhead{background: url(img/subhead-thankyou.gif) no-repeat;}

#list{background: url(img/img-list.gif) no-repeat; height:156px; margin-bottom:8px;}
#list span{display:none;}

#quick-contact{background: url(img/subhead-qc.gif) no-repeat; height:70px;}
#quick-contact-spacer{background: url(img/subhead-qc-contact.gif) no-repeat; height:21px;}

#wrap{
	margin: 0 auto;
	width: 890px;
	background: url(img/bg-wrap.gif) repeat-y;
}

#bottom-wrap {
	background:url(img/bottom-wrap.gif) no-repeat;
	height:80px;
	clear:both;
	width:100%; /* fix for Safar */

	}

#header{
	width: 287px;
	height: 180px;
	background: url(img/header.jpg) no-repeat;
}

#masthead {
	position:relative;
	background:url(img/masthead.gif);
	height:96px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:104px;
		width:666px;
		top:29px;
		height:42px; 
		}
	#masthead a span {
		display:none;
		}

#left-col{
	width: 603px;
	float: left;
	text-align: left;
}

h1 {
display:none;
}

#left-col h2{
color: #004187;
font-size:12px;
margin: 20px 25px 8px 85px;
}

#left-col p{
margin: 0 25px 8px 85px;
}


ul#inside{
margin: 25px 25px 25px 25px;
}

ul#main{
margin: 0 25px 8px 100px;
}

ol#main{
margin: 0 25px 8px 120px;
}

#right-col{
	width: 287px;
	float: right;
	text-align: left;
}

	#right-col form{
	margin-left:20px;
	}
	
	#right-col ul{
	color:#fff;
	font-size:11px;
	margin-right:45px;
	margin-bottom:10px;
	}
	
	#right-col a{
	color:#fff; 
	}	
	
	#right-col p{
	margin-left:20px;
	color:#fff;
	font-size:11px;
	margin-right:75px;
	}
		
#footer span{display:none;}


/*********************
* Navigation
*********************/
#nav { 

	background:url(img/nav.jpg) no-repeat; 
	width:603px; 
	height:180px; 
	margin:0;
	padding:0; 
	}
#nav li span { display: none; }

#nav li {
	float:left;
	list-style:none;
	width:214px;
	}

#nav li, #nav a { 
	height:19px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:36px; padding-left:117px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06 { margin-top:0; padding-left:117px; }

#nav-01 a:hover { background:url(img/nav.jpg) -603  -117px no-repeat; }
#nav-02 a:hover { background:url(img/nav.jpg) -603  -19px no-repeat; }
#nav-03 a:hover { background:url(img/nav.jpg) -603  -px no-repeat; }
#nav-04 a:hover { background:url(img/nav.jpg) -603  -px no-repeat; }
#nav-05 a:hover { background:url(img/nav.jpg) -603 -px no-repeat; }
#nav-06 a:hover { background:url(img/nav.jpg) -603 -px no-repeat; }

/*********************
* Contact Form
*********************/
body#contact form{
margin:auto;
}

body#contact form label{
color: #023043 !important;
}



form {
	width:170px;
	margin:0 0 15px 0;
	}
	
form p{
	color:#fff;
	font-size:11px;
	line-height: 12px;
	}



form label	{ font-size:12px; color:#fff; }



form br { line-height:0; height:0; } /* defaults vertical spacing between fields */



input, textarea, select { 

	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #023043;
	color:#023043;
	width:165px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:20px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	}


select { width:170px; padding:0; } /* same width as form - !important */



textarea { height:90px; overflow:auto; }

input.submit{ 
	width:65px;
	height:25px;
	cursor:pointer; 
	padding:0;
	background:url(img/btn-submit-inside.gif) no-repeat;
	border:none;
	}
	
input.submit-contact{ 
	width:65px;
	height:25px;
	cursor:pointer; 
	padding:0;
	background:url(img/btn-submit.gif) no-repeat;
	border:none;
	}
	
/*********************
* Footer
*********************/
#footer {
	width:890px;
	margin:0 auto;
	text-align:center;
	}
 