@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.van #container {
	width: 850px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #293357;
	border-left-color: #293357;
}  
.van #top {
	background-image: url(images/top1.gif);
	height: 27px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.van #header {
	background-image: url(images/header.jpg);
	height: 256px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.van #undermenu {
	height: 28px;
	background-image: url(images/doubleline.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.van #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
.van #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.van #mainContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF0000;
}
.van #abovefooter {
	height: 24px;
	background-image: url(images/doubleline.gif);
	background-repeat: no-repeat;
	background-position: top;
} 
.van #footer {
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/footerbg.gif);
} 
.van #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} #topmenu{
	padding-right: 6px;
	padding-left: 6px;

}
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(images/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	list-style: none;
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}
.copy {
	line-height: 20px;
	padding-left: 12px;
}
.bklinkbold {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.bklink {
	color: #000;
	text-decoration: underline;
} 
.boldtext{
	font-size: 14px;
	font-weight: bold;
	color: #005dab;
}
#pagetitlewrapper {
	background-image: url(images/titlebg.jpg);
	height: 50px;
	background-repeat: no-repeat;
	background-color: #d0e4f0;
}
.pagetitle {
	font-size: 18px;
	font-weight: bold;
	color: #005dab;
	padding-top: 13px;
	padding-left: 65px;
}
#alogo {
	float: right;
}
.footertext {
	float: left;
	padding-top: 10px;
	padding-left: 230px;
}
.rhsidetopline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	height: 40px;
} 
.rhbotline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	padding-top: 13px;
}
#slideshowholder {
	float: right;
}
.sidelogos {
	padding-top: 5px;
	padding-bottom: 10px;
}
#navcontainer2 {
	width: 200px;
	padding-top:5px;
 }
#navlist2
{
	padding-left: 0;
	margin-left: 0;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
#navlist2 li {
	list-style: none;
	margin: 0;
	padding: 0.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
}
#navlist2 li a { 
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color:#000; 
}
#navlist2  a:link, .navlist2 a:visited {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000;
}
#navlist2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
#push {
	height: 10px;
}
.sidetitle {
	font-weight: bold;
	padding-top: 15px;
	font-size: 14px;
	color: #005dab;
}
.vantitle {
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}
.vanrental {  
margin-left: 0px;
font-size: 11px;

}
.calfield {
	width: 35px;
}
.caltotal {
	width: 70px;
}

label,input {

	display: block;

	width: 150px;

	float: left;

	margin-bottom: 10px;

}

label,textarea {

	display: block;

	width: 150px;

	float: left;	

	margin-bottom: 10px;

}



label {

	text-align: left;

	width:200px;

	padding-left: 1px;

}

.button{
	float:left;
	padding-left: 205px;
}
.direct {
	padding-left: 20px;
}

#ticks1 li {
	list-style-image: url(../images/dealertick.gif);
}

#moreticks li {
	list-style-image: url(../images/dealertick.gif);
}

