/*
=============================================================
Find-a-Business map CSS entries
Based on http://www.alistapart.com/articles/sprites/
=============================================================
*/

#ntMap {
  width: 548px;
  height: 443px;
  background: url(../../../resources/images/locator-industrial/img-businesslocator-nt.jpg);
  margin: 10px auto;
  padding: 0;
  position: relative;
}

#ntMap li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
}

#ntMap 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
=============================================================
*/

#winnellie {
  left: 113px;
  top: 272px;
  width: 68px;
}

#aliceSprings {
  left: 290px;
  top: 364px;
  width: 86px;
}

/*
=============================================================
a element, setheights for each of the areas(states)
=============================================================
*/

#aliceSprings a, #winnellie a {
  height: 12px;
}
