html{color:#000;background:#FFF;}
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{margin-top:5px;margin-bottom:10px;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}

html {
	height:100%;
	background:url(/graphics/rocks_bg.jpg);
}

body {
	height:100%;
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	color:#8F8F8F;
}

a {
	color:#B85D0E;
}

a:hover {
	color:#5D7581;	
	text-decoration:none;
}

#doc {
	height:100%;
	width:900px;
	margin:auto;
	text-align:left;
}

	#nav {
		height:65px;
		color:#E5B880;
	}
	
		#nav ul {
			display:inline;
			float:left;
			margin:30px 0 20px;
			padding:0;
		}
			#nav li {
				display:inline;
				margin:0;
				padding:0 10px;
				border-left:1px solid #E5B880;
			}
			
				#nav li.first {
					border:none;
				}
			
				#nav a {
					color:#E5B880;	
					text-decoration:none;
				}

				#nav a:hover {
					color:#ffffff;
					text-decoration:none;
				}
				
				#nav .on a {
					color:#FFFFFF;	
					font-weight:bold;
				}
		
		#nav form {
			float:right;
			margin:28px 0 0 0;	
		}
		
			#search {
				background:url(/graphics/search_button.gif);
				height:20px;
				width:31px;
				border:none;
				margin-left:3px;
				vertical-align:middle;
			}
		
			#criteria {	
				width:91px; 
				height:16px;
				font-size:12px;
				vertical-align:middle;
				color:#8F8F8F;				
			}
		
		
	#masthead {
		height:211px;
	}
	
		#logo {
			float:left;
			height:211px;
		}
			#logo h1 {
				display:block;
				margin:0;
				padding:0;
			}
		
			#logo a {
				display:block;
				width:292px;
				height:211px;
				background:url(/graphics/helo_logo.png) no-repeat;
			}
		
		#banner_home {
			float:right;
			width:603px;
			height:211px;
			background:url(/graphics/home_banner.png) no-repeat;
		}
		
	#transporter_wrapper {
		clear:both;
		padding:12px 0 0px;
		min-height:84px;
		height:auto !important;
		height:84px;
		margin:5px 0;
		color:#FFFFFF;
		background:#8F8F8F;
	}

	
	
	#transporter {
	
	}
	
		#transporter h3 {
			font-size:16px;
			margin-bottom:5px;
		}
		
		#transporter p {
			margin:0;
		}

		
		#find_dealer, #news_blog, #calendar {
			padding:0 12px;
			vertical-align:top;
		}
		
				
		#find_dealer {
			width:270px;
		}
			
			#find_dealer h3 {
			}
		
			#find_dealer form {
				float:right;
			}
			
				#zip {
					width:91px;
					height:16px;	
					vertical-align:middle;
					font-size:12px;
					color:#8F8F8F;
				}
				
				#find{
					width:59px;
					height:20px;	
					background:url(/graphics/find_button.gif);
					margin:0;
					padding:0;
					border:none;
					margin-left:3px;
					vertical-align:middle;
				}
			
		#news_blog {
			width:288px;
			background:url(/graphics/white_dotted_vertical.gif) left repeat-y;
		}

			#news_blog a {
				color:#000000;	
			}

		
		#calendar {
			background:url(/graphics/black_dotted_vertical.gif) repeat-y;			
		}
		
			#calendar a {
				color:#FFFFFF;	
			}
			
			#calendar td {
				padding:7px 0 7px 10px;
			}
			
			#calendar th {
				color:#000000;	
			}

	
	#home_content {
		clear:both;
		min-height:334px;
		height:auto !important;
		height:334px;
		background:#C3C3C3 url(/graphics/gray_gradient.jpg) repeat-x;
		padding:22px 0 0;
	}	
	
	#home_content_side {
		float:left;	
		width:254px;
		padding:10px 20px 0;
		min-height:300px;
		height:auto !important;
		height:300px;
	}
	
		#home_content_side h4 {
			font:22px Arial, Helvetica, sans-serif;
			margin-bottom:5px;
		}
	
	#home_content_main {
		float:right;	
		width:565px;
		min-height:300px;
		height:auto !important;
		height:300px;
		border-left:1px solid #8F8F8F;
		padding:10px 20px 0;
		color:#B35E0D;
	}
		
		#home_content_main h5 {
			font:22px Arial, Helvetica, sans-serif;
			margin-bottom:5px;
		}
		
		#home_content_main h6 {
			font:22px Arial, Helvetica, sans-serif;
			color:#5A7481;
			margin:35px 0 5px;
		}
	
		#home_content_main ul.arrows {
			margin:0;
			padding:0;
		}
		
		#home_content_main ul.arrows li {
			display:inline;
			background:url(/graphics/arrow_bullet.gif) left no-repeat;
			padding-left:10px;
			margin-right:15px;
		}
		
		#home_content_main ul.arrows li a {
			color:#5A7481;
			text-decoration:none;
		}

	#footer {
		text-align:center;	
		color:#A2A2A2;
		font-size:11px;
		line-height:180%;
	}
		
		#footer p {
			margin-top:5px;		
		}
		
		#footer a {
			color:#A2A2A2;	
		}
		

p {
	margin-bottom:10px;
}



.hideText {
	text-indent:-10000px;
}

.active {
	border:2px solid #9E0C0F;
}

.inactive {
	border:2px solid #808080;
}