
/* 
$Id: base.css 410 2008-08-02 00:04:39Z dhjones $
Description:   I am the main style sheet for the site.
Created:			3/6/2008
Change Log:									
*/

body {
	margin: 0;
	padding: 0;
	background: none #627e9b;
	font: 12px/1.2em Verdana, Arial, Helvetica, sans-serif;
}

body, input, textarea { font: 12px/1.3em Verdana, Arial, Helvetica, sans-serif; }

h1, h2, h3, p {margin-top: 0;}

a, a:link, a:visited, a:hover, a:active {
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #264279;
}

a.more {
	font-weight: bold;
	display: block;
	margin-top: 1em;
}

dl { margin-left: 1em; }

dt {
	font-variant:small-caps;
	font-weight: bold;
}

dd { margin: .1em 0 1em 2em; }

#wrap {
	color: #333333;
	background-color:  #f4f3f8;
	background-image: url(../../images/bottomCorner.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 25px auto 0 auto;
	width: 800px;
	text-align: left;
}

#header {
	height: 20px;
	padding-top: 1em;
	padding-right: 18px;
	padding-bottom: 0;
	text-align: right;
	background-image: url(../../images/mainTitleInside.gif);
	background-repeat: no-repeat;
	background-position: 10px bottom;
}

#header h1 { display: none; }

#header ul, #siteNavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header li, #siteNavigation li {
	display: inline;
	padding-left: 1em;
}

#header li.first { padding-left: 0; }

#siteNavigation h1, #footer h1 { display: none; }

#siteNavigation {
	background: url(../../images/menuBGGradient.gif);
	color: #387ba5;
	text-align: center;
	position: relative;	
	width: 100%;
	height: 43px;
	margin: 0 auto;
}

#siteNavigation ul {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 43px;
	margin-top: -8px;
}

#siteNavigation li {
	padding: 0 1.5em;
	border-left: 1px solid #387ba5;
}

#siteNavigation li.first {
	border: none;
}


#siteNavigation a:link, #siteNavigation a:visited, #siteNavigation a:hover, #siteNavigation a:active {
	font-size: 14px;
	color: #387ba5;
	text-decoration: none;
   font-weight: bold;
}


#siteNavigation a:hover{
	text-decoration: underline;
}

#footer {
	position: relative;
	padding: 14px;
	clear: both;
	color: #59738d;
	text-align: left;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	display: inline;
	padding-left: 1em;
}

#footer li.first { padding-left: 0; }

#footer p { margin: 0; }

div#footer p#copyright {
	margin-top: 1em;
	font-size: 10px
}

#fishFinder {
	position: absolute;
	right: 218px;
	bottom: 14px;
}


.required {
	color: #CE0000;
	font-weight: bold;
}

.errorText {
	font-weight: bold;
	color: #990000;
}

.hint {
	color: #999;
}