/** Frontpage Map ==============================================================**/

#region_map {
  position: relative;
  width: 710px;
  height: 370px;
  overflow: hidden; /* crop it! */
  /* verdana doesn't work at smaller sizes */
  font-family: Helvetica, Arial, sans-serif;
}

#region_map #country_link {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 9999;
  background: white;
  padding-top: 3px;
  padding-left: 10px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
}
#region_map #country_link a {
  font-style: italic;
  font-size: 80%;
}

#region_map_nav {
  display: none; /* start off hidden */
  position: absolute;
  top: 0px;
  left: 0px;
  width: 135px;
  z-index: 60;
  background: url(/images/regions_map/toggle_gradient.png) left center repeat-y transparent;
}

span#region_map_toggle {
  cursor: pointer;
  display: block;
  padding: 0 10px 0px 25px;
  color: #BFD8F2;
  font-size: 75%;
  line-height: 18px;
  background: url(/images/regions_map/toggle_arrow.png) 5px 0px no-repeat;
}
span#region_map_toggle.expanded {
  color: white;
  font-weight: bold;
  background-position: 5px -100px;
}

ul#region_map_list {
  margin: 0px; padding: 0px; /* override */
  list-style: none;
  display: none; /* initially hide */
  line-height: normal;
  font-size: 75%;
}
#region_map_list li { margin-bottom: 2px; }
#region_map_list li:last-child { margin-bottom: 0; }

#region_map_list a {
  color: white;
  color: #BFD8F2;
  display: block;
  padding: 5px 10px 5px 15px;
  text-decoration: none;
}
#region_map_list a:hover {
  color: white;
  background: url(/images/regions_map/toggle_hover.png) left center repeat-y transparent;
}

#region_maps .map {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
#region_maps .map img { display: block; }
#region_maps .region {
  z-index: 5; /* regions on top */
  display: none; /* hide all region maps */
}
/* this is the map the imagemap is applied to,
  need to override #region_maps .map */
#region_maps #region_map_borders {
  z-index: 50; /* above other maps, below nav */
}
