/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	}

#heading{
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:132px;
	width:780px;
	margin:0px;
	}
#footer{
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height:33px;
	width:780px;
	margin:0px;
	}
p.footnote{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
ul{
	text-align:left;
	}
#navlist {
	position:relative;
	left:171px;
	top:19px;
	}
#footer {
	position:relative;
	}
#navlist ul, #footer ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: .9em;
	}
#navlist ul li, #footer ul li{
	float: left;
	position: relative;
	cursor: hand;
	height:32px;
	text-align: center;
	}
#navlist ul li.travelbox{
	width:283px;
	text-align:left;
	}
#navlist li a{
	display: block;
	height: 32px;
	background-repeat: no-repeat;
	text-indent: -5000px;
	background-position: 0% 0%;
	}
#footer li a{
	display: block;
	height: 33px;
	background-repeat: no-repeat;
	text-indent: -5000px;
	background-position: 0% 0%;
	}
#navlist li a.motorbutton{
	background-image:url(images/btn_motor.jpg);	
	width:63px;
	}
#navlist li a.homebutton{
	background-image:url(images/btn_home.jpg);		
	width:64px;
	}
#navlist li a.travelbutton{
	background-image:url(images/btn_travel.jpg);		
	width:64px;
	}
#navlist li a.aboutbutton{
	background-image:url(images/btn_about.jpg);		
	width:93px;
	}
#navlist li a.contactbutton{
	background-image:url(images/btn_contact.jpg);		
	width:107px;
	}
#footer li a.callbackbutton{
	background-image:url(images/btn_callback.jpg);
	width:299px;
	}
#footer li.callbackbox{
	width:580px;
	text-align:left;
	}
#footer li a.termsbutton{
	background-image:url(images/btn_terms.jpg);
	width:200px;
	}
#navlist li a:hover, #footer li a:hover{
	background-position:0% 100%;
	}
#content{
	background-color:#ebebeb;
	width:780px;
	}
h1{
	background-image:url(images/separation.jpg);
	background-repeat:no-repeat;
	width:780px;
	height:63px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	color:#555555;
	padding:10px 20px 0px 20px;
	margin:0px;
	}
h3 {
	font-family: "Trebuchet MS", Arial;
	margin:10px 50px 10px 50px;
	text-align: center;
	padding:10px 0px 10px 0px;
	font-size: 24px;
	background-image: url(images/savebgsmall.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


tr.one {
	background-color: #cad0d5;
	margin: 30px;
}
h2{
	margin:10px 30px 10px 30px;
	text-align:left;
	}
#content p{
	margin:10px 30px 10px 30px;
	text-align:left;
	line-height:18px;
	}

acronym{
	cursor:help;
	}


.banner {
	font-family: "Trebuchet MS",Arial;
	text-align: center;
	font-size: 24px;
	background-image: url('images/savebgsmall.gif');
	background-repeat: no-repeat;
	background-position: left;
	width: 478px;
	padding: 10;
	margin-left: 10px;
	float: left;
	margin-top: 30px;
}
.box {
	float: left;
	clear: left;
	width: 750px;


}