@charset "utf-8";
/**
Map related styles
*/

#map {width: 513px; height: 495px; margin: 0 0 0 75px; }
#map img#canada, #map img#ontario, #map img#quebec, #map img#newfoundland, #map img#pei,
 #map img#newBrunswick, #map img#novaScotia, #map img#manitoba, #map img#saskatchewan, #map img#alberta,
 #map img#britishColumbia, #map img#nunavut, #map img#yukon, #map img#northwest, #map img#image_map {
	float: left;
	position: absolute;
	left:0px;
	right:0px;
	
	/*left: 97px;
	top: 46px;*/
}
#map img#canada {z-index: 1;}
#map img#ontario {z-index: 2; margin-left: 221px; margin-top: 338px; display: none;}
#map img#quebec {z-index: 3; margin-left: 315px; margin-top: 267px; display: none;}
#map img#newfoundland {z-index: 4; margin-left: 386px; margin-top: 277px; display: none;}
#map img#pei {z-index: 5; margin-left: 421px; margin-top: 388px; display: none;}
#map img#newBrunswick {z-index: 6; margin-left: 363px; margin-top: 379px; display: none;}
#map img#novaScotia {z-index: 7; margin-left: 405px; margin-top: 386px; display: none;}
#map img#manitoba {z-index: 8; margin-left: 175px; margin-top: 298px; display: none;}
#map img#saskatchewan {z-index: 9; margin-left: 110px; margin-top: 291px; display: none;}
#map img#alberta {z-index: 10; margin-left:74px; margin-top: 275px; display: none;}
#map img#britishColumbia {z-index: 11; margin-left: 0px; margin-top: 227px; display: none;}
#map img#nunavut {z-index: 12; margin-left: 128px; margin-top: 0px; display: none;}
#map img#yukon {z-index: 12; margin-left: 1px; margin-top: 130px; display: none;}
#map img#northwest {z-index: 12; margin-left: 56px; margin-top: 65px; display: none;}
#map img#image_map {z-index: 100; border: none;}
