* {
    margin: 0;
}

html, body {
    height: 100%;
    font-family: Arial, sans-serif;
    /*color: #003366;*/
}

#popupHeader #top {
    height: 75px;
    padding-top: 10px;
    padding-left: 5px;
}

.highlight-section {
    padding: 5px 15px;
    margin: 15px 0;
    border-bottom: #ff9701 2px solid;
    background: #103d9e;
    color: #FFF;
}

    .highlight-section.cta {
        font-size: 18px;
        text-align: center;
    }

hr {
    width: 100%;
    height: 2px;
    padding: 0;
    margin: 15px 0;
    border: none;
    background: #DDD;
}

#main {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -66px;
}

#top {
    height: 110px;
    /*background: #1d3a7a url('../images/bg_top.png') no-repeat top center;*/
    /*box-shadow: inset rgba(0,0,0,0.25) 0 -12px 8px -10px;*/
}

    #top .divider {
        float: left;
        width: 1px;
        height: 90px;
        margin: 10px 13px;
        background: rgba(255,255,255,0.1);
    }

    #top .logo {
        padding: 0;
        margin-top: 20px;
    }

    #top .cta {
        padding-top: 27px;
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        font-weight: bold;
        color: #b3bdd3;
        text-align: center;
    }

        #top .cta .larger {
            font-size: 24px;
        }

        #top .cta .highlight {
            color: #FFF;
        }

    #top .search {
        padding-top: 32px;
        text-align: right;
    }

        #top .search .advanced-link {
            margin: 5px 0 0 0;
            font-size: 10px;
            font-weight: bold;
        }

#navigation {
    position: relative;
    z-index: 50;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}

    #navigation .primary {
        height: 60px;
        background: #FFF url('../images/bg_nav_primary.png') repeat-x 0 0;
    }

        #navigation .primary .login {
            float: right;
        }

    #navigation .divider {
        height: 3px;
        background: #ff9701 url('../images/bg_nav_divider.png') no-repeat top center;
    }

    #navigation .secondary {
        padding: 12px 0 0 15px;
        border-bottom: 2px solid #cfcfcf;
        background: #dfdfdf;
        font-size: 15px;
    }

#content {
    padding: 0;
}

    #content .message {
        padding: 15px;
        margin: 10px 0;
        background: #e9d8af;
        color: #7f573a;
    }

    #content .blocks {
        margin: 15px auto;
    }

        #content .blocks > div {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            background: #e0e0e0; /* Old browsers */
            background: -moz-linear-gradient(top, #e0e0e0 0%, #c0c0c0 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#c0c0c0)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #e0e0e0 0%,#c0c0c0 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #e0e0e0 0%,#c0c0c0 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #e0e0e0 0%,#c0c0c0 100%); /* IE10+ */
            background: linear-gradient(to bottom, #e0e0e0 0%,#c0c0c0 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#c0c0c0',GradientType=0 ); /* IE6-9 */
        }

    #content .columns > div {
        background: #e9e9e9;
    }

        #content .columns > div .content ul {
            margin-left: 0;
            list-style: none;
            line-height: 1.2;
        }

    #content .sidebar .section {
        margin: 15px 0;
        background: #EEE;
    }

#footer, .push {
    height: 65px;
}

#footer {
    border-top: 1px solid #d4d4d4;
    font-size: 11px;
    color: #505050;
    line-height: 1.2;
}

    #footer .cta {
        width: 379px;
        /*padding: 14px 0 13px 0;*/
        height: 65px;
        border-left: 1px solid #d4d4d4;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
    }

    #footer ul.menu {
        padding-top: 15px;
    }

.sidebar table,
.standardContentItem table {
    border: none;
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
}

    .sidebar table td,
    .standardContentItem table td {
        background-color: #f7f7f7;
    }

    .standardContentItem table thead td,
    .standardContentItem th,
    .sidebar table thead td,
    .sidebar th {
        padding: 5px;
        background-color: #eeeeee;
    }
