html, body
{
 margin: 0;
 padding: 0; 
 border: 0;
}

	/* sticky footer stuff */
	html, body, #container { height: 100%; }
	#container { min-height: 100%; }
	#pageFooter {
		position: relative;
		height: 2em;
		margin-top: -2em;
		clear: both;
	}

body {
	font-family: Georgia, serif;
	-webkit-text-stroke: 0.2px ;
	background-image: url("../../global/images/MapWallpaper.jpg");
    background-position: left center;
    background-repeat: repeat;
    color: #030608;
    font-family: Georgia,Serif;
    xpadding-left: 40px;
    font-size: 100%;
}

#container {
	margin-left: 40px;
}

h3 {
    color: #6F3C1B;
    font-family: Georgia,Serif;
    font-size: 80%;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: left;
}
a {
	color: #005500;
    text-decoration: none;
}
a:visited {
    color: #996633;
}

a img {
	border: 0;
}



#container,
#pageHeader,
#pageFooter {
	max-width: 1400px;
	width: auto;
}

#pageHeader {
	text-align: center;
}

#pageFooter {
	text-align: center;
	position: relative;
	height: 2em;
	margin-top: -2em;
	clear: both;
	/* added shadow 2015 */
	text-shadow: 0 0 9px rgba(0,0,0,.3),0px 0 5px #F8FBE6;
}

#aboutUS h3 {
	margin: 1.5em 0 .75em 0;
}
#aboutUS p {
	margin: 0 0 18px;
}
#aboutUS {
	float: left;
	width: 36%;
	margin-left: 8px;
}

#menu {
	float: right;
	width: 60%;
	text-align: left;
}
#menu h3 {
	margin: 0 0 .75em 0;
}

.copyright {
	font-weight: bold;
	color: #005500;
}

#biglogo {
	padding-top: 8px;
}

#leftButton,
#nologo,
.hide {
    display: none;
}

#menu ul,
#menu h3 {
	display: block;
}

@media only screen and (min-width: 569px) and (max-width: 799px) {
	body {
		-xwebkit-text-stroke: 0.2px;
	    font-size: 90%;
	}
	h3 {
	    font-size: 70%;
	}
}

@media only screen and (max-width: 568px) {

}
