body {
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
p  {

}
/***************************************************************************************/
/*                                                                             LAYOUT  */
/***************************************************************************************/
#wrapper {
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 768px;
	width: 1024px;
}
.column {
	height: 768px;
	padding: 0px;
	margin: 0px;
	float: left;
	display: inline-block;
}
.lft {
	width: 230px;
}
.rgt {
	width: 287px;
}
.textareaSM {
	height: 300px;
	top: 150px;
	width: 507px;
}
.textarea {
	width: 507px;
}
#copySM {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 90px;
	width: 470px;
}
#copy {
	padding: 20px;
	background-image: url(../images/bg-txt.png);
	background-repeat: repeat-y;
	margin-right: 30px;
	margin-left: 30px;
	width: 470px;
	overflow-x: hidden;
	overflow-y: auto;
}
#subnav {
	clear: left;
	float: left;
}
#pagecopy {
	margin-left: 120px;
	width: 350px;
    font-size:.9em;
	line-height:1.3em;
}
#subFooter {
	z-index: 1000;
	top: 512px;
	position: absolute;
	height: 256px;
	width: 737px;
}
#bottomnav {
	margin-top: -256px;
}#movie {
	height: 256px;
	width: 445px;
	background-image: url(../images/media-player.png);
	background-repeat: no-repeat;
}
/***************************************************************************************/
/*                                                                   NAVIGATION SMALL  */
/***************************************************************************************/
#logo {
	background-image: url(../images/menubtn-easteregg.png);
	background-repeat: no-repeat;
	display: block;
	height: 255px;
	width: 230px;
}
#logo:hover {
	background-position: 0 -255px;
}
#logo span {
	display: none;
}
#home {
	background-image: url(../images/menubtn-home.png);
	background-repeat: no-repeat;
	display: block;
	height: 96px;
	width: 230px;
}
#home:hover {
	background-position: 0 -96px;
}
#home span {
	display: none;
}
#contact {
	background-image: url(../images/menubtn-contactus.png);
	background-repeat: no-repeat;
	display: block;
	height: 96px;
	width: 230px;
}
#contact:hover {
	background-position: 0 -96px;
}
#contact span {
	display: none;
}
#activities {
	display: block;
	background-image: url(../images/menubtn-activities-sm.png);
	background-repeat: no-repeat;
	width: 287px;
	height: 192px;
}
#activities:hover {
	background-position: 0 -192px;
}
#activities span {
	display: none;
}
#story {
	height: 192px;
	display: block;
	background-image: url(../images/menubtn-story-sm.png);
	background-repeat: no-repeat;
	width: 287px;
}
#story:hover {
	background-position: 0 -192px;
}
#story span {
	display: none;
}
#map {
	height: 192px;
	display: block;
	background-image: url(../images/menubtn-map-sm.png);
	background-repeat: no-repeat;
	width: 287px;
}
#map:hover {
	background-position: 0 -192px;
}
#map span {
	display: none;
}
#news {
	display: block;
	height: 192px;
	background-image: url(../images/menubtn-news-sm.png);
	background-repeat: no-repeat;
	width: 287px;
}
#news:hover {
	background-position: 0 -192px;
}
#news span {
	display: none;
}
#pink {
	background-image: url(../images/menu-pink.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 100px;
}
#pink:hover {
	background-position: -120px 0;
}
#pink span {
	display: none;
}
#yellow {
	background-image: url(../images/menu-yellow.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 100px;
}
#yellow:hover {
	background-position: -120px 0;
}
#yellow span {
	display: none;
}
#blue {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-left: 5px;
	padding-top: 8px;
	font-size: 0.7em;
	color: white;
	background-image: url(../images/menu-blue.png);
	background-repeat: no-repeat;
	display: block;
	height: 27px;
	width: 95px;
}
#blue {
	text-decoration: none;
}

#blue:hover {
	background-position: -120px 0;
}
#blue span {
	display: none;
}
#green {
	background-image: url(../images/menu-green.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 100px;
}
#green:hover {
	background-position: -120px 0;
}
#green span {
	display: none;
}
.selected {
	background-position: -220px;
}
/***************************************************************************************/
/*                                                                        Text Styles  */
/***************************************************************************************/
.county {
	line-height: .4em;
	font-size: 1em;
	font-weight:bolder;
	color: #075020;
        padding-top:10px;
     }

h3 {
	color:#000;
	font-size: 1.3em;
	text-transform: uppercase;
}

span a:link, a:visited {
	color:#0f94c3;
	font-weight:bolder;
	font-size: .8em;
	text-decoration:none;
}

span a:hover {
	color:#3d2216 ;
	font-weight:bolder;
	font-size: .8em;
	text-decoration: underline;
}
p span {
float:right;
}

.contact img {
float:right;
}

.floatleft {
	float:left;
}

.contact {
height:130px;
margin-bottom:5px;
margin-top:15px;
border-bottom:1px solid #000;
}

.contact p {
margin-top:3px;
margin:3px;
padding:1px;
font-size:.9em;
}