@charset "UTF-8";

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

BODY {
	background: #000000;
}

.transparent {
	opacity: .25;
	filter: alpha(opacity=25);
	-moz-opacity: .25;
}

#wrapper {
	border-width: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: relative;
}

#header {
	z-index: 2;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#navbar {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 40px;
	position: relative;
	top: 75px;
	background-image: url('../images/nav.jpg');
}

#nav {
	left: 210px;
	position: relative;
	z-index: 1000;
	top: 0px;
	height: 40px;
	width: 550px;
}

#navbar_left {
	position: absolute;
	background-repeat: no-repeat;
	background-image: url('../images/left.jpg');
	top: 0px;
	left: 0px;
	height: 40px;
	width: 100px;
	
}

#navbar_right {
	right: 0px;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url('../images/right.jpg');
	top: 0px;
	height: 40px;
	width: 100px;
}

#logo {
	height: 105px;
	width: 221px;
	background-image: url('../images/aaalogo.png');
	background-repeat: no-repeat;
	left: 50px;
	top: 10px;
	position: absolute;
	z-index: 1000;
}

#contactinfo {
	color: white;
	text-align: right;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	font-family: sans-serif;
	width: 150px;
	right: 50px;
	top: 15px;
	position: absolute;
}

.heading {
	color: white;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-family: sans-serif;
}

.text {
	color: white;
	font-size: 10px;
	font-family: sans-serif;
}

ul {
	color: white;
	font-size: 10px;
	font-family: sans-serif;
}

.navdivider {
	height: 40px;
	width: 20px;
}

.navbutton {
	height: 40px;
	width: 80px;
}

.navbutton a {
	height: 100%;
	width: 100%;
	display: inline;
	border: none;
}

.navbutton img {
	border: 0px;
	display: inline;
}

#main {
	margin-right: auto;
	margin-left: auto;
	top: 100px;
	position: relative;
	width: 700px;
	border-color: #003300;
	border-style: solid;
	border-width: 1px;
}

#main p {
	color: #cccccc;
	width:500px;
	margin-left:25px;
	margin-top:10px;
}

#main_top {
	margin-bottom: 25px;
	height: 125px;
	width: 700px;
	position: relative;
	right: 0px;
	left: 0px;
	top: 0px;
}

#map_top {
	border-right-color: #003300;
	border-right-width: 1px;
	border-right-style: solid;
	background-image: url('../images/map_top.jpg');
	background-repeat: no-repeat;
	height: 125px;
	width: 550px;
}

#truck_top {
	background-image: url('../images/truck.jpg');
	background-repeat: no-repeat;
	height: 125px;
	width: 149px;
}

#routeplan {
	margin-left: 25px;
	margin-bottom: 25px;
	margin-right: 25px;
	margin-top: 25px;
	position: relative;
	background-color: #333333;
	border-color: #003300;
	border-style: solid;
	border-width: 1px;
	height: 110px;
	width: 500px;
}

a {
	color: white;
}

a:hover {
	color: #669966;
}

#truck {
	left: 35px;
	top: 35px;
	position: absolute;
}

#footer {
	bottom: -110px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 20px;
	width: 700px;
	text-align: center;
	color: #999999;
	font-size: 10px;
	font-family: sans-serif;
}

#bbblogo {
	right: 35px;
	top: 150px;
	position: absolute;
}

.header_box {
	background-repeat: repeat-x;
	background-image: url('../images/header_bkg.jpg');
	height: 25px;
	width: 550px;
	left: 0px;
	position: relative;
}

#header_fade {
	background-repeat: no-repeat;
	background-image: url('../images/header_bkg_fade.jpg');
	height: 25px;
	width: 50px;
	right: 0px;
	top: 0px;
	position: absolute;
}

table[class="quote"] {
	color: white;
	font-family: sans-serif;
	font-size: 10px;
	left: 25px;
	position: relative;
	width: 500px;
}

table[class="contact"] {
	color: white;
	font-family: sans-serif;
	font-size: 10px;
	left: 25px;
	position: relative;
	width: 500px;
}

table[class="quote"] th {
	font-weight: bold;
	text-align: right;
}

table[class="quote"] textarea { 
	height: 80px; 
	width: 400px; 
	padding: 4px;
	color: black;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin-left: 10px;
}

table[class="quote"] td {
	min-height: 100px;
	padding:1px;
}

table[class="quote"] input {
	padding:2px;
	font-size: 10px;
}

table[class="contact"] th {
	font-weight: bold;
	text-align: right;
}

table[class="contact"] textarea { 
	height: 80px; 
	width: 350px; 
	padding: 4px;
	color: black;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin-left: 10px;
}

table[class="contact"] input[type="text"] { 
	width: 350px; 
	padding: 4px;
	color: black;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin-left: 10px;
}

table[class="contact"] td {
	min-height: 100px;
	padding:1px;
}

table[class="contact"] input {
	padding:2px;
	font-size: 10px;
}

