html, 
body {
    height: 100%;
}

#body-bg
{
	background-color:#DBEBC6;/*rgba(219, 235, 198, 1);*//*#F4F4F4;*/
    position:relative;
    margin:0;
    font-family:Calibri;
     background-image: url("../Images/V2/BGBible_Light2.jpg");
     background-repeat:repeat-y;
}

#body-bg:after
{
   /*content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background-image: url("/Images/V2/BGBible_O.jpg");
    opacity:0.65; 
    z-index: -1;
     min-width:930px;
     background-repeat:repeat;*/
}

.hci-cream-bg
{
    background-color: #fbfff5
}

#ribbon-header
{
    /*background-color:rgba(137, 164, 184, 1);*/
    background-color:white;
    /*background-color:#9BA69C;*/
    height:60px;
    position:relative;
    min-width:930px;
}

#banner-container
{
    /*height:83px;   
    background-position:bottom center;
    margin-top:12px;*/

    min-width:930px;
    position:relative;
}

#logotxtCont
{
    position:relative;    
    width:585px;
    margin: 0 auto;
}
#logotxt
{
    position:absolute;
    font-size:20pt;
    color:#2E78B4;
    padding-top:15px;
    font-family:Trebuchet MS;
}
#logotxtChinese
{
    position:absolute;
    padding-top:70px;
}

#banner-left
{
    width:auto;
    height:100%;
    border:1px solid red; 
    color:cornflowerblue;
    float:left;   
}

#banner-mid
{    
    margin:0 auto;
    width:930px;
    position:relative; 
    /*max-width:830px;*/
   
}

#body-links
{
    /*width:1000px;*/
    /*width:980px;*/
    max-width:980px;
    min-width:930px;
    margin: 0 auto;
}

.inner-content
{
    margin: 0 auto;
    padding-left:25px;
    padding-right:25px;
    /*margin-top:70px;*/
}

.lnk-button
{
    border:5px solid #F5F4F5;    
    margin: 10px 5px 10px 5px;
    width:290px;
    height: 65px;
    float:left;
    font-family: Calibri;
    font-size:14pt;
    
    text-align:center;    
}

.lnk-button-bg-norm
{
    background-color: #9BB488;
    color:#E7ECC8;
}
.lnk-button-bg-highl
{    
    background-color: rgba(201, 225, 178, 1) !important;   
    /*color: rgba(112, 164, 35, 1);*/
}
.lnk-button>p
{
    vertical-align:middle;
    
}

.inner-break
{
    height:150px;
}

.hci-border-div
{
    border-top-right-radius:20px;
    border-top-left-radius:20px;
    border-bottom-right-radius:20px;
    border-bottom-left-radius:20px;
    border:2px solid white;
}

.hcitopmarginstd
{
    /*margin-top:20px;*/
}
.gallery
{
    padding-left:25px;
    font-family:Calibri;
    font-size:24pt;
    color:#86AD84;
    font-weight:bold;
    min-width:200px;
}

.mis-stat
{    
    /*height:200px;*/
    /*padding:10px 10px 10px 10px;*/
}

.abtus
{
    padding:0px 15px 15px 15px;
    /*color:#979D58;*/
    /*color:#86AD84;*/
    color:rgba(105, 129, 86, 1);
    margin:20px 0 40px 0;
}
.contacts
{
    margin:40px 0;       
    color: #869e2b;
    font-style:italic;    
}

.contacts>table
{
    padding: 10px 15px;
}

h2
{
    text-align:center;
}

li
{
    margin-bottom:15px;
}

.make-bold
{
    font-weight:bold;
}

a
{
    color:#869e2b;
    text-decoration:none;
}

.divTable{
	display: table;
	float:right;
    padding-right:25px;
    margin-top:25px;
}
.divTableGallery{
	display: table;  
    margin:5px;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #F5F4F5;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    border-radius:8px;
	display: table-cell;
	padding: 3px 10px;
    background-color:rgba(138, 173, 193, 1);     
    color:#336643;
}
.lang-sel-cell
{
    background-color:rgba(211, 226, 120, 1) !important;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

#img-jb
{
    float:right;
    width:300px; 
    height:226px; 
    margin-left:5px;
}

.img-ministries
{
    float:left;
    width:300px; 
    height:226px; 
    margin-right:10px;
}

#gallery-table img
{
    width:90%;
    padding-left:15px;
}
#gallery-table td
{
    vertical-align:top;
}

.we-chat
{
    padding-right:25px;
    text-align:right;
}
div#gallery-thmb h4
{
    text-align:center;
    background-color:white;
    border-bottom:3px solid lemonchiffon;
    font-size:11pt;
    font-family:'Segoe UI';
    font-weight:lighter;
}

.dropdown {
  float: left;
  overflow: hidden;
  width:150px;
  text-align:center;
  margin:1px 1px;
  background-color: white;
  cursor:pointer;
}

.dropbtn
{    
    /*padding: 7px 10px; */
}

.dropdown .dropbtn {
 
  border: none;
  outline: none; 
  color:#869e2b;
  background-color: inherit;
  
}

.dropdown-content {
  display: none;
  /*
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;*/
}

.dropdown-content a {
  
  padding: 10px 0;  
  display: block;
}

.nav-btn:hover, .dropdown-content a:hover  {
  background-color: #dbebc6 !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}

#orange-arrow
{
    margin:0 auto;   
    display:block;
    padding-bottom:3px;
}
#mission-stat
{
    text-align:center; 
    margin:40px 0;   
}
#mission-stat>img
{
    width:930px;    
}
#footer
{
    /*position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
 
    padding: .7rem;
    background-color: #DDF3D9;
    color: rgba(179, 175, 66, 1);
    text-align: center;*/
    
   /* min-height:30px;
    height:100%;
    margin:0 auto;
    margin:0 20px;
    background-image:linear-gradient(#fbfff5, transparent);   
     border-top-right-radius:20px;
    border-top-left-radius:20px;*/
}
.muteoverflow
{
    /*overflow:hidden;*/
}