/* CSS Document */
#interactive_map {
	position: relative;
	width: 778px;
	height: 753px;
	background: #ccc;
	color: #eee;
}
	

	#interactive_map > span {
		display: block;
		text-align: center;
		padding-top: 300px;
		color: #fff;
		position: absolute;
		z-index: 10000;
		width: 778px;
		height: 453px;
		background: #CCC;
	}

	
	
	#map_content {
		display: none;
		position: relative;
	}
		#state_label {
			display: none;
			position: absolute;
			top: 120px;
			left: 390px;
			width: 220px;
			height: 30px;
			font-size: 17px;
			font-family:Tahoma, Geneva, sans-serif;
			z-index: 400;
			color: #666;
			padding: 10px;
			border-bottom: 2px solid #eee;
		}
			#state_label > span {
				font-size: 13px;
			}
		#map_icons {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 300;
		}
		
		#main_map {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 100;
		}
	
	#map_lines {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 200;
	}
		#map_lines img {
			display: none;
		}
