
html {
    overflow-y: scroll;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Tahoma;
    font-size: 12px;
    color: #444444;
    line-height: 20px;
    background-color: #FFF;
    text-align: left;
}

a {
    color: #0d4063;
    text-decoration: none;
}

    a:hover {
        color: #1770ad;
    }

br {
    clear: both;
}

p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

h1 {
    display: inline;
    line-height: 25px;
    font-family: Arial, Tahoma;
    font-size: 18px;
    font-weight: bold;
    color: #5a5a5a;
    border-radius: 5px;
    margin: 0px;
    vertical-align: middle;
}

h2 {
    display: inline;
    line-height: 25px;
    font-family:Arial, Tahoma;
    font-size: 18px;
    font-weight: normal;
    color: #5a5a5a;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
}

h3 {
    display: inline;
    margin: 0px;
    padding: 0px;
    line-height: 16px;
    font-family:Arial, Tahoma;
    font-size: 14px;
    color:#4a4a4a;
    font-weight: normal;
    vertical-align: middle;
}

h4 {
    display: inline;
    font-weight: normal;
    font-size: 12px;
    color: #444444;
    line-height: 25px;
    vertical-align: middle;
}

h5 {
    display: inline;
    font-size: 11px;
    line-height: 25px;
    color: #DDD;
    vertical-align: top;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #999;
}

h6, h6 a {
    font-size: 11px;
    line-height: 18px;
    color: #AAA;
    vertical-align: top;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

h5 a:hover {
    color: #EEE;
}

img {
    border: none;
}

textarea {
    display: inline-block;
    font-family: Arial, Tahoma;
    border: 1px solid #DDD;
    height: 70px;
    width: 300px;
    color: #333;
    margin: 0px 0px 0px 0px;
    padding: 2px 5px 2px 5px;
    border-radius: 3px;
}

/* MASTER PAGE STRUCTURE */

#toplinks-full { display: inline-block; float:right;}

#topbar {
    height:50px;
    padding:5px 0px;
}

#menubar {
    height: 40px;
    padding: 0px 0px 0px 0px;
    background-color: #434A54;
    z-index: 0;
    clear: both;
    overflow: hidden;
    width: 100%;
}

.menulinks {
    color:#FFF;
    line-height:40px;
}

    .menulinks a {
        color:#FFF;
    }

        .menulinks a:hover {
            color:#ceca2e;
        }

#middlebar {
    min-height: 600px;
    clear: both;
    z-index: 0;
    overflow: hidden;
    background-color: #FFF;
}

#bottombar {
    font-size: 13px;
    clear: both;
    color: #AAB2BD;
    border-top: 1px solid #CCC;
    background-color: #434A54;
    background-position: bottom;
    background-repeat: repeat;
    line-height: 25px;
}

#bottombar .bottomcolumn {
    width: 20%;
    float: left;
    margin-right:5%;
    text-align:center;
}

#bottombar .bottomheading {
    display:inline-block;
    font-size:18px;
    font-weight:bold;
    color:#DDD;
    line-height:30px;
}

#bottombar .bottomline {
    height:1px;
    font-size:1px;
    background-color:#555;
}

#bottombar a {
    color: #AAB2BD;
}

    #bottombar a:hover {
        color: #5ca8f1;
    }

/* menu - part of master layout */

.menuitem {
    display: inline-block;
    z-index: 2;
    padding:0px;
    margin:0px;
    height:40px;
}
    /* Keep <p> here otherwise properties of <a> cascade to <a> in opening menu div also */

    .menuitem p a {
        display: inline-block;
        float: left;
        font-size: 11px;
        font-weight: bold;
        color: #FFF;
        text-align: center;
        padding: 10px 10px 10px 10px;
        line-height:20px;
    }

    .menuitem:hover p a {
            color:#FAFAFA;
            background-color:#363b42;
        }

    .menuitem .menubox {
        position: absolute;
        display: none;
        clear: both;
        margin: -12px 0px 0px 0px;
        padding: 0px 6px 0px 1px;
        z-index: 2;
        background-color: #363b42;
    }
           
    .menuitem:hover .menubox {
        display: block;
    }

.menuboxdiv {
    width: 220px;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    z-index: 3;
}

    .menuboxdiv a, .menuboxdiv .menuitemsub {
        display: inline-block;
        width: 220px;
        font-size: 12px;
        line-height: 30px;
        color: #FAFAFA;
        padding: 2px 0px 2px 5px;
        background-color: #363b42;
        border-top: 1px solid #32373d;
        cursor:pointer;
    }

    .menuboxdiv a:hover, .menuboxdiv .menuitemsub:hover {
        background-color: #bbb;
        color: #000;
    }

.menuitemsub .menuboxsub {
    display:none;
    position:absolute;
    margin-left:220px;
    margin-top:-32px;
}

.menuitemsub:hover .menuboxsub {
    display:block;
}

.menuboxsub a {
    background-color:#CCC;
    color:#222;
    border-top:1px solid #AAA;
}

.greenbox {
    background-color:#1ead67;
    color:#FFF;
    padding:10px 0px 0px 0px;
    margin-right:10px;
    height:90px;
    position:relative;
}

.redbox {
    background-color:#ca525d;
    color:#FFF;
    padding:10px 0px 0px 0px;
    margin-right:10px;
    height:90px;
    position:relative;
}

.bluebox {
    background-color:#3396a8;
    color:#FFF;
    padding:10px 0px 0px 0px;
    margin-right:10px;
    height:90px;
    position:relative;
}

.bluebox span, .redbox span, .greenbox span {
    font-size: 24px;
    line-height:30px;
    display:inline-block;
    padding-left:10px;
    width:100%;
    color:#FFF;
}

.bluebox label, .redbox label, .greenbox label {
    font-size: 40px;
    line-height:40px;
    display:inline-block;
    text-align:center;
    width:100%;
}
