﻿body {
    margin: auto;
    background-color: white;
    width: 100%;
    min-width: 930px;
    font-family: Verdana;
    font-size: 18px;
}

div.page {
    padding-top: 50px;
}

/* Header and P Styles */

header {
    position: fixed;
    margin: auto;
    clear: both;
    float: left;
    display: block;
    width: 100%;
    min-width: 930px;
    background-color: black;
    z-index: 999999999;
    
}

h2 {
    font-size: 18px;
    font-weight: normal;
}

p {
    font-size: 16px;
}

/* General Navigation List Styles */

nav {
    display: block;
    margin: auto;
    text-align: center;
    width: 75%;
    min-width: 920px;
    padding-right: 20px;
}

nav ul {
    list-style-type: none;
    
}

nav ul li {
    display: inline;
    font-size: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

nav ul li a {
    font-family: 'Lucida Sans';
    text-decoration: none;
    color: white;
}

nav ul li a:hover {
    text-shadow: 0px 0px 10px white, 0px 0px 10px white;
}


/* Frame Styles */

section {
    background-color: white;
}

section.imageViewer {
    display: block;
    margin: auto;
    width: 900px;
    height: 400px;
    overflow: hidden;
    padding: 50px 0px 10px 0px;
}

#slides {
    display: none;
    border: 10px solid black;
}

section#content {
    margin: auto;
    width: 900px;
    
    overflow: hidden;
}

div.container {
    margin: auto;
    width: 900px;
    overflow: hidden;
}


article.boxFull, .boxLeft, .boxRight {
    padding-left: 12px;
    padding-right: 12px;

}

article.boxFull {
    float: left;
    width: 98%;
}

article.boxLeft,.boxRight {
    width: 45%;
}

article.boxLeft {
    float: left;
}

article.boxRight {
    overflow: hidden;
    float: right;
}

/* Footer styles */

footer {
    margin: auto;
    margin-top: 20px;
    clear: both;
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 8px;
    background-color: black;
}

address {
    margin: auto;
    width: 900px;
    text-align: center;
    font-style: normal;
    font-size: 16px;
    color: white;

}