/*** map styling for mapIndex, abandoned ***/

html, body, #content {
    margin:0; padding: 0.
    height:100%; width:100%
    font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
    background-color:#228989;
    text-align: center;
  }
/** MAIN COMPONENTS **/
  #map {
    position: relative;
    left: 50%; top:0; 
    margin-left: -475px;
    height: 580px; width: 950px;
  }
  
  #gmInfo { 
    position: fixed;
    bottom:2px; right:2px;
    width: 220px; height: auto;
    margin:0; padding: 0;
    background-color: #DAE6E6;
      border: 2px solid maroon;
  }
    #gmInfo table {
      width: 100%;      
    }
    
    #gmInfo td {
      text-align: left;  
      border: 1px solid maroon;
      padding-left: 3px;
      font-size: small;      
    }
    #gmInfo td.red {font-weight: 600;color:red}
    #gmInfo td.green {font-weight: 600;color:green}
    #gmInfo td.blue {font-weight: 600;color:blue}

  
   #gmInfo caption {font-weight: bold; font-size: 1em; background-color:maroon; color:white}
   
/*** left over from gmap.css for mapIndex ***/   
  #gmTopDiv {
    position: fixed;
    top:0; left:5px; right:300px;
    height:13.5em;
    background-color: #228989;
  }
  
  #gmHeader {
    position: absolute;
    top:0; left:0; bottom: 0; right:50.5%;
    background-color: #DAE6E6;
  }

  #gmToc {
    position: absolute;
    top:0; left:50.5%; bottom: 0; right:0;
    background-color: #FFFFEF;
  
  }

  #eleainfo #gmContent {
    position: absolute;
    top: 0;height: 100%; max-height: 100%;
    left:0; right:0;
    background-color: #DAE6E6;
  }
  
  #eleainfo #gmNotes {
    position: absolute;
    bottom: 0; right:0;
    width: 295px; 
    height: 25%; max-height: 25%;
    background-color: white;
    z-index: 1000;
  }
  
  #forcontent {
    max-width: 295px;
    max-height: 60%;
    text-align: left;
    padding-left: 5px;
  }
  
/** Styling within components **/

  #gmHeader h2, gmToc h2, #forcontent h2 {
    margin: 5px 0 0; padding: 0;
  }
  
  #gmHeader p {
    margin:0; padding:0 0 0.5em;
    font-size: small;
    color: maroon;
  }
  
  #gmToc table {
    border: 2px solid maroon;
    margin: 1em 2.5%;
    width: 95%;
  }
  
  #gmToc table th {
    border: 3px solid maroon;
    background-color: white;
  }
  
  #gmToc td {
    text-align: left;  
    border: 1px solid maroon;
    padding-left: 3px;
    cursor: pointer;
    font-size: small;
  }
  
   #gmToc td a {color: maroon; }

  
/*** forcontent STYLES ***/

#forcontent table {
  font-size: medium;
  width: 290px;
}

#forcontent ul {
  font-size: smaller;
  width: 290px;
  list-style-position: inside;
  text-decoration: none;
  padding-left: 5px;
}

#forcontent p {
  margin: 3px 0;
  padding: 0;
  font-size: small;
}

/*  
  
  #eleainfo h3 {
    margin: 0;
    padding: 1.5em 0 0;
  }
  
  #eleainfo p {
    margin:0; padding:0;
    font-size: 1em;
  }

  
#gmContent {
    padding-bottom: 3in;
    margin-bottom: -3in
}

#gmContent h1 {
    margin-left: 10px;
}

#gmContent h2 {
    margin-left: 20px;
}

#gmContent p, #gmContent ul {
    margin-left: 30px;
    padding-right: 30px;
}

#eleainfo #mapNav {
  position: absolute;
  right: 0; top:0;
  width: 180px;
  list-style: none;
  background: #94B8E9;
  background-color:#999;
}

#eleainfo ul.nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li.nav {
  display: block;
  width: 180px;
  height: 39px;
  line-height: 39px;
  color: #000;
  text-decoration: none;
  background: #94B8E9 url(IMG/pixy-rollover.gif) no-repeat left bottom;
  text-indent: 30px;
  text-transform: uppercase;
}

li.nav:hover {
  background-color: #369;
  background-position: right bottom;
  color: #fff;
  cursor: pointer;
}

.first a {
  height: 40px;
  line-height: 40px;
}
*/
