/* general link styles */

html {height: 101%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	line-height: 120%;
	height: 101%;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #BEBEBE;
	background-image: url(graphics/bg.jpg);
}

#contentcenter {
	background-color: transparent; 
	float: left;
	padding: 0px;
	width: 588px; /* was 550px */
	border: 0px ridge #0000FF;
}

/* header info for page top */
#header {
	background-color: #1179C6;
	/* background-image:  url(images/header.jpg); */
	/* background-image:  url(images/TopFinal.jpg); */
	background-repeat: no-repeat;
	border: 1px solid #000000;
	height: 130px; /* origianls was 160px */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	width: 740px;
}

/* this is the top nav section */
#topnav {
	/* background-color: #1179C6; */
	background-color: #1179C6;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	width: 740px;
	border: 1px solid #000000;
}
/* these rules style the links in the top nav */
#topnav a:link {
	background: #1179C6;
	color: White;
	text-decoration: none;
	font-weight: bold;
}

#topnav a:visited {
	background: #1179C6;
	color: White;
	text-decoration: none;
	font-weight: bold;
}

#topnav a:hover {
	background: #FFFFFF;
	color: #1179C6;
	text-decoration: none;
	font-weight: bold;
}
#topnav a:active {
	background: #1179C6;
	color: #FFFFFF;
	text-decoration: none;
}

/* heading styles */
h1 {
	font-size: 14px;
	margin: 10px;
	color: #1179C6;
   letter-spacing: 0.2em ;
}

h3 {
	font-size: 13px;
	margin: 10px;
	color: #CC0000;
   letter-spacing: 0.2em ;
}

p, pre {
	margin: 0px 10px 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

/*background image sits at the bottom of the content area - remove if not needed*/

/*this is the left sidebar div - holding the menu*/
#contentleft {
	float: left;
	padding: 0px
	width: 150px;
}

/* styles for the menu buttons on the left side - in the left content div*/
#navlist {
	width: 145px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: -1px;
}

#navlistannouncement {
	background-color: #FFFFB3;
	width: 148px;
	margin-left: 0px;
	margin-right: -1px;
	/* line-height: 20px; */
}

#navlist a {
	border-bottom: 1px solid #000000; /* black */
	border-top: 1px solid #FFFFFF;    /* white */
	display: block;
	font-weight: bold;
	padding: 2px 2px 2px 7px;
	voice-family: inherit;
	width: 141px;
}

/*
#navlist a {
	border-bottom: 1px solid #000000; 
	border-top: 1px solid #FFFFFF;  
	display: block;
	font-weight: bold;
	padding: 2px 2px 2px 17px;
	voice-family: inherit;
	width: 131px;
}
*/

#navlist a:link {
	color: #000000;
	text-decoration: none;
}

#navlist a:visited {
	color: #333333;
	text-decoration: none;
}

#navlist a:hover {
	background-color: #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-image:   url("graphics/hover-blue.jpg");
}

#navlist li {
	font-weight: bold;
	margin: 0px 0pt 3px;
}

#navlist ul {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}

/*main content div wrapper- declare the background image for the left menu area here*/
#pagebox {
	background: #FFFFFF url("graphics/leftnavback.jpg") repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	width: 738px;
	border: 2px solid Black;
}

/*text box under the menu bar*/
.textbox {
	background-repeat: repeat-y;
	border: 0px solid #FF0000;
	font-size: 10px;
	height: auto;
	margin-left: 6px;
	padding: 1px;
	text-align: left;
	width: 140px;
}

/*use this to style the position of any images used in the content area*/
.imgleft {
float: left;
padding: 5px;
}

.imgright {
float: right;
padding: 5px;
}

/* styles the date */
#pagedate {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left: auto;
	margin-top: 25px;
	text-align: center;
	vertical-align: top;
}

/*styles for the contact form*/
form { margin: 2px 20px;
}

label,span.spacer {width:140px;}

/*styles the form fields*/
label{
font-weight:bold;
color : #990000;
font-weight : bold;
}

fieldset{
padding:10px;
margin-bottom : 15px;
padding : 10px;
}

/*styles the 'contact form' text at top of contact form*/
legend {
color:#990000;
font-weight: bolder;
font: 14px Arial, Verdana, Geneva, Helvetica, sans-serif;
padding: 10px;  /*gives a bit of padding between the border and the test*/
 margin: 6px;
}

ul li {
	border: 0px solid #000000;
	color: #5A5F45;
	list-style-type: none;
}

li {
	line-height: normal;
	list-style: disc;
	font-weight: normal;
	color: #000000;
}

/* these rules set the current page links - shows the hover button on current open page */
/* use the particular class on each html page as needed */
a.home { 
background:  url("graphics/hover.jpg");
 }
a.page1 { 
background:  url("graphics/hover.jpg");
 }
a.page2 { 
background:  url("graphics/hover.jpg");
 }
a.page3 { 
background:  url("graphics/hover.jpg");
 }
a.page4 { 
background:  url("graphics/hover.jpg");
 }
a.page5 { 
background:  url("graphics/hover.jpg");
 }
 
a.contact { 
background:  url("graphics/hover.jpg");
 }
 
.member-text-links {
	color: #0000FF;
}
.sidememu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.reports {
	float: none;
	height: auto;
	width: 584px;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	position: absolute;
	left: 159px;
	top: 346px;
}
#historycenter {
	background-color: #FFFFFF;
	float: none;
	padding: 0px;
	border: thin none #666666;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: static;
	visibility: visible;
	height: auto;
	font-weight: normal;
	line-height: 125%;
	left: 0%;
	text-align: left;
	text-indent: 25px;
	vertical-align: baseline;
	margin: 0px 0px 0px 0%;
}
.years {
	font-size: 12px;
	text-align: center;
	line-height: 150%;
}
.menu-bright-white {
	font-weight: bold;
	color: #FFFFFF;
	border: 2px none #333333;
}

a:link {
	color: #1179C6;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: underline;
}

a:visited {
	color: #1179C6;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}

a:hover {
	color: #0000FF;
	font-weight: bold;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
#CalendarEvents {
	background-color: #FFFFFF;
	float: right;
	padding: 0px;
	width: 100%;
	border: 0px ridge #0000FF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
}
.listspacing {
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.photo-bullets {
	list-style-position: outside;
	list-style-type: square;
}
#center {

	background-color: #FFFFFF;
	padding: 0px;
	border: thin none #666666;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: static;
	visibility: visible;
	font-weight: normal;
	line-height: 125%;
	left: 0%;
	margin: 0px 0px 0px 0%;
}
#comments {
	margin-left: 10px;
	margin-right: 10px;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
}
#hilight {
	background-color: #BA2323;
	border: 1px solid #999999;
	font-weight: bold;
	color: #FFFFFF;
	width: 85%;
}

#homepage {
	width: 90%;
	margin-left: 5%;
}

#fishingpage {
	width: 90%;
	margin-left: 5%;
}

.library-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-color: #FFFFFF;
	list-style-position: inside;
	list-style-type: square;
	background-image: none;
}

.text {
	font-size: 1.4em;
}


.announcement {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	width: 100%;
	border: thin solid #999999;
	/* text-align: center; */
	/* margin-left: 12.5%; */
	/* padding-left: 10px; */
}

#members-highlight {
	width: 80%;
	border: 3px solid #000000;
	background-color: #E7F8EB;
	margin-left: 10%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contacts {
	font-weight: bold;
	color: #333333;
	background-position: center;
	text-align: center;
	font-size: 14px;
}
#PageHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bold;
	font-variant: normal;
	color: #0066CC;
	background-position: center top;
	text-align: center;
	padding-top: 10px;
}
#monthly-links-month {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	background-color: #FFFF00;
}
#swimsound {
	width: 80%;
	margin-left: 10%;
}
#swimsoundlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	background-color: #99CCFF;
	width: 60%;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 2px solid #666666;
}

