﻿* {
    box-sizing: border-box;
    clear: both;
    color: #222;
}

body {
    font-family: 'Segoe UI', Arial, 'Courier New';
    background: #333;
}

#wrapper {
    width: 800px;
    margin: auto;
    margin-top:40px;
    padding: 100px 25px;
    border: 1px solid #DDD;
    background-color:#FAFAFA;
    position: relative;
    overflow-y: auto;
    min-height:500px;
}

#header {
    text-align: center;
}

    #header img {
        width: 100%;
        height: auto;
    }

    #header span {
        font-size: 32px;
        padding-bottom: 75px;
        color: white;
        position:absolute;
        left: 150px;
    }

#headercompact {
    position: absolute;
    height: 45px;
    top: 0px;
    left: 0px;
    right: 0;
    background-color: #274466;
}

    #headercompact img {
        position: absolute;
        top: 0;
        bottom: 248px;
        left: 0;
        height: 45px;
        width: auto;
    }

    #headercompact span {
        position: absolute;
        top: 0px;
        left: 175px;
        font-size: 32px;
        color: white;
    }

#maincontent {
    font-size:18px;
}


#menucompact {
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
}

#menu ul, #menucompact ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

    #menu ul li, #menucompact ul li {
        float: left;
        clear: none;
        width: 14.28%;
        text-align: center;
        background-color: #edf2f8;
        border: solid;
        border-color: black;
        border-width: 1px;
    }

        #menu ul li:hover, #menucompact ul li:hover {
            background-color: #474747;
            border-color: black;
            text-decoration: none;
            color: white;
        }

        #menu ul li a, #menucompact ul li a {
            text-decoration: none;
            font-style: oblique;
            color: inherit;
        }

        .emailLink {
            color:blue;
        }

/*#PineImage {
    position:absolute;
    margin-left:500px;
    margin-top:75px;
    text-wrap: initial;

}*/

#BoardMessage {
        position:relative;
        top:50px;
        left:85px;
        background-color:#F5F5F5;
        font-size:13px;
        border:solid;
        border-width:5px;
        border-color: #274466;
        padding-left:2px;
        padding-right:2px;
}

#content .module {
    float: left;
    clear: none;
    position: relative;
    padding: 7px;
}

    #content .module h2, #content .module h4, #content .module p {
        margin:0;
    }

.size-1-1 {
    width: 100%;
}

.size-1-2 {
    width: 50%;
}

.size-1-3 {
    width: 33.33%;
}

.size-2-3 {
    width: 66.66%;
}

#split {
    position: absolute;
    top: 123px;
    right:100px;
}

#footer {
    font-size: 12px;
    background-color: #274466;
    color: white;
    text-align: left;
    padding: 5px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    #footer a {
        color: inherit;
    }

    #footer p {
        font-size: 12px;
        color: white;
        text-align: right;
        position: absolute;
        bottom: 0;
       left: 0;
       right: 0;
    }
