html {
    height: 100%;
}

body {
    height: 100%;
    background-color: #f0f0f0;
}

#header-container {
    background-color: #007ab3;
}

#header-container.test,
#header-container.dibatest {
    border-top: solid 3px red;
}

#header-container.handson {
    border-top: solid 3px orange;
}

div.barhandson,
div.bartest {
    height: 5px;
    position: sticky;
    top: 0;
    border: solid 1px red;
}

div.barhandson {
    background-color: orange;
}

div.bartest {
    background-color: red;
}


header, #banner {
    min-width: 910px;
    max-width: 1061px;
    height: 104px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #007ab3;
}

#top-left {
    float: left;
    width: 310px;
    height: 104px;
}

#top-center {
    float: left;
    width: 126px;
    height: 104px;
    margin-left: 10px;
}

#top-right {
    float: right;
    width: auto;
    max-width: 464px; 
    height: 104px;
    text-align: right;
}

#top-right-top {
    padding-top: 5px;
    height: 55px; 
}

#top-right-center {
    display: none;
}

#top-right-bottom {
     
}

#top-nav-container {
    clear: both;
    
    box-shadow: 0 1px 3px rgba(0, 0, 0,0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0,0.3);
}

#top-nav {
    
    
    position: relative;
    z-index: 1;
}

#main-footer-container {
    min-width: 950px;
    max-width: 1101px;
    margin: 0 auto;
}

#prolog {
    min-height: 1px; 
    padding: 12px 10px 15px 20px;
}

#main-container {
    clear: both; 
    display: block;
    width: 100%;
    min-height: 600px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

main, #main {
    
    
    display: flex;
    
    flex-flow: row;
     
}

main:after, #main:after {
    content: "";
    display: table;
    clear: both;
}

#main-top {
    margin: 10px 20px 0 20px;
}



#centeronly {
    padding: 15px;
}

#container-content {
    display: block;
    width: 100%;
    padding-top: 10px; 
}

#content {
    min-height: 580px;
    
    margin: 0 10px 20px 20px;
}

#historyline {
    padding: 0 0 10px 0;
}

#center_A1 {
    width: auto;
}

#center_B1 {
    float: left;
    width: 50%;
}

#center_B1 .mc {
    margin-right: 25px;
}

#center_B2 {
    float: left;
    width: 49%;
}

#clearB1B2 {
    clear: both;
}

#center_C1 {
    clear: both;
}

#center_D1 {
    width: 50%;
    float: left;
}

#center_D1 .mc {
    margin-right: 25px;
}

#center_D2 {
    width: 49%;
    float: left;
}

#clearD1D2 {
    clear: both;
}

.akhmain #center_A1 {
    width: 24% !important;
}

.akhmain #center_B1 {
    
    width: 270px !important;
}

.akhmain #center_B2 {
    width: 240px !important;
}

.akhmain #center_B3 {
    width: auto !important;
}

.akhmain #center_C1 {
    width: 44% !important;
}

#center_bottom {
    clear: both;
    margin: 0 20px 25px 20px;
}

.nearside #center_bottom {
    position: relative;
    top: -10px;
    margin: 0px 20px 15px 20px;
}






#container-content.nearside {
    float: left;
    
    width: 80.2%;
}

#content.nearside {
    margin-right: 10px;
}

#container-content-left {
    float: left;
    width: 50%;
}

#content-left {
    padding-right: 8px;
    border-right: solid 1px #d3d3d3;
}

#container-content-right {
    float: left;
    width: 50%;
}

#content-right {
    padding-left: 8px;
}


#container-content-left-B1 {
    float: left;
    width: 50%;
}

#content-left-B1 {
    padding-right: 8px;
    border-right: solid 1px #d3d3d3;
}

#container-content-left-B2 {
    float: left;
    width: 50%;
}

#content-left-B2 {
    padding-left: 8px;
}

#content-left-C {
    clear: both;
}




#container-content-right-A1 {
    float: left;
    width: 50%;
}

#content-right-A1 {
    padding-right: 8px;
    border-right: solid 1px #d3d3d3;
}

#container-content-right-A2 {
    float: left;
    width: 49.99%;
}

#content-right-A2 {
    padding-left: 8px;
}

#content-right-B {
    clear: both;
}

#container-content-right-C1 {
    float: left;
    width: 50%;
}

#content-right-C1 {
    padding-right: 8px;
    border-right: solid 1px #d3d3d3;
}

#container-content-right-C2 {
    float: left;
    width: 49.99%;
}

#content-right-C2 {
    padding-left: 8px;
}

#content-right-D {
    clear: both;
}



#content-bottom {
    clear: both;
}






#container-complementary {
    display: block;
    display: flex;
    float: left;
    
    width: 19.8%;
    margin-top: 10px;
    margin-bottom: 20px;
}

#container-complementary-stretch {
    max-width: 200px !important;
    min-height: 600px;
    background-color: #d3d3d3;
}

#complementary {
    padding: 10px;
}

#container-complementary table .contactcaption {
    display: none;
}





footer, #contentinfo {
    margin: 25px auto 25px auto;
    min-width: 950px;
    max-width: 1101px;
    padding: 0 20px;
}

#bottom-nav ul {
    display: block;
    float: left;
    margin: 0 20px 40px 20px;
}
