/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
											[BEGIN] undodefault styling of common (X)HTML browsers
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
:link,:visited { text-decoration:none }
ul,ol,dl { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
* { margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
											[END] undodefault styling of common (X)HTML browsers
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
																	[BEGIN] Top Navigation
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
* html a:hover {visibility:visible;}
.cssnav1 a:hover img, .cssnav2 a:hover img, .cssnav3 a:hover img, .cssnav4 a:hover img, .cssnav5 a:hover img {visibility:hidden;}
.cssnav1 {background:url(../images/coachNav/enterainerO.jpg) #dedede no-repeat;display:inline;float:left;height:73px;width:151px;}
.cssnav1 a {display:block;float:left;height:73px;width:151px;}
.cssnav1 img {height:73px;width:151px;}
.cssnav2 {background:url(../images/coachNav/privateO.jpg) #dedede no-repeat;display:inline;float:left;height:73px;width:152px;}
.cssnav2 a {display:block;float:left;height:73px;width:152px;}
.cssnav2 img {height:73px;width:152px;}
.cssnav3 {background:url(../images/coachNav/passengerO.jpg) #dedede no-repeat;display:inline;float:left;	height:73px;width:151px;}
.cssnav3 a {display:block;float:left;height:73px;width:151px;}
.cssnav3 img {height:73px;width:151px;}
.cssnav4 {background:url(../images/coachNav/OtherVehiclesO.jpg) #dedede no-repeat;display:inline;float:left;height:73px;width:152px;}
.cssnav4 a {display:block;float:left;height:73px;width:152px;}
.cssnav4 img {height:73px;width:152px;}
.cssnav5 {background:url(../images/coachNav/rvO.jpg) #dedede no-repeat;display:inline;float:left;height:73px;width:152px;}
.cssnav5 a {display:block;float:left;height:73px;width:152px;}
.cssnav5 img {height:73px;width:152px;}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
																	[END] Top Navigation
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

body {
	background-color:#787878;
	color:#29357f;
	font:normal small Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1{
	float:left;
	font-size:160%;
	margin:10px 40px 20px 40px;
}

h2{
	clear:both;
	font-size:130%;
	margin:10px 0;
}

p{
	margin:0 0 10px 0;
	text-align:justify;
}

select{
	width:130px;
}

select.sal{
	width:60px;
}

table {
	margin: 1em auto;
	border-collapse: collapse;
	width:590px;
}

thead th, tfoot th {
	padding: 0.5em;
	text-align: left;
	border: 1px solid black;
	background-color: #AAF;
	height:50px;
	width:83px;
}

tfoot td {
	border-top: 1px solid black;
	width:83px;
}

tbody td {
	padding: 0.5em;
	border-left: 1px solid black;
	border-right: 1px solid black;
	width:83px;
}

tbody tr{
	height:45px;
}

tbody tr.odd {
	background-color: #DDF;
}

td.numeric, th.numeric {
	text-align: right;
}
.advancedButton{
	float:left;
	margin:10px 2px 0px 130px;
}
.button{
	float:left;
	margin:10px 2px 0px 0;
}

.date{
	clear:both;
	color:#ff0000;
	margin:10px 0 0 0;
}

.invPic{
	float:left;
	min-height:180px;
	width:144px;
}

* html .invPic{
	height:180px;
}

.invPic p{
	text-align:left;
}

#invPics{
	float:left;
	width:444px;
}

.sales {
	color:white;
	position:absolute;
	margin:33px 0 0 -206px	
}

.search{
	float:left;
	padding:0 10px;
	width:45%;
}

.search dd{
	margin:10px;
}

#map{
	
}

#serviceList ul{
	line-height:150%;
	list-style:square;
	list-style-position:inside;
	width:200px;
}

#content .servicePic{
	float:right;
}

.underlined{
	border-bottom:solid 1px #29357f;
	border-top:solid 1px #29357f;
	clear:both;
	margin:10px 0;
}

#contactInfo{
	float:right;
}

#container{
	background-color:#ffffff;
	border:solid 1px #000000;
	margin:0 auto;
	width:758px;
}

#content{
	float:left;
	width:428px;
}

#content a:link, #content a:visited{
	color:#ff0000;
	text-decoration:underline;
}

#content a:hover{
	color:#29357f;
	text-decoration:underline;
}

#content img{
	border:solid 1px #29357f;
	float:left;
	margin:5px 5px 5px 0;
	padding:3px;
}

#content img.listImg{
	border:0;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}

#content td {
	padding: 0.5em;
	border: none;
	width:83px;
}
#copyright p{
	color:#ffffff;
	font:bold 90% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:10px auto;
	text-align:center;
	width:758px;
}

#copyright a:link, #copyright a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#copyright a:hover{
	color:#ff0000;
}

#footer{
	background-image:url(../images/footerBG.jpg);
	background-repeat:repeat-x;
	border-top:solid 1px #000000;
	clear:both;
	color:#ffffff;
	height:60px;
	width:758px;
}

#footer ul{
	font:bold 90%/115% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:2px 10px 0 0;
}

#header{
	background-image:url(../images/header.gif);
	border:solid 1px #000000;
	border-left:0;
	border-right:0;
	color:#ffffff;
	height:178px;
	width:758px;
}

#header p{
	float:right;
	font:bold 110% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:155px 10px 0 0;
}

#hours{
	float:right;
	padding-right:40px;
}

#inventory{
	float:left;
	width:600px;
}

.space{
	clear:both;
	height:10px;
	width:100%;
}

#map{
	border:solid 1px #29357f;
}

#quickLinks{
	float:left;
	padding:0 0 0 5px;
	width:150px;
}

#quickLinks  ul li a:link, #quickLinks  ul li a:visited{
	color:#29357f;
	font-size:102%;
	font-weight:bold;
}

#quickLinks  ul li a:hover{
	color:#ff0000;
}

#quickLinks ul{
	margin:5px 0 0 25px;
}

#quickLinks ul li{
	list-style:url(../images/bullet.gif);
	margin:10px 0;
}

#quickSearch{
	float:left;
	padding:0 0 0 25px;
	width:150px;
}

#quickSearch ul{
	margin:5px 0 0 5px;
}

#quickSearch ul li{
	margin:10px 0;
}



