@charset "UTF-8";


body {
	margin: 0;
	padding: 10px;
	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 */
	background-color: #efefef;	
}












#pagewrap {
	width: 820px;
	margin: 0 auto;
	border: #309865 solid 1px;
	background-color: #ffffff;
	text-align: center;
	
	
	
}



.headermain {
	width: 820px;
	/*height: 167px;*/
	/*border-bottom: #999 solid 1px;*/
	margin: 0px 0 0px 0;
	padding: 0px 0 0 0px;
	/*float: left;*/
}

.colorstrip {
	height: 30px;
	background-color: #309865;
}

#logobox {
	float: left;
	margin: 0px 0 0 0;
	padding: 7px 0 0 45px;
}

#logobox h1 {
	font-size: 175%;
	letter-spacing: 0.2em;
	font-family: Verdana, Arial, Helvetica, MS Sans Serif, sans-serif;
	color:#666;
	font-weight: normal;
	text-align: left;
	margin: 0 0 0 20px;
	padding: 0 0 0 30px;
}

#topimage {
	margin: -15px 15px 0 0;
	float: right;
	border: #ffffff solid 1px;
}


.contentmain {
	width: 740px;
	background-color: #ffffff;
	/*float: left;*/
	padding: 10px 0 0 60px;
	/*height:1100px;*/
}

.contentmain h2 {
	font-size: 115%;
	letter-spacing: 0.1em;
	font-family: Verdana, Arial, Helvetica, MS Sans Serif,sans-serif;
	color:#333;
	font-weight: bold;
	text-align:left;
	margin: 0px 0 10px 0;
	padding: 0 0 0 0;
}

.contentmain h3 {
	font-size: 90%;
	letter-spacing: 0.1em;
	font-family: Verdana, Arial, Helvetica, MS Sans Serif,sans-serif;
	color:#333;
	font-weight: bold;
	text-align:left;
	margin: 0px 0 10px 0;
	padding: 0 0 0 0;
}
	
.contentmain p {
	text-align: justify;
	font-size: 90%;
	line-height: 120%;
	letter-spacing: 0.0em;
	font-family: Verdana, Arial, Helvetica, MS Sans Serif, sans-serif;
	padding: 0 0 0 0;
	margin: 0 0 15pt 0;
}

.thumbbox {
	width: 720px;
	/*height: 220px;*/
	background-color: #efefef;
	border: thin solid #0C9;
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 5px 20px 5px 0px;
	text-align: left;
}

.thumbbox img {
	float: left;
	margin: 0 10px 0 0px;
	width: 100px;
}



.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;
}


.footermain {
	width: 820px;
	/*float: left;*/
}

#footer09 {
	/*float:left;*/
	margin: 10px 0 0 0;
	background-color: #ffffff;
}

/*.navbars  {
	height: 30px;
	width: 720px;
	background-color:#309865;
}*/

#footer09 #navbartop {
	width: 820px;
	background-color: #309865;
}

/*.greenstripe {
	height: 20px;
	background-color:#309865;
}*/

.menuitem  {
	float: left;
	background-color:#309865;
	font-size: 80%;
	letter-spacing: 0.1em;
	font-family:Verdana, Arial, Helvetica, MS Sans Serif, sans-serif;
	vertical-align: middle;
	padding: 4px 0px 0 0px;	
	width: 102px;
	height: 20px;
	display: block;
	color: #ffffff;
}

.menuitem a {
	text-decoration: none;
	
	
	/*height: 25px;*/
	margin: 0 0px 0 0px;
}

.menuitem  a:link, .menuitem a:visited {
	color: #ffffff;
}

.menuitem a:hover {
	
	
}

#imagewrap {
	background-color: #ffffff;
	width: 820px;
	text-align:center;
	
}





.boatbox {
	float: left;
	/*height:139px;*/
	width: 125px;
	margin: 5px 9px 0 9px;
}

.boatbox p {
	font-size: 80%;
	letter-spacing: 0.0em;
	font-family: Verdana, Arial, Helvetica, MS Sans Serif, sans-serif;
	padding: 0 0 0px 0;
	margin: -10px 0 5px 0;
}

#pagewrap #footer09 #imagewrap #shimmy {
	margin-left: 70px;
}



#navbarbottom {
	background-color: #309865;
	font-size: 70%;
	letter-spacing: 0.1em;
	font-family:Verdana, Arial, Helvetica, MS Sans Serif, sans-serif;
	color: #ffffff;
	vertical-align: middle;
	width: 820px;
	height: 20px;
	padding: 5px 0 5px 0px;
}

/* styling the NAVLIST */



.navlist {
	background-color: #309865;
	/*height: 40px;*/
	width: 820px;
	float: left;
	font-size: 80%;
	letter-spacing: 0.0em;
	font-family:Verdana, Arial, Helvetica, MS Sans Serif, sans-serif;
	color: #ffffff;
	padding: 0px 0 0px 0;
	margin: 0 0 0px 0;
}

ul#nav {
		/*width:100%;*/
		background-color:#309865;
		padding: 0 0 0 0px;
		margin: 0 0 0 0;
	}
	
	
	ul#nav li {
		
		display:block;
		float:left;
		/*width:110px;*/
	    /*height:25px;*/
		padding-left:0px;
		list-style:none;
	}
	
	ul#nav li a {
		/*
		Width and height plus padding = size of parent li
		Text position in the <a> box is controlled by padding
		*/
		display:block;
/*		width:80px;*/
		padding: 5px 0px 5px 0px;
	/*	height:15px;*/
		background-color: #309865;
		text-decoration: none;
		
	}
	ul#nav li a:link,
	ul#nav li a:visited {
		
		background-color: #309865;
		color:white;
	}

	
	ul#nav li a:hover,
	ul#nav li a:active {
		
		background-color: #b71f33;
		color:white;
	}

	ul#nav li#home, 
	ul#nav li#bhome {
		width: 64px;
		margin: 0 0 0 70px;
		padding: 0 0 0 0px;
	}
	
	ul#nav li#family,
	ul#nav li#bfamily {
		width: 120px;
	}
	
	ul#nav li#story, 
	ul#nav li#bstory {
		width: 94px;
	}
	
	ul#nav li#construction, 
	ul#nav li#bconstruction {
		width: 112px;
	}
	
	ul#nav li#faq, 
	ul#nav li#bfaq {
		width: 64px;
	}
	
	ul#nav li#press, 
	ul#nav li#bpress {
		width: 64px;
	}
	
	ul#nav li#contact,
	ul#nav li#bcontact {
		width: 98px;
	}
	
	ul#nav li#club, 
	ul#nav li#bclub{
		width: 118px;
	}
	
	#listnav1 {
		margin-bottom: 10px;
	}


#pagewrap #contentwrap ul {
	list-style-type: none;
	text-align: left;
	font-size: 90%;
	line-height: 120%;
	letter-spacing: 0.0em;
	font-family: Verdana, Arial, Helvetica, MS Sans Serif, sans-serif;
}

#pagewrap #contentwrap ul li {
	padding: 0 0 0pt 0;
	
}

.imgintext {
	border: #309865 1px solid;
	float: right;
	margin: 0 0 0 40px;
	padding: 0 0 0 0;
}

ul.specs {
	margin: 0 0 10px 0px;
	
}

#pagewrap #contentwrap ul.specs {
	list-style-type: none;
	
}


ul.features {
	margin: 0 0 20px 40px;
}

#pagewrap #contentwrap ul.features {
	list-style-type: none;
	
}

#&bull; {
	color: #309865;
}

.download {
	font-family: Verdana, Arial, Helvetica, MS Sans Serif, sans-serif;
	font-size: 80%;
	text-align: left;
}

.copyright{
	font-family: Verdana, Arial, Helvetica, MS Sans Serif, sans-serif;
	font-size: 80%;
	text-align: left;
}

/*#pagewrap #footer09 #imagewrap #secret a #secret_up {
	text-decoration: none;
	border: none;
}*/


#pagewrap #footer09 #imagewrap #secret a #secret_up {
	text-decoration: none;
	border: none;
}

#pagewrap #footer09 #imagewrap #shimmy .linkimage #shimmy_up {
	text-decoration: none;
	border: none;
}
#pagewrap #footer09 #imagewrap #scruffie a #scruffie_up {
	text-decoration: none;
	border: none;
}
#pagewrap #footer09 #imagewrap #stornaway a #stornaway_up {
	text-decoration: none;
	border: none;
}
#pagewrap #footer09 #imagewrap #scintilla a #scintilla_up {
	text-decoration: none;
	border: none;
}


/* image gallery*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/* end image gallery */


/* gallery display */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/lightbox.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling 

a {color:#000;}
a:hover {text-decoration:none;}
a:visited {color:#000;}*/

/* slides styling */

.photo {width:720px;  height:880px; text-align:left; position:relative; margin:0 auto;}

.photo ul.topic {padding:0; margin:0; list-style:none; width:720px; height:auto; position:relative; z-index:10;}

.photo ul.topic li {display:block; width:119px; height:31px; float:left;}
.photo ul.topic li a.set {display:block; font-size:11px; width:119px; height:85px; text-align:center; line-height:30px; color:#000; text-decoration:none; border:1px solid #309865; border-width:1px 1px 0 1px; background:#eee; font-family:verdana, arial, sans-serif;}

.photo ul.topic li a ul, 
.photo ul.topic li ul 
{display:none;}

.photo ul.topic li.active a
{color:#000; background:#bbb;}

.photo ul.topic li a:hover,
.photo ul.topic li:hover a
{color:#fff; background:#aaa;}

.photo ul.topic li.active ul
{display:block; position:absolute; left:0; top:31px; list-style:none; padding:0; margin:0; height:800px; background:#ddd; width:700px; padding:32px 7px; border:1px solid #309865; z-index:1;}

.photo ul.topic li a:hover ul, 
.photo ul.topic li:hover ul
{display:block; position:absolute; left:0; top:31px; list-style:none; padding:0; margin:0; height:800px; background:#ddd; width:700px; padding:32px 7px; border:1px solid #309865; z-index:100;}

.photo ul.topic li ul li
{display:inline; width:112px; height:87px; float:left; border:1px solid #fff; margin:1px; }

.photo ul.topic li ul li a
{display:block; width:110px; height:85px; cursor:default; float:left; text-decoration:none; background:#444; border:1px solid #309865;}

.photo ul.topic li ul li a img
{display:block; width:100px; height:75px; border:5px solid #fff;}

.photo ul.topic li a:hover ul li a:hover, 
.photo ul.topic li:hover ul li a:hover 
{white-space:normal; position:relative;}

.photo ul.topic li a:hover ul li a:hover img, 
.photo ul.topic li:hover ul li a:hover img 
{position:absolute; left:-50px; top:-32px; width:200px; height:150px; border-color:#fff;}





/* end gallery display */



li.bulleted {
	line-height:1.7em;
}
