/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/



_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
div#map .ol-attribution{bottom: 0px;}

/* Container
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
div#container {
  width: 100%;
  min-width: 980px;
  height: 100%;
  min-height: 100%;
  position: relative;
  min-height: 100%;
  background-color: white;
}

  mbody {
    position: relative;
    top: 0px;
  }

  div#main_container {
    position: relative;
    top: 10px;
    height: calc( 100% - 170px );
    width: 100%;
  }

    div#left_container {
      position: relative;
      top: 0px;
      left: 0px;
      height: auto;
      width: 100%;
      z-index: 0;
    }

    div#right_container {
      position:absolute;
      top: 0px;
      right: 10px;
      left: auto;
      bottom: 0;
      width: 340px;
      height: calc( 100% - 18px );
      background-color: orange;
      z-index: 0;
    }
    


/* Main
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
div#map_container {
    position:relative;
    top: 0px;
    left: 10px;
    width: calc( 100% - 370px );
}
  div#map {
    position:relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 550px;
    background-color:navy;
    border: 1px solid dimgray;
  }

  div#update {
    position:relative;
    top: 10px;
    left: 10px;
    bottom: 0px;
    width: calc(100% - 390px);
    padding: 0px 10px;
    height: 250px;
    background-color:silver;
    border: 1px solid dimgray;
  }
    div#update dl {
      height: 200px;
      overflow: auto;
    }
    div#update dt {
      float:left;  
      width:100px;  
      padding:5px 0 4px 0px;  
      font-weight:bold;  
    }
      div#update dd {  
        margin-left: 120px;
        padding:5px 0px 5px 0px;  
        width: calc(100% - 130px);
        border:1px solid silver;
      }

      div#update h3 {
        margin: 0px;
        padding: 0px;
      }

  div#whatsnew {
    position: relative;
    top: 0px;
    left: 5px;
    font-size: 11pt;
    width: calc( 100% - 10px );
    height: calc( 100% - 25px );
  }

    div#whatsnew dl {
      height: 90%;
      width: 100% ;
      overflow: auto;
    }
    div#whatsnew dt {
      width: calc( 100% - 5px );  
      padding:5px 0px 4px 5px;  
      font-weight:bold;  
      border-top: 1px dotted crimson;
      border-bottom: 1px dotted crimson;
      background-color: darkorange;
    }
    div#whatsnew dd {  
      margin: 0px 0px 10px 0px;
      padding:5px 5px 4px 5px;  
      width: calc( 100% - 10px);
      line-height: 1.5em;
    }


/* header
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
header {
/*  background-color: #77933c; */
  background-color: white;
  width: 100%;
  height: 125px;
  position: relative;
  z-index: 9;
}

  header h1 {
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 20px;
    left: 260px;
    height: 60px;
    width: calc(100% - 300px);
    color: white;
    font-size: 26pt;
/*    text-shadow: 1px 1px 1px rgba(0,0,0,0.2); */
    line-height: 1.0em;
    color: navy;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  }
    header h1 span{
      color: red;
    }

  div.nav_container {
    position: relative;
    top: 85px;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    height: 40px;
    background-color: #c3d69b;
    border-top: 1px solid #77933c;
    border-bottom: 1px solid #77933c;
  }

    ul#nav {
      list-style-type: none;
      width: 100%;
      height: 40px;
      padding: 0;
      margin: 0px auto;
    }

    ul#nav li {
      position: relative;
      width: calc( 98% / 6 );
      float: left;
      margin: 0 auto;
      padding: 0px;
    }

      ul#nav li a {
        display: block;
        vertical-align: middle;
        width: 98%;
        padding-left:2%;
        padding-top: 10px;
        height: 30px;
        color: black;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.0em;
        text-decoration: none;
        text-align: left;
        text-shadow: 1px 1px 0px rgba(150,150,150,0.4);
      }

        ul#nav .menu li a {
          color: #2F4F4F;
        }

        ul#nav > li:nth-child(5) > a {
          padding-top: 3px;
          height: 37px;
        }


        ul#nav .menu li a:hover {
          text-decoration: underline;
          background-color: #a4bc71;
          color: black;
        }


        ul#nav li ul.menu {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          list-style: none;
          margin: 0px;
          padding: 0px;
        }

          ul#nav li ul.menu li {
            width: calc( 100% - 1.0em );
            color: #ffffff;
            background-color: #c3d69b;
            padding-left: 1.0em;
            padding-bottom: 5px;
            text-indent: -0.5em;
          }

  div#logo {
    position: absolute;
    top: 0px;
    left: 10px;
  }

  div#enjp {
    position: absolute;
    top: 50px;
    right: 10px;
  }
    div#enjp button{
      width: 120px;
      height: 30px;
      border-radius: 5px;
      border:2px solid white;
      background-color: gray;
      color:white;
      font-weight: white;
      box-shadow: 1px 1px 2px rgba(0,0,0,0.8);
      cursor: pointer;
    }
      div#enjp button:hover{
        border: 2px solid red;
        background-color: tomato;
      }

div#main {
  margin: 5px auto;
  padding: 5px 10px;
}

  div#main h1 {
    margin: 0px auto;
  }

  div#main ul li {
    margin: 5px 0px;
  }

/* Topics
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
div.topic {
  border-bottom: 1px dotted black;
  padding-bottom: 20px;
  line-height: 1.5em;
}
  div.topic:last-child {
    border-bottom: 0px dotted silver;
  }

  div.topic h3{
    color: red;
  }

  div.topic ul{
    list-style-type:square;
  }

  div.topic img {
    width:400px;
    margin-right:10px;
    border:1px solid black;
  }

    div.topic span {
      color: red;
    }


/* footer
%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-% */
div#footer {
  position: relative;
  top: 20px;
  width: 100%;
  height: 20px;
  padding: 0px 0px 7px 0px;
  text-align : right;
  border-top: 1px solid black;
  z-index: 9;
  background-color: white;
}
  ul.footer-menu {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    float: left;
    list-style-type: none;
  }

    ul.footer-menu li {
      font-size: 11pt;
      text-align : left;
      float: left;
/*      width: 140px; */
      padding: 0px 40px 0px 0px;
      margin: 0px;
    }
      ul.footer-menu li>a {
        text-decoration: none;
        color: black;
      }
      ul.footer-menu li>a:hover {
        text-decoration: underline;
      }

  div#footer copy {
    font-size: 10pt;
    margin-right: 10px;
  }

@media (max-width: 1350px) {
  ul#nav > li > a {
    font-size: 11pt;
  }
  header h1 {
    font-size: 22pt;
  }
}
@media (max-width: 1175px) {
  ul#nav > li:nth-child(1) > a {
    padding-top: 3px;
    height: 37px;
  }
  header h1 {
    font-size: 22pt;
    line-height: 1.1em;
    top: 5px;
  }
}

@media (max-width: 1030px) {
  ul#nav > li:nth-child(5) > a {
    padding-top: 3px;
    height: 37px;
    font-size: 10pt;
    lin-height: 0.4em;
  }
  header h1 {
    font-size: 22pt;
    line-height: 1.1em;
    top: 5px;
  }
}

