* {
	margin: 0;
	padding: 0;
}

body {
	overflow: hidden;
}

#message,
#title {
	position: absolute;
	width: 100%;
	text-align: center;
	font-weight: 700;
}

#message {
	top: 10px;
}

#title {
	bottom: 10px;
}

#states a {
	cursor: pointer;
}

#states a:hover {
	color: #FFFFFF;
}

#states a line {
	stroke: #444;
	stroke-width: 1px;
}

#maplocation {
	display: hidden;
}

.CCMcredit {
	float: right;
	position: relative;
	top: -10px;
	color: #425957;
}

.CCMcredit a {
	color: #0000FF;
}

.state-label {
			
	font-weight: 700;
	text-transform: uppercase;
	text-anchor: middle;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 32px;
	line-height: 28px;
	letter-spacing: 0.333em;
} 


