@charset "utf-8";

a:link {
	color: #CC9900;
	font: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

a:visited {
	color: #CC9900;
	text-decoration: none;
}
	
a:hover {
	color: #000000;
	text-decoration: none;
	background-color:#CCCCCC;
}

a:active {
	color: #3366FF;
	text-decoration: none;
}

#logo {
	position: absolute;
	height: 146px;
	width: 970px;
	left: 20px;
	top: 20px;
}

#topnav {
	position: absolute;
	height: 30px;
	width: 970px;
	left: 20px;
	top: 170px;
	z-index: 5000;
}

#prehunt {
	position: absolute;
	height: 340px;
	width: 920px;
	left: 20px;
	top: 210px;
}

#clue {
	background-image: url(../Images/scroll.jpg);
	font: "Times New Roman", Times, serif;
	color: #333333;
	position: absolute;
	height: 340px;
	width: 400px;
	left: 20px;
	top: 210px;
}

#clueinfo {
	position: absolute;
	height: 340px;
	width: 500px;
	left: 440px;
	top: 210px;
}

#medallion {
	position: absolute;
	height: 340px;
	width: 400px;
	left: 20px;
	top: 210px;
}

#register {
	position: absolute;
	height: 340px;
	width: 500px;
	left: 440px;
	top: 210px;
}

#links {
	position: absolute;
	height: 340px
	width: 500px;
	left: 440px;
	top: 210px;
}

#statemap {
	position: absolute;
	height: 340px;
	width: 400px;
	left: 20px;
	top: 210px;
}

#merchandise {
	position: absolute;
	height: 340px;
	width: 970px;
	left: 20px;
	top: 210px;
}

#mission {
	position: absolute;
	height: 340px;
	width: 970px;
	left: 20px;
	top: 210px;
}

#contactform {
	position: absolute;
	height: 340px;
	width: 500px;
	left: 440px;
	top: 210px;
}

#blogroll {
	position: absolute;
	height: 340px;
	width: 460px;
	left: 20px;
	top: 210px;
	overflow: scroll;
}

#blogform {
	position: absolute;
	height: 340px;
	width: 500px;
	left: 485px;
	top: 210px;
}

#previousinfo {
	position: absolute;
	height: 340px;
	width: 970px;
	left: 20px;
	top: 210px;
	overflow: scroll;
}

#footer {
	position: absolute;
	height: 30px;
	width: 970px;
	left: 20px;
	top: 700px;
	z-index: 5000;
}

#counter {
	position: absolute;
	height: 100px;
	width: 200px;
	left: 40px;
	top: 760px;
}

#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #CCFF9D;
}
