
body {
	background: #000000 url('images/body-header.png') repeat-x top;
	font-family: Trebuchet MS, arial, verdana, sans-serif;
	font-size: 12pt;
	color: #ffffff;
	margin: 10px 0 0 0;
}

a
{
	font-family: Trebuchet MS, arial, verdana, sans-serif;
	color: #dbdbdb;
}



/***************************
 Truck Driving Jobs Main layout
***************************/

#pageMain 
{
	width:960px;
	margin-right:auto;
	margin-left:auto;
}
#pageLeft 
{
	width: 210px;
	margin-right: 30px;
	float: left;
}
#pageRight 
{
	float:left;
	width: 720px;
}




/***************************
 Truck Driving Jobs Side navigation
***************************/

#navSide
{   
	margin-top:50px;
	margin-bottom: 20px;
	width: 209px; 
	float: left;
	
}
.navSideEdges
{
    height: 12px;
	width: 209px;	
}
.navSelected 
{
	color: #ffffff;	
	background-color: #242436;
}





#navSideContent1
{
    padding-top: 10px;
    float: left;
    vertical-align: top;
	background-image: url('images/nav_bg.png');
}
#navSide td a
{
	font-size: 12pt;
	display:block;
	width: 179px;
	padding: 8px 0 8px 30px;
	text-decoration: none;
	background: url('images/nav_bullet.png') no-repeat left;
	color: #babac7;
}

#navSide li a
{
	font-size: 12pt;
	display:block;
	width: 179px;
	padding: 8px 0 8px 30px;
	text-decoration: none;
	background: url('images/nav_bullet.png') no-repeat left;
	color: #babac7;
}

#navSideContent1 a:hover
{
	background-color: #242436;
	color: #ffffff;
}




/***************************
 Truck Driving Jobs Area below side navigation
***************************/

#belowNav
{
	float:left;
	margin-top:25px;
}




/***************************
 Truck Driving Jobs Top navigation
***************************/

#navTop 
{
	padding-top: 10px;
	padding-right: 10px;
} 
#navTop a 
{
	font-size: 10pt;
	background: url('images/main-nav-tab.png') bottom no-repeat;
	width: 69px;
	height: 18px;
	padding-top: 5px;
	float: right;
	margin-left: 1px;
	text-align: center;
	text-decoration: none;
}
#navTop a:hover
{
	color: #ffffff;
	background: url('images/main-nav-tab-over.gif') bottom no-repeat;
}




/***************************
 Truck Driving Jobs Header image
***************************/

#header 
{
	width: 720px;
	height: 191px;
	float: right;
	position: relative;
	background-image: url('images/main.png');
}

#header a
{
	background: url('images/inset.png') no-repeat;
	width:386px;
	height:58px;
	font-size:20pt;
	color:#ffffff;
	text-decoration:none;
	text-align:left;
	padding-left: 40px;
	padding-top:12px;
	position: absolute;
	right: 0px;
	bottom: 15px;
}


/***************************
 Truck Driving Jobs Content
***************************/

#content
{
	width:720px;
	margin-top: 25px;
	margin-bottom: 25px;
	float: right;
}

#content h1
{
	font-size:18pt;
}

#content h2
{
	font-size:16pt;
}


/***************************
 Truck Driving Jobs Footer
***************************/
#footer
{
	text-align: center;
	clear: both;
	color: #babac7;
}
#footer hr
{
	background-color: #cc0000;
	color: #cc0000;
}




/***************************
 Logo
***************************/

#logoLeft
{
	float: left;
	width: 112px;
	height: 76px;
	margin-right: 15px;
}


#logoRight
{
	padding-top: 10px;
	float: left;
    font-weight: bold;	
}
#logoRight a
{
	float: left;
	text-decoration:none;
	font-family:Trebuchet MS;
	color:#ffffff;
}


/***************************
 big red button
***************************/

.bigred a
{
	background: url('images/big-red-button.png') no-repeat;
	width:209px;
	height:60px;
	display:block;
	font-size:20pt;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	padding-top:12px;
	margin-top:25px;
	margin-bottom:50px;
}
.bigred a:hover 
{
	background: url('images/big-red-button-over.png') no-repeat;
}


/***************************
 driver app
***************************/

#application input
{
	background-color:#dbdbdb;	
	color:#242436;
	font-weight:bold;
	border: double 1px #ffffff;
}
#application select
{
	background-color:#dbdbdb;	
	color:#242436;
	font-weight:bold;
	border: double 1px #ffffff;
}

#application .fullinput
{
	width:240px;	
	
}
#application a
{
	display:block;
	text-align:center;
	color: #ffffff;
	
}


