body{
	background-image:url(images/background.png);
	background-repeat:repeat;
	
	font-family:Myrid, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	
	min-width:900px;
	margin:0;
}

#main{
	width:900px;
	margin-right:auto;
	margin-left:auto;
}

#header{
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	height:99px;
	width:900px;
	margin-top:20px;
}

.logo{
	height:66px;
	width:316px;
	margin:15px 0 0 15px;
	float:left;
}

.headerLink{
	width:189px;
	height:47px;
	margin:45px 115px 0 115px;
	float:left;
}

.freephone{
	background-image:url(images/freephone.png);
	background-repeat:no-repeat;
	height:44px; 
	width:132px;
	margin:15px 0 0 0;
	float:left;
}
/** S O L I D  N A V  B A R **/
#navigation {
	width:900px;
	height:27px;
}
ul#navbar {
	background:url(images/navbg.png) repeat-x left top;
	margin:0;
	list-style-type:none;
	height:27px;
}
ul#navbar li {
	float:left;
}
ul#navbar li a {
	display:block;
	padding:6px 15px 7px;
	font-family:Myrid, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:0em;
	text-decoration:none;
	color:#FFFFFF;
	border-right:1px solid #6a6a46;
}

ul#navbar li a:hover {
	background:url(images/current.png) repeat-x center bottom;
	color:#FFFFFF;
	padding:6px 15px 7px;
}

ul#navbar li a#current {
	background:url(images/current.png) repeat-x center bottom;
	color:#FFFFFF;
	padding:6px 15px 7px;
}

.subLinks{
	width:820px;
	background-color:#6a6a46;
	padding:8px 25px 8px 55px;
	text-transform:uppercase;
}

.subLinks a{
	color:#ffffff;
	text-decoration:none;
	margin-right:20px;
}

.subLinks a:hover{
	color:#000000;
}

/** M A I N  C O N T E N T  A R E A **/
#mainContent{
	background-color:#ffffff;
	width:900px;
}

.leftColumn{
	width:370px;
	padding:25px;
	float:left;
}

h1{
	font-family:Myrid, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	color:#2e2e2e;
	margin-top:0px;
	margin-left:0px;
}

h2{
	font-family:Myrid, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:italic;
	color:#6a6a46;
	margin-top:0px;
	margin-left:0px;
	padding-top:10px;
	padding-bottom:5px;
	line-height:1.4em;
}

h3{
	font-family:Myrid, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	color:#6a6a46;
	margin-top:10px;
	margin-bottom:0px;
}

p{
	line-height:1.7em;
}

.leftColumn a
{
	color:#6a6a46;
	text-decoration:underline;
}

.leftColumn a:hover{
	color:#333333;
}

.rightColumn
{
	width:430px;
	padding:25px;
	float:left;
}

br{
	clear:left;
}

#baseLinks
{
	width:850px;
	padding:25px 25px 5px 25px;
	text-align:center;
	background-color:#ffffff;
}

#baseLinks a
{
	color:#000000;
	text-decoration:none;
	line-height:1.7em;
}

#baseLinks a:hover
{
	color:#6a6a46;
	text-decoration:underline;
}

hr{
	border-top:1px solid #6a6a46;
	border-top:1px solid #6a6a46;
}

.fullColumn{
	width:800px;
	margin:25px;
	float:left;
}

.fullColumn a{
	color:#6a6a46;
	text-decoration:underline;
	font-weight:bolder;
	font-size:12px;
}

.fullColumn a:hover{
	color:#000000;
	text-decoration:underline;
}

.fullColumn p{
	line-height:1.7em;
	margin-top:0px;
	margin-bottom:0;
}

.usefulLinks{
	width:800px;
	margin-top:15px;
}

.linksLeft{
	width:200px;
	float:left;
}

.linksRight{
	width:590px;
	float:left;
}
/** F O O T E R  A N D  C O P Y R I G H T  **/
#footer{
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	height:23px;
	width:900px;
}

#copyright{
	width:875px;
	text-align:right;
	margin-right:25px;
	color:#FFFFFF;
	margin-top:5px;
}
/** LIGHTBOX GALLERY **/

.gallery{
	width:705px;
	margin:20px 0 0 70px;
	float:left;
}

.gallery img{
	margin:9px;
}
.fleetgallery{
	width:705px;
	margin:20px 0 0 120px;
	float:left;
}

.fleetgallery img{
	margin:9px;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}