/* LJA Blue Theme */

/* Override banner background image */
#header {
    background: #1a3a5c !important;
    height: 70px !important;
    display: flex;
    align-items: center;
}

#headeruid {
    background: #1a3a5c !important;
    height: 70px !important;
}

/* Logo */
#header img, #logo {
    max-height: 55px !important;
    margin-left: 15px;
}

/* Navigation menu */
#menu {
    background: #2c5f8a !important;
}

#menu li {
    text-shadow: none !important;
}

#menu a {
    color: #ffffff !important;
}

/* Page background */
body {
    background: #e8eef4 !important;
}

/* Wrap */
#wrap {
    background: #ffffff;
}

/* Content area */
.box {
    border-color: #2c5f8a !important;
}

.box .heading {
    background: #2c5f8a !important;
    color: #ffffff !important;
}

/* Buttons */
.basicbutton, input[type="submit"] {
    background-color: #2c5f8a !important;
    color: #ffffff !important;
    border-color: #1a3a5c !important;
}

/* Footer */
#footer {
    color: #666;
}
