* {margin:0;padding:0;}
h1, h2, h3, p, pre, blockquote, form, fieldset, table, ul, ol {margin:1.0em 0;}
img {border: 0;}

body {
	font: 62.5% verdana, arial, sans-serif;
	background:#205020;
	text-align:center;
}

#wrapper {
	position:relative;
	width:955px;
	
	height:800px;
	
	margin:0 auto;
	background:url(../images/grass.jpg) no-repeat bottom #c3e0f0;
	text-align:left;
}

#managedBy {
	position: absolute;
	width: 71px;
	height: 52px;
	background: url("../images/managed_by.png") no-repeat;
	top: 10px;
	left: 10px;
	
	z-index: 99;
}

/* NAV */
.navTop {
	position:absolute;
	top:130px;
	left:84px;
	z-index:100;
}

#nav-shdw {
	position:absolute;
	top:119px;
	left:68px;
	z-index:99;
}

/*.secondary .navTop {
	left:80px;
}
.secondary #nav-shdw {
	left:80px;
}*/

.navTop ul {
	margin: 0;
	padding: 0;
}

.navTop ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.navTop a {
	display: block;
	height: 28px;
	text-decoration: none;
}
.navTop a:hover, .navTop a.current {
	background-position: 0px -28px !important;
}

.navTop a.home {
	width: 59px;
	background: url(../images/navTop/nav01.gif) 0px 0px no-repeat;
}
.navTop a.calendar {
	width: 81px;
	background: url(../images/navTop/nav02.gif) 0px 0px no-repeat;
}
.navTop a.events {
	width: 64px;
	background: url(../images/navTop/nav03.gif) 0px 0px no-repeat;
}
.navTop a.trails {
	width: 59px;
	background: url(../images/navTop/nav04.gif) 0px 0px no-repeat;
}
.navTop a.active {
	width: 118px;
	background: url(../images/navTop/nav05.gif) 0px 0px no-repeat;
}
.navTop a.new {
	width: 106px;
	background: url(../images/navTop/nav06.gif) 0px 0px no-repeat;
}

/*.navTop a.volunteer {
	width: 92px;
	background: url(../images/navTop/nav07.gif) 0px 0px no-repeat;
}*/

.navTop a.awesome-kids {
	width: 110px;
	background: url(../images/navTop/nav10.gif) 0px 0px no-repeat;
}

.navTop a.links {
	width: 105px;
	background: url(../images/navTop/nav08.gif) 0px 0px no-repeat;
}
.navTop a.contact {
	width: 92px;
	background: url(../images/navTop/nav09.gif) 0px 0px no-repeat;
}


#main-panel {
	position:absolute;
	top:170px;
	left:90px;
	width:758px;
	height:600px;
	z-index:70;
}
#main-panel-shdw {
	position:absolute;
	top:340px;
	left:91px;
	z-index:71;
}

a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}
/* secondary */

#secondary-main-panel {
	position:relative;
	width:766px;
	height:auto;
	/*margin:156px 0 0 90px;*/
	margin-top: 156px;
	margin-left: auto;
	margin-right: auto;
	z-index:75;
	background:url(../images/main-secondary-bg.png) repeat-y right transparent;
}

#awesome-main-panel {
	position:relative;
	width:766px;
	height:auto;
	/*margin:156px 0 0 90px;*/
	margin-top: 156px;
	margin-left: auto;
	margin-right: auto;
	z-index:75;
	background:url(../images/awesome-secondary-bg.png) repeat-y right transparent;
}

#awesome-main-panel #content {
    width: 758px;
}

#awesome-main-panel hr {
    width: 716px;
    margin: 0 auto 1em auto;
}

.secondary #content, .form #content {
	min-height: 600px;
	height: expression( this.scrollHeight < 600 ? "600px" : "auto" ); /* sets min-height for IE */
}

.secondary #main-foot, .form #main-foot {
	position:relative;
	margin-left:90px;
	z-index: 85;
}
#secondary-main-panel h1 {
	margin:8px 307px 14px 21px;
	color:#FF6600;
	font:2.4em Georgia, "Times New Roman", Times, serif;
}
#secondary-main-panel h2  {
	margin:8px 307px 14px 21px;
	color:#FF6600;
	font:2.0em Georgia, "Times New Roman", Times, serif;
}
#secondary-main-panel h3 {
	margin:8px 307px 14px 21px;
	font-size: 1.6em;
}
#secondary-main-panel p  {
	margin:8px 307px 14px 21px;
	color:#333;
	font:1.3em Arial, Helvetica, sans-serif;
}

#awesome-main-panel h1 {
	margin:8px 21px 14px 21px;
	color:#FF6600;
	font:2.4em Georgia, "Times New Roman", Times, serif;
}
#awesome-main-panel h2  {
	margin:8px 21px 14px 21px;
	color:#FF6600;
	font:2.0em Georgia, "Times New Roman", Times, serif;
}
#awesome-main-panel h3  {
	margin:8px 21px 14px 21px;
	font-size: 1.6em;
}
#awesome-main-panel p  {
	margin:8px 21px 14px 21px;
	color:#333;
	font:1.3em Arial, Helvetica, sans-serif;
}

.secondary #wrapper, .form #wrapper {
	height:auto;
	padding-bottom:82px;
}
.secondary #hiking, .form #hiking {
	position:absolute;
	top:-108px;
	left:652px;
	z-index:85;
}
.secondary #features {
	height:auto;
	overflow:visible;
}

.form #secondary-main-panel {
	background: white;
	margin-top: 150px;
	width: 758px;
}

/* FLASH */

#flash {
	position:absolute;
	top:161px;
	left:0px;
	width:603px;
	height:388px;
	z-index:85;	
}

/* LOGO */
#logo {
	position:absolute;
	top:-1px;
	left:98px;
	z-index:60;
}

/* FRILLS */
#frill1 {
	position:absolute;
	top:54px;
	left:0px;
	z-index:70;
}
#frill2 {
	position:absolute;
	top:368px;
	left:0px;
	z-index:65;
}
#frill3 {
	position:absolute;
	top:0px;
	left:592px;
	z-index:60;
}
#hiking {
	position:absolute;
	top:600px;
	left:742px;
	z-index:75;
}

#features {
	position:absolute;
	top:188px;
	left:587px;
	width:246px;
	height:auto;
	overflow:hidden;
	z-index:200;
/*
	border:solid 1px red;
*/
}
#features h2 {
	width:200px;
	height:30px;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
	font:1.7em georgia, "times new roman", times, sans-serif;
	color:#7FC139;
}
#features h2.events span {
	width:200px;
	height:30px;
	background:url(../images/hdr-events.gif) no-repeat top left;
	position:absolute;
}
#features h2.health span {
	width:200px;
	height:30px;
	background:url(../images/hdr-health-tip.gif) no-repeat top left;
	position:absolute;
}
#features h2.reflection span {
	width:200px;
	height:30px;
	background:url(../images/hdr-reflection.gif) no-repeat top left;
	position:absolute;
}

#features h2.awesome-kids span {
	width:200px;
	height:30px;
	background:url(../images/hdr-awesome-kids.gif) no-repeat top left;
	position:absolute;
}

#features p {
	margin:0 0 7px 0;
}
#features h3 {
	margin:3px 0 5px 0;
	font-size: 1.15em;
}

#features div {
	font-family: Arial, Helvetica, sans-serif;
	color: #216788;
	font-size: 1.125em;
	line-height: 1.3em;
	height: auto;
	padding-left:46px;
	position:relative;
}

#features div img.icon {
	position:absolute;
	left:0;
	top:0;
}

.clear {
	clear:both;
}

#admin-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: fixed;
	top: 0;
	left: 0;
	padding: 8px 0;
	border: solid #6a9778 1px;
	background: white;
}

#admin-nav a {
	color: #6a9778;
	text-decoration: none;
	display: block;
	margin: 0 8px;
}

#admin-nav .sep {
	border-bottom: solid #6a9778 1px;
	margin: 2px 0;
	height: 1px;
}

fieldset {
	border: none;
	margin: 8px 0px 4px 21px;
	font-size: 1.1em;
}

div.input label {
	/*width: 130px;*/
	/*float: left;*/
	display: block;
	font-size: 1.0em;
	margin-right: 10px;
}

div.radio label {
	float: none;
	display: inline;
	position: relative;
	margin-left: 5px;
	top: -3px;
}

div.input {
	clear: both;
	margin: 10px;
}

div.required label {
	font-weight: bold;
}

div.required label:after {
	content: " *";
	color: red;
}

div.error-message {
	color: red;
}

div.submit {
	margin-left: 21px;
}


/*input, textarea {
	border: solid #ccc 1px;
}*/

input.form-error {
	border-color: red;
}


fieldset fieldset {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}

fieldset fieldset legend {
	margin: 0 0 4px 0;
	padding: 0;
	font-weight: bold;
}

#content ul, #content ol {
	margin: 8px 307px 14px 21px;
	padding: 0 0 4px 21px;
}

.dialog {
    display: none;
    text-align: left;
}

.dialog ol {
    margin-left: 1.5em;
}

.dialog ol ol {
    margin-left: 1.0em;
}

/*#survey-btn {
    background: #222;
    color: white;
    display: block;
    width: 120px;
    height: 44px;
    text-align: center;
    -moz-border-radius: 6px 6px 0 0;
    opacity: 0.7;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 103px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
    _filter: alpha(opacity=70);
    *filter: alpha(opacity=70);

}

#survey-btn div {
    padding-top: 9px;
}*/

#survey-btn {
    display: inline !important;
    color: #f60 !important;
    text-decoration: underline;
    cursor: pointer;
    padding: 0 !important;
}

.survey-panel {
    margin-top: 24px;
}

.survey-panel h2 {
    height: auto !important;
    font: bold 1.0em Arial,Helvetica,sans-serif !important;
}

table#icons {
    width:752px;
    /*width: 100%;*/
    margin-bottom:10px;
    margin: 0 auto 10px auto;
	border-collapse:collapse;
	border-color:#ccc;
}
table#icons td {
	width:376px;
}
#icons td a:link, #icons td a:visited {
	display:block;
	text-decoration:none;
	height:103px;
    padding:1px 15px 0 15px;
	color:#FF6600;
}
#icons td a:hover {
	background:url(/images/icons/linkbg.gif) repeat-y left top #fff;
	color:#0063C2;
}
#icons td img {
	float:right;
	width:101px;
	height:102px;
}
#icons td h2 {
	float:left;
	width:236px;
    margin: 0;
	padding-top:14px;
	font:bold 1.4em verdana, arial, sans-serif;
}
.upp {
	text-decoration:none;
}

/*hr {
    width: 98%;
    margin: 0 auto 1em auto;
    |+border: none;+|
    background: black;
    color: black;
}*/
