﻿* {
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Arial, Sans-Serif;
    border: 0;
}
body {
    background: #2a446d url(/images/master/pageBG.jpg) repeat center top;
}

#Content {
    width: 980px;
    margin: 0px auto;
    background: #ffffff;
    box-shadow: 0px 0px 4px 2px #142b50;
}
    #Content #Header {
        height: 90px;
        background: #ffffff url(/images/master/header.jpg) no-repeat;
        overflow: hidden;
    }
    #Content nav {
        height: 42px;
        border-bottom: solid 1px #999999;
        border-top: solid 1px #999999;
        background: #bebebe url(/images/master/navigation/navBG.jpg) repeat-x left top;
        overflow: hidden;
    }
        #Content nav ul {
            list-style-type: none;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
            #Content nav ul li {
                flex: 1 1 auto;
                float: left;
                overflow: hidden;
            }
                #Content nav ul li:hover {
                    background: rgba(0,0,0,.1);
                }
                #Content nav ul li a {
                    display: block;
                    height: 42px;
                    font-size: 16px;
                    line-height: 42px;
                    font-family: Oswald, Arial, sans-serif;
                    font-weight: 500;
                    color: #424447;
                    text-align: center;
                    background-image: none !important;
                    text-transform: uppercase;
                    text-decoration: none;
                    text-shadow: 0px 1px 0px #fff;
                }
                    #Content nav ul li a.active {
                        color: #7e9ed2;
                    }
#Copy {
    position: relative;
    padding: 20px;
    overflow: hidden;
}

#FooterNav {
    width: 960px;
    margin: 0px auto;
    padding: 20px 10px 20px 10px;
    overflow: hidden;
}
    #FooterNav ul {
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
        #FooterNav ul li {
            flex: 1 1 auto;
            float: left;
            overflow: hidden;
        }
            #FooterNav ul li a {
                display: block;
                font-size: 14px;
                line-height: 20px;
                font-family: Oswald, Arial, sans-serif;
                font-weight: 500;
                color: #ffffff;
                text-align: center;
                text-transform: uppercase;
                text-decoration: none;
                text-shadow: 0px 1px 0px #182d4e;
                border-right: solid 1px #ffffff;
            }
            #FooterNav ul li:last-child a {
                border-right: none;
            }
            #FooterNav ul li a.current {
                color: #8cb6f9;
            }
            #FooterNav ul li a:hover {
                text-decoration: underline;
            }


    #FooterNav p {
        padding: 10px 10px 0px 10px;
        font-size: 14px;
        line-height: 20px;
        color: #ffffff;
        text-shadow: 1px 1px 1px #142b50;
    }
        #FooterNav p a {
            float: right;
            margin-left: 10px;
            font-size: 14px;
            line-height: 20px;
            color: #ffffff;
            text-shadow: 1px 1px 1px #142b50;
        }