@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFCC;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #DDC793;
	background-image: url(images/wan/boatbg.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 500px 365px;
} 
.twoColFixLtHdr #logo {
	float: left;
	height: 143px;
	width: 100px;
	margin: 0;
	padding-top: 14px;
	padding-right: 39px;
	padding-bottom: 13px;
	padding-left: 30px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #logo img {
	margin:0px;
	padding:0px
}
.twoColFixLtHdr #logo a {
	margin:0px;
	padding:0px
}
h1   {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	padding-top: 70px;
	padding-left: 90px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 169px;
	clear: both;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #FFFFFF;
	background-color: #00A5C8;
	background-image: url(images/wan/left-sidebar.png);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
}
.twoColFixLtHdr  #sidebar1  a  {
	color: #C5E000;
	text-decoration: none;
	width: 169px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h3 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0;
	padding-top: 15px;
}
.twoColFixLtHdr #mainContent {
	color: #4B3D33;
	/*background-color: #DDC793;*/
	height: 300px;
	clear: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 169px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 40px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*background-image: url(images/wan/boatbg.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 700px 300px;*/
} 
.twoColFixLtHdr #mainContent a {
	color: #5E4D42;
}
.twoColFixLtHdr #footer {
	text-align: center;
	background-color: #CFC5A6;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B3D33;
	font-weight: normal;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
}
.twoColFixLtHdr #footer a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #5E4D42;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #topnav {
	background-color: #3A3A69;
	float: right;
	width: 581px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 199px;
	margin: 0;
}
.twoColFixLtHdr #topnav a.highlight {
	color: #C5E000;
}
.twoColFixLtHdr #topnav a {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 10px;
	margin: 0;
}
.twoColFixLtHdr #topnav a:hover {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C5E000;
	text-decoration: none;
	width: 169px;
	background-color: #3A3A69;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #C5E000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #headerindex {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	background-image: url(images/wan/bannerindex.jpg);
	background-repeat: no-repeat;
	height: 170px;
	float: right;
	width: 611px;
}
h4 {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}

.long {
	margin-top: 50px;
}
ol {
	list-style-type: disc;
	padding-bottom: 15px;
}
.twoColFixLtHdr #footer a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #5E4D42;
	text-decoration: none;
}
.extralong {
	margin-bottom: 57em;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4B3D33;
}
.mediumlong {
	margin-bottom: 33em;
}
.footerlong {
	margin-bottom: 14em;
}
.fltmap {
	float: right;
	margin-right: 8px;
	margin-left: 10px;
}
.em17long {
	margin-bottom: 15em;
}
.twoColFixLtHdr #sidebar1 #navbox {
	color: #FFFFFF;
	text-decoration: none;
	width: 163px;
	border: thin solid #000099;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.twoColFixLtHdr #sidebar1 #navbox:hover {
	background-color: #006699;
}
.twoColFixLtHdr #sidebar1 #navbox.on {
	background-color: #006699;
}
.twoColFixLtHdr  #sidebar1  #navbox .middle  {
	color: #FFFFFF;
	text-decoration: none;
	width: 160px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	border-top-width: 0px;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #000099;
	border-left-color: #000099;
}
.caption {
	font-size: 10px;
}
.twoColFixLtHdr #headerevents {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	background-image: url(images/wan/tortuga.jpg);
	background-repeat: no-repeat;
	height: 170px;
	float: right;
	width: 611px;
}
.twoColFixLtHdr #headerresources {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	background-image: url(images/wan/redboatbanner.jpg);
	background-repeat: no-repeat;
	height: 170px;
	float: right;
	width: 611px;
}
.twoColFixLtHdr #headerphoto {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	background-image: url(images/wan/diver-banner.jpg);
	background-repeat: no-repeat;
	height: 170px;
	float: right;
	width: 611px;
}
.twoColFixLtHdr #headermembers {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	background-image: url(images/wan/boats-banner.jpg);
	background-repeat: no-repeat;
	height: 170px;
	float: right;
	width: 611px;
}
.history {
	line-height: 18px;
}
.indent {
	margin-left: 20px;
}
.extraExtralong {
	margin-bottom: 100em;
}
