#accountNav .currentSite a {
    display: none;
}

#accountNav .nginLogo a {
    display: none;
}

#accountNav a {
    border-left: none;
    border-right: none;
}

#accountNav a:hover {
    background: none;
    color: #c1b507;
}

ul#accountNav,
ul#accountNav:before,
ul#accountNav:after {
    background: none;
    border-bottom: none;
}

#siteHeader {
    height: 215px;
}

#topNav tr td > a,
#topNav td.selected > a {
    position: relative;
    top: auto;
    padding: 10px 15px;
    color: #BA9322;
    text-decoration: none;
    font-family: "jaf-facitweb";
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    width: auto;
    display: block;
    border-top: none;
    border-bottom: none;
    background: #45484d;
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
    background: -o-linear-gradient(top, #45484d 0%, #000000 100%);
    background: -ms-linear-gradient(top, #45484d 0%, #000000 100%);
    background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=0);
}

#topNav td > a:before,
#topNav td > a:after {
    display: none !important;
}

#topNav td.selected > a,
#topNav td:hover > a {
    position: relative;
    top: auto;
    padding: 10px 15px;
    margin-top: 0;
}

#topNav td:hover > a {
    background: #fff;
    background: -moz-linear-gradient(top, #ddd 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddd), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #ddd 0%, #fff 100%);
    background: -o-linear-gradient(top, #ddd 0%, #fff 100%);
    background: -ms-linear-gradient(top, #ddd 0%, #fff 100%);
    background: linear-gradient(to bottom, #ddd 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ddd', endColorstr='#fff', GradientType=0);
}

#home h2#displayBodyHeader {
    display: none !important;
}

h3,
h3 span {
    font-size: 1em;
    line-height: 1.5;
    font-weight: 400;
}

.textBlockElement h3,
.aggregatorElement h3,
.mailSubscribeElement h3,
.reportTableElement h3,
.tableElement h3,
.pollElement h3,
.reportTableElement table tr th,
.tableElement table tr th {
    color: #fff;
    background: #45484d;
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
    background: -o-linear-gradient(top, #45484d 0%, #000000 100%);
    background: -ms-linear-gradient(top, #45484d 0%, #000000 100%);
    background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=0);
}

div#siteFooter ul {
    background: #000;
    border-top: none
}

div#siteFooter li,
div#siteFooter li a {
    color: #FFFFFF;
}

div#footer,
div#siteFooter ul:before,
div#siteFooter ul:after {
    color: #fff;
    background: #000;
    top: -2px;
    border-top: none
}

div#footer,
div#siteFooter ul:before,
div#siteFooter ul:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}