@charset "UTF-8";
/* CSS Document */

.centerContainer {
	width: 800px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.topContainer {
	width: 800px;
	height: 89px;
	position: relative;
	float: left;
	background-image: url(Images/TopBkgd.jpg);
	background-repeat: no-repeat;
}
.logoBox {
	width: 318px;
	position: relative;
	float: left;
	padding-left: 45px;
	top: 12px;
}
.topNavBox {
	width: 290px;
	position: relative;
	float: right;
	top: 65px;
}
.shipBox {
	width: 88px;
	position: relative;
	float: right;
	padding-right: 50px;
	top: 5px;
	z-index: 1;
}
.readerBox {
	width: 800px;
	height: 34px;
	position: relative;
	float: left;
	background-image: url(Images/ReaderBoardBkgd.jpg);
	background-repeat: no-repeat;
	z-index: 2;
}
.mainContainer {
	width: 800px;
	position: relative;
	float:left;
	background-color: #d8cfbd;
	background-image: url(Images/MainBkgd.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 550px;
}
.navBox {
	width: 162px;
	position: relative;
	float: left;
	top: 20px;
	background-color: #c2e5ea;
	left: 10px;
}
.textContainer {
	width: 603px;
	position: relative;
	float: right;
	padding-right: 10px;
	padding-bottom: 30px;
	top: 20px;
	min-height: 420px;
}
.textImageBox {
	width: 603px;
	position: relative;
	float: left;
}
.textBkgdBox {
	width: 603px;
	position: relative;
	float:left;
	background-color: #e5dfd1;
}
.textBox {
	width:580px;
	position: relative;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
.pictureBox {
	width: auto;
	position: relative;
	float: right;
	margin-bottom: 10px;
	border: #00788a 3px solid;
}
.sideBoxContainer {
	width: 300px;
	float: right;
	position: relative;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
}
.newsBox {
	width: 230px;
	height: 113px;
	position: relative;
	float: right;
	padding-right:15px;
	background-image: url(Images/News.jpg);
	background-repeat: no-repeat;
}
.newsTextBox {
	width: 190px;
	position: relative;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 45px;
}
.pirateBox {
	width: 230px;
	position: relative;
	float: right;
	padding-right: 15px;
}
.blogBox {
	width: 230px;
	height: 113px;
	position: relative;
	float: right;
	padding-right:15px;
	background-image: url(Images/Blog.png);
	background-repeat: no-repeat;
}
.socialPicBox {
	width: 140px;
	position: relative;
	float: left;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 45px;
}
.bottomNavBox {
	width: 800px;
	position: relative;
	float: left;
	background-color: #e8e3d7;
	border-top: #00788a 2px solid;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #00788a;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.topNavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00788a;
}
.bottomNavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00788a;
}
a.nav:link {
	color: #00788a;
}
a.nav:visited {
	color: #00788a;
}
a.nav:hover {
	color: #00788a;
}
a.nav:active {
	color: #00788a;
}
.textMargin {
	margin: 0;
}