
.navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
    background: #011586;
    text-align: center;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    width: 185px;
}    
.navbar-nav>li>.dropdown-menu {
    background: #011586;
}    
.dropdown-menu>li>a {
   color: #fff;
}

.LogoHeader {
    height: auto; 
    margin-top: -20px; 
    text-align: center;
}
  
#mainContentArea {
    color: #000;
}    
#mainContentArea a {
    color: #011586;
}
.menu-features {
    color: #000;
}
.menu {
    background: #011586;
}
.secondary {
    background: #01810e;
}
.modHeader {
    background: #01810e;
}
.modHeader .input-group-addon {
    background: #01810e;
    border-color: #01810e;
}
.highlight a:link {
    color: #FFF !important;
    font-size: 15px;
}
.highlight a:visited {
    color: #FFF !important;
}
.highlight a:hover {
    color: #f7f3ce !important;
}
#format_tab_selected {
    padding-left: 10px;
}
.highlight, #mobileDropdownMenu li a {
    background: #01810e;
    border-color: #01810e;
}
.highlight .input-group-addon {
    color: #141414;
}

#mainContentArea {
    width: 89%;
}

#style12BannerWrapper {
    width: auto !important;
}
#style12Banner {
   width: 86%;
   max-height: 490px !important;
}
#style12BannerLogo {
    left: 132px !important;
}
.home_featured_heading {
    text-align: center;
    font-size: 24px;
}
.home_featured_heading {
    border-bottom: solid 1px #cecdcd;
}
.home_featured_content {
    border-bottom: solid 1px #cecdcd;
}
.home_featured_content div.featuredListings {
    min-height: 0 !important;
}

.home_featured_content div.featuredListings img.website_img {
    max-height: 500px;
    max-width: 375px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #011586;
    border-color: #011586;
}
.pagination>.active>a {
    color: #fff !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

@media screen and (max-width: 450px) {
    .home_featured_content div.featuredListings img.website_img {
        max-height: 350px !important;
        max-width: 263px !important;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff !important;
    }    
}