/*
=============================================================
Find-a-Business map CSS entries
Based on http://www.alistapart.com/articles/sprites/
=============================================================
*/

#tasMap {
  width: 548px;
  height: 443px;
  background: url(../../../resources/images/locator-industrial/img-businesslocator-tas.jpg);
  margin: 10px auto;
  padding: 0;
  position: relative;
}

#tasMap li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
}

#tasMap 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
=============================================================
*/

#burnie {
  left: 234px;
  top: 161px;
  width: 50px;
}

#hobart {
  left: 294px;
  top: 254px;
  width: 16px;
}

#hobartInfix {
  left: 294px;
  top: 239px;
  width: 16px;
}

#launceston {
  left: 287px;
  top: 178px;
  width: 77px;
}

#launcestonArtia {
  left: 287px;
  top: 193px;
  width: 77px;
}

/*
=============================================================
a element, setheights for each of the areas(states)
=============================================================
*/

#burnie a, #hobart a, #hobartInfix a, #launceston a, #launcestonArtia a {
  height: 12px;
}
