/* CSS Document */

body {
	padding: 0px;
	background-image: url(images/background.jpg);
	background-color: #5B6772;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
* {
	padding: 0px;
	margin: 0px;
}
#redbar {
	background-image: url(images/red_bar.gif);
	background-repeat: repeat-x;
	background-position: left 114px;
}
#menubar {
	height: 36px;
	width: 587px;
	margin-left: 63px;
	background: url(images/menu_background.jpg) no-repeat left top;
	padding: 0px 0px 0px 8px;
}
#menubar span {
	padding: 1px 0px 0px;
	display: block;
}
#menubar a {
	color: #294255;
	text-decoration: none;
	display: block;
	width: 108px;
	float: left;
	text-align: center;
	height: 21px;
	padding: 0px;
	background: url(images/menubutton.gif) no-repeat 0px 0px;
	margin: 8px 0px 5px 5px;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
}
#menubar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background: url(images/menubutton.gif) no-repeat 0px -21px;
}
#header {
	height: 213px;
	background-image: url(images/title_background.jpg);
	background-repeat: no-repeat;
	background-position: 63px 98px;
}
#header h1 {
	display: none;
}
#header .truck {
	margin: 0px;
	padding-top: 3px;
	padding-left: 48px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#header .title {
	margin: 0px;
	padding: 21px 0px 0px 55px;
}
#contentWrapper h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #544F47;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CDC7BC;
	margin: 0px 20px 5px;
	padding: 10px 0px 5px 10px;
	clear: both;
}
#contentWrapper ol, #contentWrapper ul {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 10px 35px 10px 50px;
	padding: 0px;
}
#contentWrapper p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
	line-height: 18px;
}
#contentWrapper a {
	color: #93372E;
	text-decoration: underline;
}
#contentWrapper a:hover {
	text-decoration: none;
}
#contentWrapper .imgleft {
	float: left;
	padding: 0px;
	border: 3px solid #CDC7BC;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#contentWrapper .imgright {
	float: right;
	padding: 0px;
	border: 3px solid #CDC7BC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
}
#contentWrapper .imgcenter {
	padding: 0px;
	border: 3px solid #CDC7BC;
	margin: 8px 8px 12px;
	clear: both;
}
#contentWrapper {
	background-image: url(images/body_background.jpg);
	background-repeat: repeat-y;
	width: 587px;
	background-color: #FCFAFA;
	background-position: left top;
	margin-left: 63px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#footer {
	background-image: url(images/footer.jpg);
	padding: 0px;
	height: 35px;
	width: 587px;
	background-color: #FCFAFA;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
#credits {
	font: 12px/19px Geneva, Arial, Helvetica, sans-serif;
	color: #222528;
	padding: 8px;
	width: 570px;
	border-top: 1px solid #575F67;
	border-bottom: 1px solid #575F67;
	margin-left: 63px;
	margin-top: 8px;
	margin-bottom: 12px;
	text-align: center;
}
#credits a {
	color: #222528;
	text-decoration: underline;
}
#credits a:hover {
	color: #2E3237;
	text-decoration: none;
}
input {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 4px;
	border: 1px solid #636262;
	background: #FFFFFF;
}
textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 4px;
	border: 1px solid #636262;
	background: #FFFFFF;
}
