/* CSS Document */

body{
background-color: #057dff;
margin: 0px;
}

	a, a:visited, a:active{
	color: #3366FF;
	text-decoration: none;
	font-weight: bold;
	}
	
	a:hover{
	color: #FF9900;
	}

#wrapper{
width: 991px;
height: 838px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#header{
width: 991px;
height: 309px;
background-image: url("images/mainpage_header.jpg");
background-repeat: no-repeat;
}

#header_notrucks{
width: 991px;
height: 309px;
background-image: url("images/mainpage_header_notrucks.jpg");
background-repeat: no-repeat;
}

	.headernav{
	float: left;
	position: relative;
	width: 200px;
	margin-top: 7.8em;
	text-align: left;
	}
	
	.headerlink a, .headerlink a:visited, .headerlink a:active{
	margin-left: 0.5em;
	font-size: 16px;
	font-family: arial;
	color: #2d5977;
	text-decoration: none;
	}
	
	.headerlink a:hover{
	background-color: #98caff;
	}

#mainpage{
width: 991px;
height: 438px;
background-image: url("images/mainpage_center.jpg");
background-repeat: no-repeat;
}

#mainpage_notrucks{
width: 991px;
height: 438px;
background-image: url("images/mainpage_center_notrucks.jpg");
background-repeat: no-repeat;
background-color: #ffffff;
}

#mainpage_notrucks_extended{
width: 991px;
min-height: 438px;
height: inherit;
background-image: url("images/mainpage_center_notrucks.jpg");
background-repeat: no-repeat;
background-color: #ffffff;
}

	.mainpagecontent_left{
	float: left;
	position: relative;
	width: 200px;
	height: 428px;
	margin-top: -1em;
	text-align: left;
	}
	
	.contentleft_header{
	font-size: 16px;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	}
	
	.contentleft_info{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 12px;
	font-family: arial;
	color: #000000;
	}
	
			
	.mainpagecontent_center{
	float: left;
	position: relative;
	width: 570px;
	height: 420px;
	margin-top: 1.8em;
	margin-left: 1.3em;
	text-align: justify;
	font-size: 12px;
	font-family: arial;
	}
	
	.mainpagecontent_center_notrucks{
	float: left;
	position: relative;
	width: 570px;
	height: 680px;
	margin-top: -20em;
	margin-left: 1.3em;
	text-align: justify;
	font-size: 12px;
	font-family: arial;
	/*border: 1px solid #000000;*/
	background-color: #ffffff;
	}
	
	
	
		.midpagecontent_h1{
		font-size: 18px;
		color: #057bff;
		font-family: "Times New Roman", Times, serif;
		}
		
		.midpage_image{
		padding: 10px;
		}
		
	
	.mainpagecontent_right{
	float: left;
	position: relative;
	width: 175px;
	height: 420px;
	margin-top: 1em;
	margin-left: 1.3em;
	}
	
		
	
	
#footer{
width: 991px;
height: 93px;
background-image: url("images/mainpage_footer.jpg");
background-repeat: no-repeat;
}

	.footercontent{
	float: left;
	position: relative;
	width: 984px;
	height: 85px;
	}
	
	.footercontent, .footercontent a, .footercontent a:active, .footercontent a:visited{
	color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	}
	
	.footercontent a:hover{
	color: #ffff00;
	text-decoration: underline;
	}
	