/* CSS Document */

html,body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color:#8ca7c5;
	padding: 0;
	margin-top: 0px;
	height: 100%;
	background-image: url(images/images/bkgrnd.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#header {
	width: 801px;
	height: 194px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/images/header_new.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

#navigation_home {
	width: 93px;
	height: 100%;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
	background-image: url(images/images/blk_bkgrnd.jpg);
	background-repeat: repeat;
	text-align: left;
	float: left;
	color: #acbcde;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	}
	
#main_content {
	float: left;
	width: 80%;
}

#content {
	width: 789px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	text-align: left;
	padding-bottom: 40px;
	border: #000 medium solid;
	}

#content_contact {
	width: 789px;
	height: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	text-align: left;
	padding-bottom: 40px;
	border: #000 medium solid;
	}

#footer {
	width: 795px;
	height: 81px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 20px;
	background-color:#CCCCCC;
		}

#header_text {
	width: 200px;
	height: 60px;
	top: 6px;
	left: 49%;
	position: absolute;
	text-align: center;
}


#bottom_line {
	width: 795px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/images/bottom_line.jpg);
	background-repeat: no-repeat;
	background-color: #202171;
}

#email {
	width: 795px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
}

#image { 
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	border:2px solid #000;
	width: 432px;
	height: 260px;
	background-image: url(images/images/full_truck.jpg);
	background-repeat: no-repeat;
}

/* text */

.header_text {
	font-family: "Times New Roman", Times, serif;
	font-weight: 750;
	font-style: italic;
	font-size: 16px;
	color: #E8E8E8;
}

.nav_text { 
	color: #E8E8E8;
	font-size:18px;

}

.nav_text_test {
	font-family:Arial, Helvetica, sans-serif;
	color: #E8E8E8;
	font-size:18px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-decoration:underline;
}

.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 12.5px;
	color: #000000;
	font-weight: bold;
}

.contact_form {
	text-decoration: underline;
}

.form {
	
	background-color:#9D9BE3;
	border-color:#26237E;
}

.formborder {
	border-color:#26237E;
}

.designed {
	text-align: right;
	font-size: 11px;
	color: #999;
}

.contactInfoOutline {
	width: 100%;
}

/* billing */
.billingInfoOutline {
	border: 1px solid black;
	width: 270px;
	float: left;
}

.billingInfoHeader {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid black;
}

.billingInfoBody {
	
}

.billingInfoTitles {
	width: 80px;
	float: left;
	padding-right: 5px;
	text-align: right;
}

.billingInfoText {
	padding: 5px;
}

.billingInfoInputs {
	width: 170px;
	float: left;
	padding-right: 5px;
	text-align: left;
}

.billingInfoFields {
	padding-top: 5px;
}

/* comment */

.commentOutline {
	border-top: 1px solid black;
	width: 100%;
}

.commentHeader {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid black;
}

.commentBody {
	
}

/* site info */

.siteInfoOutline {
	border: 1px solid black;
	width: 340px;
	height: 350px;
	float: left;
}

.siteInfoHeader {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid black;
}

.siteInfoBody {
	
}

.siteInfoTitles {
	width: 130px;
	float: left;
	padding-right: 5px;
	text-align: right;
}

.siteInfoText {
	padding: 5px;
}

.siteInfoInputs {
	width: 180px;
	float: left;
	padding-right: 5px;
	text-align: left;
}

.siteInfoFields {
	padding-top: 5px;
}

.clear {
	clear: both;
	height: 3px;
}

.captchaOutline {
	padding-left: 20px;
}

.formSubmit {
	text-align:center;
}

/* links */

a:link, a:active  {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #E8E8E8;
	text-decoration: none;
}

a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #9AB3EC;
	text-decoration: underline;
}

a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #c8c5c5;
	text-decoration: underline;
}


a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #E8E8E8;
	text-decoration: none;
}

.footerlink a:link, .footerlink a:active, .footerlink a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: 12px;
	text-decoration: underline;
	}

.footerlink a:hover {
	font-family: "Times New Roman", Times, serif;
	color:#26237E;
	font-size: 12px;
	text-decoration: underline;
}

.email a:link, .email a:visited, .email a:active  {
	font-family: "Times New Roman", Times, serif;
	color: #999;
	font-size: 11px;
}

.email a:hover {
	font-family: "Times New Roman", Times, serif;
	color:#999;
	font-size: 11px;
	text-decoration: underline;
}