/* ----------| =Initial Page Structure |---------- */ 

* {
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}

html {
	background-image: url(../graybg.png);
	background-color: #565d6f;
	background-repeat: repeat-x;
	background-position:top left;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	width: 1000px;
	margin: 15px auto 34px auto;
	background:#FFFFFF;

}
#header#header img {
	background: #000 url(../bg.jpg) no-repeat left top;
	position: relative;
		border: 0;

}

#navigation {
	background: url(../bg.gif) no-repeat left top;
	padding: 5px;
	position: relative;
	z-index: 100;
}
#footerend {
	position: absolute;

}
#footer#footer img{
		border: 0;
}
/*----------Sidebar & Content ---------------*/
/* 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 {
	background: url(rightheadred.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.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 li a, .boxbody li a:hover
{ text-decoration: none; 
  padding: 0px 0px 0px 18px;
  display: block;
} 

.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;
	color:#000000;
	overflow:hidden;
	margin: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
} 
/*--------------- End Content -------------------------*/

/* ----------| =Basic Element Styles |---------- */ 
h2{
	color: #b90000;
	font-family: Arial, Helvetica, sans-serif;
}
h3{
	color: #b90000;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	padding-bottom: 1em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

p img { 
	vertical-align: middle;
}

.spacer { 
	margin-top: 15px;
}

input { 
	padding: 2px;
	border: 1px solid #cecece;
}

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;
}
.escorttable{
	text-align: left;
	margin: 10px;
	padding: 4px;
	border: 3px solid black;
	color:#000000
}
.escort_table_label{
	font-weight: bold;
	padding-left:2px;
	vertical-align: middle;
	text-align: left;
}
.tr1{
	background-color: #CCCCCC;
}
.tr2{
	background-color: #b90000;
	color: #FFFFFF;
}
.refferaltable{
	text-align: left;
	margin: 10px;
	padding: 4px;
	border: 2px solid black;
	color:#000000
}
#basictable {
	border: 2px solid black;
	padding: 5px;
	text-align: left;
	margin: 50px 200px 50px 200px;
	display: block;
}
#basictable td{
	font-weight: bold;
}
#basictable2 {
	border: 2px solid black;
	padding: 5px;
	text-align: left;
	margin: 50px 70px 50px 70px;
	display: block;
	background-color:#FFFFFF;
}
.authorize{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#000000;
	font-weight:bold;
	padding: 1px 2px;
	background:url(formbg.gif) repeat-x left top;
}
.textleft{
	text-align: left;
}
.textright{
	text-align: right;
}

.tableborders td{
	border: solid 1px #000000;
	padding: 2px;
}
.tablebold{
	font-weight: bold;
}
@media print {.noprint { display: none; }}
