/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 
}

body {
	margin: 0 auto;
	font-size: 100.01%;/* fix for IE scaling error at small font sizes*/
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family:  Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #000;
}

/***** Begin laying out the wrappers *****/
/* The main wrapper sets the width for the entire content area. Everything is wrapped inside this div */
#wrapper {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 776px;
	text-align: center;
}


/* Logo header and background across top of page */
#header {
	width: 776px;
}



#navlist {
float: right;
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/ 
	text-align: center;
	list-style-type: none; /*turns off display of bullet*/
}


#navlist li {
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	list-style-type: none; /*turns off display of bullet*/
	display: block;
}


#navlist a, #navlist a:visited {
	width: 156px;
	height: 29px;
	padding-top: 5px;
	background-image: url(images/up_btn.jpg);
	text-decoration: none;
	color: #000;
	display: block;
	background-repeat: no-repeat;
}

#navlist a:hover {
	background-image: url(images/over_btn.jpg);
	text-decoration: none;
	color: #94223B;
}

#contentwrapper {
	width: 776px;
}

#sidebar {
	float: left;
	width:194px;
}

/*	*/
#maincontent {
	float:left;
	width: 570px;
	background: url(images/content_bg.gif) repeat-y;
	text-align:left;
}

body.home #maincontent #innerwrapperTop {
	height:76px;
	background-image: url(images/home_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:70px;
}

body.services #maincontent #innerwrapperTop {
	height:76px;
	background-image: url(images/services_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	padding-top:70px;
}


body.fleet #maincontent #innerwrapperTop {
	height:76px;
	background-image: url(images/Fleet_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	padding-top:70px;
}

body.contact #maincontent #innerwrapperTop {
	height: 76px;
	background-image: url(images/contact_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	padding-top:70px;
}

#maincontent #innerwrapperBOT {
	background-image: url(images/content_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 270px;
	height:auto !important;
	height:270px;

}

#maincontent h1 {
	margin-left: 50px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #333;
	text-align: left;
}



#maincontent #innerwrapperBOT h2 {
	margin-left: 50px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #333;
	text-align: left;
}

#maincontent ul {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
}

#maincontent li {
	margin:0 0 0 80px;
	color: #333;
	list-style-position: inside;
}

#maincontent .space {
	float:right;
	padding: 10px;
	display: inline;
}

#maincontent .ImgPad {
	padding: 10px 20px 20px 30px;
}

#maincontent p {
	padding: 0 100px 30px 60px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
	color: #333;
} 


.cadillac {
	float:right;
	height: 225px;
background: url(images/cadillac.jpg) no-repeat bottom right;
}


.ImgDisplay {
	display: block;
}

#fleetEnd {
	height: 47px;
	background-image: url(images/content_btm.gif);
	background-repeat: no-repeat;
}

#footer {
	float: right;
	margin: 0;
	width: 582px;
	padding-top: 5px;
	background-color: #000;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color:#CCC;
}


.clear {
 clear:both; 		
 height:0; 			
 margin:0;			
 font-size: 1px;	
 line-height: 0;  
}

#maincontent td {
	margin-top: 5px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
	color: #666;
}

#maincontent p.special {
	text-align: center;
}


/* this is the css for the lightbox photo gallery on the fleet page */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}


	