  html, body { height: 100%; }
  #map_canvas { position: absolute; top: 220px; left: 10px; width: 500px; height: 300px; border: 1px solid #cccccc; }
  #side_canvas { position: absolute; top: 10px; left: 10px; width: 500px; height: 208px; border: 1px solid #cccccc; }
  
  #sidebar0 {position: absolute; top: 10px; left: 10px; width: 100px; font-family: Ubuntu, 'Kelly Slab', Play, Verdana, sans; font-size: 1em; font-weight: 400; }
  #sidebar1 {position: absolute; top: 10px; left: 110px; width: 100px; font-family: Ubuntu, 'Kelly Slab', Play, Verdana, sans; font-size: 1em; font-weight: 400; }
  #sidebar2 {position: absolute; top: 10px; left: 210px; width: 100px; font-family: Ubuntu, 'Kelly Slab', Play, Verdana, sans; font-size: 1em; font-weight: 400; }
  #sidebar3 {position: absolute; top: 10px; left: 310px; width: 100px; font-family: Ubuntu, 'Kelly Slab', Play, Verdana, sans; font-size: 1em; font-weight: 400; }
  #sidebar4 {position: absolute; top: 10px; left: 410px; width: 100px; font-family: Ubuntu, 'Kelly Slab', Play, Verdana, sans; font-size: 1em; font-weight: 400; }

  a {
    font-size: 0.7em;
    text-decoration: none;
    color: #003366;
  }
  a:hover {
    color: #0099FF;
  }
  #map_reset_button {
    display: block;
    position: absolute;
    top: 225px;
    font-size: 0.80em;
    left: 400px;
    border: 1px solid black;
    height: 18px;
  }
  #map_reset_button a {
    width: 100px;
    height: 18px;
    line-height: 18px;
    font-family: Ubuntu, Play, Verdana, sans;
    color: red;
    text-decoration: none;
    display: block;
    font-size: 0.80em;
    font-weight: 800;
    background-color: black;
    color:lime;
    text-align:center;}
  #map_reset_button a:hover {
	color: red;
  }
  
  .infowin {
    font-family: Verdana, Ubuntu, 'Kelly Slab', Play, sans;
    font-size: 0.7em;
	text-align: left;
  }

  .infowin a {
    font-family: Verdana, Ubuntu, 'Kelly Slab', Play, sans;
    font-size: 0.85em;
    text-decoration: none;
    color: #006599;
  }

  .infowin a:hover {
    color: #ff0000;
  }
  
  img {
	border: 0;
  }
