@charset "utf-8";
body {
	background: #666666;
	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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.oneColFixCtr #container {
	width: 1024px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/back20101.jpg);
	background-repeat: no-repeat;
	height: 768px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


#nav { 
	background:url("../images/navbar.gif") no-repeat; 
	width:480px; 
	height:22px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:22px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 {
	width: 90px;
	margin-left: 0px;
}
#nav-02 {
	width: 135px;
}
#nav-03 {
	width: 140px;
}
#nav-04 {
	width: 102px;
}


/*-------------- (-79px) X position of button / (-33px) height of image from above ------------- */
#nav-01 a:hover { background:url("images/navbar.gif")  -0px -22px no-repeat; }
#nav-02 a:hover { background:url("images/navbar.gif") -90px -22px no-repeat; }
#nav-03 a:hover { background:url("images/navbar.gif") -144px -22px no-repeat; }
#nav-04 a:hover { background:url("images/navbar.gif") -201px -22px no-repeat; }
.oneColFixCtr #container #navbar {
	padding-left: 76px;
	padding-top: 150px;
}
.oneColFixCtr #container #mainContent #resources {
	background-image: url(../images/pix.gif);
	height: 30px;
	width: 115px;
	padding-top: 115px;
	padding-left: 795px;
}
.oneColFixCtr #container #mainContent #map {
	padding-top: 40px;
	padding-left: 593px;
}
.oneColFixCtr #container #mainContent #botnav {
	padding-top: 200px;
	padding-left: 0px;
	text-align: center;
}
.oneColFixCtr #container #mainContent #botnav a:link {
	color:#000000;
	text-decoration:none;
}
.oneColFixCtr #container #mainContent #botnav a:visited {
	color:#000000;
	text-decoration:none;
}
.oneColFixCtr #container #mainContent #botnav a:hover {
	color:#ffffff;
	text-decoration:none;
}
