@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2D3B4A;
	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;
	font-size: small;
	height: inherit;
}
a  {
	margin: 0;
	padding: 0;
}
.seago #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
.seago #header_index {
	background: #DDDDDD;
	height: 369px;
	background-image: url(images/index_top.jpg);
	background-repeat: no-repeat;
	position: relative;
} 
.seago #header_agenda {
	background: #DDDDDD;
	height: 235px;
	background-image: url(images/agenda.jpg);
	background-repeat: no-repeat;
} 
.seago #header_benefit {
	background: #DDDDDD;
	height: 235px;
	background-image: url(images/benefit.jpg);
	background-repeat: no-repeat;
} 
.seago #header_contact {
	background: #DDDDDD;
	height: 235px;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
} 
.seago #header_join {
	background: #DDDDDD;
	height: 235px;
	background-image: url(images/join.jpg);
	background-repeat: no-repeat;
} 
.seago #header_whoweare {
	background: #DDDDDD;
	height: 235px;
	background-image: url(images/whoweare.jpg);
	background-repeat: no-repeat;
} 
.seago #header_sportfisher {
	background: #DDDDDD;
	height: 235px;
	background-image: url(images/sportfisher.jpg);
	background-repeat: no-repeat;
} 
.seago #indexmenu {
	background: #D89723;
	height: 40px;
	position: relative;
	visibility: visible;
} 
.seago #indexmenu_sub {
	background: #D89723;
	height: 33px;
	position: absolute;
	width: 970px;
	text-align: center;
	left: 1px;
	top: 10px;
} 
.seago #indexmenu_sub2 {
	background: #D89723;
	height: 1px;
	position: absolute;
	width: 980px;
	text-align: center;
	left: 1px;
	top: 10px;
} 
.seago #indexmenu_benefit {
	background: #D89723;
	height: 1px;
	position: absolute;
	width: 980px;
	left: 1px;
	visibility: hidden;
} 
.seago #indexmenu_agenda {
	background: #D89723;
	height: 1px;
	position: absolute;
	width: 980px;
	text-align: center;
	left: 1px;
	visibility: hidden;
} 
.seago #indexmenu_whoweare {
	background: #D89723;
	height: 1px;
	position: absolute;
	width: 980px;
	text-align: center;
	left: 1px;
	visibility: hidden;
} 
.seago #indexmenu_join {
	background: #D89723;
	height: 1px;
	position: absolute;
	width: 980px;
	text-align: center;
	left: 1px;
	visibility: hidden;
} 
.seago #index_statement {
	position: absolute;
	width: 314px;
	left: 50px;
	top: 225px;
	height: 129px;
} 
.seago #indexAnnouncement {
	height: 158px;
	position: absolute;
	width: 364px;
	top: 503px;
	left: 427px;
} 
.seago #topmenu {
	background: #D89723;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 50px;
	position: relative;
} 
.seago #topmenu_sub {
	background: #D89723;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 1px;
	position: absolute;
	width: 980px;
	text-align: center;
	left: 0px;
	top: 12px;
} 
.seago #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 100%;
	padding: 0px 20px;
	margin-top: 50px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: thin;
}
.seago #sidebar_right {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px;
	margin-top: 50px;
}
.seago #mainContent {
	margin: 0 0 0 300px; /* 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 20px;
	margin-top: 50px;
	margin-bottom: 50px;
} 
.seago #mainContent_sportfisher {
	margin: 0 0 0 250px; /* 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 20px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-right: 250px;
} 
.seago #mainContent_index {
	background: #DDDDDD;
	margin: 0;
	padding: 0;
	height: 198px;
	background-image: url(images/index_bottom.jpg);
	background-repeat: no-repeat;
} 
.seago #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2D3B4A; 
} 
.seago #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: x-small;
}
#video_redirect {
	height: 125px;
	position: absolute;
	width: 300px;
	top: 220px;
	left: 200px;
	z-index: 100;
} 
.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;
}
.fltlft { /* 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;
}
.seago_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #8D3B0B;
	font-weight: bold;
}
.seago_large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
.seago_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.seago_xsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}
.seago_gold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #D89723;
	font-weight: bold;
}
.seago_green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #336600;
	font-weight: bold;
}
.seago_green_large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #336600;
	font-weight: bold;
}
.seago_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: normal;
}
.seago_white_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: normal;
}
.seago_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
	font-weight: bold;
}
.seago_indent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}
.seago_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color:#000000;
}
.seago_sportfisher_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color:#000000;
}
.seago_sportfisher_large_blue{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color:#003366;
}
.seago_sportfisher_large_green{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color:#336600;
}
#menucolor {
	color: #FFFFFF;
}
#indexmenu a:link {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#indexmenu a:visited {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#indexmenu a:hover {
	color: #8D3B0B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#topmenu_sub a:link {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#topmenu_sub a:visited {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#topmenu_sub a:hover {
	color: #8D3B0B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#sidebar a:link {
	color: #8D3B0B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#sidebar a:visited {
	color: #8D3B0B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#sidebar a:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;

}
#mainContent a:link {
	color: #D89723;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
#mainContent a:visited {
	color: #336600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
#mainContent a.small:link {
	color: #D89723;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	font-size: x-small;
}
#mainContent a.small:visited {
	color: #D89723;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	font-size: x-small;
}
#mainContent a.small:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	font-size: x-small;
}
#mainContent a.white:link {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
#mainContent a.white:visited {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
#mainContent a.white:hover {
	color: #D89723;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
#indexAnnouncement a:link {
	color: #D89723;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
#indexAnnouncement a:visited {
	color: #D89723;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
#indexAnnouncement a:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:link {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #8D3B0B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
body#benefit a#menu-benefit, 
body#agenda a#menu-agenda, 
body#join a#menu-join,
body#who a#menu-who, 
body#bboard a#menu-bboard, 
body#contact a#menu-contact 
 { 
	color: #8D3B0B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
