/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-color: #006a96;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.3em;
}

a{
	color: #006699;
	text-decoration: none;
}

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

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

a:hover{
	color: #FFFF00;
	text-decoration: underline;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

img{
border: 0;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 620px;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 99px;
	background-color: #c8ed75;
	z-index: 0;
}
#navbar{
	position: absolute;
	left: 0px;
	top: 99px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #c8ed75;
	width: 165px;
	margin-left: 10px;
	padding-top: 10px;
	z-index: 1;
}
#subnav{
	position:relative
	left: 0px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #c8ed75;
	width: auto;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 1;
}
#fishlogotop{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	position:absolute;
	width: 237px;
	height: 49px;
	left: 175px;
	top: 50px;
	z-index: 1;
	}
#fishlogobottom{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	position:absolute;
	width: 237px;
	height: 85px;
	left: 175px;
	top: 99px;
	z-index: 1;
	}
#wisdom{
	position: absolute;
	right: 0;
	top: 99px;
	background-color: #006a96;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #c8ed75;
	width: 190px;
	text-align: center;
	margin-right: 10px;
	padding-top: 5px;
	z-index: 1;
}
#content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 0.7em;
	font-weight: normal;
	position: absolute;
	width: auto;
	padding: 10px 50px 10px 10px;
	margin: 0px;
	left: 175px;
	top: 210px;
	z-index: 1;
}

#map{
	border-width: 0px;
}
/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/*********** #navBar link styles ***********/

#navbar ul a:link, #navbar ul a:visited {
	display: block;
	color: #FFFFFF;
}
#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navbar li {border-bottom: 1px solid #006a96;}

/* fix for browsers that don't need the hack */
html>body #navbar li {border-bottom: none;}


