/* Map Base */
div#mapBase .fullblock { 
	position:absolute; 
	width: 140px; 
	height: 140px;
	background: url('../images/map/map_bg.gif') top left;
}
div#mapBase .streetNS { position: absolute; width: 110px; height: 30px; text-align: center; }
div#mapBase .streetEW { position: absolute; width: 30px; height: 110px; vertical-align: middle; }

/* Affluence overlay */
div#mapAffluence .affluence { 
	position:absolute; 
	width: 140px; 
	height: 70px;
	padding-top: 70px;
	text-align: center;
}
div#mapAffluence .affluence1 { background: url('../images/map/map_affluence_1.png') top left; color:#003300;}
div#mapAffluence .affluence2 { background: url('../images/map/map_affluence_2.png') top left; color:#339900;}
div#mapAffluence .affluence3 { background: url('../images/map/map_affluence_3.png') top left; color:#CC9900;}
div#mapAffluence .affluence4 { background: url('../images/map/map_affluence_4.png') top left; color:#FF3300;}
div#mapAffluence .affluence5 { background: url('../images/map/map_affluence_5.png') top left; color:#990000;}

.operghost,
.operation {
	position: absolute; 
	width: 38px; 
	height: 38px;
}

div#hilightDiv {
	position: absolute;
	z-index: 99;
	width: 65px;
	height: 65px;
	background: url('../images/map/hilight.png') top left;
}

div#garageLocationDiv {
	position: absolute;
	z-index: 50;
	width: 22px;
	height: 22px;
	background: url('../images/map/truck_dot_own.gif') top left;
}
