@charset "utf-8";
/* CSS Document */

/*INSTRUCTIONS: To change the colors of map areas, change the background URL for that area to the corresponding color graphic.  */

/*
POSSIBLE OPTIONS: 
	Green = "alert_map_sprite_green.png", 
	Yellow = "alert_map_sprite_yellow.png", 
	Red = "alert_map_sprite_red.png",
	Blue = "alert_map_sprite_blue.png" 
*/

/*EXAMPLE: To change the color of South Seattle to blue, change the South Seattle background URL to:
	background-image: url(/images/alert_map/alert_map_sprite_blue.png); */

/*North King County*/
#alert_map #nkc { background-image: url(/images/alert_map/alert_map_sprite_green.png); }

/*North Seattle*/
#alert_map #ns { background-image: url(/images/alert_map/alert_map_sprite_green.png); }

/*Central Seattle*/
#alert_map #cs { background-image: url(/images/alert_map/alert_map_sprite_green.png); } 

/*South Seattle*/
#alert_map #ss { background-image: url(/images/alert_map/alert_map_sprite_green.png); }

/*East King County*/
#alert_map #ekc { background-image: url(/images/alert_map/alert_map_sprite_green.png); }

/*Southwest King County*/
#alert_map #swkc { background-image: url(/images/alert_map/alert_map_sprite_green.png); }

/*Southeast King County*/
#alert_map #sekc { background-image: url(/images/alert_map/alert_map_sprite_green.png); }