@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #a8bf71;
}
#park_details {
	background-color: #E6E6E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.sub_headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#park_details_leftcol {
	background-color: #E6E6E6;
	float: left;
	width: 287px;
	text-align: center;
}
#container {
	width: 812px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF url(../faux_column.jpg) repeat-y left top; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
} 
#mainContent h1 {
	color: #626C49;
	text-transform: uppercase;
	text-align: center;
	font: bold 150%/1.5em Georgia, "Times New Roman", Times, serif;
}
#mainContent a {
	text-decoration: underline;
}


#header {
	background-color: #A8BF71;
	background-image: url(../banner.jpg);
	height: 101px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#sidebar_ads {
	background-color: #A7767A;
	text-align: center;
	height: auto;
}
.img_spacer {
	margin-bottom: 5px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}

#sidebar1 {
	float: left;
	width: 24%; /* top and bottom padding create visual space within this div  */
	background-color: #a7767a;
	list-style-type: disc;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: auto;
	background-repeat: repeat;
	margin: 0px;
}
#image1 {
}
#image2 {
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
ul {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #dadba5;
	top: auto;
	clip: rect(auto,auto,auto,auto);
	line-height: 25px;
	padding-top: 2em;
	padding-right: 0px;
	padding-bottom: 2em;
	padding-left: 20px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-position: inside;
	display: block;
}
li {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #A7767A;
	display: block;
	list-style-type: square;
}
#map_holder {
	width: 550px;
}
#map {
	width: 575px;
	height: 300px;
}

#mainContent {
	margin: 0 20px 0 26%;
	color: #000000;
	font: normal 12px/1.5em Verdana, Arial, Helvetica, sans-serif;
} 
#mainContent h2 {
	font: bold small-caps 120% Georgia, "Times New Roman", Times, serif;
	color: #626C49;
}

photo3 {
	float: right;
}
#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.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;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #A7767A;
}
a:hover {
	color: #A7767A;
	background-color: #A8BF71;
	background-repeat: repeat;
	display: block;
}
a:active {
	color: #0000FF;
}
#park_details_rightcol {
	background-color: #E6E6E6;
	float: right;
	width: 287px;
	text-align: center;
}
#photos {
	text-align: center;
}
#doc_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#photo1 {
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}
#photo2 {
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}
#photo3 {
	float: right;
	text-align: center;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}
#photo4 {
	float: none;
	text-align: center;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}
#photo5 {
	float: right;
	text-align: center;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}
#photo6 {
	float: right;
	text-align: center;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}
#photo7 {
	float: right;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#photo8 {
	float: right;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
