/* CSS Document */



/* Page setup */

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
	background: transparent url(../image/bg.gif) top center repeat;
}





/* Vertical centering layout */

#shell {
  position: absolute;
  width: 100%;
  height: auto !important; /* Non-IE browsers */
  height: 50%; /* IE only */
  min-height: 50%;
}

#shellProp {
  position: relative;
  height: 238px; /* Space above the vertical center to be held open */
}

#shellOffset {
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: -203px; /* Half the height of content */
}





/* General layout */

#container {
  position: relative;
  width: 740px;
  height: 405px;
  margin: 0 auto 0 auto;
  padding: 1px 0 0 0;
  background-color: #F3EDDC;
  background-position: bottom right;
  background-repeat: no-repeat;
}





/* General formatting */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
  cursor: pointer;
}

li {
  list-style: none;
}

.hidden {
  width: 1px;
  height: 1px;
  text-indent: -5000px;
  overflow: hidden;
}

.invisible {
  display: none;
}




/* Shell borders */

#shellBorderTop {
	position: absolute;
	top: -8px;
	left: -5px;
	width: 756px;
	height: 8px;
	background: url(../image/borderTop.gif) top left no-repeat;
}

#shellBorderRight {
	position: absolute;
	top: 0px;
	left: 740px;
	width: 11px;
	height: 406px;
	background: url(../image/borderRight.gif) top left no-repeat;
}

#shellBorderBottom {
	position: absolute;
	top: 406px;
	left: -5px;
	width: 756px;
	height: 15px;
	background: url(../image/borderBottom.gif) top left no-repeat;
}

#shellBorderLeft {
	position: absolute;
	left: -5px;
	top: 0px;
	width: 5px;
	height: 406px;
	background: url(../image/borderLeft.gif) top left no-repeat;
}





/* Primary Navigation */

#primaryNav {
  position: absolute;
  top: -35px;
  left: -5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#primaryNav li {
  position: relative;
  display: inline;
  float: left;
  width: 92px;
  height: 30px;
}

#primaryNav li a {
  position: relative;
  display: block;
  width: 74px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -5000px;
  overflow: hidden;
}


#primaryNav li.hq a {
  background-image: url(../image/hqTab.gif);
}





#pageTitle {
	position: absolute;
	top: 3px;
	right: 5px;
	margin: 0px;
}

#logoSmall {
	position: absolute;
	width: 173px;
	height: 37px;
	margin: 0px;
	background: url(../image/logoSmall2.gif) top left no-repeat;
	z-index: 500;
	text-indent: -5000px;
	overflow: hidden;
}

#buttonMoveOn {
	position: absolute;
	background: url(../image/buttonMoveOn.gif) top left no-repeat;
	width: 89px;
	height: 48px;
	text-indent: -5000px;
	overflow: hidden;
	top: 358px;
	left: 645px;
}

#buttonMoveBack {
	position: absolute;
	background: url(../image/buttonMoveBack.gif) top left no-repeat;
	width: 89px;
	height: 48px;
	text-indent: -5000px;
	overflow: hidden;
	top: 358px;
	left: 228px;
}

#buttonMoveOn:hover, #buttonMoveBack:hover {
	background-position: 0px -48px;
}

#didYouKnow {
	position: absolute;
	bottom: 5px;
	left: 10px;
	left: 20px;
	width: 205px;
	width: 185px;
	margin: 0px;
	margin-bottom: 15px;
}

#didYouKnow #graphic {
	/*float: left;*/
	/*
	width: 80px;
	height: 58px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	background: transparent url(../image/didYouKnow.gif) top left no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	*/
  font-size: 14px;
  margin: 0 0 8px 0;
	text-align: center;
}

#mapSmall {
	position: absolute;
	left: -3px;
	top: -8px;
	width: 228px;
	height: 422px;
	margin: 0px;
}

#backToMap {	
	position: absolute;
	width: 126px;
	height: 34px;
	left: -8px;
	top: -8px;
	/*top: 18px;*/
	background: url(../image/backToMap.gif) top left no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	margin: 0px;
}

#forestFun {
	position: absolute;
	width: 465px;
	height: 305px;
	top: 20px;
	left: 250px;
	background: url(../image/forestFun.gif) top left no-repeat;
	margin: 0px;	
	text-indent: -5000px;
	overflow: hidden;
}

#question {
	/*position: absolute;
	left: 270px;
	top: 115px;
	width: 425px;*/

  position: relative;
	margin: 0;
	margin: 100px 50px 0 275px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #0033FF;
	color: #0063ae;
}

#answer {
	/*position: absolute;
	bottom: 155px;
	left: 270px;
	width: 425px;*/

  position: relative;
	margin: 0;
	margin: 15px 50px 0 275px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	color: #33EE00;
	color: #2e4b27;
	cursor: pointer;
}

#answer2 {
	/*position: absolute;
	bottom: 155px;
	left: 280px;
	width: 405px;*/

  position: relative;
	margin: 0px;
	margin: 15px 50px 0 275px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #2288FF;
	color: #2e4b27;
}

#popup {
	position: absolute;
	width: 449px;
	height: 279px;
	left: 250px;
	top: 70px;
	border: solid 1px #000;
	background-color: #F3EDDC;
	font-size: 11px;
	visibility: hidden;
	z-index: 1000;
}

#popupTitle {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 419px;
	height: 20px;
	background-color: #EAE2CC;
	font-weight: bold;
	font-size: 16px;
	padding-top: 2px;
	padding-left: 10px;
}

#popupClose {
	position: absolute;
	right: 5px;
	top: 0px;
	width: 52px;
	height: 20px;
	padding-top: 3px;
	text-align: right;
	background: url(../image/closeButton.gif) right center no-repeat;
	cursor: pointer;
}

#popupBody {
	position: absolute;
	left: 10px;
	top: 35px;
	width: 150px;
	height: 230px;
	padding-left: 279px;
	background-position: top left;
	background-repeat: no-repeat;
}

#pageNum {
	position: absolute;
	top: 7px;
	right: 12px;
	font-size: 10px;
	margin: 0px;
	text-align: right;
	color: #333333;
	width: 100px;
}
