/*
=============================================================
Find-a-Business map CSS entries
Based on http://www.alistapart.com/articles/sprites/
=============================================================
*/

#saMap {
  width: 548px;
  height: 443px;
  background: url(../../../resources/images/locator-industrial/img-businesslocator-sa.jpg);
  margin: 10px auto;
  padding: 0;
  position: relative;
}

#saMap li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
}
#saMap 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
=============================================================
*/

#berri {
  left: 386px;
  top: 277px;
  width: 43px;
}

#portLincoln {
  left: 300px;
  top: 289px;
  width: 79px;
}

#mountGambier {
  left: 399px;
  top: 356px;
  width: 97px;
}


/*
=============================================================
Metropolitan Locations
=============================================================
*/

#parafield {
  left: 153px;
  top: 189px;
  width: 58px;
}

#marleston {
  left: 133px;
  top: 320px;
  width: 72px;
}

#kilburn {
  left: 141px;
  top: 203px;
  width: 48px;
}

#edwardstown {
  left: 129px;
  top: 349px;
  width: 83px;
}

#lonsdale {
  left: 111px;
  top: 381px;
  width: 59px;
}

#cowandilla {
  left: 127px;
  top: 296px;
  width: 97px;
}

/*
=============================================================
a element, setheights for each of the areas(states)
=============================================================
*/

#marleston a, #parafield a, #kilburn a, #edwardstown a, #lonsdale a, #cowandilla a {
  height: 12px;
}
