@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/backgroundfade.png) repeat-x;
	background-color:#253c77;
}



#container{
	background-color:#7b92cd;
	width:800px;
	margin:0 auto;
	margin-top:10px;
	padding-bottom:10px;
	
}

#header{
	height:410px;
	width:800px;
	background:url(images/header.jpg) no-repeat;
	
}


#headertoptext{
	padding-left:10px;
	padding-top:7px;
	font-size:14px;
	color:#039;
	width:350px;
	position:absolute;
}

#headertoptext2{
	margin-left:590px;
	padding-top:7px;
	font-size:14px;
	color:#039;
	width:200px;
	position:absolute;
	text-align:right;
}


#headermiddletext{
	margin-top:336px;
	margin-left:175px;
	color:#000;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	width:470px;
	height:30px;
	position:absolute;
}

#headerbottomtext{
	color:#FFF;
	font-size:17px;
	font-weight:bold;
	width:150px;
	height:52px;
	margin-left:330px;
	margin-top:280px;
	position:absolute;
}

.navcontainer {
	background-image:url(images/navbar.jpg);
	background-position:bottom;
	/* border-top:solid 1px #333;
	border-bottom:solid 1px #006;  */
	border-right:#999 1px solid;
	margin-right:1px;
	width:799px;
	height:30px;
	float:left; 
	/*padding-right:120px; */
}

.navbutton,
.navbutton:link,
.navbutton:visited{
	display:block;
	background:url(images/navbar.jpg) bottom;
	height:30px;
	width:113px;
	text-align:center;
	font-family:Corbel, Arial, Helvetica, sans-serif;
	float:right;
	line-height:30px;
	text-decoration:none;
	color:#FFF;
	/* border-right:solid 1px #333; */
	font-size:13px;
	border-left:#999 1px solid;
	
}

.navbutton:hover,
.navbutton:active {
	display:block;
	background:url(images/navbar.jpg) top;
	font-family:Corbel, Arial, Helvetica, sans-serif;
	height:30px;
	width:113px;
	text-align:center;
	float:right;
	line-height:30px;
	text-decoration:none;
	color:#333;
	/* border-right:solid 1px #333; */
	font-size:13px;		
	border-left:#999 1px solid;	
}

#navbuttonactive {
	display:block;
	background-color:#333;
	height:30px;
	width:113px;
	text-align:center;
	float:right;
	line-height:30px;
	text-decoration:none;
	color:#FFF;	
	font-size:13px;
	border-left:#999 1px solid;	
	font-family:Corbel, Arial, Helvetica, sans-serif;
}

#bodytoprighttext{
	color:#336;
	font-size:30px;
	font-weight:bold;
	font-family:"Arial Black", Gadget, sans-serif;
	width:260px;
	height:55px;
	margin-left:290px;
	margin-top:225px;
	position:absolute;
}


#headpic1{
	margin-top:139px;
	margin-left:223px;
	position:absolute;
	width:567px;
	height:200px;
}

#homepagebody{
	padding-right:30px;
	padding-top:3px;
	margin-left:20px;
	margin-top:15px;
	height:510px;
	width:458px;
	font-size:15px;
	text-align:justify;
	float:left;
	background-color:#bbd; 
	border: #FFF 1px solid;
	line-height:17px;
	
}

#homepageboat{
	margin-right:0px;
	float:left;
	padding-right:0px;
	width:270px;
	padding-left:20px;
}

#homepagelogosbottom{
	float:left;
	padding-left:5px;
	width:790px;
}

#menu{
	width:799px;
	margin-left:0px;
	position:absolute;
	margin-top:375px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
}

#standardbodytitle{
	text-align:left;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	width:750px;
	height:30px;
	padding-left:15px;
}
	

#standardbody{
	width:800px;
}

#standardbodyleft{
	float:left;
	width:500px;
	font-size:16px;
}

#standardbodyright{
	float:left;
	width:265px;
	text-align:left;
	border-left:solid 1px #039;
	padding-left:25px;
}

#commentarea{
	padding-left:50px;
	width:400px;
}

.frankfortbody{
	background-image:url(images/frankfort/lighthouse1.jpg);
	height:523px;
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	font-size:18px;
}

#frankfortleft{
	float:left;
	width:290px;
	padding-right:80px;
}

#frankfortright{
	float:left;
	width:400px;
}

#frankfortbottom{
	float:left;
	width:790px;
	text-align:center;
}

.boatandcaptaininfowhole{
	border-bottom:solid 1px #039;
	width:780px;
	margin-left:10px;
	float:left;
}

.boatandcaptaininforight{
	float:left;
	width:285px;
	text-align:left;
}

.boatandcaptaininfoleft{
	float:left;
	width:495px;
	text-align:left;
}

.pressroomlowerhalf{
	width:100%;
	text-align:center;
}

.active{
	background:#039;
	color:#FFF;
	
}

a.whitetodarklink:link{
	color:#FFF;	
}

a.whitetodarklink:visited{
	color:#FFF;
}

a.whitetodarklink:hover{
	color:#006;
}

a.whitetodarklink:active{
	color:#006;
}

a:link{
	text-decoration:none;
	color:#006;
}

a:visited{
	text-decoration:none;
	color:#006;
}

a:hover{
	text-decoration:none;
	color:#FFF;
}

a:active{
	text-decoration:none;
	color:#FFF;
}






#footer{
	font-size:12px;
	text-align:right;
	margin:auto;
	color:#FFF;
	width:800px;
}

