body {
	background-color: transparent;
	color: #888;
	font-family: Tahoma, Geneva, sans-serif;
	/*font-size: 80%;
	background-image: url(/map/images/bg-subpage-base.jpg);
	background-repeat: repeat-x;*/
	margin: 0;
}

ul, ol {
	padding-left: 40px;
	margin: 0;
	list-style: none;
}

h1 {
	font-size: 32px;
	font-weight: lighter;
}

h2 {
	color: #222;
	font-size: 30px;
	font-weight: lighter;
}

h3 {
	color: #222;
	font-size: 18px;
	font-weight: lighter;
}

p { line-height: 24px; }
a { color: #fff; text-decoration: none; }
hr { border: none; border-bottom: 1px solid #ddd; margin: 40px 0; }
.clear {	clear: both; }
.space { height: 40px; }

.motto {
	color: #333;
	text-align: center;
	margin-bottom: 30px;
}

.inner {
	width: 840px;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*
#header {
	background-image: url(/map/images/tile-dark.png);
	color: #fff;
	margin: 0;
	margin-bottom: 30px;
	padding-top: 0;
} */
/*
#navigation {
	margin-top: 12px;
	float: right;
}

#navigation li {
	display: inline-block;
	margin-left: 30px;
}

#navigation .button {
	background-color: #a7da1a;
	border: none;
}
*/
.button {
	background-color: #444;
	border-radius: 6px;
	border-bottom: 1px solid #333;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 10px 24px;
}

a.button:hover {
	background-color: #555;
}

span.button {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	color: #888;
}

span.button span {
	color: #aaa;
}

.button span {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	margin-top: 4px;
}

#interactive-map {
	margin-bottom: 10px;
}

.note {
	color: #bbb;
	font-size: 12px;
	text-align: center;
}

.list li {
	list-style: disc;
	margin-bottom: 20px;
}


@media all and (max-width: 560px) {
	#navigation {
		display: none;
	}

	.one-third {
		width: 100%;
	}
}

/*--- Zoo Styling ---*/
#wrapper-header {
	margin: 0 auto;
	text-align: center;
	background-image: url(/map/images/bg-header-sub.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	width: 1000px;
	height: 99px; 
	text-align: left;
	margin: 0 auto;
}

.logo {
	float: left;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;	
}  /*--- positioning the main logo ---*/

/*--- GLOBAL NAVIGATION ------------------------*/
#global-navi {
	padding: 0;
	text-transform: uppercase;
	float: left;
	font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif;
	margin: 15px 0px 0px 20px;
	list-style-type: none;
}

#global-navi li {
	display: inline;
	/*color: #FAB700;  gold color */
	padding: 0px 0px 0px 12px; /*may need to adjust padding for drop down to feel better */
	margin-right: 20px;
	background-image: url(/map/images/nav-gren-circle.png);
	background-repeat: no-repeat;
	background-position: 0em 0.4em;	/* X and Y coordinates */
}

#global-navi li a {
	color: #FAB700;
	text-decoration: none;
}

#second-navi {
	list-style-type: none;
	float: right;
	width: 430px;
	height: 30px;
	margin: 5px 50px 0 0;
	padding: 10px 0 0;
	font-size: 0.9em;
	text-align: center;
	background-image: url(/map/images/nav-sec-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#second-navi li {
	color: #FFF;
	margin-right: 5px;
	display: inline; 
}

#second-navi li a {
	color: #FFF;
	text-decoration: none;
}
#second-navi a:hover { border-bottom: thin dotted #FFF; }

#content, #mission-statement, #footer-content {
	width: 90%;
	text-align: left;
	margin: 0 auto;
}

#content {
	margin-bottom: 75px;
}

#wrapper-content-top {
	background-image: url(/map/images/bg-content-sub.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	text-align: center;
}

#wrapper-content {
	background-image: url(/map/images/bg-content-base.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#container {	padding: 10px;  }  /* keeps the top green attached to the header */
#footer {
	width: 100%;
	color: #FFF;
	background-color: #2F1309;
	background-image: url(/map/images/bg-footer-base.jpg);
	background-repeat: repeat-x;
	clear: both;
}
#mission-statement {
	text-align: center;
	height: 76px;
	padding-top: 25px;
	color: #FFBF10;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
#mission-statement p { margin: 0; }  /*--- keeps the footer with the foliage from the content area ---*/
.copyright { clear: both; color: #FFBF10; margin: 0; padding: 0; }