@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
	height:100%;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #63af0e;
}
.container {
	min-height:100%;
	position:relative;
}
.header {
	width:900px;
	margin:0 auto;
}
.content {
	padding-bottom:273px;
	width:800px;
	margin:0 auto;
}
.footer {
	height:290px;
	width:100%;
	position:absolute;
	bottom:0;
	background:url(../img/footer_bg.png);
	background-repeat:repeat-x;
	background-position:top;
}
.footer_container {
	width:900px;
	margin:0 auto;
}
.footer_title {
	border-bottom:1px dotted #40a4e3;
	margin-top:25px;
	padding-bottom:10px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.header_nav {
	margin:10px;
	position:relative;
	bottom:15px;
	left:-15px;
}
a {
	font-size: 18px;
	color: #FFF;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	border-bottom:2px solid #95a485;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
p {
	margin:0px;
	padding-bottom:8px;
}
ul {
	margin-top:0;
}
li {
	padding-bottom:14px;
	margin-left:-20px;
}
h1 {
	font-size:24px;
	font-weight:normal;
	margin:0;
}
h2 {
	font-size:18px;
	font-weight:normal;
	color:#9bd8fe;
	margin:6px 0px 0px 0px;
}
h3 {
	font-size:17px;
	font-weight:normal;
	color:#002f4d;
	margin:0;
}
#response_form {
	float:left;
	margin-left:290px;
	margin-top:-28px;
	width:300px;
}
.form {
	width:620px;
	float:right;
	clear:none;
	margin:10px;
	margin-right:0px;
	padding-left:10px;
	border-left:1px dotted #40a4e3;
}
.button {
	width:139px;
	height:31px;
	background:url(../img/button_send-message.png);
	border:0px;
}
.button:hover {
	width:139px;
	height:31px;
	background:url(../img/button_send-message_hover.png);
	border:0px;
	cursor:pointer;
	outline:0px;
}
.form_info {
	float:right;
	width:230px;
}
.form_info input {
	width:200px;
	height:26px;
	margin:10px;
	background:#105480;
	border:1px solid #40a4e3;
	color:#9cd9ff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding-top:7px;
	padding-left:7px;
}
.form_message {
	float:right;
	text-align:right;
	width:390px;
}
.form_message textarea {
	width:370px;
	height:139px;
	margin:10px;
	background:#105480;
	border:1px solid #40a4e3;
	color:#9cd9ff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding-top:7px;
	padding-left:7px;
	overflow:auto;
}
.b-container {
	margin:30px auto;
}
.b_top {
	height: 8px;
}
.b_top_l {
	background-image: url(../img/b-top-l.png);
	height: 8px;
	width:8px;
	float:left;
}
.b_top_c {
	background-image: url(../img/b-bg.png);
	height: 8px;
	margin-left:8px;
	margin-right:8px;
	clear:none;

}
.b_top_r {
	background-image: url(../img/b-top-r.png);
	height: 8px;
	width:8px;
	float:right;
	clear:none;
}
.b-content {
	background:url(../img/b-bg.png);
	text-align:left;
	padding-left:8px;
	padding-right:8px;
}
.b_bot {
	height: 8px;
}
.b_bot_l {
	background-image: url(../img/b-bot-l.png);
	height: 8px;
	width:8px;
	float:left;
}
.b_bot_c {
	background-image: url(../img/b-bg.png);
	height: 8px;
	margin-left:8px;
	margin-right:8px;
	clear:none;

}
.b_bot_r {
	background-image: url(../img/b-bot-r.png);
	height: 8px;
	width:8px;
	float:right;
	clear:none;
}
.title_header {
	height:28px;
	padding-top:8px;
	margin-bottom:8px;
	background:url(../img/title_header_rule.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
.truck {
	position:absolute;
	top:12px;
	right:0;
	width:175px;
	height:84px;
	z-index:0;
}
.license {
	width:235px;
	height:16px;
	text-align:center;
	margin:0px auto;
	margin-bottom:25px;
}
.copyright {
	font-size:12px;
	font-style:italic;
	color:#00436e;
	margin-top:40px;
	margin-bottom:-40px;
	text-align:right;
	height:0;
	overflow:visible;
}