﻿
#HeaderImageDiv {
    padding: 10px 0;
    text-align: center;
    position: relative;
    z-index: 10;
    margin-bottom: -26px;
    pointer-events: none;
}

#footer {
    background-color: #007CC4;
    background-image: linear-gradient(#007CC4 0px, #003782 100%);
    color: white;
}

.navbar {
    background-color: #007CC4;
    background-image: linear-gradient(#007CC4 0px, #003782 100%);
    margin: 0px;
    z-index: 9;
}

.navbar-right { margin-right: 0px; }

.navbar-default .navbar-nav > li > a {
    color: white;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li.active > a:hover {
    color: silver;
    background-color: transparent;
    background-image: none;
