/*
=============================================================
Find-a-Business map CSS entries
Based on http://www.alistapart.com/articles/sprites/
=============================================================
*/

#vicMap {
  width: 548px;
  height: 443px;
  background: url(../../../resources/images/locator-industrial/img-businesslocator-vic.jpg);
  margin: 10px auto;
  padding: 0;
  position: relative;
}

#vicMap li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
}

#vicMap 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
=============================================================
*/

#mildura {
  left: 237px;
  top: 84px;
  width: 58px;
}

#shepperton {
  left: 338px;
  top: 185px;
  width: 76px;
}


#wodonga {
  left: 446px;
  top: 175px;
  width: 63px;
}

#geelong {
  left: 304px;
  top: 243px;
  width: 60px;
}


/*
=============================================================
Metropolitan Locations
=============================================================
*/

#campbellfield {
  left: 119px;
  top: 202px;
  width: 92px;
}

#heidelberg {
  left: 185px;
  top: 278px;
  width: 74px;
}

#heidelbergW {
  left: 185px;
  top: 265px;
  width: 104px;
}

#braybrook {
  left: 32px;
  top: 265px;
  width: 69px;
}

#laverton {
  left: 52px;
  top: 294px;
  width: 63px;
}

/*
#altonaNorth {
  left: 40px;
  top: 323px;
  width: 16px;
}
*/

#altonaNorthInfix {
  left: 90px;
  top: 306px;
  width: 85px;
}


#moorabbin {
  left: 157px;
  top: 349px;
  width: 73px;
}

#bayswater {
  left: 240px;
  top: 292px;
  width: 73px;
}

#dandenong {
  left: 218px;
  top: 333px;
  width: 75px;
}

/*
=============================================================
a element, setheights for each of the areas(states)
=============================================================
*/

#mildura a, #shepperton a, #geelong a, #wodonga a {
  height: 12px;
}

#campbellfield a, #dandenong a, #bayswater a, #heidelberg a, #heidelbergW a, #braybrook a, #laverton a, #altonaNorthInfix a, #moorabbin a {
  height: 12px;
}
