/* Version: - 0.9 */

/*GLOBAL ELEMENTS*/
body {
    bottom: 0px;
    left: 0px;
    font-family: arial, verdana, tahoma, geneva, sans;
    overflow: hidden;
    font-size: 90%;
}
h1 { 
    display: block;
    font-size: 28px;
    line-height: 100%;
    font-weight: bold;
    font-family: arial, verdana, tahoma, geneva, sans;
}
p {
  margin-top: 8px;
  margin-bottom: 8px;
}
ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
#heading {
    position: absolute;
    font-size: 33px;
    font-weight: bold;
    bottom: 0px;
    z-index: 10;
    color: #000000;
    margin: 0px;
    z-index: 10;
}
h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: arial, verdana, tahoma, geneva, sans;
}

/*IDs(#) and classes(.)*/
#wrap {
    width: 100%;
    height: 100%;
    position: static;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px;
}
/*BANNER*/
#bannerWrap {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 50px;
    background-color: #a7a9ac;
    background-image: url(../images/bg.gif);
    background-size:40%;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 7px solid #820023;
}
#bannerContent1 {
    position: absolute;
    left: 0.5%;
    top: 0.5%;
    width: 99%;
    height: 99%;
}
#bannerContent3 img {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 92%;
}

#aboutLink {
    text-decoration: none;
}
#aboutLink a:hover {
    color: red;
    text-decoration: none;
}
#aboutLink a {
    color: black;
    text-decoration: none;
}

/*MAP*/
#mapWrap {
    position: absolute;
    right: 0px;
    top: 57px;
    width: 100%;
    height: calc(100% - 57px);
    height: -o-calc(100% - 57px); /* opera */
    height: -webkit-calc(100% - 57px); /* google, safari */
    height: -moz-calc(100% - 57px); /* firefox */
}
#mapHolder {
    border: 1px solid grey;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    visibility: show;
}
#layerBox {
    position: absolute;
    /*height: 260px;*/
    width: 140px;
    left: 4px;
    top: 4px;
    font-size: 12px;
    color: #000000;
    background-color: #ffffff;
    opacity: 1.0;
    font-family: arial, verdana, tahoma, geneva, sans;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    z-index: 3;
    border-radius: 5px 5px 5px 5px;
}
/*SEARCH*/
#searchText {
    position: absolute;
    left: 161px;
    top: 4px;
    /*margin: 4px;*/
    background-color: #fff;
    font-size: 12px;
    padding: 2px 4px 2px 4px;
    text-overflow: ellipsis;
    width: 250px;
    font-family: arial, verdana, tahoma, geneva, sans;
    border: 1px solid #000000;
}
.controls {
    border: 1px solid transparent;
    border-radius: 5px 5px 5px 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#searchText:focus {
    border-color: #4d90fe;
}
/*SPLASH*/
body {
    background-color: #cccccc;
    z-index:-1;
    background-image: url(../images/bg.gif);
    background-size:60%;
    background-repeat: no-repeat;
    background-position: top right;
}

#splash {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    width: 770px;
    height: 310px; 
    position:absolute;
    display: block;    
    z-index:10;
    background-color: #a7a9ac;
    border-radius: 20px 20px 20px 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
}


.shadow {
    -moz-box-shadow:0px 0px 6px 2px rgba(41, 41, 41, 0.4);
    -webkit-box-shadow:0px 0px 6px 2px rgba(41, 41, 41, 0.4);
    box-shadow:0px 0px 6px 2px rgba(41, 41, 41, 0.4);
}
#splashHeader {
    width:100%;
    height:50px;
    margin: 0px 0px 0px 0px;
    display: inline-block;
}
#splashBody {
    height:auto;
    margin: 0px 0px 0px 0px;
}
#splashBody p a {
    color: #820023;
    text-decoration: none
}
#splashFooter {
    width: 100%;
    margin-top: 20px;
}
#splashFooter img {
    margin-right: 20px;
    height: 70px;
}
#btnContinue {
    float:right;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.4em;
    padding: 10px;
    border-radius: 6px;
}
/*LEGEND*/
.legendIcon {
    width: 12px;
    height: 12px;
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}
#legendlistLden {   
    position: absolute;
    left: 4px;
    bottom: 30px;
    z-index: 10;
    display:inline-block;
    width:140px;
    list-style-type: none;
    color: #000000;
    background-color: #ffffff;
    opacity: 1.0;
    margin: 0px;
    border: 1px solid #000000;
    z-index: 3;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px 5px 5px 5px;
    font-family: arial, verdana, tahoma, geneva, sans;
}
#legendlistLngt {
    position: absolute;
    left: 4px;
    bottom: 30px;
    z-index: 10;
    display:inline-block;
    width:140px;
    list-style-type: none;
    color: #000000;
    background-color: #ffffff;
    opacity: 1.0;
    margin: 0px;
    border: 1px solid #000000;
    z-index: 3;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px 5px 5px 5px;
    font-family: arial, verdana, tahoma, geneva, sans;
}
#copyright {
    position: absolute;
    bottom: 0px;
    left: 85px;
    z-index: 10;
    color: #000000;
    margin: 2px;
    z-index: 10;
}
#shareButton1 {
    position: absolute;
    z-index: 10;
    right: 0px;
    bottom: 33px;
    margin: 0px;
}
#shareButton2 {
    position: absolute;
    z-index: 10;
    right: 0px;
    bottom: 10px;
    margin: 0px;
}

.button {
   background: #a7a9ac;
   padding: 1px 1px;
   color: white;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   background: #0000FF;
   }

.buttonSel {
   background: #820023;
   padding: 1px 1px;
   color: white;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.buttonSel:hover {
   background: #820023;
   }