@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #201e59;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/pdBkgrnd.gif);
	background-repeat: repeat;
}
.twoColFixLtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #f2e9bb;
} 
.twoColFixLtHdr #header {
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 222px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidbarL {
	float: left;
	width: 218px;
	background-repeat: repeat-y;
	text-align: center;
	padding-left: 3px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #mainContentWrapper {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0b8c38;
	border-left-color: #0b8c38;
	padding-top: 10px;
	clear: both;
	padding-bottom: 10px;
} 
.twoColFixLtHdr #footer {
	margin-top: -18px;
	background-image: url(../images/bgFooter.gif);
	height: 60px;
	width: 900px;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-repeat: no-repeat;
	clear: both;
} 
.twoColFixLtHdr #footer a {
	color: #201e59;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #201E59;
	font-size: 10px;
}
a {
	text-decoration: none;
	color: #00663C;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #00663C;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}#navBar {
	width: 894px;
	height: 29px;
	background-image: url(../images/bgNavbar.gif);
	background-repeat: repeat-x;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0b8c38;
	border-left-color: #0b8c38;
}
h2 {
	font-size: 16px;
}
h3 {
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 16px;
	text-align: center;
}
h6 {
	font-size: 11px;
	font-weight: normal;
	margin-top: -10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main {
	padding-right: 10px;
	padding-left: 10px;
}
.pageHeader {
	width: 355px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.minsDiv {
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.divderDiv {
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #201D59;
	margin-bottom: 10px;
}
.dividerDiv2 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #201D59;
	text-align: justify;
}
.bgColLeft {
	background-image: url(../images/bgColLeft.gif);
	background-repeat: repeat-y;
}
#parksText {
	width: 645px;
	margin-top: 0px;
	margin-left: 222px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 18px;
}
.mapDiv {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.parkPhotoL {
	margin-right: 10px;
}
.parkList {
	list-style-position: inside;
}
#parksColR {
	float: right;
	width: 415px;
	margin-top: 20px;
}
#parkFeatures {
}
.centerTable {
	text-align: center;
	margin-bottom: 10px;
}
.parkListChal {
	list-style-position: outside;
}
.boxDiv {
	padding-right: 10px;
	padding-left: 10px;
	border: 2px solid #201E59;
}
.photoDiv {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}
#footer #signature  {
	float: right;
	width: auto;
	margin-top: 10px;
	padding-right: 20px;
}
#footer #signature a  {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer #signature p{
	margin-top: 5px;
}
.centerText {
	text-align: center;
}
