body {
	margin:0px; padding:0px;
	background-attachment:fixed;
	background-repeat:repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

p {
	margin:0px 0px 16px 0px;
	padding:0px;
	}
.Content>p {margin:0px;}

.header {
	position:relative;
	width: auto;
	background-image:url(images/bkgr2.jpg);
	background-color:#006cb6;
	padding: 5px 5px 5px 5px;
	text-align:center;
}

.tag {
	position:relative;
	width: auto;
	background-color:#CC0000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight:bold;
	font-size: 1em;
	color:#fff;
	padding: 5px 0px 5px 0px;
	text-align:center;
	letter-spacing: 10px;
}

.tag a {
	font-weight:bold;
	color:#006cb6;
	text-decoration:none;
}

.tag a:hover {
	color:#000;
	text-decoration:underline;
}

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 175px;
	background-color:#FFFFFF;
	padding:10px;
	text-align:left;
	z-index:4; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#nav {
	position:absolute;
	width:170px;
	top:130px;
	left:0px;
	text-align:center;
	background-color:#fff;
	padding:5px;
	z-index:3;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:170px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#nav {width:170px;}

#nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#nav li {
	margin: 0px 0px 7px 0px;
	border: 1px solid #dbdbdb;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#nav a {
	display: block;
	width: 100%;
	padding: 2px 0;
	text-decoration: none;
	color: #006db6;
	background-color:#FFFFFF;
	font-weight:bold;
}

#nav a:hover {
	color:#FFFFFF;
	background-image:url(images/btn_bkgr_red.jpg);
	background-color: #cc0000;
	background-repeat: repeat;
	text-decoration:none;
}

#nav p {
	margin: 0px 0px 5px 0px;
	padding: 5px;
	font-size: .7em;
}

#context {
	position:absolute;
	width:190px;
	top:135px;
	right:10px;
	background-color:#fff;
	z-index:2;
	text-align:center;
	font-size: .9em;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:190px;
	}
/* Again, "be nice to Opera 5". */
body>#context {width:190px;}

.context p {
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#context ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#context li {
	margin: 0px 0px 5px 0px;
	border: 1px solid #FFCC00;
	padding: 5px;
}

.contexthdr {
	font-weight:bold;
	color:#006cb6;
	font-size: 1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#context a {
	font-weight:bold;
	color:#006cb6;
	text-decoration:none;
	font-size: .9em;
}

#context a:hover {
	color:#000;
	text-decoration:underline;
}

#context a:visited {
	color:#006cb6;
}

.content h1 {
	color:#CC0000;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.content  h2, h3 {
	color:#CC0000;
	text-align:center;
	border-bottom:1px solid #dbdbdb;
	border-top:1px solid #dbdbdb;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.content h4 {
	color:#cc0000;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.DaM {
	height: 200px;
}
.directions{
	padding: 10px 10px 10px 200px;
}

.map {
	background-image:url(images/maps/park-map.gif);
	background-position:left;
	background-repeat:no-repeat;
	height: 200px;
}

#footer{
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	background-color:#dbdbdb;
	padding:10px;
	text-align:center;
	font-size: .7em;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#footer a{
	text-decoration:none;
	color: #006db6;
	font-weight:bold;
}
#footer a:hover {
	color:#000;
	text-decoration:underline;
}

table {
	border: 2px solid #ffcc00;
}

th {
	text-align:center;
	background-color: #FFCC00;
	font-size: .7em;
}
.warning {
	color:#CC0000;
	font-weight:bold;
}
.whoDidIt {
	font-size: .7em;
	font-style:italic;
}