/* CSS Document */

.images a{
	color:#0099CC;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 600;
}

.images a:visited{
color:#FF0000;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:600;
}

.images a:hover{
color:#FFCC33;
font-family:Arial, Helvetica, sans-serif;
text-decoration:underline;
font-size:12px;
}


.fleet-button{
font-family:Arial, Helvetica, sans-serif;
font-size:13px; color:#CC3300;
font-weight:600; text-decoration:blink;
}

.general{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;
	padding: 10px;
}

.image{
	width:auto;
	height:auto;
	float:left;
}

.image-5pxmargintop{
margin-top:5px;
height:auto;
width:auto;
float:left;
}

.image-5pxborder{
margin:5px;
height:auto;
width:auto;
float:left;
}

#body{
	width:800px;
	height:auto;
	margin:0 auto;
	background-color: #FFFFFF;
}

#header{
width:800px;
height:254px;
background-image:url(header.jpg);
}

#header2{
width:800px;
height:254px;
background-image:url(header2.jpg);
}

#header3{
width:800px;
height:254px;
background-image:url(header3.jpg);
}

#header4{
width:800px;
height:254px;
background-image:url(header4.jpg);
}

#header5{
width:800px;
height:254px;
background-image:url(header5.jpg);
}

#date{
	width:190px;
	height:20px;
	margin-left: 110px;
}


#crawl{
	width:800px;
	height:20px;
}

.bold{
font-family:Arial, Helvetica, sans-serif;
font-size:12px; color:#FFFFFF;
font-weight:bold;
}

#nav{
	width:375px;
	height:27px;
	padding-top:5px;
	margin: 0 auto;
	margin-left: 215px;
}

.navbutton{
	width:70px;
	height:20px;
	margin-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top: 3px;
	float: left;
}

.navbutton a{
font-family:Arial, Helvetica, sans-serif;
font-weight:600; color:#000000;
text-decoration:none;
}

.navbutton a:hover{
font-family:Arial, Helvetica, sans-serif;
font-weight:600; color:#009933;
text-decoration:none;
}

#fleet{
width:800px;
height:107px;
}

#nametag{
	width:800px;
	height:20px;
	float:left;
	background-image: url(nametag.jpg);
}

#home-content{
	width:800px;
	height:405px;
	float: left;
}

#partners-content{
width:800px;
height:425px;
}

#rent-options{
	width:350px;
	height:400px;
	float:left;
	margin-top: 5px;
	margin-left: 5px;
}

#left-content{
	width:445px;
	height:398px;
	float: left;
	margin-top: 5px;
}

#welcome{
	width:445px;
	height:135px;
	float: left;
}

#advert-banner{
	width:445px;
	height:175px;
	margin-top: 5px;
	float: left;
	background-color: #FFFFFF;
}

#advert-banner2{
	width:445px;
	height:90px;
	margin-top: 5px;
	float: left;
}

#tools{
	width:445px;
	height:80px;
	margin-top: 5px;
	float: left;
}

#footer{
	width:800px;
	height:40px;
	background-image: url(footer.jpg);
	margin-top: 6px;
	float: left;
}

.footer-text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:center;
	padding-top: 10px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #CFEDFB;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 3px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0px;
left: -70px; /*position where enlarged image should offset horizontally */

}


/* policies page */

#policies-content{
width:800px;
height:auto;
}

#policies{
	width:800px;
	height:auto;
}

#policies-title{
	width:445px;
	height:65px;
	padding-top: 6px;
}

/* fleet page */

#fleet-content{
	width:800px;
	height:1535px;
	float: left;
}

.fleet-images{
	width:auto;
	height:auto;
	margin:2px;
	float: left;
	border: 1px solid #99CCFF;
}

/* reservations page */

#res-content{
	width:800px;
	height:465px;
	float: left;
}

#reservations{
	width:auto;
	height:auto;
	float: left;
}



/* about page */

#about{
	width:445px;
	height:560px;
	float:left;
	margin-top: 5px;
	background-image: url(about-text.jpg);
}

#about-content{
	width:800px;
	height:565px;
	float: left;
}
