@charset "utf-8";
/* CSS Document */

body {
	background-color: #e2e0e0;
}
#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.box1 {
	font-family: "Century Gothic";
	font-size: 14px;
	text-align: center;
}
.box2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 10px;
}
.cbox1 {
	text-align: center;
}
#content {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}
#fleetcontent {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
}
#contactcontent {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	height: 450px;
}
.blue_txt {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #56358C;
}
.red_txt {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #C8203E;
}
.titletxt1 {
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #901826;
}
.phonetxt {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #00004c;
}
.txt_sm1 {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}
.nav a {
	font-family: "Century Gothic";
	font-size: 13px;
	color: #FFFFFF;
	height: 20px;
	width: 144px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #000000;
	display: block;
	text-decoration: none;
	background-color: #000033;
	text-align: center;
}
.nav a:hover {
	font-family: "Century Gothic";
	font-size: 13px;
	color: #990000;
	height: 20px;
	width: 144px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #666666;
	border-bottom-color: #000000;
	border-left-color: #000000;
	display: block;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
}
.pagetitle {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #00004c;
}
#sitefooter {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #e2e0e0;
}
.footerlink a {
	font-family: Arial;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}
.footerlink a:hover {
	color: #990000;
	text-decoration: none;
}
