@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fffebb;
	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: #333;
}
.glia #container {
	width: 999px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:  #ecefec;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:2px solid #006600;
	border-top:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.glia #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.glia #mybanner {
	position: fixed;
	top:0;
	left:0;
}

.glia a {
	color:#2A3FAA;
	text-decoration:none;
}

.glia a:hover{
	color:#888;
	text-decoration:underline;
}

.glia h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14pt;
	font-weight:bold;
	color:#333;
	
}

#header {
	float:left; 
	width:1002px;
	margin:0 0 0 -2px;
	height:94px; 
}

.gliatext {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11pt;
	color:#333;
	
}

.gliasmalltext {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9pt;
	color:#333;
	
}

.lbl a.hover {
	text-decoration:none;
	color:red;
}

#nav, #nav ul {
	padding: 0;
	margin:0 0 0 10px;
	height:20px;
	position:absolute;
	top:65px;
	list-style: none;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;	
	width:990px;
	z-index:100;
}

#nav a {
	display: block;
	text-decoration: none; 
	color: #f5e164;
}

#nav a:hover {
	color: #ffffff;
}

#nav li {
	float: left;
	margin:0 20px 0 0;
	border:solid thin #113300;
}

#nav li ul {
	position: absolute;
	width: 14em;
	left: -999em;
	margin:0 0 0 10px;
	top:20px;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li ul li {
	background-image:url(../graphics/grshadbot.jpg);
	width: 10em;
	border:none;
}

#bod_tbl table {
	border:solid thin red;
	line-height:2em;
}

#bod_tbl caption {
	font-weight:bold;
	line-height:2em;
	vertical-align:middle;
}

#bod_tbl td {
	line-height:2em;
}

#bod_tbl th {
	line-height:2em;
	text-align:left;
	text-indent:20px;
}

#newletterlist{
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
	margin:20px 0 0 0;
	width:300px;
}

#newsletter {
	background:  #ecefec;
	border:solid thin #ecefec;
	color:#333;
	width:250px;
}
#newsletter:hover {
	background-color:#fffebb;
	border:solid thin #999;
	color:#666;
	max-width:300px;
} 

#newsletterreader{
	float:right;
	border: solid 2px #666;
	width:660px;
	margin:-2px -20px 0 0;	
}


#minuteslist{
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
	margin:20px 0 0 0;
	width:300px;
}

#minute {
	background:  #ecefec;
	border:solid thin #ecefec;
	color:#333;
	width:250px;
}
#minute:hover {
	background-color:#fffebb;
	border:solid thin #999;
	color:#666;
	max-width:300px;
} 

#minutesreader{
	float:right;
	border: solid 2px #666;
	width:660px;
	margin:-2px -20px 0 0;	
}

.links {
	line-height:1.5em;
}

#beachrules{
	width:150px;
	margin:30px 0 0 0;
	float:left;
}

#healthylakes{
	width:450px;
	margin:30px 0 0 0;
	float:left;
}

#fishway{
	width:250px;
	margin:30px 0 0 0;
	float:right;
}

#fishway{
	width:500px;
	margin:30px 0 0 0;
	float:right;
}