/*
=============================================================
Find-a-Business map CSS entries
Based on http://www.alistapart.com/articles/sprites/
=============================================================
*/

#waMap {
  width: 548px;
  height: 443px;
  background: url(../../../resources/images/locator-automotive/img-businesslocator-wa.jpg);
  margin: 10px auto;
  padding: 0;
  position: relative;
}

#waMap li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
}

#waMap 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
=============================================================
*/

#portHedland {
  left: 205px;
  top: 144px;
  width: 85px;
}

#karratha {
  left: 173px;
  top: 159px;
  width: 62px;
}

#geraldton {
  left: 159px;
  top: 305px;
  width: 68px;
}

#kalgoorlie {
  left: 271px;
  top: 340px;
  width: 71px;
}

#merredin {
  left: 210px;
  top: 347px;
  width: 62px;
}

#northam {
  left: 195px;
  top: 361px;
  width: 64px;
}

#mandurah {
  left: 192px;
  top: 377px;
  width: 66px;
}

#narrogin {
  left: 202px;
  top: 389px;
  width: 60px;
}

#bunbury {
  left: 189px;
  top: 400px;
  width: 60px;
}

#esperance {
  left: 270px;
  top: 392px;
  width: 70px;
}

#albany {
  left: 223px;
  top: 422px;
  width: 53px;
}

/*
=============================================================
Metropolitan Locations
=============================================================
*/

#malaga {
  left: 419px;
  top: 175px;
  width: 50px;
}

#morley {
  left: 414px;
  top: 195px;
  width: 45px;
}

#midland {
  left: 469px;
  top: 197px;
  width: 51px;
}

#osbornePark {
  left: 384px;
  top: 208px;
  width: 80px;
}

#belmont {
  left: 434px;
  top: 224px;
  width: 54px;
}

#kewdale {
  left: 448px;
  top: 238px;
  width: 54px;
}

/*#cannington {
  left: 436px;
  top: 262px;
  width: 70px;
}*/

#canningVale {
  left: 426px;
  top: 277px;
  width: 79px;
}

#bibraLake {
  left: 383px;
  top: 295px;
  width: 66px;
}

#rockingham {
  left: 373px;
  top: 319px;
  width: 73px;
}

#kelmscott {
  left: 459px;
  top: 305px;
  width: 64px;
}

#myaree {
  left: 389px;
  top: 267px;
  width: 50px;
}

#wanneroo {
  left: 394px;
  top: 145px;
  width: 63px;
}

#welshpool {
  left: 437px;
  top: 249px;
  width: 65px;
}

/*
=============================================================
a element, setheights for each of the areas(states)
=============================================================
*/

#portHedland a, #karratha a, #geraldton a, #kalgoorlie a, #merredin a, #northam a, #mandurah a, #narrogin a, #bunbury a, #esperance a, #albany a {
  height: 12px; 
}

#wanneroo a, #myaree a, #welshpool a, #malaga a, #morley a, #midland a, #osbornePark a, #belmont a, #kewdale a, #cannington a, #canningVale a, #bibraLake a, #rockingham a, #kelmscott a {
  height: 12px;
}