.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 15px auto 20px auto; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 10px 0px;
	margin-right: 4px;
	height: 300px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 10px 0px;
	margin-right: 4px;
	height: 110px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* ----------| =Initial Page Structure |---------- */ 

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	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 l;
	height: 100%;
}
#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;
	margin-bottom: 4px;
	z-index: 120;
}
#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;
} 
/* sidebar */
.sidebar
{
	float: left;
	width: 190px;
	padding: 5px 10px 10px 0px;
	border: #ffffff;
	margin-right: 4px;
}
/* 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;
	background: url(sbbody-r.gif) no-repeat bottom right;
}
.sidebox {
	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.1em;
	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;
} 
/* page content */
#content
{
	text-align: left;
	width: 570px;
	float: left;
	padding: 10px;
	background-color: #FFFFFF;
	padding: 7px;
	overflow: hidden;
}

#content2
{
	text-align: left;
	width: 785px;
	float: left;
	padding: 10px;
	background-color: #FFFFFF;
	padding: 7px 0px 0px 7px;
	z-index: 1010;
}

#content h1{
	font-size: 125%;
	text-decoration: underline;
}

/*--------------- End Content -------------------------*/

/* ----------| =Basic Element Styles |---------- */ 

p { 
	padding-bottom: 1em;
}

p img { 
	vertical-align: middle;
}

.spacer { 
	margin-top: 15px;
}

a { 
	color: #5a97c7;
}

a:visited { 
	color: #14729d;
}

a:hover {
	color: #333;
}

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;
}
#album img
{
	border:3px solid white;
	position: relative;
	z-index: 90;
}

#album img:hover
{
	border:3px solid black;
}
.shadow{
border:4px solid black;
font:10pt arial;
position:relative;
display:inline;
background:white;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}
/*-- Table Formatting--*/
#table{
	text-align: center;
	font-size: 12px;
	vertical-align:middle;
	color: #ffffff;
}
#table td{
	text-align: center;
	font-size: 12px;
	vertical-align:middle;
	color: #ffffff;
}
#table th{
	background-color: #333333;
	color: #FFFFFF;
}
.td1{
	background-color: #666666;
	}
.td2{
	background-color: #990000;
}
.escorttable{
	text-align: left;
		border:1px solid black;
}
.escort_table_label{
	font-weight: bold;
}
