/* CSS Document */
body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height:auto;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:18px;
	background-image: url(images/bkgrd.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
h1 {
	font-family: bold 14px Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #006B33;
	margin:0px 0px 0px 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006B33;
	margin:10px 0px 0px 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin:0px 0px 0px 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin:0px 0px 0px 0px;
}
a{
	color:#D16300;
	text-decoration:none;
}
a:hover{
	color:#F77F00;
	text-decoration:underline;
}
a:visited{
	color:#D16300;
}
.siteby{
	font-size:9px;
	font-stretch:extra-expanded;
	color:#999999;
}
.siteby a{
	color:#999999;
	text-decoration:none;
}
.siteby a:hover{
	color:#999999;
	text-decoration:underline;
}
.siteby a:visited{
	color:#999999;
}
#container {
	width: 800px;
	height:100%;
	position:absolute;
	left: 50%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -400px;
}
#topHolder{
	width: 800px;
	height:350px;
	background: #ffffff url(images/bkgrdMain.jpg) no-repeat;
	margin:0px 0px 0px 0px;
	position: absolute;
	z-index: 1;
}

#leftColumn{
	width: 100px;
	height:100%;
	position:absolute;
	margin:0px 0px 0px 20px;
	z-index: 2;
}

#centerColumn{
	width: 400px;
	height:100px;
	position:absolute;
	margin: 200px 0px 0px 170px;
	z-index: 3;
}

#rightColumn{
	width: 200px;
	height:100px;
	position:absolute;
	margin:240px 0px 0px 575px;
	z-index: 4;
}

#schooner{
	width: 500px;
	height:674px;
	background-image:url(images/schooner.jpg);
	background-repeat:no-repeat;
	position:absolute;
	margin: 200px 0px 0px 170px;
	z-index: 3;
}

.underlined{
	text-decoration:underline;
}
.note{
	color:#999999;
	font-size:11px;
}
.directions{
	font-size:13px;
}
/*------------nav--------------------*/

#nav, #nav ul {
	width: 100px;
	z-index:99;
	color: #006B33;
	list-style: none;
	line-height: 1.5em;
	background: #ffffff;
	border: 1px solid #D3D3D3;
	margin: 200px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	position:absolute;
}

#nav a {
	display: block;
	width: 100px;
	color: #006B33;
	text-decoration: none;
	line-height: 1.5em;
	padding: 0px 0px 0px 6px;
}

#nav a.level2 {
	width: 100px;
	/*background: url(images/rightarrow.gif) center right no-repeat;*/
}

#nav li {
	float: left;
	padding: 0;
	width: 100px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 100px;
	font-weight: normal;
	border: 1px solid #D3D3D3;
	margin: -1.5em 0px 0px 59px;
}

#nav li li {
	padding-right: 0em;
	width: 100px;
}

#nav li ul a {
	width: 100px;
}

#nav li ul ul {
	margin: -1.75em 0 0 13em;
	width: 100px;
	line-height: 1.5em;
	color: #006B33;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #c2f8c0;
}

