.header .logo img {
    max-height: 94px;
    height: 94px;
    width: 185px;
}

body .header {
    background-image: url(../images/header-bkgd.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #e2e2e2;
    min-height: 105px;
}

body .header .navbar-default {
    background-color: transparent;
    border: 0px;
}

body .header .navbar-form {
    background-color: #fff;
}

body .header .logo-area {
    margin-bottom: 45px;
}

@media (min-width:768px) {
    html body {
        padding-top: 120px;
    }
}

button.submitcancel {
    color: #fff;
    background-color: #556d32;
    border-color: #475c2a;
}

button.submitcancel:hover {
    color: #fff;
    background-color: #3a4a22;
    border-color: #273217;
}

.main-content a {
    text-decoration: none;
}

.main-content a:hover {
    text-decoration: underline;
}

a.logo:focus {
    outline: none;
}