/* 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;
}

/***** 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: 766px;
	text-align: center;
}


/* Logo header and background across top of page */
#header {
	width: 766px;
}

#nav {
	width: 749px;
	height: 39px;
	margin: 0 5px 0 6px;
	text-align: center;
	background: #4C659D url(images/nav_bg.jpg);
	background-repeat: no-repeat;
}
#navlist {
	width: 700px;
	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 {
	float: left;
	margin: 10px 0 0 0;
	padding: 0 15px 0 10px;
	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;
	display: block;
}
#navlist li.noline {
	border: 0;
}

#navlist a, #navlist a:visited {
	text-decoration: none;
	color: #000
}

#navlist a:hover {
color: #4C659D;
}

#contentwrapper {
	width: 766px;
}

#sidebar {
	float: left;
	width:289px;
}
#maincontent {
	float:left;
	margin: 6px 7px 6px 6px;
	width: 455px;
	background: #FFF url(images/maincontent_bg.jpg) repeat-x bottom;
	text-align:left;
	color: #666;
	border: 1px solid #CCC;
}

#maincontent h1  {
	color: #30418F;
	font-family:  Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
}

#maincontent h2  {
	color: #666;
	padding: 2px 2px 2px 12px;
	font-family:  Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: left;
	line-height: 1.5em;
}

#maincontent 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;
}



#maincontent ul {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
}

#maincontent li {
	margin:0 0 0 20px;
	color: #4C659D;
	list-style-position: inside;
}

#maincontent .space {
	float:right;
	padding: 10px;
	display: inline;
}

#maincontent .ImgPad {
	padding: 3px;
}

#maincontent p {
	padding: 5px;
	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: 766px;
	background-color: transparent;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color:#4C659D ;
}

#footer a, #footer a:visited {
	color:#4C659D;
	text-decoration: none;
}

#footer a:hover {
	color: #666;
	text-decoration: underline;
}


.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 .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.html); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/blank.html);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.html", sizingMethod="scale");
	}
	