@charset "utf-8";

/* menustyles.css */
/* Credits: CSSplay */
/* URL: http://www.cssplay.co.uk/menus/pro_drop2 */

.preload2 {background: url(images/button4.gif);}
.menu2 {
  /* Change left padding 32->0 to align left menu. */
   padding:0 0 0 0px;
   margin:0;
   list-style:none;
   height:40px;
   background:#fff url(images/button1a.gif) repeat-x;
   position:relative;
   font-family:arial, verdana, sans-serif;
}

.menu2 li.top {
   display:block;
   float:left;
   position:relative;
}

.menu2 li a.top_link {
   display:block;
   float:left;
   height:40px;
   line-height:33px;
   color:#bbb;
   text-decoration:none;
   font-size:11px;
   font-weight:bold;
   padding:0 0 0 12px;
   cursor:pointer;
}

.menu2 li a.top_link span {
   float:left;
   display:block;
   padding:0 24px 0 12px;
   height:40px;
}

.menu2 li a.top_link span.down {
   float:left;
   display:block;
   padding:0 24px 0 12px;
   height:40px;
   background:url(images/down.gif) no-repeat right top;
}

.menu2 li a.top_link:hover {
   color:#fff; background: url(images/button4.gif) no-repeat;
}

.menu2 li a.top_link:hover span {
   background:url(images/button4.gif) no-repeat right top;
}

.menu2 li a.top_link:hover span.down {
   background:url(images/button4a.gif) no-repeat right top;
}

.menu2 li:hover > a.top_link {
   color:#fff;
   background: url(images/button4.gif) no-repeat;
}
.menu2 li:hover > a.top_link span {
   background:url(images/button4.gif) no-repeat right top;
}
.menu2 li:hover > a.top_link span.down {
   background:url(images/button4a.gif) no-repeat right top;
}

.menu2 table {
   border-collapse:collapse;
   width:0;
   height:0;
   position:absolute;
   top:0;
   left:0;
}

.menu2 a:hover {visibility:visible;}
.menu2 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul,
.menu2 :hover ul ul,
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {
   position:absolute;
   left:-9999px;
   top:-9999px;
   width:0;
   height:0;
   margin:0;
   padding:0;
   list-style:none;
}

/* Pulldown menu items */
.menu2 :hover ul.sub {
	left: 2px;
	top: 40px;
	background: #dcdcdc;
	padding: 3px 0;
	border: 1px solid black;
	white-space: nowrap;
	width: 103px;
	height: auto;
}
.menu2 :hover ul.sub li {
   display:block;
   height:20px;
   position:relative;
   float:left;
   width: 90px;
}

.menu2 :hover ul.sub li a {
   display:block;
   font-size:11px;
   height:20px;
   width:97px;
   line-height:20px;
   text-indent:5px;
   color:#000;
   text-decoration:none;
   border:3px solid #fff;
   border-width:0 0 0 3px;
}

.menu2 :hover ul.sub li a.fly {   /* Pulldown sub-menus */
	background: #dcdcdc url(images/arrow.gif) no-repeat 90px 7px;
}
.menu2 :hover ul.sub li a:hover { /* Submenu Items - hover */
	background: black;
	color: #fff;
}
.menu2 :hover ul.sub li a.fly:hover {  /* Submenu Hover */
	background: black url(images/arrow_over.gif) no-repeat 90px 7px;
	color: #fff;
}
.menu2 :hover ul li:hover > a.fly {   /* Submenu Selected */
	background: black url(images/arrow_over.gif) no-repeat 90px 7px;
	color: #fff;
}

/* Submenu menu items */
.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{	left: 100px;
	top: -4px;
	background: #dcdcdc;
	padding: 3px 0;
	border: 1px solid black;
	white-space: nowrap;
	width: 103px;
	z-index: 200;
	height: auto;
}

/* End of Menu Styles ======================================= */


body {
   /* Style to set basic size, location, font and color only */
   position: absolute; /* Resizeable Web Page */
   height: 100%;       /* Resizeable Web Page + */
	font: 100% Verdana, Arial, Helvetica, sans-serif;
   background: #218CC7; /* light blue.  */
   color: black;
   margin: 0; /* zero the margin and padding for differing browser defaults */
	padding: 0;
   text-align: center;
}

.srobasetwo #container {
   /* container includes the entire web page floating in the body. */
   position: absolute;  /* Resizeable Web Page */
   bottom: 0px;         /* Resizeable Web Page */
   top: 0;              /* Resizeable Web Page */
   min-height: 500px;   /* Resizeable Web Page */
   margin: 20px 20px 20px 20px;  /* Resizeable Web Page */
   width: 980px;
	background: white;   /* White background for most site text */
	color: black;
	border: 1px solid #000000;
   text-align: left;
}

.srobasetwo #header {
   /* left alignment of the elements in the divs that appear beneath it. */
   background-color: #0066FF;
   padding: 0 0 0 20px;
}

.srobasetwo #memberwelcome {
   /* style for member name in title bar */
	background: transparent;
	color: white;
	font-size: small;
	position: absolute;
	top: 40px;
	right: 50px;
	width: 500px;
	text-align: right;
	overflow: hidden;
}

.srobasetwo #memberwelcome a {
   color: white;
}

.srobasetwo #menu {
   background: #CCCCCC;
   padding: 0;
   font-weight: bold;
   position: relative;  z-index: 100;     /* IE7  Rqmt.*/
}

.srobasetwo #mainContent
{  /* Defines main section of web page for content, leaving space for sidebar. */
   position: absolute;  /* Resizeable Web Page */
   bottom: 36px;        /* Resizeable Web Page */
   top: 99px;           /* Resizeable Web Page */
   right: 0;            /* Resizeable Web Page */
   left: 0;             /* Resizeable Web Page */
   display: block;   /* ensure content will scroll. */
   overflow: scroll;
   margin: 0 225px 0 0;  /* margin for right column */
   padding: 10px;
   /* font: 100%  Arial, Helvetica, sans-serif; */
   /* font: 100% Verdana, Arial, Helvetica, sans-serif; */
   font-family: "Times New Roman", Times, serif;
}

.srobasetwo #wideContent
{  /* Defines WIDE main section of web page for content, no sidebar. */
   position: absolute;  /* Resizeable Web Page */
   bottom: 36px;        /* Resizeable Web Page */
   top: 99px;           /* Resizeable Web Page */
   right: 0;            /* Resizeable Web Page */
   left: 0;             /* Resizeable Web Page */
   display: block;   /* ensure content will scroll. */
   overflow: scroll;
   margin: 0 0 0 0;  /* NO margin for right column */
   padding: 10px;
   /* font: 100%  Arial, Helvetica, sans-serif; */
   /* font: 100% Verdana, Arial, Helvetica, sans-serif; */
   font-family: "Times New Roman", Times, serif;
}

.srobasetwo #wideContentnomenu
{  /* Defines WIDE main section of web page for content, no sidebar. */
   position: absolute;  /* Resizeable Web Page */
   bottom: 36px;        /* Resizeable Web Page */
   top: 59px;           /* Resizeable Web Page */
   right: 0;            /* Resizeable Web Page */
   left: 0;             /* Resizeable Web Page */
   display: block;   /* ensure content will scroll. */
   overflow: scroll;
   margin: 0 0 0 0;  /* NO margin for right column */
   padding: 10px;
   /* font: 100%  Arial, Helvetica, sans-serif; */
   /* font: 100% Verdana, Arial, Helvetica, sans-serif; */
   font-family: "Times New Roman", Times, serif;
}

.srobasetwo #footer {
   position: absolute;  /* Resizeable Web Page */
   bottom: 0;           /* Resizeable Web Page */
   left: 0;             /* Resizeable Web Page */
   right: 0;            /* Resizeable Web Page */
   padding: 0 10px 0 20px;
	background: #DDDDDD;    /* Light Grey */
}

.srobasetwo #sidebar1 {
	width: 200px;
   background: #EBEBEB; /* color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
   position: absolute;  /* Resizeable Web Page */
   bottom: 36px;        /* Resizeable Web Page */
   top: 99px;           /* Resizeable Web Page */
   right: 0;            /* Resizeable Web Page */
   display: block;      /* ensure content will scroll. */
   overflow: scroll;    /* Resizeable Web Page */
}

.srobasetwo #header h1 {
   margin: 0;
   padding: 10px 0;
   color: #FFCC00;   /* Gold. */
}

.srobasetwo #mainContent h1 {
   /* Page title style - same as wideContent h1. */
   padding: 0px;
   margin-top: 0px;
   margin-bottom: 10px;
}

.srobasetwo #wideContent h1 {
   /* Page title style - same as mainContent h1 */
   padding: 0px;
   margin-top: 0px;
   margin-bottom: 10px;
}

.srobasetwo #wideContentnomenu h1 {
   /* Page title style - same as mainContent h1 */
   padding: 0px;
   margin-top: 0px;
   margin-bottom: 10px;
}

.srobasetwo #footer p {
   margin: 0;
   font-size: smaller;
   text-align: center;
   padding: 10px 0;
}

img.buttonimage
{  /* Style for Boat Spec button. */
   width: 50px !important;
   height: 15px !important;
	border: thin solid blue !important;
	padding: 3px !important;
	}

.boldlabel
{ font-weight: bold; }

.boldthis
{ font-weight: bold; }

.boldblue
{ font-weight: bold;
  color: blue;
}

.buttoncentered
{  /* Style for a centered text button */
  width: 100px;
	margin-left: 40%;
	margin-top: 100px;
	margin-bottom: 25px;
	color: white;
	background: blue;
	padding: 5px;
	font: bold medium Arial, Helvetica, sans-serif;
	border: thick ridge silver;
}

img.leftfullwide {
   /* chart images full width on cruising pages. */
	float: none;
   width: 98%;
	/* 100% is too big in IE7 */
	height: 300px;
	margin-right: 1px;
	padding: 1px;
	border: medium solid black;
}

img.leftvertfloat {
   /* tall chart images left on cruising pages. */
	float: left;
	width: 250px;
	height: 750px;
	margin-right: 8px;
	padding: 1px;
	border: medium solid black;
}

img.leftbigfloat {
   /* large square-ish chart images left on crusiing pages. */
	float: left;
	width: 450px;
	height: 400px;
	margin-right: 8px;
	padding: 1px;
	border: medium solid black;
}

img.rightbigfloat {
   /* large square-ish chart images right side. */
	float: right;
	width: 450px;
	height: 400px;
	margin-right: 5px;
	padding: 1px;
	border: medium solid black;
	margin-left: 8px;
}

img.leftlargefloat {
   /* large square-ish chart images left on crusiing pages. */
	float: left;
	width: 450px;
	height: 750px;
	margin-right: 8px;
	padding: 1px;
	border: medium solid black;
}

.clearfloat {
   /* use this class with <br> to clear floats above. */
	clear: both;
   /* the following may be necessary but not documented. */
   /* height: 0;
	font-size: 1px;
   line-height: 0px; */
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.captionrightbig {
   display:block;
	float: right;
	width: 460px;
	height: 430px;
	border: none;
	margin-right: 5px;
   margin-left: 8px;
	padding:0;
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
	}
.captionrightbig img {
	 width: 450px;
	 height: 400px;
	 border: medium solid black;
	 padding: 1px;
	display: block;
}

.captionleftbig {
   display:block;
	float: left;
	width: 460px;
	height: 430px;
	border: none;
	margin-right: 8px;
	padding:0;
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
}

.captionleftbig img {
	 width: 450px;
	 height: 400px;
	 border: medium solid black;
	 padding: 1px;
}

.captionfullwide {
   display:block;
	float: left;
	width:  700px;
	/* 100% is too big in IE7 */
	height: 380px;
	border: none;
	margin-right: 8px;
	padding:0;
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
	}
.captionfullwide img {
	width: 690px; /* 700 px */
	/* 100% is too big in IE7 */
	 height: 350px;
	 border: medium solid black;
	 padding: 1px;
}


.mainimage {
   float: left;
   width: 500px;
   height: 375px;
   border: medium ridge blue;
   margin: 5px 8px 5px 0;
}

.panimage {
	margin-bottom: 8px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 8px;
	border: medium solid blue;
	padding: 5px 5px 5px 5px;
}

/* Style mods for Boat Models (new)  10/25/08 */
.srobasetwo #boatmodels h1 {
	 color: blue;
	 text-decoration: underline;
	 margin: 0 0 0 0;
}

.srobasetwo #boatmodels h2 {
   color: black;
	margin: 0 0 5px 0;
}

.srobasetwo #boatmodels img {
	height: 225px;
	width: 300px;
	border: medium ridge blue;
	padding: 3px;
   float: right;
   margin: 0 0 5px 8px;
}

.srobasetwo #boatmodels p{
	padding-bottom: 1px;
	   margin: 2px;
    }

.srobasetwo #boatmodels br {
	clear: both;
}

.srobasetwo br {
	clear: both;
}

.srobasetwo #regulations h1,h2,h3 {
   padding-bottom: 0px;
   margin-bottom: 0px;
}

.srobasetwo #regulations h2 {
   color: green;
}

.srobasetwo #regulations h3 {
	margin-top: 0px;
	padding-bottom: 2px;
	color: blue;
}

.srobasetwo #regulations p {
   margin: 2px 0 10px 5px;
   padding-left: 10px;
}

.srobasetwo #regulations ul {
	padding-left: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 2px;
}

.srobasetwo #sportfish h1 {
   color: blue;
}

.srobasetwo #sportfish h2 {
   color: blue;
   margin: 20px 0 5px 0;
}

.srobasetwo #sportfish img{
	height: 200px;
	width: 400px;
	border: medium ridge blue;
	padding: 3px;
	float: right;
	margin: 25px 0 5px 8px;
}

.srobasetwo #sportfish img.hangingfish{
	width:200px;
	height: 500px;
}

.srobasetwo #sportfish p {
  margin: 0;
}

.srobasetwo table { border-collapse: collapse; }

.srobasetwo th { background-color: silver; }

.srobasetwo th, .srobasetwo td { border: thin solid black; padding: 3px; }

.contactform p
{	font-family: Arial, Helvetica, sans-serif; }

form.contactform
{	float: left;
	margin: 0 20px;
}

form.contactform table
{	border: medium solid blue;
	background-color: #ffffe0;
}

form.contactform td
{	border: none;  }

form.contactform input
{  border: thin solid black; }

form.contactform label
{	font-weight: bold; }

.formmessagearea
{  font-weight: bold;
	color: red;
}

.boatlogo
{  float: right;
   margin: 5px;
   padding: 5px;
	border: medium solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
 }

.boatlogo img
{ margin: 0 0 10px 0;
  width: 300px;
  /* height: 100px; */
}

#hotnewsbox
{ font-family: Arial, Helvetica, sans-serif;
  float: right;
  width: 190px;
  border: medium solid black;
  padding: 5px;
  margin: 10px 0;
}

#hotnewsbox h4
{ color: red;
  margin: 10px 0 10px 40px;
  font-size: large;
}


#hotnewsbox h5
{ color: blue;
  margin: 10px 0 5px 0;
  font-size: medium;
}

.newstext
{
	font-size: small;
}





