@charset "utf-8";
/* CSS Document */
/********************************************
Home Page Right Navigation Bar
********************************************/
#nav-right {
	padding: 40px 5px 40px 5px;
	text-align: center;
}

/********************************************
Home Page Button Styles
********************************************/

#turf {
	display: block;
	width:198px;
	height: 208px;
	margin: 0;
	padding: 0;
	background: url('../images/btns/btn-turf.jpg') no-repeat 0 0;
}

#turf:hover {
	background-position: 0 -208px;
}

#turf span
{
  display: none;
}

#play {
	display: block;
	width:198px;
	height: 208px;
	margin: 0;
	padding: 0;
	background: url('../images/btns/btn-play.jpg') no-repeat 0 0;
}

#play:hover {
	background-position: 0 -208px;
}

#play span
{
  display: none;
}

#shelter {
	display: block;
	width:198px;
	height: 208px;
	margin: 0;
	padding: 0;
	background: url('../images/btns/btn-shelter.jpg') no-repeat 0 0;
}

#shelter:hover {
	background-position: 0 -208px;
}

#shelter span
{
  display: none;
}

#site {
	display: block;
	width:198px;
	height: 208px;
	margin: 0;
	padding: 0;
	background: url('../images/btns/btn-site.jpg') no-repeat 0 0;
}

#site:hover {
	background-position: 0 -208px;
}

#site span
{
  display: none;
}

#score {
	display: block;
	width:198px;
	height: 208px;
	margin: 0;
	padding: 0;
	background: url('../images/btns/btn-score.jpg') no-repeat 0 0;
}

#score:hover {
	background-position: 0 -208px;
}

#score span
{
  display: none;
}

#safe {
	display: block;
	width:198px;
	height: 208px;
	margin: 0;
	padding: 0;
	background: url('../images/btns/btn-safe.jpg') no-repeat 0 0;
}

#safe:hover {
	background-position: 0 -208px;
}

#safe span
{
  display: none;
}

/********************************************
Secondary Nav Styles
********************************************/
#sec-nav-hdr-home{
	font-size:15pt;
	font-weight:bold;
	text-align:center;
	vertical-align:bottom;
	background:url(../images/btns/sec-nav-bg.gif);
	height: 24px;
	line-height: 24px;
	width: 180px;
	color:#030
}
.arrowgreen-home {
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 0px;
	border-width: 0px;
}

.arrowgreen-home ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen-home li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../images/btns/arrowgreen-reverse.gif) 50% 0;
    height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen-home li a:link, .arrowgreen-home li a:visited {
	color: #5E7830;
}

.arrowgreen-home li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowgreen-home li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}

