@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	text-align: center;
	background-image:url(images/header_background.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	letter-spacing: .25px;
	line-height: 18px;
}

img {
	border: 0;
}

#container {
	position:relative;
	margin:0 auto;
	width:800px;
	height:auto;
	/*height:100%;
	min-height:100%;*/
}

#header {
	width: 100%;
	height: 144px;
	padding-top: 18px;
	text-align: right;
	background-image: url(images/logo.png);
	background-position: right;
	background-repeat: no-repeat;
}

#navigation {
	width: 425px;
	height: 106px;
	margin-top: 26px;
}

.navItem {
	width: 162px;
	height: 16px;
	padding: 4px;
	margin: 5px;
	float: left;
	text-align: left;
}
.navItem p {
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #000000;
	text-align: center;
}

#nav1 {
	background-color: #8A66AB;
	margin-left: 40px;
}

#nav2 {
	background-color: #FF3333;
}

#nav3 {
	background-color: #98CACB;
}

#nav4 {
	background-color: #83C66D;
}

#content {
	width: 760px;
	height: auto;
	min-height: 270px;
	/*overflow: auto;
	overflow-x: hidden;*/
	text-align: left;
	padding: 15px;
	margin-bottom: -30px;
	/*border-bottom: 4px dashed #98CACB;*/
}

#content a, a:visited {
	color: #83C66D;
	text-decoration: none;
}

#content a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

#content p {
	padding: 0;
	margin: 0;
	margin-bottom: 45px;
	font-size: 11px;
}

#content p img {
	float: right;
	padding: 5px;
}

#contentRight {
	width: 210px;
	height: auto;
	min-height: 150px;
	float: left;
	margin-left: 40px;
}

#contentRight img {
	float: left;
	text-align: center;
	margin: 0;
	padding: 5px;
}

#contentRight a, a:visited {
	color: #83C66D;
	text-decoration: none;
}

#contentRight a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

.contentRightTitle {
	width: 85%;
	height: 14px;
	padding: 10px;
	border: 2px dashed #98CACB;
	margin-bottom: 15px;
	background-color:#D6EAEA;
}

#contentLeft {
	width: 500px;
	height: auto;
	float: left;
}

#contentLeft a, a:visited {
	color: #83C66D;
	text-decoration: none;
}

#contentLeft a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

#contentLeft img {
	padding: 0px 4px 10px 0px;
	float: left;
}

#contentLeft p {
	padding: 0px 5px 0px 0px;
}

.vesselDescriptor {
	font-weight: bold;
}

td, tr {
	vertical-align: top;
	padding: 1px;
	text-align: left;
}

.bagTitle {
	font-family: Courier New, Courier, monospace;
	font-size: 16px;
	font-weight:bold;
}

.sectionTitle {
	width: 200px;
	height: 16px;
	padding: 10px;
	border: 4px dashed #98CACB;
	margin-bottom: 15px;
	background-color:#D6EAEA;
	float: left;
}

.sectionExtender {
	width: 540px;
	height: 16px;
	padding: 12px;
	border-bottom: 4px dashed #98CACB;
	float: left;
	text-align: left;
}

.sectionExtender p {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	letter-spacing: 1px;
}

.sectionTitle p {
	font-family: Courier New, Courier, monospace;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
	color: #666666;
}

#footer {
	clear: both;
	margin:0 auto;
	width:800px;
	height: 24px;
	text-align: right;
	margin-bottom: 15px;
	border-top: 4px dashed #98CACB;
}

#footer p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #666666;
	margin-top: 15px;
}

#footer a, a:visited {
	color: #83C66D;
	text-decoration: none;
}

#footer a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

.clearing {
	 clear: both;
}

a, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover, a:active {
	text-decoration: underline;
	color: #000000;
}

.dropCap {
	font-size: 24px;
	font-style: italic;
}

#homeContentLeft {
	width: 220px;
	height: auto;
	float: left;
}

#homeContentRight {
	width: auto;
	height: auto;
	float: left;
}



