body {
	background-image: url("../../global/images/MapWallpaper.jpg");
    background-position: left center;
    background-repeat: repeat;
    
    color: #030608;
    font-family: Georgia,Serif;
    
    margin: 0; /* Amount of negative space around the outside of the body */
    padding: 0; /* Amount of negative space around the inside of the body */
}

#pageHeader h1 {
    color: #030608;
    margin: 0;
    padding: 0;
}

#pageFooter .copyright {
	font-size: 100%;
	font-weight: bold;
	color: #005500;
	padding: 10px;
}

h3 {    
    color: #6F3C1B;
    font-family: Georgia,Serif;
    font-size: 70%;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 0.75em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.5em;
    text-transform: uppercase;
    text-align: left;
}

#pageHeader 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;
}

#menu h3 {
	padding: 8px;
}
#menu ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}
#menu ul li a {
    border: 1px solid #999999;
    display: block;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}

#aboutUS h3 {
	margin: 1.5em 0 .75em 0;
}
#aboutUS p {
	margin: 0 0 18px;
}
#aboutUS {
    padding: 10px;
}

#biglogo,
.hide {
    display: none;
}

#pageHeader h1 a {
    text-shadow: 0px 1px 0px #004000;
    xbackground-image: -webkit-gradient(linear, left top, left bottom, from(#996633), to(#6F3C1B));
    
/* 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 */
    
}

#menu ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
       -moz-border-top-left-radius: 8px;
            border-top-left-radius: 8px;
       
    -webkit-border-top-right-radius: 8px;
       -moz-border-top-right-radius: 8px;
            border-top-right-radius: 8px;
}
#menu ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
       -moz-border-bottom-left-radius: 8px;
            border-bottom-left-radius: 8px;
       
    -webkit-border-bottom-right-radius: 8px;
       -moz-border-bottom-right-radius: 8px;
            border-bottom-right-radius: 8px;
}

#menu ul.hide {
    display: none;
}

#leftButton {
    position: absolute;
    top: 7px;
    left: 6px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    line-height: 28px;
    border-width: 0 8px 0 8px;
    -webkit-border-image: url(../../home.v2013/images/button.png) 0 8 0 8;
       -moz-border-image: url(../../home.v2013/images/button.png) fill 0 8 0 8;
            xborder-image: url(../../home.v2013/images/button.png) 0 8 0 8;
    border-style:solid; /* required by firefox */
}

#leftButton.pressed {
    -webkit-border-image: url(../../home.v2013/images/button_clicked.png) 0 8 0 8;
       -moz-border-image: url(../../home.v2013/images/button_clicked.png) fill 0 8 0 8;
            xborder-image: url(../../home.v2013/images/button_clicked.png) 0 8 0 8;
}

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

a:visited {
    color: #996633;
}

