@charset "UTF-8";
/* CSS Document */

/* begin basic html Elements */

html
	{
	margin: 0px;
	padding: 0px
	}


body
	{
	background-image:url(../images/page_white_repeater.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font: 11px/18px tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4A4443;
	}
	
iframe #subscribe_form
	{
	height: 200px;
	width: 190px;
	margin: 0px 0px 20px 0px;
	border: none;
	background: none;
	}
	
h1
	{
	font-size: 18px;
	color: #7d0700;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 20px 0px;
	clear: both;
	}
	
h2
	{
	font-size: 14px;
	color: #011256;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:15px 0px 5px 5px;
	}
	
h3
	{
	font-size: 12px;
	color: #737893;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:15px 0px 5px 10px;
	}
	
h4
	{
	font-size: 10px;
	color: #7f789d;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:15px 0px 5px 15px;
	}
	
h5
	{
	font-size: 12px;
	color: #7d0700;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0px 8px 6px 8px;
	}
	
h6
	{
	font-size: 12px;
	color: #737893;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin:15px 0px 5px 10px;
	}
	
p	
	{
	margin: 0px 0px 5px 20px;
	}
	
ul
	{
	list-style-position:inside;
	padding: 0;
	margin: 0px 0px 0px 20px;
	text-indent: 20px;
	}
	
ol
	{
	list-style-position:inside;
	padding: 0;
	margin: 0px 0px 0px 20px;
	text-indent: 20px;
	}
	
br
	{
	clear: both;
	}
	
	/* table styles */
	
table
	{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 2px;
	}
	
th
	{
	text-align: left;
	}
	
/* end table style */
	
/* end basic html style */


/* begin menu style */

/* special expression too make IE6 and below behave */
* html #menu { /*\*/position: absolute; top: expression((260 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); right: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ }

#subscribe
	{
	padding: 0px;
	position: absolute;
	left: 10px;
	top: 330px;
	font: bold 11pt  Georgia, "Times New Roman", Times, serif;
	line-height: 1.4;
	color: #011256;
	z-index:5;
	}
	

#menu
	{
	padding:0px;
	position: absolute;
	left: 0px;
	top: 225px;
	width: 201px;
	font: bold 11pt  Georgia, "Times New Roman", Times, serif;
	height: 100%;
	z-index:4;
	}

#menu ul
	{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 201px; /* Width of Menu Items */
	border-bottom: 2px solid #4b4867;
	text-indent: 0px;
	}

#menu ul li {
	position: relative;
	}
	
#menu li ul {
	position: absolute;
	left: 199px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	visibility: visible;
	}

/* Styles for Menu Items */
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #7f789d;
	padding: 4px 0px 4px 35px;
	border: 2px solid #4b4867;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu ul li a:hover /* Hover Styles */
	{
	color: #011256;
	background-image: url(../images/page_indicator_hover.png);
	background-repeat: no-repeat;
	background-position: left;
	} 
		
#menu li ul li a /* Sub Menu Styles */
	{
	padding: 2px 0px 2px 8px;
	background-color: #e7e7f3;
	}
	
#menu li ul li a:hover /* Sub Menu hover Styles */
	{
	background-image: none;
	} 
		
#menu li:hover ul, li.over ul /* The magic */
	{
	display: block;
	}
	
	/* Declarations to style the current state */
#home #menu-home a,
#news #menu-news a,
#events #menu-events a,
#courses #menu-courses a,
#instructors #menu-instructors a,
#marinas #menu-marinas a,
#rentals #menu-rentals a,
#hinkley #menu-hinkley a,
#gallery #menu-gallery a,
#links #menu-links a,
#contact #menu-contact a, 
#schedule #menu-schedule a,
#yachtsales #menu-yachtsales a
	{
	color: #011256;
	background-image: url(../images/page_indicator_hover.png);
	background-repeat: no-repeat;
	background-position: left;
	}
	
	/* Keep sub menus from showing page indicator */
#news #menu-news .sub_menu a,
#courses #menu-courses .sub_menu a,
#instructors #menu-instructors .sub_menu a,
#marinas #menu-marinas .sub_menu a,
#rentals #menu-rentals .sub_menu a,
#hinkley #menu-hinkley .sub_menu a,
#gallery #menu-gallery .sub_menu a,
#yachtsales #menu-yachtsales .sub_menu a
	{
	background-image: none;
	}

/* end menu style */


/* begin link styles */

a:link
	{
	color: #011256;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	}

a:visited 
	{
	color: #7d0700;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	}

a:hover 
	{
	color: #011256;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	}

/* end link styles */


/* begin divs style */

#footer 
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	margin: 2em 0em 0em 0em;
	font-weight: bold;
	color: #7f789d;
	border: none;
	text-align: center;
	}
	
#top_background_layer_1
	{
	height: 260px;
	width: 1135px;
	position: absolute;
	top: 0px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/top_background_layer_1.jpg);
	z-index: 3;
	}
	
#top_background_layer_2
	{
	height: 465px;
	width: 1135px;
	position: absolute;
	top: 260px;
	background-image: url(../images/top_background_layer_2.jpg);
	background-repeat: no-repeat;
	z-index: 1;
	}

#content
	{
	min-height: 525px;
	width: 700px;
	padding: 0px 0px 0px 0px;
	margin: 0px 30px 20px 30px;
	position: absolute;
	left: 200px;
	top: 265px;
	height: auto;
	z-index: 2;
	visibility: visible;
	}
	
#top_links
	{
	font-size: 14px;
	position: absolute;
	top: 200px;
	left: 140px;
	width: 900px;
	visibility: visible;	
	}
	
#page_links
	{
	clear: both;
	text-align: center;
	padding: 8px 0px 10px 0px;
	margin: 18px 0px 20px 0px;
	border-bottom-width: 2px;
	border-bottom-color: #7f789d;
	border-bottom-style: solid;
	border-top-color: #7f789d;
	border-top-style: solid;
	border-top-width: 2px;
}


/* end divs style */


/* begin image float and frame class style */

.image_text
	{
	margin: 0px 0px 40px 0px;
	clear: both;
	}

.image_caption_right 
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 10pt;
	color: #011256;
	padding: 1em 0em 2em 2em;
	float: right;
	}

.image_caption_left 
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 10pt;
	color: #011256;
	padding: 1em 2em 2em 0em;
	float: left;
	}
 
.wrap1 
	{
	background:url(../images/shadow.gif) left bottom no-repeat;
	display:inline-table;
	/* \*/display:block;/**/	
	}

.wrap2
	{
	background:url(../images/corner_br.gif) right bottom no-repeat;
	display:inline-table;
	/* \*/display:block;/**/
	}

.wrap3
	{
	padding:0px 0px 12px 12px;
	background:url(../images/corner_tl.gif) left top no-repeat;
	display:inline-table;
	/* \*/display:block;/**/
	}

.wrap3 img 
	{
	display:block;
	border:10px solid;
	border-color:#eeeae9;
	}
	
	.wrap3 #map 
	{
	display:block;
	border:10px solid;
	border-color:#eeeae9;
	}

	/* special div for IE all versions */

#ieroot .wrap1
	{
	background-image: url(../images/1_clear_pixel.gif);
	background-repeat: no-repeat;
	}

#ieroot .wrap2
	{
	background-image: url(../images/1_clear_pixel.gif);
	background-repeat: no-repeat;
	}

#ieroot .wrap3
	{
	background-image: url(../images/1_clear_pixel.gif);
	background-repeat: no-repeat;
	}
	
/* end image float and frame class style */

/* anchor class */

.anchor
	{
	position: relative;
	top: -30px;
	}
	
#ieroot .anchor
	{
	padding-top: 30px;
	display: block;
	}
	
/* end anchor classes */

/* begin classes for forms */

.input
	{
	margin: 0px 0px 6px 8px;
	}
	
.button
	{
	margin: 0px 0px 6px 8px;
	font-size: 12px;
	color: #011256;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

/* end classes for forms */


	

