body{
	padding:0;
	margin:0;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#004193;
	color:#FFFFFF;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
}

.cursor{
	cursor:pointer;
}

h1{
	font-size:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-bottom:1px solid #ffd200;
	margin-top:0;
	padding-top:0;
	text-shadow:1px 1px 2px #000625;
}

h2{
	font-size:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-bottom:1px solid #ffd200;
	margin-top:0;
	padding-top:0;
	text-shadow:1px 1px 2px #000625;
}

h3{
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
	padding:0;
	padding-bottom:5px;
	text-shadow:1px 1px 5px #000625;

}

#maincontainer{
	width:920px;
	margin:auto;
}

#content{
	width:920px;
	margin:auto;
	padding:10px;
	margin-top:60px;
}

#content-item{
	line-height:130%;
	padding-right:5px;
}

#landing{
	background-image:url(images/main_truck.jpg);
	background-repeat:no-repeat;
	background-position:top;
	
	height:650px;
	width:940px;
	margin:auto;
}

#footer{
	background-image:url(images/footer_bg-trans.png);
	background-repeat:no-repeat;
	background-position:top;
	width:940px;
	height:120px;
	margin:auto;
	font-size:10px;
	text-align:center;
	margin-top:0px;
	padding-top:1px;
}

#footer a{
	text-decoration:none;
	color:#FFFFFF;
	border-bottom:1px dotted #FFFFFF;
}

#footer a:hover{
	color:#FFCC00;
}

#menu {
	background-color:#000837;
	text-align:center;
	height:22px;
	width:940px;
	margin:auto;
	padding-top:5px;
}

#menu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#FFFFFF;
	padding:5px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

#menu a:hover{
	background-color:#ffd200;
	color:#000000;
}

a.on{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	padding:5px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	background-color:#ffd200;
	color:#000000 !important;
}

.enter{
	padding-top:480px; 
	margin-bottom:30px; 
	text-align:right; 
	padding-right:10px;
}

.header{

	padding-right:10px;
}

.no-border{
	border:none;
}

.align-center{
	text-align:center;
}

.margin-top-20{
	margin-top:20px;
}

.image{
	margin-left:5px;
	margin-top:5px;
}

img{
	border:none;
}

.contact-bg{
	background-color:#000a3f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding:10px;
	width:85%;
	font-size:12px;
}

.contact-yellow{
	color:#ffd200;
	font-size:14px;
	font-weight:bold;
}


.contact-label{
	text-align:right;
	padding-right:30px;
	font-size:15px;
	font-weight:bold;
}

#contact input[type=text]{
	width:300px;
	background-image:url(images/text_bg.gif);
	background-repeat:repeat-x;
	height:28px;
	font-size:16px;
	border:none;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;	
	padding:0 10px;
	padding-top:5px;
}

#contact textarea{
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	border:none;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;	
	padding:0 10px;
	padding-top:5px;
	background-image:url(images/text_bg.gif);
	background-repeat:repeat-x;

}

.clear {
	clear:both
}
.block {
	width:600px;
	margin:0 auto;
	text-align:left;
}
.element * {
	padding:5px; 
	margin:2px; 
	font-family:arial;
	font-size:12px;
}
.element label {
	float:left; 
	width:90px;
	font-weight:700;
	font-size:15px;
}
.element input.text {
	float:left; 
	width:270px;
	padding-left:20px;
}
.element .textarea {
	height:120px; 
	width:270px;
	padding-left:20px;
}
.element .hightlight {
	border:2px solid #9F1319;
	background:url(images/iconCaution.gif) no-repeat 2px;
	background-color:#FFFFFF;
}
.element #submit {
	margin-right:20px;
	margin-left:200px;
	background-color:#000e47;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	border:none;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;	
	cursor:pointer;
}
.element #submit:hover {
	background-color:#FFCC00;
	color:#000000;
}
.loading {
	float:right; 
	background:url(images/loader.gif) no-repeat 1px; 
	height:28px; 
	width:28px; 
	display:none;
}
.done {
	background:url(images/lightbulb.png) no-repeat 2px; 
	padding-left:20px;
	font-family:arial;
	font-size:12px; 
	width:70%; 
	margin:20px auto; 
	display:none
}

