#nav ul li a{color:#1b2d6b}

#nav ul li.current a {
    background-color: rgba(27, 45, 107, 1);
    color: #fff;
    font-weight: bold;text-shadow:none;
}


body{background:#b1b8cd}

#wrap {
    margin: 0 auto;
    max-width: 1086px;
    padding-left: 160px;
    padding-right: 20px;
    position: relative;
    width: 100%;background:#fff;
}

#main .main-top::before {
    background: none;
    content: "";
    height: 45px;
    left: 0;
    position: absolute;
    right: 0;
    top: -25px;
}
#main .main-top {
    background:none;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.2), 0 5px 8px -2px rgba(0, 0, 0, 0.3);
    padding: 25px 20px 10px;
    position: relative;
    z-index: 2;
}


#main h1 {
    color: #3f4d95;
    font-size: 180%;
    font-weight: normal;
    line-height: 1.2;
    text-shadow: none;
}


.mark{background:none;}

#contact-info{
    display:none;
}

.news.main-content li .date, #news-heading .date{
  display:none;
}