html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
font { color: inherit !important; font: inherit !important; color: inherit !important; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

html {
	margin:0px;
	padding:0px;
	font-size:100%;
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	text-align:center;
	background:#fdfbd3;
}
#wrap {
	background:url('../images/bg.png') top center no-repeat;
	background-color:#ffffdc;
}

/* ----- Nav and Header Styling ----- */
#header {
	height:40px;
	background:url('../images/header_bg.png') top left repeat-x;
}
#header h1 {
	visibility:hidden;
	display:none;
}
#navigation {
	height:27px;
	width:600px;
	margin:0px auto;
	padding:7px 0px 0px;
	font-family:"Adobe Caslon Pro", Georgia, serif;
	background:url('../images/nav_bg.png') top center no-repeat;
	background-position:0px 0px;
}
#navigation ul li {
	display:inline;
	font-size:10pt;
}
#navigation a:link, #navigation a:visited {
	margin:0px 30px;
	color:#8b9c41;
	text-decoration:none;
}
#navigation a:hover {
	color:#ac8122;
	border-bottom:1px dotted #ac8122;
}

/* ---- General Body Styling ----- */
#content {
	font-family:"Adobe Caslon Pro", Georgia, serif;
}

/* ---- Page Specific Body Styling ----- */
#splash #content {
	height:500px;
	background:url('../images/logo_small.png') no-repeat;
	background-position:center 25px;
	margin:0px;
	padding:0px;
}
#splash #content h1 {
	display:none;
}
#splash #disclaimer {
	display:none;
}
#splash #flash {
	margin:0px;
	margin-top:-9px;
}
#about #content, #contact #content {
	width:675px;
	margin:15px auto;
	padding:0px 0px 10px 0px;
	background:transparent;
}
#about #content #photos {
	width:200px;
	float:left;
}
#about #content #copyDiv {
	width:675px;
	padding:15px 0px;
}
#about #content .copy, #contact #content .copy {
	color:#8b9c41;
	font-size:13pt;
	line-height:18pt;
	text-align:left;
	margin:15px 0px;
}
#about #content #botTag {
	text-align:right;
}

#contact #content .copy_large {
	width:475px;
	margin:15px auto 0px;
	color:#8b9c41;
	font-size:19pt;
}
#contact #content #rightCol, #contact #content #leftCol {
	width:48%;
}
#contact #content #rightCol {
	float:right;
}
#contact #content #leftCol {
	float:left;
}
#contact #content .copysmall {
	color:#ac8122;
	font-size:11pt;
	margin:20px 0px 10px;
	text-align:left;
	
}
#contact #wrap {
	background:transparent;
}
#contact #content a:link, #contact #content a:visited {
	color:#8b9c41;
	text-decoration:none;
}
#contact #content a:hover {
	color:#ac8122;
	border-bottom:1px dotted #ac8122;
}
#contact #content #hand {
	float:left;
	margin:49px 25px 15px 0px;
}
#contact #content #botTag {
	text-align:right;
	clear:both;
	padding:25px 0px 0px;
}

#vessels #content {
	padding:30px 0px 10px 0px;
}
#vessels #content #vessel_table {
	width:891px;
	margin:15px auto 0px;
}
#vessels #content #vessel_table td {
	background:url('../images/ves_bg.png') top center no-repeat;
	text-align:center;
	padding:0px 0px 15px;
}
#vessels #content #vessel_table .text {
	width:170px;
	padding:0px 10px;
	background:transparent;
	text-align:right;
	vertical-align:top;
}
#vessels #content #vessel_table .empty {
	background:transparent;
}
#vessels #content #vessel_table td p {
	color:#8b9c41;
	padding:0px 0px 0px 25px;
}
#vessels #content #vessel_table .text a:link, #vessels #content #vessel_table .text a:visited {
	color:#8b9c41;
	text-decoration:none;
	border-bottom:1px dotted #8b9c41;
}
#vessels #content #vessel_table .text a:hover {
	color:#ac8122;
	border-bottom:1px dotted #ac8122;
}
#vessels #content #vessel_table .filler {
	width:183px;
	background:transparent;
}
#vessels #content #vessel_table td img {
	margin:7px 0px 5px 1px;
}
#vessels #content #vessel_table td .ves_info:link, #vessels #content #vessel_table td .ves_info:visited {
	color:#8b9c41;
	text-decoration:none;
}
#vessels #content #vessel_table td .lText:hover {
	color:#ac8122;
	border-bottom:1px dotted #ac8122;
}
#vessels #content #botTag {
	width:763px;
	margin:0px auto;
	text-align:right;
}


/* ---- Footer ---- */
#footer {
	height:100%;
	background: url('../images/footer_bg.png') top left repeat-x;
	background-color:#fdfbd3;
}
#footer #ft_txt {
	margin:0px auto;
	padding:15px 0px 0px;
	height:90px;
	background:url('../images/footer_tag.png') no-repeat;
	background-position:center 7px;
}
#footer p {
	color:#8b9c41;
}
#footer a:link, #footer a:visited {
	color:#8b9c41;
	text-decoration:none;
	border-bottom:1px dotted #8b9c41;
}
#footer a:hover {
	color:#ac8122;
	border-bottom:1px dotted #ac8122;
}
