/*
=============================================================
Find-a-Business map CSS entries
Based on http://www.alistapart.com/articles/sprites/
=============================================================
*/

#nswMap {
  width: 548px;
  height: 443px;
  background: url(../../../resources/images/locator-industrial/img-businesslocator-nsw.jpg);
  margin: 10px auto;
  padding: 0;
  position: relative;
}

#nswMap li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
}

#nswMap 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
=============================================================
*/

#southLismore {
  left: 452px;
  top: 187px;
  width: 92px;
}

#westGosford {
  left: 438px;
  top: 271px;
  width: 87px;
}

#newcastle {
  left: 450px;
  top: 253px;
  width: 87px;
}


#orange {
  left: 381px;
  top: 272px;
  width: 55px;
}

#wollongong {
  left: 404px;
  top: 315px;
  width: 81px;
}

#wagga {
  left: 333px;
  top: 342px;
  width: 49px;
}

#albury {
  left: 345px;
  top: 365px;
  width: 51px;
}

/*
=============================================================
Metropolitan Locations
=============================================================
*/

#castleHill {
  left: 123px;
  top: 134px;
  width: 66px;
}

#wetherillPark {
  left: 112px;
  top: 176px;
  width: 87px;
}

#huntingwood {
  left: 112px;
  top: 158px;
  width: 87px;
}

#artarmon {
  left: 241px;
  top: 145px;
  width: 60px;
}

#alexandria {
  left: 311px;
  top: 228px;
  width: 67px;
}

#minto {
  left: 134px;
  top: 246px;
  width: 42px;
}

/*
#caringbah {
  left: 295px;
  top: 255px;
  width: 68px;
}
*/

/*
=============================================================
a element, setheights for each of the areas(states)
=============================================================
*/

#southLismore a, #westGosford a, #newcastle a,#orange a, #minto a, #wollongong a, #wagga a, #caringbah a, #albury a {
  height: 12px;
}

#castleHill a, #wetherillPark a, #huntingwood a, #artarmon a, #alexandria a {
  height: 12px;
}