@charset "utf-8";


#map_1 {
	position: absolute;
}

#img_1 {
	width: 300px;
}

.mapButtons {
	position: absolute;
	background-color: white;
	color: orange;
	font-weight: bold;
	border-radius:5px;
	border: gray 0.5px solid;
	font-size: 12pt;
	padding: 1px 7px;
	line-height: 1.5;
}

.mapButtons:hover {
	background-color: orange;
	color: white;
}

.mapButtons.nationwide{
	color: #ff1493;
}

.mapButtons.nationwide:hover{
	background-color: #ff1493;
	color: white;
}