/*
=============================================================
Find-a-Business map CSS entries
Based on http://www.alistapart.com/articles/sprites/
=============================================================
*/

#nzMap {
  width: 548px;
  height: 443px;
  background: url(../../../resources/images/locator-industrial/img-businesslocator-nz.jpg);
  margin: 10px auto;
  padding: 0;
  position: relative;
}

#nzMap li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
}

#nzMap a {
  display: block;
/*Uncomment the line below to see the outline of the links on the map*/
/*border:1px solid red;*/
}

/*
=============================================================
li elements for each location
=============================================================
*/

/*
=============================================================
Regional locations
=============================================================
*/

#mairangiBay {
  left: 125px;
  top: 42px;
  width: 83px;
}

#mountWellington {
  left: 137px;
  top: 171px;
  width: 90px;
}

#mountWellingtonArtia {
  left: 137px;
  top: 183px;
  width: 90px;
}

#eastTamaki {
  left: 190px;
  top: 160px;
  width: 78px;
}

#whangarei {
  left: 333px;
  top: 62px;
  width: 73px;
}

#newPlymouth {
  left: 338px;
  top: 190px;
  width: 92px;
}

#aucklandAmtech {
  left: 336px;
  top: 82px;
  width: 16px;
}

#auckland {
  left: 336px;
  top: 96px;
  width: 16px;
}

#hamilton {
  left: 352px;
  top: 103px;
  width: 68px;
}

#wellington {
  left: 364px;
  top: 251px;
  width: 16px;
}

#wellingtonAmtech {
  left: 364px;
  top: 237px;
  width: 16px;
}

#nelson {
  left: 307px;
  top: 230px;
  width: 51px;
}

#christchurch {
  left: 288px;
  top: 319px;
  width: 16px;
}

#christchurchAmtech {
  left: 288px;
  top: 306px;
  width: 16px;
}

#christchurchArtia {
  left: 288px;
  top: 333px;
  width: 16px;
}

#dunedin {
  left: 247px;
  top: 379px;
  width: 59px;
}

/*
=============================================================
a element, setheights for each of the areas(states)
=============================================================
*/

#aucklandAmtech a, #auckland a, #hamilton a, #whangarei a, #newPlymouth a,#wellington a, #wellingtonAmtech a, #nelson a, #christchurch a, #christchurchAmtech a, #christchurchArtia a,#dunedin a {
  height: 12px;
}

#mountWellington a,#mountWellingtonArtia a, #mairangiBay a, #eastTamaki a {
  height: 12px;
}