@charset "UTF-8";
a:link {
	color: #03667A;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #03667A;
}
a:hover {
	text-decoration: none;
	color: #8E310B;
}
a:active {
	text-decoration: underline;
	color: #03667A;
}
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/woodplanks_bkgrd.jpg) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/container_bkgrd.gif) repeat-y;
	margin: 25px auto 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 80%;
	line-height: 16px;
	padding: 0px;
} 
.twoColFixLtHdr #header {
	background: url(images/masthead.gif) no-repeat;
	padding: 0 10px 0 20px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 144px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #759EA6; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 15px;
	margin-left: 20px;
	margin-top: 18px;
	border: 1pt solid #8E310B;
}
.twoColFixLtHdr #sidebar1 p {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin-bottom: 5px;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 10pt;
	line-height: 13pt;
	margin-top: 5px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent {
	margin: 18px 0 5px 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr   #mainContent  p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #000000;
	padding-bottom: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
.twoColFixLtHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	padding-bottom: 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	margin: 0px;
}
.twoColFixLtHdr #footer {
	background:url(images/footer_bkgrd.gif) no-repeat bottom;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 0px;
	height: 30px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 5px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
ul.MenuBarHorizontal li.MenuBarItemIE { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
    line-height: 0px;
}
.twoColFixLtHdr #menu {
	background:url(images/container_bkgrd.gif) no-repeat;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 25px;
	padding: 0px;
}
.twoColFixLtHdr  #menu  a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 25%;
}
.twoColFixLtHdr #menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #03667A;
	text-decoration: none;
	height: 25px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 25%;
}
.twoColFixLtHdr #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FFFFFF;
	margin-top: 0px;
	margin-left: auto;
	width: 780px;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
}
.twoColFixLtHdr #mainContenthome {
	margin: 30px 0 5px 40px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px;
	width: 700px;
}
.twoColFixLtHdr #mainContenthome p {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.twoColFixLtHdr #mainContenthome h1 {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 6px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}
.twoColFixLtHdr #mainContenthome h2 {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #8E310B;
	font-weight: bold;
}
.lobsterPhotos {
	border: 7px solid #03667A;
	float: right;
	margin: 0px;
	padding: 0px;
}
.formBox {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.twoColFixLtHdr #bulletin {
	background-color: #89BAC4;
	width: 350px;
	border: 2pt solid #8E310B;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
	padding: 12px 8px 8px;
}
.twoColFixLtHdr #bulletin p {
	border: 1pt none #8E310B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-align: center;
}
.twoColFixLtHdr #bulletin h1 {
	border: 1pt none #8E310B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 16pt;
	color: #000000;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-weight: bold;
}
.twoColFixLtHdr #menuButton a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #8E310B;
	text-align: center;
}

