/* 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-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	background-color: #444444;
}

/***** 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: 820px;
	text-align: center;
}


/* Logo header and background across top of page */
#header {
	width: 820px;
	height: 100px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
}


#navlist {
	float:right;
	margin: 50px 20px 0 0;
	width: 540px;
	height: 39px;
	text-align: center;
}


#navlist li {
	padding: 0;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	list-style-type: none; /*turns off display of bullet*/
	border-right: 1px solid #FFF;
	display: inline;
}

#navlist li.noline {
	border: 0;
}

#navlist a, #navlist a:visited {
	padding:0 10px 0 10px;
	text-decoration: none;
	color: #FFF;
}

#navlist a:hover {
color: #4C659D;
}


#contentwrapper {
	width: 820px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
}

#sidebar {
	float: left;
}

#contentwrapper h1  {
	padding-left: 300px;
	color: #30418F;
	font-family:  Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
}

 h2  {
	color: #666;
	padding: 2px 2px 2px 300px;
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: left;
	line-height: 1.5em;
}

 h3  {
	color: #FFF;
	padding: 2px 2px 2px 12px;
	font-family:  Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: left;
	line-height: 1.5em;
	background-color: #4C659D;
}



#contentwrapper ul {
	margin-left: 300px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
}

#contentwrapper li {
	margin:0 0 0 20px;
	color: #4C659D;
	list-style-position: inside;
}



#contentwrapper .ImgPad {
	padding: 20px 3px 10px 3px;
}

#contentwrapper p {
	padding: 5px 50px 3px 300px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
	color: #4C659D;
} 



.ImgDisplay {
	display: block;
}


#footer {
	margin: 0 0 20px 0;
	width: 820px;
	height: 174px;
	padding-top: 60px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	color:#FFF;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
}

#footer a, #footer a:visited {
	color:#FFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}


.clear {
 clear:both; 		
 height:0; 			
 margin:0;			
 font-size: 1px;	
 line-height: 0;  
}

#contentwrapper td {
	margin-top: 5px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
	color: #4C659D;
}

#contentwrapper .red {
	color: #94223B;
	font-weight: bold;
}


/* 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");
	}
	
	.special {
		display: none;
	}
	