html {
    overflow-y: scroll
}
html, body {
    margin: 0;
    padding: 0;
    font-family: "Times New Roman",times;
    font-size: 14pt;
    min-height: 100%;
}
h1,h2,h3 {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: normal;
}
h1 {
    font-size: 48px;
    clear: both;
}
h1.home {
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.6);
    padding: 5px;
    margin-top: 500px;
    position: relative;
}
img {
    margin: 0;
}
.bgcredit {
    font-size: 20px;
    position: absolute;
    right: 0px;
    top: -40px;
    background-color: rgba(0,0,0,0.6);
    text-transform: none;
    letter-spacing: 0px;
    padding: 5px;
}
a {
    outline: none !important;
    border: none !important;
}
.top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px;
    background-color: white;
    z-index: 2;
}
#page {
    margin: 170px auto 0 auto;
    padding: 0 0 100px 0;
    width: 980px;
    clear: both;
}
ul.nav {
    list-style-type: none;
    display: block;
    padding: 0;
    margin: 10px auto 10px auto;
    width: 978px;
    height: 150px;
    border-right: solid 2px black;
}
ul.nav li {
    display: block;
    float: left;
    width: 150px;
    height: 150px;
    background-color: #CCCCCC;
    margin: 0 10px 0 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
ul.nav li.journal   { background-image: url(nav_thmb_journal.png); }
ul.nav li.site      { background-image: url(nav_thmb_site.png); }
ul.nav li.time      { background-image: url(nav_thmb_time.png); }
ul.nav li.trends    { background-image: url(nav_thmb_trends.png); }
ul.nav li.processes { background-image: url(nav_thmb_nature.png); }
ul.nav li a {   
    width: 100%;
    height: 100%;
    display: block;
}
ul.nav li a:hover .label, ul.nav li.active a .label {
    visibility: visible !important;
}
.id {
    float: right;
    width: 170px;
    font-style: italic;
    font-size: 12pt;
    color: #888888;
    text-align: right;
    margin-right: 5px;
}
.label {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: white;
    visibility: hidden;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    font-size: 20px;
}
.bg {
    background-image: url(bg_southst_1956.jpg);
    background-size: cover;
    background-position: center center;
    z-index: -1;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#page > p {
    margin-top: 20px;
}
.box {
    background-color: white;
    margin-top: 50px;
    padding: 20px 0;
}
.box p, .box h3 {
    padding: 0 10px;
}
.box > img {
    margin-bottom: -25px;
}
.row {
    width: 980px;
    clear: both;
    margin: 0 0 50px 0;
    position: relative;
}
.row p {
    margin-bottom: 0;
}
.left {
    float: left;
    left: 0;
}
.w13 {
    width: 320px;
}
.w23 {
    width: 640px;
}
.right {
    float: right;
    right: 0;
}
.clear {
    clear: both;
}
.photobox {
    width: 640px;
    height: 480px;
}
.sidecaption, .intextcaption {
    color: #888888;
    font-style: italic;
}
.sidecaption {
    position: absolute;
    bottom: 0;
}
p {
    margin: 0 0 20px 0;
}
.mapbox {
    width: 980px;
    height: 550px;
    position: relative;
    margin-bottom: -25px;
}
.mapbox img {
    position: absolute;
    top: 0;
    bottom: 0;
}
.mapbox ul {
    list-style-type: none;
    display: block;
    padding: 0;
    margin: 0;
    height: 500px;
    width: 70px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.mapbox ul > li {
    padding: 10px;
    background-color: rgba(0,0,0,.5);
    /*float: left;*/
    display: block;
    height: 20px;
    width: 50px;
    margin: 0 0 10px 0;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}
.mapbox div.credit {
    padding: 5px;
    background-color: rgba(0,0,0,.5);
    height: 14px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    color: #ffffff;
}

#lmap {
    width: 980px;
    height: 500px;
}
