* {
	margin:0;
	padding:0;
	outline:none;
	text-decoration:none;
}

body {
	background:url(images/bg.gif) repeat #fff top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1{font-size:1.8em; font-weight:bold; color:#f00;}
h2{font-size:1.5em; font-weight:bold; color:#00f;}
h3{font-size:1.2em; font-weight:bold; color:#f00;}
h4{font-size:1em; font-weight:bold; color:#00f;}
h5{font-size:.85em; font-weight:bold; color:#f00;}

h1, h2, h3, h4, h5, p, ul, ol, li {
	margin-top:10px;
	margin-bottom:10px;
}

ul li {
	list-style-position:outside;
	list-style-type:disc;
}

ul, ol {
	margin-left:20px;
}

hr {
	margin:5px auto;
}

img, a img, table {
	border:none;
}
a, #content a {
	color:#0000FF;
}
a:hover, #content a:hover {
	color:#333333;
}

/* Wrap */
#wrap {
	width:958px;
	margin:0 auto;
	background:none;
}

#wrapInner {
	width:946px;
	margin:0;
	background:url(images/wrap_bg.png) repeat-y;
	padding:0 6px;
}

/* Header */
#header {
	height:109px;
	background:url(images/header_bg.jpg) no-repeat;
	position:relative;
}

#homeLink {
	height:80px;
	width:250px;
	left:380px;
	top:19px;
	position:absolute;
}

/* Nav */
#nav {
	width:181px;
	float:left;
}
#navSub {
	width:155px;
	margin:2px auto;
}
#navSub span img {
	margin:9px auto;
}

/* Content Home */
#contentHome {
	width:765px;
	float:right;
}
/* Cover */
#cover {
}

/* Content */
#content {
	width:725px;
	float:right;
	padding:20px;
}

/* Footer */
#footer {
	clear:both;
	height:58px;
	background:url(images/footer_bg.png) no-repeat;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	padding:0 21px;
}
#footerAddy {
	font-size:10px;
	font-weight:normal;
	float:left;
	margin-top:6px;
}
#footerAddy span {
	font-size:11px;
	color:#b80d0d;
	font-weight:bold;
}
#footerPhone {
	font-size:18px;
	text-align:right;
	float:right;
	margin-top:4px;
}
#footerPhone span {
	color:#de0c13;
}
#footerExtras {
	text-align:center;
	margin-top:4px;
}
#footerExtras h1, #footerExtras h2 {
	margin-bottom:0px;
	margin-top:0px;
}
/* Individual Page Stylings */


#fleetContactInfo {
	width:500px;
	margin:0 auto;
}
#fleetContactInfo td {
	padding:3px;
}
#fleetContactInfo td.tableLeft {
	text-align:right;
}

.billboardText {
	color:#FF0000;
	font-size:16px;
	font-weight:bold;
}

/* Special Classes and IDs */
.clearfix {
	clear:both;
}

li.none {
	list-style-type:none;
	background-image:none;
}

.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
p.right {
	text-align:right;
}
img.center {
	display:block;
	margin:0 auto;
}
.contactheader {
	display:none;
}
.BrowseBox1 {
	margin:3px auto 3px auto;
}