/*
=============================================================
Find-a-Business map CSS entries
Based on http://www.alistapart.com/articles/sprites/
=============================================================
*/

#qldMap {
  width: 548px;
  height: 443px;
  background: url(../../../resources/images/locator-industrial/img-businesslocator-qld.jpg);
  margin: 10px auto;
  padding: 0;
  position: relative;
}

#qldMap li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
}
#qldMap 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
=============================================================
*/

/*
#brisbaneCfs {
  left: 393px;
  top: 377px;
  width: 61px;
}
*/

#cairns {
  left: 221px;
  top: 114px;
  width: 51px;
}

#townsville {
  left: 274px;
  top: 173px;
  width: 16px;
}

#townsvilleCfs {
  left: 270px;
  top: 159px;
  width: 16px;
}

#mackay {
  left: 286px;
  top: 202px;
  width: 16px;
}

#mackayCfs {
  left: 283px;
  top: 188px;
  width: 16px;
}

#gladstone {
  left: 255px;
  top: 217px;
  width: 69px;
}

#mountIsa {
  left: 93px;
  top: 199px;
  width: 67px;
}

#maroochydore {
  left: 305px;
  top: 323px;
  width: 91px;
}

#toowoomba {
  left: 299px;
  top: 384px;
  width: 80px;
}

#ashmore {
  left: 398px;
  top: 391px;
  width: 61px;
}

#burleighHeads {
  left: 397px;
  top: 419px;
  width: 16px;
}

#burleighHeadsInfix {
  left: 396px;
  top: 404px;
  width: 16px;
}

/*
=============================================================
Metropolitan Locations
=============================================================
*/

#geebung {
  left: 415px;
  top: 41px;
  width: 57px;
}

#pinkenba {
  left: 437px;
  top: 85px;
  width: 71px;
}

/*
#coopersPlains {
  left: 395px;
  top: 163px;
  width: 87px;
}
*/

#morningside {
  left: 408px;
  top: 118px;
  width: 74px;
}

#wacol {
  left: 329px;
  top: 198px;
  width: 41px;
}

#carolePark {
  left: 339px;
  top: 210px;
  width: 75px;
}

#slacksCreek {
  left: 452px;
  top: 224px;
  width: 78px;
}

#willawong {
  left: 402px;
  top: 194px;
  width: 78px;
}

/*
=============================================================
a element, setheights for each of the areas(states)
=============================================================
*/

#cairns a, #toowoomba a, #townsville a, #townsvilleCfs a, #mackay a, #mackayCfs a, #gladstone a,#mountIsa a, #maroochydore a, #ashmore a, #burleighHeads a, #burleighHeadsInfix a {
  height: 12px;
}

#geebung a, #pinkenba a, #morningside a, #carolePark a, #wacol a, #slacksCreek a, #willawong a {
  height: 10px;
}
