@charset "UTF-8";
/* CSS Document */

/*======= Body and Container Objects==========*/

body {
	background: #FFF;
	color: #fff;
}
#wrap, #header, #footer {
	width: 960px;
	margin: 0px auto 0px auto;
	background: url(../images/bknd_wrap.png) center repeat-y;
	overflow:auto;
}
#content {
	float: left;
	display: inline;
	background: #999;
	margin: 8px;
	padding: 10px;
	width: 700px;
}


/*======== Global Text Formatting ========*/
a {
	color: #9B9F14;
	cursor: pointer;
}
a:hover {
	color: #CC6600;
	cursor: pointer;
}
a.readmore {
	font-style: italic;
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	margin: 6px 0px 4px 0px;
	padding: 0px;
}
h1{
	font-size: 1.5em;
	line-height: 1.8em;
	padding-top: 0px;
}
h2 {
	font-style:italic;
	font-size: 1.2em;
	line-height: 1.3em;
}
h3{
	font-size: 1.0em;
	line-height:1.3em;
}
h4{
	font-size: 0.9em;
	font-style:italic;
}
h5,h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	margin-bottom: 2px;
}

p, #content li, #home_content li{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 8px 0px;
	font-size: 0.85em;
	line-height: 1.5em;
}
#content ul, #content ul li {
	list-style-position: inside;
	list-style-type: disc;
	margin: 0px 0px 4px 0px;
	padding-left: 15px;
}
#content p, #content h2, #content h3, #content h4, #content h5{
	margin-left: 16px;
	margin-right: 16px;
}
#content p {
	color: #000;
}
#content h2 {
	color: #003A5D;
}
#content h3 {
	color: #7F7F00;
}
#content h4{
	color:#666;
}


/* Use this style on images you want to float to the left within text*/
.image_left{
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}
.image_right{
	float: right;
	margin-left: 6px;
	margin-bottom: 6px;
}

/*Use this style on objects you want to float but have no margins*/
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.overauto{
	overflow: auto;
	position:relative;
}
.overvisible{
	overflow: visible;
}

.margin_5 {
	margin: 5px;
	overflow:auto;
}
.margin_8 {
	margin: 8px;
	overflow:auto;
}
.margin_8_16 {
	margin: 8px 16px;
	overflow:auto;
}
.border_white {
	border: 4px solid #FFF;
}
.padding_8 {
	padding: 8px;
}

/* Forground Text Colour Options */
.black {
	color: #000!important;
}
.grey1{
	color: #CCC!important;
}
.grey2 {
	color: #999!important;
}
.grey3 {
	color: #666!important;
}
.grey4 {
	color: #585858!important;
}
.grey5 {
	color: #454545!important;
}
.grey6 {
	color: #2F2F2F!important;
}
.blue {
	color: #003A5D!important;
}
.green {
	color: #7F7F00!important;
}
.red {
	color: #58100F!important;
}
.white {
	color: #FFF!important;
}
/*Image Options */
img.floatLeft { 
    float: left; 
    margin: 4px; 
}

/*Background Colour Options */
.bknd_black {
	background-color: #000;
}
.bknd_white {
	background-color: #FFF;
}
.bknd_grey1{
	background-color: #CCC;
}
.bknd_grey2 {
	background-color: #999;
}
.bknd_grey3 {
	background-color: #666;
}
.bknd_grey4 {
	background-color: #585858;
}
.bknd_grey5 {
	background-color: #454545;
}
.bknd_grey6 {
	background-color: #2F2F2F;
}
.bknd_blue {
	background-color: #003A5D;
}
.bknd_green {
	background-color: #7F7F00;
}
.bknd_red {
	background-color: #58100F;
}

.subscribe_bknd {
	background: url(../images/subscribe_bknd.png) no-repeat #585858 center bottom;
	overflow:auto;
	padding: 10px 10px 180px 10px;
}
/* Heading H1 Graphic Replacement for content pages */

#content h1{
	text-indent: -5000px;
	width: 600px;
	height: 45px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin:0px;
}
h1.head_comm{
	background: url(../images/head_comm_trucks.png);
}
h1.head_pickup{
	background: url(../images/head_pickup.png);
}
h1.head_features{
	background: url(../images/head_features.png);
}
h1.head_photo{
	background: url(../images/head_photo.png);
}
h1.head_video{
	background: url(../images/head_video.png);
}
h1.head_testimonial{
	background: url(../images/head_testimonial.png);
}
h1.head_about{
	background: url(../images/head_about.png);
}
h1.head_faq{
	background: url(../images/head_faq.png);
}
h1.head_news{
	background: url(../images/head_news.png);
}
h1.head_subscribe{
	background: url(../images/head_subscribe.png);
}
h1.head_contact{
	background: url(../images/head_contact.png);
}
h1.head_employment{
	background: url(../images/head_employment.png);
}





#header {
	background: url(../images/header_bknd_right.png) #fff 340px 0px no-repeat;
	height: 114px;
}

#header img.logo {
	float: left;
	display: inline;
	margin-left: 10px;
}


ul.nav_utility {
	float: right;
	display: inline;
	margin-right: 5px;
}
ul.nav_utility li {
	float: left;
	display: inline;
	font-size: .7em;
	padding-right: 8px;
	margin-top: 8px;
}
ul.nav_utility a{
	color: #003A5D;
	text-decoration: none;
	padding-right: 8px;
	border-right: 1px solid #003A5D;
}
ul.nav_utility a:hover{
	color: #7F7F00;
	text-decoration: underline;
}
/*==== MAIN NAVIGATION  =====*/

#nav {
	width: 185px;
	padding: 0px;
	overflow:auto;
	margin-left: 18px;
	margin-top: 8px;
	float: left; 
	display: inline;
}
#nav ul, #nav li {
	width: 100%;
	font-size: 1em;
	font-weight:bold;
}
.nav_top{
	background:url(../images/nav_top_blue_bknd.jpg) top left #003A5D;
	overflow:auto;
}
.nav_top li {
	float: left;
	display: inline;
}
.nav_top a {
	display:block;
	padding-left:20px;
	line-height: 260%;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

body.home .nav_top a{ /*larger home buttons*/
	line-height: 400%;
}
body.home .nav_top {/*larger home buttons different bknd*/
	background:url(../images/nav_top_blue_home.jpg) top left #003A5D;
}
.nav_top a.active {
	background:url(../images/nav_top_blue_active.png) center left no-repeat;
	padding-left: 30px;
}
.nav_top a:hover {
	background:#7F7F00;
	color: #FFF;
}
.nav_top a.last {
	border-bottom: 0px;
}
.nav_bottom{
	background:url(../images/nav_bottom_grey_bknd.jpg) top left #999;
	overflow:auto;
}
.nav_bottom li {
	position:relative;
	overflow:auto;
	float: left;
	display:inline;
}
#nav ul li ul {
	clear: both;
}
#nav li li a {
	font-size: .65em;
	padding-left:30px;
}
.nav_button {
	padding: 0px 5px 5px 5px;
}
.live_help{
	padding-bottom: 0px;
}


/*Navigation - bottom grey button - Working*/

/* Navigation - bottom grey buttons */

.nav_bottom a {
	display:block;
	padding-left: 45px;
	line-height: 230%;
	color: #BBB;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
.nav_bottom a.last {
	border-bottom: 0px;
}
a.nav_about,
a.nav_faq,
a.nav_news,
a.nav_subscribe,
a.nav_contact,
a.nav_twitter {
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
a.nav_about {
	background-image:url(../images/nav_bottom_about.png);
}
a.nav_faq {
	background-image:url(../images/nav_bottom_faq.png);
}
a.nav_news {
	background-image:url(../images/nav_bottom_news.png);
}
a.nav_subscribe {
	background-image:url(../images/nav_bottom_subscribe.png);
}
a.nav_contact {
	background-image:url(../images/nav_bottom_contact.png);
}
a.nav_about:hover,
a.nav_faq:hover,
a.nav_news:hover,
a.nav_subscribe:hover,
a.nav_contact:hover{
	background-position: 10px -42px;
	color: #fff;
}
.nav_bottom .active {
	background-position: 10px -42px;
	color: #fff;
}


/*==== FOOTER  ====*/

#footer {
	clear: both;
}
#footer div{
	background: url(../images/footer_ooow_stamp.png) no-repeat bottom left;
	overflow:auto;
	padding: 20px 35px 10px 210px;
}
#footer p, #footer li {
	font-size: 11px;
	line-height: 18px;
	color:#777;
}
#footer p{
	clear: both;
	padding-top: 10px;
}
#footer p.ruleAbove {
	border-top: 1px solid #777;
}
#footer ul{
	clear: both;
	margin-bottom: 15px;
}
#footer li {
	display: inline;
	float: left;
	border-right: 1px solid #777;
	padding: 0px 6px;
}
#footer li.first {
	padding-left: 0px;
}
#footer li.last {
	border-right: none;
}
#footer a{
	color:#777; 
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}


/*-------Features----------*/

#features {
	background-color:#000;
	overflow:auto;
	color: #000;
	padding: 8px;
}

#fmenu {
	display: inline;
	float:left;
	width: 30%;
	height: 400px;
	background-color: #CCC;
	overflow: auto;
	margin-left: 5px;
}
#fcontent {
	display: inline;
	float:left;
	width: 69%;
	height: 400px;
	background-color: #FFF;
}	
#fcontent img {
	float: left;
	display: inline;
	margin: 0px 15px 8px 20px;
}

#fmenu ul {
	list-style: none!important;
}
#fmenu li {
	list-style: none!important;
	margin: 0px!important;
	padding:0px!important;
}
#fmenu a{
	color: #003A5D;
	display: block;
	padding: 2px 6px 3px 6px;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
}
#fmenu a:hover {
	background-color:#FFFFFF;
	color: #7F7F00;
}
#fcontent h2, #fcontent p {
	margin-left: 20px;
	margin-right: 20px;
}
#fcontent h2{
	margin-top: 20px;
}




/*PHOTOS AND NEWS */

table.photosearch td {
	padding: 2px 0px 7px 0px;
}
#photos {
	background-color:#FFF;
	overflow:auto;
	color: #000;
	padding: 10px;
}
#news {
	background-color:#FFF;
	overflow:auto;
	color: #000;
	padding: 10px;
}
.date {
	color: #999999!important;
	font-size: 12px;
	line-height:11px;
	margin-top: 0px;
}
td.date {
	
}
div.separator {
	height: 1px;
	background:#000;
	margin: 20px 0px;
}

.newsTable td{
	padding:7px;
}


/* grid pager panel */
.ewGridLowerPanel {
	padding: 3px;	
	border-left: 0;
	border-right: 0;	
	background-color: inherit; /* grid header color */
	color: inherit;	 /* grid header font color */
	font-family: inherit; /* font name */
	font-size: inherit; /* font size */			
}

.ewGridMiddlePanel {
	border: 0;		
}

.ewGridLowerPanel {
	border-top: 1px solid;
	border-bottom: 0px; 
	border-color: #BFD3EE; 
	margin-top: 25px;
}

.ewGridLowerPanel td {
	color: inherit;	 /* grid header font color */
	font-family: inherit; /* font name */
	font-size: inherit; /* font size */			
}

.ewPager td {
	white-space: nowrap;	
}

.ewMultiColumnTable {
	border: 0;
}

.ewMultiColumnTable td {
	padding: 3px;
}

.ewGridContent {
	padding: 0;	
	border: 1px solid #666; /* grid border */			
}

/* main table */
.ewTable {
	border: 0;
	border-collapse: collapse;
	empty-cells: show;
	font-family: inherit; /* font name */
	font-size: inherit; /* font size */			
}

.ewTableSeparate {	
	border-collapse: separate;		
}

.ewBasicSearch {
	font-family: inherit; /* font name */
	font-size: inherit; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewBasicSearch td {
	border: 0px;
	padding: 2px;
}

.ewMultiColumnTable td{
	padding: 4px 8px 4px 0px;
}
.ewGridContent {
	width: 300px;
	padding: 10px;
	border: 1px solid #999;
	overflow:auto;
}
.ewGridContent img {
	float: left;
	display: inline;
	margin-right: 10px;
}

.ewGridText {
	float: left;
	display: inline;
	width: 160px;
	/*overflow:auto;*/
}
.ewGridText p{
	margin-bottom: 0px!important;
	line-height: 1.2em;
	color: #333333;
}

/*Photo Gallery Image Formats*/
#content #photos p{
	margin-left: 0px;
}

#content p.phFeatured{
	font-size: 70%;
	color: #7F7F00;
}
#content p.phCustomer{
	font-size: 70%;
	color: #999;
}
#content p.phMake{
	font-weight:bold;
}

#content p.phModel{
	font-weight:bold;
}

#content p.phProduct{
	margin-top: 12px;
	font-weight:bold;
	font-size: .8em;
}
#content p.phDesc{
	font-size: .7em;
}
a.phShowall {
	color: #FFF;
	padding: 0px 10px;
}


/*testimonials*/

hr {
	height: 5px;
	color: #000;
	background: #000;
	border: 0px;
	margin: 0px;
}

/*SUBSCRIBE*/
 body.subscribe #content {
 	text-align: center;
 }

a.enews {
	background: url(../images/button_subscribe.png);
	display: block;
	width: 325px;
	height: 50px;
	text-indent: -5000px;
	background-position: 0px 0px;
	cursor:pointer;
}
a.enews:hover{
	background-position: 0px -50px;
}


#contactChart {
	float: left;
	display:inline;
	width: 445px;
	background:#FFF;
}
#contactOffice {
	float: left; 
	display: inline;
	margin-left:0px;
	width: 220px;
}

