html, body, h1, h2, h3, h4
{
 margin: 0;
 padding: 0; 
 border: 0;
}

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-size: 100%;
}

a {
	color: #005500;
    text-decoration: none;
}
a:visited {
    color: #996633;
}

a img {
	border: 0;
}


#pageHeader h1,
#pageHeader h2 {
	font-size: 100%;
}
#pageHeader h2 {
	font-weight: normal;
}
#pageHeader img {
	margin-left: 40px;
}

.publicationList li {
	margin-top: 1em;
}

.publicationList hgroup {
    xletter-spacing: 0.2em;
    xtext-transform: uppercase;
    text-align: left;
}
.publicationList h2 {
	font-size: 100%;
}
.publicationList h3 {
	font-size: 100%;
	font-style: italic;
	font-weight: normal;	
}
.publicationList h4 {
	display: inline;
	font-weight: normal;
}
.publicationList h4.publisher {
	*padding-left: 1em; /* ie6 hack */
}
.publicationList h4.pubdate:after {
	content: ", ";
}
.publicationList h4.publisher.more:after {
	content: " / ";
}

.publicationList p {
	margin: .5em 4em 0 0;
}

.publicationList {
	list-style-image:url('../../global/images/favicon16.gif');
}

span.apple2 {
	font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
	font-size: 80%;
	text-transform: lowercase;
	font-style: normal;
	margin: 0 .3em;
}
span.apple2:after {
	content: " ][";
}

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

#pageHeader {
	text-align: center;
}

#pageFooter {
	text-align: center;
	position: relative;
	height: 2em;
	clear: both;
}

#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;
	text-align: left;
}
#biglogo img {
	width: 600px;
	height: 115px;
}

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

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

	#nologo h1 a {
	    background-color: #ccc;
	    border-bottom: 1px solid #666;
	    color: #88c974;
	    display: block;
	    font-size: 20px;
	    font-weight: bold;
	    padding: 10px 0;
	    text-align: center;
	    text-decoration: none;
	}
	#nologo h1 a {
	    text-shadow: 0px 1px 0px #004000;
	    
/* from http://www.colorzilla.com/gradient-editor/ */
background: #996633; /* Old browsers */
background: -moz-linear-gradient(top,  #996633 0%, #6f3c1b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#996633), color-stop(100%,#6f3c1b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #996633 0%,#6f3c1b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #996633 0%,#6f3c1b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #996633 0%,#6f3c1b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #996633 0%,#6f3c1b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#996633', endColorstr='#6f3c1b',GradientType=0 ); /* IE6-9 */

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

@media only screen and (max-width: 568px) {
	body {
	    font-size: 80%;
	}
	h3 {
	    font-size: 70%;
	}
	a {
	    border-style: dotted;
	    border-width: 0 0 1px 0;
	}
	#biglogo {
    	display: none;
	}
	#nologo {
	    display: block;
	    margin-bottom: 1em;
	}
}
