/* cat /usr/local/bootstrap/bs5/css/site.mintac.css */
/* This file used in MintAc offical site */
div#wrapper { max-width: 1440px; margin: 0 auto;background:#ffffff; }
.navh1 {
    /*display: inline-block;*/
    width: auto;
    margin: 0px;
    background: #7f99cc;     /* #313C52; */
    font: bold 16px Verdana,Arial;
    padding: 5px 10px 5px 10px;
    color: #fff;
    clear: both;
}
/* Div Box2 */
div#box2 { float:left; background:#fff url('/assets/images/box2_bkg-300x480.png') repeat-x; width:300px; height:480px; padding:12px 0px 0 0px; font-size:14px; } /* 382 x 390 */
div#box2 span { display:inline-block; font-size:12px; line-height:14px; }
div#box2 div { margin-top:0px; }
/* Div Box3 */
div#box3 {
    padding:10px;
    color:#000000; /*#005980;*/
    float:left;
    background:#fff url('/assets/images/sidebartop-300x60.png') repeat-x;
    width:300px; height:110px; padding:12px 0px 0 0px; font-size:14px;
}
div#box3 span { display:block; font-size:12px; line-height:14px; }
div#box3 div { margin-top:8px; }
div#box3 p { margin-bottom:3px; }
div#box3 p.title { font-size:24px; font-weight:bold; margin-top:5px; margin-bottom:10px; color:#fff; text-align:center; }
div#box3 p.subtitle { font-size:16px; font-weight:normal; margin-top:8px; margin-bottom:5px; }
div#box3 a { color: #005980;  }
div#box3 ul { padding:0 0 0 20px; margin:0; }
div#box3 ul li { list-style-image: url('/assets/images/bullet.gif'); line-height:14px; margin-top:5px; margin-bottom:5px; }
div#box3 ul li a { font-weight:bold; color:#fff;}

/* Div Box4 */
div#box4 {
    padding:10px;
    color:#000000; /*#005980;*/
    float:left;
    background:#fff url('/assets/images/sidebartop-400x60.png') repeat-x;
    width:400px; height:110px; padding:12px 0px 0 0px; font-size:14px;
}
div#box4 span { display:block; font-size:12px; line-height:14px; }
div#box4 div { margin-top:8px; }
div#box4 p { margin-bottom:3px; }
div#box4 p.title { font-size:24px; font-weight:bold; margin-top:5px; margin-bottom:10px; color:#fff; text-align:center; }
div#box4 p.subtitle { font-size:16px; font-weight:normal; margin-top:8px; margin-bottom:5px; }
div#box4 a { color: #005980;  }
div#box4 ul { padding:0 0 0 20px; margin:0; }
div#box4 ul li { list-style-image: url('/assets/images/bullet.gif'); line-height:14px; margin-top:5px; margin-bottom:5px; }
div#box4 ul li a { font-weight:bold; color:#fff;}

.dropdown-menu { background-color: #e1e1e1; }
.dropdown-menu li { border-bottom:1px dashed #94abd7;padding:3px; }
.gallery { margin-top:0;margin-right:0px;margin-left:0px;margin-bottom:40px; }
.gallery .col-xs-6, .gallery .col-sm-3, .gallery .col-sm-4 { padding:5px; }

/* Something revised */
.bold { font-weight:bold; }
.b-divider {
    width: 100%;
    height: 1rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

/* Original for BCEmail/nav_top10.html, the CSS code for<header> <nav>. */
#header-nav {height:92px; padding:5px 0; margin-bottom:1px; background:#000; }
#navigation {
    float:center;
    display:block;
    margin-right:5px;
}
#navigation li {
    float:left;
    display:inline;
    width:135px; height:39px;
    margin-right:5px; font-size:1.15em;
    text-transform:lowercase;
}
#navigation li a {
    display:block;
    width:135px;
    height:39px;
    padding-top: 5px;
    text-align:center;
    text-decoration:none;
    color:#fff;
    background:url(https://bcemail.us/BCEmail/assets/images/nav_tab-135.png) left top no-repeat;
}
#navigation li a:hover {
    color:#408080;
    background:url(https://bcemail.us/BCEmail/assets/images/active_nav_tab-135.png) left top no-repeat;
}


