@charset "utf-8";
/* CSS Document */

#six {
 	font-size: .8em;
	font-style:italic;
	
	position: relative;
	top: -10px;
	left: 15px;
 }

#map {
	background: url(../images/location_map2.jpg) no-repeat top center;
	border: 6px solid #000099;
	display: block;
	height: 448px;
	width: 360px;
	
	position: relative;
	top: 5px;
	left: 5px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#map_wrapper {
	
	background: transparent url(../images/map_shadow.png) no-repeat top left;
	height: 495px;
	width: 390px;
	display: block;
	
	position: relative;
	top: 25px;
}

#map img {
	border: 0;
}

.trigger {
	padding: 3px;
}

/* CSS for cities and popup bubbles */	

.vs_city {
	position: relative;
	margin: 0;
	width: 26px;
}

.popup {

	background: transparent url(../images/Popup_Bubble_light.png) no-repeat top center;
	color: #000000;
	
	position: absolute;
	top: 0px;
	left: -144px;
	z-index: -1;
	opacity: 0; /* Only Valid in CSS3 */
	display: none;
	
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	font-weight:normal;
	
	width: 246px;
	height: 155px;		
}

#Columbia {
	top: 48px;
	left: 208px;
}

#Salisbury {
	top: 87px;
	left: 225px;
}

#Louisville {
	top: 120px;
	left: 126px;
}

#Decatur{ 
	top: 98px;
	left: 137px;
}

#Petersburg {
	top: 110px;
	left: 275px;
}

#Cincinnati {
	top: 98px;
	left: 129px;
}

#instructions {
	font-size: .8em;
	font-style:inherit;
	
	position:relative;
	top: -3px;
	left: 15px;
}