.i1 {
    display: block;
    margin: auto;
}
.inv {
    display: block;/*was none*/
}
.i2 {
    display: block;/*was none*/
    margin: auto;
}


#back {
    top: 200px;
    position: absolute;
    left: -15px; /*45*/
    background: #fff;
    height: 35px;
    width: 45px;
    text-align: center;
    border-left: solid 0 #7A0000;
}
#next {
    top: 200px;
    position: absolute;
    right: -15px;/*78*/
    height: 35px;
    width: 45px;
    background: #fff;
    text-align: center;
    /*vertical-align: middle;*/
    border-right: solid 0 #7A0000;
}
.left {
    float: left;
    width: 1000px; /*800*/
    border: 0 solid #00f;
}

 #whole {
   width: 1000px;
   height: 800px;
   margin: 0 auto; 
    /* position: absolute;
    width: 100%;
    margin: 0 12px 12px; */
}
#a {
    position: relative; /*was relative then absolute*/
    width: 25%; /*16, or 17*/
    height: 700px; /*600 this #a is the menu container */
}
#b {
    position: absolute; /*was relative*/
    margin-top: 5%; /*3%*/
    margin-left: 185px; /*25*/
    border: 0 solid #00f;
}
#b img {
    padding-top: 0;
}

#b video {
    margin-left: 185px;
}

#e {
    position: absolute;
    top: 53px;
    right: 44px;
    color: green;
}
#f {
    position: absolute;
    top: 80%;
    left: 80%;
    color: #7A0000;
}
a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
#c {
    position: absolute;
    float: left;
    left: 79%;
    margin-top: 20px;
    top: 44px;
    height: 120px;
    color: grey;
    width: 174px;
}
#d {
    height: 100px; /* was 120px */
}



.rleft {
     float:left;
    /* top: 56px; */

    width: 56%;
    border: solid 0px blue;
}


#ra {
    position: relative; /*was relative*/
    width:23%;
    height:600px;
}


#rb {
    position: relative; /*was relative*/
    margin-top: 4%;
    margin-left: 30px;
    border: solid 1px blue;
    width: 700px;
    
}

.inner {
    position: relative;
    width: 100%;
    border: 0 solid #00f;
}


#sa {
    font-family: sans-serif;
    position: absolute;
    text-align: left;
    /*top: 57%; 17%*/
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px; /*was not originally in css*/
    padding-left: 5px; /*31*/
    font-size: 28px; /* 31 29 26*/
}
#cont {
    width: 100%;
    margin: 0 auto;
}

.topp {
    background-color: #bbb;
    width: 100%;
    height: 10px;
    border-radius: 12px;
}
.form {
    list-style-type: none;
    padding: 1px 10px;
    font-size: 17px; /*16, 17*/
    line-height: 34px; /*24*/
    margin: 0px;
}
.port {
    list-style-type: none;
    margin: 0px;
    font-size: 13px; /*13*/
    color: gray;
    font-family: sans-serif;
}
ul.form li:hover {
    background-color: green;
}
a:link {
    color: #444;
    text-decoration: none;
}
a:visited {
    color: #222;
    text-decoration: none;
}
a:hover {
    color: #EE1;
    text-decoration: none;
}
a:active {
    color: #EC0;
    text-decoration: none;
}
#bholdl {
    position: absolute;
    width: 1%;
    height: 100%;
    border: 0 solid green;
}
#bholdr {
    position: absolute;
    width: 100%;
    border: 1px solid green;
}
.spanmid {
    display: inline-block;
    vertical-align: middle;
    padding-top: 7px;
    font-weight: bold;
}
/*
.commentone {
    margin-top: 10px;
    color: #7A0000;
}
.commenttwo {
    top: 600px;
    float: right;
    margin-top: 10px;
    color: #7A0000;
}*/
.bord {
    border-bottom: solid 1px #7A0000;
}
.grey {
    color: grey;
}
.green {
    color: green;
}
#imgholder {
    padding: 1px;
}


.in {
    
    text-indent: 15px;
    
}

.pad {
    width: 700px; /*not orig*/
    padding: 19px;
 
}


#ema {

   border: solid black;
   right: 9px;
    margin-top: 40px;
    width: 400px;
    margin-left: 25px;
   margin-right: 5px;
   height: 300px;
       
}

#emb,#emc,#emd {
    
    left: 9px;
    display: block;
    border-style: none;
   border-bottom: solid black;
   margin: 5%;
   height: 30px;
    top:8px;
    margin-top: 40px;
    margin-left: 32px;
    
}


.lefta{
    margin-top: 20px;
    position: relative;
    float:left;
    width:30%;
    
}

#sep {
border-left: solid 1px green;
}

.kon{
    
    color: green;
    padding: 10px;

}

.kleft {
     float:left;
    /* top: 56px; */

    width: 56%;
    border: solid 0px blue;
}


#kc {
    position: relative; /*was relative*/
    margin-top: 4%;
    margin-left: 30px;
    left: 230px;
    border: solid 1px green;
    width: 700px;
    
}

.dropbtn {
    background-color: white;/* #4CAF50;*/
    color: grey;
    padding: 10px;
    font-size: 10px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 6px 10px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: white;/*#3e8e41;*/
}


