@charset "utf-8";

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;
}

.twoColFixRtHdr #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;
}

.twoColFixRtHdr #header {
   background-color: #0066FF;
   padding: 0 0 0 20px;     /* left alignment of the elements in the divs that appear beneath it. */
}

.twoColFixRtHdr #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;
}

.twoColFixRtHdr #memberwelcome a {
   color: white;
}

.twoColFixRtHdr #menu {
   background: #CCCCCC;
   padding: 0;
   font-weight: bold;
   position: relative;  z-index: 100;     /* IE7  Rqmt.*/
}

.twoColFixRtHdr #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;
}

.twoColFixRtHdr #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;
}

.twoColFixRtHdr #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;
}

.twoColFixRtHdr #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 */
}

.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 200px;
   background: #EBEBEB; /* color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}

.twoColFixRtHdr #header h1 {
   margin: 0;
   padding: 10px 0;
   color: #FFCC00;   /* Gold. */
}

.twoColFixRtHdr #mainContent h1 {
   /* Page title style - same as wideContent h1. */
   padding: 0px;
   margin-top: 0px;
   margin-bottom: 10px;
}

.twoColFixRtHdr #wideContent h1 {
   /* Page title style - same as mainContent h1 */
   padding: 0px;
   margin-top: 0px;
   margin-bottom: 10px;
}

.twoColFixRtHdr #wideContentnomenu h1 {
   /* Page title style - same as mainContent h1 */
   padding: 0px;
   margin-top: 0px;
   margin-bottom: 10px;
}

.twoColFixRtHdr #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 */
.twoColFixRtHdr #boatmodels h1 {
	 color: blue;
	 text-decoration: underline;
	 margin: 0 0 0 0;
}

.twoColFixRtHdr #boatmodels h2 {
   color: black;
	margin: 0 0 5px 0;
}

.twoColFixRtHdr #boatmodels img {
	height: 225px;
	width: 300px;
	border: medium ridge blue;
	padding: 3px;
   float: right;
   margin: 0 0 5px 8px;
}

.twoColFixRtHdr #boatmodels p{
	padding-bottom: 1px;
	   margin: 2px;
    }

.twoColFixRtHdr #boatmodels br {
	clear: both;
}

.twoColFixRtHdr br {
	clear: both;
}

.twoColFixRtHdr #regulations h1,h2,h3 {
   padding-bottom: 0px;
   margin-bottom: 0px;
}

.twoColFixRtHdr #regulations h2 {
   color: green;
}

.twoColFixRtHdr #regulations h3 {
	margin-top: 0px;
	padding-bottom: 2px;
	color: blue;
}

.twoColFixRtHdr #regulations p {
   margin: 2px 0 10px 5px;
   padding-left: 10px;
}

.twoColFixRtHdr #regulations ul {
	padding-left: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 2px;
}

.twoColFixRtHdr #sportfish h1 {
   color: blue;
}

.twoColFixRtHdr #sportfish h2 {
   color: blue;
   margin: 20px 0 5px 0;
}

.twoColFixRtHdr #sportfish img{
	height: 200px;
	width: 400px;
	border: medium ridge blue;
	padding: 3px;
	float: right;
	margin: 25px 0 5px 8px;
}

.twoColFixRtHdr #sportfish img.hangingfish{
	width:200px;
	height: 500px;
}

.twoColFixRtHdr #sportfish p {
  margin: 0;
}

.twoColFixRtHdr table { border-collapse: collapse; }

.twoColFixRtHdr th { background-color: silver; }

.twoColFixRtHdr th, .twoColFixRtHdr 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;
}

