/*
=============================================================
Find-a-Business map CSS entries
Based on http://www.alistapart.com/articles/sprites/
=============================================================
*/

#ausMap {
  width: 548px;
  height: 443px;
  background: url(../../../resources/images/locator-industrial/img-businesslocator-aus.jpg);
  margin: 10px auto;
  padding: 0;
  position: relative;
}

#ausMap li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
}

#ausMap 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 area (state)
=============================================================
*/

#wa {
  left: 6px;
  top: 43px;
  width: 164px;
  height: 279px;
}
#nt {
  left: 167px;
  top: 0px;
  width: 104px;
  height: 178px;
}
#sa {
  left: 169px;
  top: 178px;
  width: 124px;
  height: 139px;
}
#qld {
  left: 270px;
  top: 2px;
  width: 163px;
  height: 214px;
}
#nsw {
  left: 301px;
  top: 218px;
  width: 126px;
  height: 87px;
}
#vic {
  left: 294px;
  top: 283px;
  width: 82px;
  height: 61px;
}
#tas {
  left: 315px;
  top: 350px;
  width: 45px;
  height: 46px;
}
#nz {
  left: 442px;
  top: 311px;
  width: 101px;
  height: 132px;
}

/*
=============================================================
a element, setheights for each of the areas(states)
=============================================================
*/

#wa a {
  height: 279px;
}

#nt a {
  height: 178px;
}

#sa a {
  height: 139px;
}

#qld a {
  height: 214px;
}

#nsw a {
  height: 87px;
}

#vic a {
  height: 61px;
}

#tas a {
  height: 46px;
}

#nz a {
  height: 132px;
}

/*
=============================================================
hover state for each of the areas
=============================================================
*/

#wa a:hover {
    background: transparent url(../../../resources/images/locator-industrial/img-businesslocator-aus.jpg) -6px -486px no-repeat;
}
#nt a:hover {
    background: transparent url(../../../resources/images/locator-industrial/img-businesslocator-aus.jpg) -167px -443px no-repeat;
}
#sa a:hover {
    background: transparent url(../../../resources/images/locator-industrial/img-businesslocator-aus.jpg) -169px -621px no-repeat;
}
#qld a:hover {
    background: transparent url(../../../resources/images/locator-industrial/img-businesslocator-aus.jpg) -270px -888px no-repeat;
}
#nsw a:hover {
    background: transparent url(../../../resources/images/locator-industrial/img-businesslocator-aus.jpg) -301px -661px no-repeat;
}
#vic a:hover {
    background: transparent url(../../../resources/images/locator-industrial/img-businesslocator-aus.jpg) -294px -1169px no-repeat;
}
#tas a:hover {
    background: transparent url(../../../resources/images/locator-industrial/img-businesslocator-aus.jpg) -315px -793px no-repeat;
}
#nz a:hover {
    background: transparent url(../../../resources/images/locator-industrial/img-businesslocator-aus.jpg) -442px -754px no-repeat;
}