﻿.web-BG {
    background: url("../images/bodyBG.jpg") repeat-x left top #fdfdff; 
}
.header {
    background: url("../images/headerBG.jpg") repeat-x center bottom;
    background-size:100% 100%;
    z-index:1;
}
.footer {
    background: url("../images/footerBG.jpg") repeat-x center bottom ;
    background-size:100% 100%;
    color:#004280;
    z-index:1;
    font-size:12px;
}
.content-BG {
    background-color:white;
    border:2px solid #f8b539;
}
.btn-custom {
    background-color: #48a18a;
    border-color: #48a18a;
    color: #ffffff;
}
    .btn-custom:hover,
    .btn-custom:active,
    .btn-custom:focus {
        color: #ffffff;
        cursor:pointer;
        opacity:0.9;
    }
.nav > li > a:hover, .nav > li > a:focus {
    background-color:transparent!important;
}

