/* ----------| =Initial Page Structure |---------- */ 

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
list-style: none;
}

html {
	font: small/1.3em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-serif;
	color: #000000;
	background-image: url(graybg.png);
	background-color: #565d6f;
	background-repeat: repeat-x;
	background-position:top left;
	height: 100%;
}
body {
	font-size: 12px;
	position: relative;
	width: 1000px;
	margin: 15px auto 34px auto;
	background:#FFFFFF;
}
#header {
	background: #1f232e url(bg.jpg) no-repeat left top;
	position: relative;
	
}

#navigation {
	background: url(bg.gif) no-repeat left top;
	padding: 5px;
	position: relative;
	z-index: 100;
}
#footerend {
	position: absolute;

}
/*----------Sidebar & Content ---------------*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* main content */
#site_content
{
	width: 1000px;
	overflow:hidden;
	margin: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#site_content2
{
	width: 1000px;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
}
/* sidebar */
.sidebar
{
	float: left;
	width: 190px;
	padding: 5px 10px 10px 0px;
	border: #ffffff;
	margin-right: 4px;
	height: 325px;
}
/* sidebar */
.sidebar2
{
	float: right;
	width: 190px;
	padding: 5px 18px 10px 2px;
	border: #ffffff;
}

/* LEFT sidebar items / links */
.sidebaritem
{
	text-align: left;
	width: 190px;
	float: left;
	margin: 0px 0px 15px 0px;
}
.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(rightheadred.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.boxhead h2 {
	background: url(leftheadred.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

.boxbody {
	background: url(sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
.boxbody li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
}
.boxbody_wind li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
}
.form
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	display: block;
	overflow: hidden;
}
.boxbody li a, .boxbody li a:hover
{ text-decoration: none; 
  padding: 0px 0px 0px 18px;
  display: block;
} 
/* page content */
#content
{
	text-align: left;
	width: 570px;
	float: left;
	padding: 10px;
	background-color: #FFFFFF;
	padding: 7px;
	overflow: hidden;
}

#content2
{
	text-align: left;
	width: 780px;
	float: left;
	background-color: #FFFFFF;
	z-index: 90;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	position: relative;
}

#content h1{
	font-size: 125%;
	text-decoration: underline;
}

/*--------------- End Content -------------------------*/
/*------------- Wind Boxes -------------------*/
#site_content_wind
{
	font-family: Arial, Helvetica, sans-serif;
}
.sidebaritemwind
{
	text-align: left;
	float: left;
}.boxheadwind h2 {
	background: url(leftheadredwind.png) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.sideboxwind {
	width: 17em; /* ems so it will grow */
	background: url(sbbody-rwind.png) no-repeat bottom right;
	font-size: 100%;
}
.boxheadwind {
	background: url(rightheadredwind.png) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxbodywind {
	background: url(sbbody-lwind.png) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
/*-----------Block Quote--------------*/
blockquote{
	border-color: #FF0000;
}
/* block quote */
blockquote
{
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 0px 20px;
	border-left: 8px solid;
	background-color: #D6D6D6;
}

/*---------------End Block Quotes---------*/

/* ----------| =Basic Element Styles |---------- */ 

p {
	padding-bottom: 1em;
	color: #000000;
}

p img { 
	vertical-align: middle;
}
a { 
	color: #5a97c7;
}

a:visited { 
	color: #14729d;
}

a:hover { 
	color: #333;
	text-decoration: none;
}

a.hover-box img.hover { 
	display: none;
}

a.hover-box { 
	position: relative;
	float: left;
	display: block;
}

a.hover-box:hover { 
	display: block; 
	font-size: 100%; 
	z-index: 1; 
}

a.hover-box:hover img.hover { 
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}

/* ----------| =Utilities |---------- */ 

.left { 
	float: left;
	position: relative;
	margin: 6px 10px 2px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 6px 0 2px 10px;
}

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	text-align: center;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}

	/* ----------| =Navigation |---------- */ 

#navigation ul#nav { 
	z-index: 4000;
	background: #000000 url(item-bg.gif) repeat-x left top;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#navigation ul#nav li {
	position: relative;
	float: left;
	text-align: center;
	line-height: 1em;
}

#navigation ul#nav li a { 
	display: block;
	padding: 12px 0;
	color: #fff;
	text-decoration: none;
	text-align: left;
	border-right: 1px solid #000000;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#navigation ul#nav li a span {
	padding: 0 15px 0 10px;
	background: url(down-arrow.gif) no-repeat 100% 50%;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
/* About */
#navigation .item1 { width: 120px; }

/* Safety */
#navigation .item2 { width: 120px; }

/* Customers */
#navigation .item3 { width: 125px; }

/* Driver Menu */
#navigation .item4 { width: 125px; }

/* Equipment */
#navigation .item5 { width: 125px; }

/* Brokerage */
#navigation .item6 { width: 125px; }

/* Recruiting */
#navigation .item7 { width: 125px; }

/* Contact Us */
#navigation .item8 { width: 125px; }

		/* ----------| =Navigation (Drop Down) |---------- */ 

		#navigation ul#nav  li ul { 
			display: block;
			position: absolute;
			left: -999em;
			width: 162px;
			padding: 3px 8px 3px 8px;
			background: #50575d url(sub-bg.gif) repeat-x left top;
			border-bottom: 5px solid #a9a9a9;
		}

		#navigation ul#nav  li:hover ul, 
		#navigation ul#nav  li.over ul /* used to target IE via script */ { 
			display: block;
			left: 0;
			top: 100%;
			position: absolute;
			z-index: 3000;
			width: 146px;
		}

		#navigation ul#nav  li ul li {
	width: 146px;
	height: auto;
	background: transparent;
	text-indent: 0;
	padding: 0;
		}

		#navigation ul#nav  li:hover ul li a, 
		#navigation ul#nav  li.over ul li a {
	display: block;
	width: 126px;
	background: transparent;
	padding: 7px 10px;
	text-decoration: none;
	margin: 0;
	color: #fff;
	text-indent: 0;
	text-align: left;
	border: 0;
	font-size: 9px;
	white-space: nowrap;
		}

		#navigation ul#nav li ul li a:hover { 
			color: #fff;
			background: #62686e;
		}
		
#navigation ul#nav li.active a, 
#navigation ul#nav li a:hover, 
#navigation ul#nav li:hover a, 
#navigation ul#nav li.over a {
	background: #840000;
}
/*------Contact Us Page-----*/
#contactus{
	border: 1px;
	display: inline;
	text-align: left;
}
#contactus td{
	padding-bottom: 6px;
	background-color: #CCCCCC;
	text-align: center;
	color: #000000;
}
#contactus th{
	background-color: #999999;
	color: #FFFFFF;
	text-align: center;
}
/*--------Map----------*/
#map{
border:1px solid silver;

}

#bg{
	width: 570px;
	height: 250px;
	background-color: #000000;
	padding: 2px;
	z-index: 1;
}
/*-- Table Formatting--*/
#table{
	text-align: center;
	font-size: 12px;
	vertical-align:middle;
	color: #ffffff;
}
#table2{
	text-align: center;
	font-size: 12px;
	vertical-align:middle;
	color: #000000;
}
#table3{
	text-align: left;
	font-size: 12px;
	vertical-align:middle;
	color: #000000;
}
#table4{
	text-align: center;
	font-size: 14px;
	vertical-align:middle;
	color: #000000;
	border: 2px solid black;
}
#table td{
	text-align: center;
	font-size: 12px;
	vertical-align:middle;
	color: #ffffff;
}
#table th, #table3 th{
	background-color: #333333;
	color: #FFFFFF;
}
#table2 th{
	background-color: #333333;
	color: #FFFFFF;
}
#table3 th{
	text-align: center;
}
#table4 th{
	text-align: center;
	background-color: #333333;
	color: #FFFFFF;
}
.td1{
	background-color: #666666;
	}
.td2{
	background-color: #990000;
}
.td3{
	background-color: #FFFCB7;
}
.td4{
	background-color: #CCCCCC;
}
.td5{
	background-color: #b90000;
	color:#FFFFFF;
}
.td6{
	background-color: #ffffff;
	color:#b90000;
}
#borders{
	border:2px solid black;
}
#awards{
	color: #000000;
	font-size: 16px;
	vertical-align:middle;
	text-align: center;
}
#awards2{
	color: #ffffff;
	font-size: 16px;
	vertical-align:middle;
	text-align: center;
}
.highlite{
	background-color: #FFFF00;
}
.graybox{
	background-color: #333333;
	border:2px solid black;
	color: #FFFFFF;
}
#contractorlife td{
	background-color: #E6E6E6;
	vertical-align:middle;
	text-align: center;
}
#contractorlife_white td{
	vertical-align:middle;
	text-align: center;
}
.recruitingnews{
	border:2px solid #b90000;
	background-color: #FFFFFF;
}
.recruitingnews2{
	background-color: #FFFFFF;
	font-size:14px;
	border-top:2px #b90000 solid;
	border-bottom:2px #b90000 solid;
}
.recruitingnews h3{
	text-decoration: underline;
	border:1px solid white;
}
.recruitingnews p{
	border:1px solid white;
	font-weight: bold;
}
#recrlist{
width:700px;
padding: 10px;
margin-left:240px;;
}
.recrlight{
	background-color:#FFFFFF;
	padding:2px;
}
.recrdark{
	background-color:#FDFFB7;
	padding:2px;
}
.submithover a:hover{
	background-image: url(submit2.png);
	display: block;
}
.red{
	color:#b90000;
	font-weight: bold;
}
/*** LOGIN PAGE ***/
.menu1
{
	float: left;
	width: 224px;
	margin: 5px;
	padding: 5px;
	border: 3px ridge #666666;
	background-color: #000000;
}
.menu1 td{
	text-align: left;
}
.menu1 th{
	text-align: center;
	color: #ffffff;
	background-color: #b90000;
}
.loginmenu{
	font-size: 12px;
}
.loginmenu th{
	font-size: 14px;
}
.authorize{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#000000;
	font-weight:bold;
	padding: 1px 2px;
	background:url(../secured/formbg.gif) repeat-x left top;
}
.salestable td, .salestable th{
vertical-align:middle;
border:#000000 1px solid;
}
.salestable a{
color:#FF0000;
}
.left1{
   float: left;
   padding:11px;
   margin-right: 10px;
   width: 300px;
}
.middle1{
   float: left;
   padding:11px;
   margin-right: 10px;
   width: 300px;
}
.right1{
   float: left;
   padding:11px;
   margin-right: 10px;
   width: 300px;
}
.safetychart, .safetychart table, .safetychart tr{
border:#000000 thin solid;
font-size:14px;
}
.safetychart td{
border:#b60000 thin solid;
background-color:#ffffff;
padding:4px;
}