/* CSS Document */

.content{
	padding: 12px 15px 3px;
	background-color: #fff;
	width: 250px;
	margin: 0 0 10px;
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background-image: url(/images/global/callout-background.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 1px solid #57819E;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.3);
	box-shadow: 0px 0px 4px rgba(0,0,0,.3);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 1px 0 rgba(255,255,255,.6);	
}

.wage-map .content{
	width: 240px;
}

.content h3{
	font-weight: 700;
}

.content address{
	margin: 12px 0;
}

.content p{
	margin-bottom: 0;
	font-weight: 700;
}

.content p + address{
	margin-top: 0;	
}

.content ul{
	padding: 0 20px 0 10px;
	list-style: none;
}

.content li{
	text-align: right;
	position: relative;
	width: 100%;
}

.content li strong{
	position: absolute;
	top: 0;
	left: 0;
}

.map-marker{
	width: 14px;
	height: 14px;
	background-color: #FFB85D;
	position: absolute;
	display: block;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
	box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

.oldie .map-marker{
	background-image: url(/images/interactive-map/map-marker.gif);
	background-color: transparent;
	background-repeat: no-repeat;	
}

.interactive-map{
	position: relative;
	height: 376px;
	padding: 10px;
	background-color: #f7f7f7;
}

.map-content{
	position: relative;
	height: 376px;
	background-image: url(/images/interactive-map/movl-map.png);
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	background-color: #fff;
}

.map-marker:hover{
	text-decoration: none;
}

.marker-desc{
	position: absolute;
	display: block;
	padding: 5px 10px;
	background-color: #000;
	color: #fff;
	min-width: 65px;
	line-height: 20px;
	text-align: center;
	white-space: nowrap;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
	box-shadow: 1px 1px 2px rgba(0,0,0,.3);
	cursor: default;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: -9999em;
	left: -9999em;
}

a.map-marker:hover .marker-desc{
	text-decoration: none;
	top: /*-41px*/auto;
	bottom: 26px;
	left: -27px;
	zoom: 1;
	z-index: 10;
}

.map-marker:hover .marker-desc{
	background-color: #333;
	cursor: pointer;
}

.map-marker:hover .marker-desc .notch{
	border-color: #333 transparent transparent transparent;
}

.marker-desc .notch{
	position: absolute;  
    width: 0;  
    height: 0;  
	top: auto;
    left: 24px;  
    bottom: -20px;  
    border: 10px solid;  
    border-color: #000 transparent transparent transparent;
	_zoom: 1;
	_overflow: hidden;	
}

#kansas-city{
	left: 202px;
	top: 270px;
}

#st-louis{
	left: 277px;
	top: 293px;
}

#sioux-falls{
	left: 137px;
	top: 164px;
}

#des-moines{
	top: 213px;
	left: 214px;
}

#minneapolis{
	top: 111px;
	left: 214px;
}

#omaha{
	left: 155px;
	top: 225px;
}

#eau-claire{
	top: 118px;
	left: 257px;
}

#milwaukee{
	top: 156px;
	left: 316px;
}

#grand-forks{
	top: 37px;
	left: 129px;
}

#minot{
	top: 31px;
	left: 69px;
}

#rapid-city{
	top: 142px;
	left: 25px;
}

#stevens-point{
	top: 125px;
	left: 295px;
}

#beaver-dam {
	top: 129px;
	left: 307px;
}

/*#indianola{
	top: 213px;
	left: 214px;
}*/

#lacrosse {
	top: 140px;
	left: 258px;
}

.wage-map #stevens-point{
	display: none;
}

.locations #tooltip-7,
.locations #tooltip-12,
.locations #tooltip-13,
.locations #tooltip-14{
	top: 150px;
}

.wage-map #tooltip-7,
.wage-map #tooltip-12,
.wage-map #tooltip-13{
	top: auto;
	bottom: 10px;
}

