body{
	padding-top: 50px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

img{ border: none; }

.container{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

li{list-style-type: none;}
ul{list-style-type: none;}

a{
	text-decoration: none;
	color: #016798;
}

a:hover{
	color: #ccc;
}

.right{
	float: right;	
	margin: 10px;
}

.nav{
	height: 50px;
	width: 500px;
	float: right;
}

.nav ul{
	margin-top: 10px;
	float: right;
}

.nav li{
	list-style-type: none;
	display: inline;
	margin-left: 10px;
}

.nav a{
	text-decoration: none;
	font-style: italic;
	color: #FBB000;
	font-weight: bold;
	font-size: 14pt;
}

.nav a:hover{
	color: #016798;
}

.slogan{
	color: #66CCFF;
	font-style: italic;
	font-weight: bold;
	border: solid;
	border-color: #fff;
}

.slogan ul{
	float: right;
	margin: 0px;
}

.slogan li{
	font-size: 10pt;
	list-style-type: none;
	display: inline;
	margin: 0px 10px 0px 10px;
	
}

.slogan ul a{
	color: #999;
	text-decoration: none;
}

.slogan ul a:hover{
	color: #333;
}

#headerLine{
	margin-top: -10px;
	height: 7px;
	background-image: url('../images/headerLine.jpg');
	background-repeat: repeat-x;
}

#contentBG{
	background-color: #016798;
	margin-top: 10px;
	margin-bottom: 20px;
}

.contentHome{
	padding: 20px 0px 20px 0px;
}

.photoArea{
	background-color: #000;
	border: solid;
	border-color: #fff;
	text-align: center;
}

.headline{
	font-size: 16pt;
	font-style: italic;
	color: #FBB000;
	font-weight: bold;
}

.smallHeadline{
	font-style: italic;
	font-weight: bold;
}

.home{
	height: 300px;
}

.meetCapt{
	height: 800px;
}

.captainStats{
	font-size: 10pt;
	background-color: #ccc;
	padding: 10px;
	border: solid;
	border-color: #666;
	width: 411px;
}

.captainStats ul, .captainStats li{
	margin: 0px 10px 0px 10px;
	padding: 0px;
	list-style-type: circle;
}

.contentFirst{
	margin-top: 20px;
}

.factBox{
	float: right;
	font-size: 12pt;
	background-color: #016798;
	padding: 10px;
	border: solid;
	border-color: #eee;
	color: #eee;
	margin: 0px 0px 40px 40px;
}

.footer{
	margin-top: 50px;
	margin-bottom: 10px;
	height: 7px;
	background-image: url('../images/headerLine.jpg');
	background-repeat: repeat-x;
	font-size: 10pt;
}

.footer .container{
	padding-top: 10px;
	padding-bottom: 10px;
}

.spareParts ul{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.rightCol{
	float: right;
	width: 50%;
}

.checkList ul{
	margin: 0px;
}

.checkList li{
		list-style-type: circle;
}

.mark{ float: right; }

/*form*/
#contact-area {
	width: 600px;
	margin-top: 25px;
	margin-bottom: 40px;
	background-color: #eee;
	padding: 20px 40px 50px 20px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #016798;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	background-color: #ccc;
}

#contact-area label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 16px;
}
/*end form*/