@charset "utf-8";
/* CSS Document */
@import url("reset.css");
/*End hide from IE-mac */


body {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #494949;
	color: #FFF;
	background-image: url(../images/BG_band.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#BG_bottom {
	background-image: url(../images/BG_bottom.png);
	background-repeat: no-repeat;
	float: left;
	height: 24px;
	width: 1020px;
}

#BG_top {
	background-image: url(../images/BG_top.png);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	width: 1020px;
}

h1 {
	font-size: 14pt;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
}
h3 {
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6EAEDE;
	border-right-color: #6EAEDE;
	border-bottom-color: #6EAEDE;
	border-left-color: #6EAEDE;
	margin-bottom: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}
h4 {
	padding-bottom: 20px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
h5 {
	padding-bottom: 20px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}



#sidebarInfo {
	background-color: #0C1C58;
	width: 400px;
	height: 250px;
	overflow: auto;
	padding: 20px;
	border: 1px solid #FFF;
	background-image: url(../images/BG_fill.png);
	background-repeat: repeat-y;
	background-position: -550px;
}
#sidebarInfo ul {
	list-style-type: square;
	padding-left: 20px;
}




#columnRight {
	float: left;
	width: 804px;
	background-image: url(../images/bannerHome.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 11px;
}
#columnLeft {
	float: left;
	width: 170px;
	padding-left: 16px;
	margin-right: 14px;
	margin-bottom: 40px;
}
#navWrapper {
	padding-left: 30px;
	padding-top: 40px;
}

#logoBox {
	background-color: #999;
	height: 180px;
	width: 181px;
	margin-top: 20px;
}


#contentWrapInner {
	background-repeat: no-repeat;
	width: 725px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 150px;
}
#contentWrapInner p {
padding-bottom:1em;
}




#contentWrapOuter {
	background-image: url(../images/BG_fill.png);
	background-repeat: repeat-y;
	float: left;
	width: 1020px;
}
#contentWrapInner a {
	color: #FFF;

}





/* Main Wrapper*/
#wrapper {
	text-align:left;
	width:1020px;
	position:relative;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 1.3em;
}


/* CHEAT LIST:
- to fix IE 6 double margin on floated elements, apply "display: inline" to the CSS rule. Example: div {float:left;margin:40px;display:inline;}
*/

/*
Clears floats within container, so container continues to wrap around contents
*/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-table;}
/*Hides from IE-mac\*/
*html .clearfix {height:1%;}
.clearfix {display:block;}

.left {float: left;}
.right {float: right;}


/*
Navigation Banner
*/

#navigationBanner {
	background-color: #0033FF;
	height: 50px;
	width: 760px;
}


/*Temp navigation styles for building site*/

#navBarTemp ul li {
	display:inline;
	margin:0 10px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#navBarTemp ul li a {
	color: #FFF;
	display:block;
	float:left;
	padding:5px 10px;
	background-color: #999;
	text-decoration: none;
}
#navBarTemp ul li a:hover {background:#eee;color:black;}

#contentWrapper {
	padding: 25px;
}

/* Main Layout */

#header {
	background-color: #FF6699;
	height: 100px;
	width: 900px;
}



#creditBox {
	width: 900px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	clear: both;
}

#creditBox a {
	color: #000000;
	font-size: 1em;
	text-decoration: none;
}

#creditBox a:hover {
	color: #000000;
	font-size: 0.9em;
	text-decoration: underline;
}



/* PAGE FOOTER */

#footerBox {
	width: 900px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	color:#000000;
	font-size: 1em;
}

#footerBox a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-decoration: none;
}
#crewTabWrap {
	height: 173px;
	width: 431px;
	float: left;
	background-image: url(../images/crewTab.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#columnLeftHome {
	float: left;
	width: 435px;
	text-align: justify;
}

#buttonSubmit {
	height: 30px;
	width: 100px;
	position: absolute;
	left: 330px;
	top: 512px;
}


#footerBox a:hover {
text-decoration: underline;
}
.imageRight {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}


.sidebarPhotoWrap {
	float: right;
	width: 250px;
	margin-bottom: 10px;
}
#photoColumn {
	float: right;
	width: 250px;
	margin-left: 20px;
	height: 600px;
}
#photoColumnShipyard {
	float: right;
	width: 200px;
	margin-left: 20px;
	height: 600px;
}

.sidebarPhotoWrapShipyard {
	float: right;
	width: 200px;
	margin-bottom: 10px;
}

.hrLine {
	width: 250px;
	height: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-bottom: 6px;
	margin-top: 6px;
}
#contentWrapInner ul {
	list-style-type: square;
	padding-left: 20px;
}

