body{
	margin:0;
	font-family:Verdana,sans-serif;
	font-size:0.85em;
	background-color:#294E60;
	}
	
#bodyWrapper{
	margin:0 auto;
	width:1025px;
	background-color: #FFFFFF;
	border:0;
	border-left:1px solid #0C242F;
	border-right:1px solid #0C242F;
}
p,a,li{
	font-family:Verdana,sans-serif;
	font-size:0.85em;
	line-height: 1.8em;
	}
p{
	margin-top:1.8em;
	margin-bottom: 1.8em;
	}
a{
	font-size:0.95em;
	color:#615743;				/*medium color*/
	text-decoration:none;
	border-bottom: 1px dotted #615743;		/*medium color*/
}
a:visited{
	color:#968a73;		/*second border*/
}
a:hover{
	color:#000000;
	text-decoration:none;
	border-bottom: 1px solid #000000;
}

.smallText{
	display:block;
	font-size:100%;
	line-height:100%;
	margin-top:1em;
	margin-bottom: 1em;
	margin-left:-10px;
	}
.italicText{
	font-style:italic;
	}

iframe{
	border:0px none white;
	}
/* ***************** HEADER *************** */
#headerBar{
	display:block;
	position:relative;
	height: 170px; 
	min-width:850px;
	margin:0;
	background-color: #ece9db; 
	border:1px solid #ece9db;
	margin-bottom: 3em;
	z-index:1;
	overflow:hidden;
}
#headerBar #theImage{
	height:150px;
	overflow:hidden;
	z-index:0 !important;
}
#headerBar #imgWrapper{
	display:block;
	position:absolute;
	top:0;
	text-align:right;
	width:1010px;
}
/* ***************** NAVIGATION (SUCKERFISH) *************** */
#navWrapper {
	margin:0;
	padding: 0;
	top: 120px;
	height: 3em;
	position:absolute;
	width:1024px;
	background-color: transparent; 	
	border-top:1px solid transparent; 	
	border-bottom:1px solid transparent; 
	z-index:25 !important;
	}
#nav {
	margin: 0;
	margin-bottom: 2em;
	padding: 0;
	min-width: 56em;
	z-index:25;
	}
#nav li.on ul, #nav li.off ul {
	margin: 0;
	padding: 0;
	z-index:25;
	}
#nav a {
	text-decoration: none;
	text-align:center;
	margin-left: 1em;
	z-index:25;
	}
#nav li { /*float the main list items*/
	margin: 0;
	float: left;
	display: block;
	z-index:25;;
}
#nav li ul {
	display: none;
}
#nav li.off ul, #nav li.on ul { /*put the subnav below*/
	position: absolute;
	top: 26px;
	left: 0;
	padding-left: 1em;
	height: 2em;
	width: 99%;
	background-color: #ece9db;			/*base*/
	border-bottom: 1px solid #dbd6c1;		/*base border*/
}
#nav li.off ul li, #nav li.on ul li { 
	border-style: none;
	background-color: #ece9db;			/*base*/
}
#nav li a {
	color: #ffffff;				/*base*/
	font-weight: bold;
	display: block;
	height: 1.8em;
	line-height: 10pt;
	width: 110px;
	padding: 5px;
	background-color: transparent; 	
	border: 1px solid transparent;  	
	border-bottom:1px solid #333333;		/*second border*/
}
#nav li.on a {
	color: #666666; 
	background-color: transparent;			/*base*/
	border: 1px solid transparent;			/*base border*/
	border-bottom:1px solid #ece9db;			/*base*/
	background-image:url('../images/back.png');
	background-repeat:no-repeat;
	}
#nav li.on ul a, #nav li.off ul a {
	float: left; /*ie doesn't inherit the float*/
	border: 0;
	color: #666666; 
	width: auto;
	margin-right: 15px;
	height:1.4em;
	background-image:none;
}
#nav li.on ul {
	display: block;
}
#nav li.off:hover ul, #nav li.over ul { 
  display: block;
  z-index: 6000;
}
#nav li.off a:hover, 
#nav li:hover a,
#nav li.over a {
	background-color: transparent;			/*base*/
	border: 1px solid transparent;			/*base border*/
	border-bottom:1px solid #ece9db;			/*base*/
	color: #000000; 
	background-image:url('../images/back.png');
	background-repeat:no-repeat;
}

#nav li.off ul a:hover,
#nav li.on ul a:hover,
#nav li.over ul a:hover{
	border: 0;
	text-decoration: underline;
	background-image:none;
}



/* *********** SIDEBAR ON RIGHT ********* */
div#staticWrapper{
	padding: 0;
	margin:0;
	margin:0 5px 10px 10px;
	width: 195px;
	float:right;
	top:14em;
	background-color:#ffffff;
	}
div#staticBar{
	width: 190px;
	padding:0 0 0 5px;
	text-align:left;
	overflow:hidden;
	}
div#staticBar *{
	color:  #212117;
	font-family: sans-serif;
	}
#staticBar h3{
	text-align:center;
	}
#sidebarUL{
	font-weight:bold;
	font-size:9pt;
	letter-spacing:0.5px;
	}
#sidebarUL li{
	line-height:11pt;
	margin-bottom:1.2em;
	margin-left:-4px;
	padding:0;
	}
	
/* ******** DOWNLOAD BUTTON ****** */

button#downloadCPAD{
	margin:5px 1.5em;
	text-align:center;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-color:transparent;
	cursor:pointer;
	border:0;
	background-image:url('../images/download_sprites.jpg');
	width:170px; height:90px;
}
button#downloadCPAD{
	background-position:0 0;
}
button#downloadCPAD:hover{
	background-position:-170px 0;
}

button#signUp{
	margin:5px 1.5em;
	text-align:center;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-color:transparent;
	cursor:pointer;
	border:0;
	background-image:url('../images/signUp_sprites.jpg');
	width:170px; height:73px;
}
button#signUp{
	background-position:0 0;
}
button#signUp:hover{
	background-position:-170px 0;
}

button#reportError,
button#reviewAgencies{
	margin:5px 0;
	text-align:center;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-color:transparent;
	cursor:pointer;
	border:0;
	background-image:url('../images/review_sprites.jpg');
	width:150px; height:45px;
}
button#reportError{
	background-position:0 0;
}
button#reportError:hover{
	background-position:-150px 0;
}
button#reviewAgencies{
	background-position:0 -45px;
}
button#reviewAgencies:hover{
	background-position:-150px -45px;
}

a#parkinfoLink{
	display:block;
	border-style:none;
	margin-top:0.5em;
	margin-left:-1em;
}


/* ***************** FOOTER *************** */

div#footerBar{
	display:block;
	position: relative;
	height: 31px;
	color: #666666;
	margin:0;
	padding:10px;
	font-family:Verdana,sans-serif;
	font-size:0.75em;
	background-color: #FFFFFF;
	}

img#footerLogo{
	position: relative;
	top:10px;
	border-style:none;
	}
#footerBar a{
	border-style:none;
	text-decoration:none;
	}

/* *********** MAIN BODY ********* */
div#pagewrapper{
	max-width:1010px;
	min-width:850px;
	}
div#mainBody,
div#mainBody2{
	padding-right:25px;
	padding-left: 1.5em;
	width:750px;
	border-right:1px solid #ECE9DB;
	}
div#mainBody2{
	padding-right:5px;
	width:1000px;
	border:0;
	}

h3.pageTitle{	
	font-weight:bold;
	color:  #212117;
	font-family: sans-serif;
	letter-spacing:0.5px;
	}

/* *********** IMAGEs ********* */
table#gallery{
	border:0;
	margin: 5px auto;
}
#gallery td{
	vertical-align:top;

}

div#mainImage{
	text-align:center;
	padding: 0;
	margin: 5px;
	margin-right:1.25em;
	width:300px;
	float:left;
}
#mainImage #container{
	width:300px;
	height:355px;
	background-color:#efefef;
}

div#thumbnail,
div.thumbnail{
	/*border: 1px solid #999999;*/
	text-align:center;
	padding: 6px 3px 0 3px;
	margin: 5px;
	width:154px;
	float:left;
	}
.fixedheight{
	height:250px;
}
#thumbnail a,
.thumbnail a{
	border-style:none;
	}
#thumbnail img,
.thumbnail img{
	width:150px;
	border-style:none;
	margin:0;
	}
div.wBorder{
	border: 1px solid #999999;
	padding:1px;
	}

span.caption{
	font-size:0.8em;
	color:#999999;
	}

/******************   Contact DIV and FORM:  ******************/
div.contact{
	width:150px;
	height: 150px;
	margin:0;
	float:right;
	clear:right;
	text-align:right;
}
	
/******************   FAQs:  ******************/
hr{
	border:1px solid  #968a73;			/*second border*/
	border-style: none none solid none;
	margin-bottom: 2em;
	margin-top:5px;
	}
.question {
	font-size:0.9em;
	line-height:1.8em;
	font-weight:bold;
	color: #615743;				/*medium color*/
	background-color: white;
	border-bottom: 1px solid white;
	cursor: pointer;
	padding: 0 12px 4px 0;
	margin-top: 25px;
	}
.question:hover{
	text-decoration: underline;
	}
.answer{
	display: none;
	border: 1px solid #aea28c;			/*second color*/
	padding: 3px 10px;
	max-width:760px;
	}

.all{
	color: #615743;				/*medium color*/
	display: block;
	float: right;
	font-size: 11pt;

	}
.qAll {
	color: #615743;				/*medium color*/
	font-size: 0.75em;
	margin-bottom: 0;
}

/****************** DATA PAGE toggling  *********************/
.question_data {
	color: #615743;				/*medium color*/
	background-color: white;
	border-bottom: 1px dotted #615743;
	cursor: pointer;
	margin: 0;
	}
.question_data:hover{
	color: #000000;
	border-bottom: 1px solid #000000;
	}
.answer_data{
	display: none;
	color: #222222;	
	padding-left: 30px;
	font-size:0.9em;
	line-height:1.5em;
	margin:-15px 0 5px 0;
	}

/******************   GET INVOLVED FORM:  ******************/

table#getInvolved td{
	text-align: left;
	vertical-align:top;
	font-family:Verdana,sans-serif;
	font-size:0.85em;
	line-height: 1.8em;
	}
table#getInvolved td.right{
	width: 10em;
	text-align: right;
	}

table#getInvolved .long{
	width: 25em;
	}
table#getInvolved .short{
	width: 5em;
	}

/******************   MISCELLANEOUS  ******************/

span.button_desc{
	display: block;
	position:relative;
	font-size:7pt;
	color: #cccccc;
	width: 145px;
	height:25px;
	margin-bottom:12px;
}
span.button_desc:hover{
	color: #615743;
}
span.button{
	display: block;
	float:right;
	clear:both;
	font-size:10pt;
	width:130px;
	height:25px;
	text-align:center;
	background-image:url('../images/button_normal.gif');
	background-repeat:no-repeat;
}
span.button:hover{
	background-image:url('../images/button_hover.gif');
}
.button a{
	color: #243500;
	font-weight:normal;
	border:none;
}
.button:hover a{
	color:#000000;
}

span.button_desc span.desc {
display: none;
}

span.button_desc:hover span.desc {
display: block;
position: absolute;
top: 0;
left: -200px;
width: 200px;
background-color: #CADBA5;
border:1px solid #AABB85;
color: #364711;
padding:5px;
margin:0;
text-decoration: none;
z-index: 202;
opacity: 0.95;
}


/******************   NO SCRIPT:  ******************/

div.noscript{
	position: fixed;
	top: 0; left: 0;
	width: 100%; 
	background-color: red;
	color: white;
	font-weight:bold;
	z-index: 300;
	text-align: center;
	padding: 2px;
	}
.noscript a{
	color:white; 
	text-decoration:underline;
	}
.noscript a:hover{
	color:yellow;
	}