#map_container { position: relative; }

#map_container #elgin			{position:absolute; left:120px; top:71px; width:100px; height:25px;}
#map_container #agawam			{position:absolute; left:275px; top:36px; width:100px; height:25px; text-align:right;}
#map_container #harrisontownship	{position:absolute; left:235px; top:51px; width:150px; height:25px;}
#map_container #wixom			{position:absolute; left:219px; top:64px; width:100px; height:25px;}
#map_container #brunswick		{position:absolute; left:239px; top:85px; width:120px; height:25px;}
#map_container #rockhill			{position:absolute; left:299px; top:155px; width:100px; height:25px;}
#map_container #bakersfield		{position:absolute; left:15px; top:140px; width:150px; height:25px;}
#map_container #murfreesboro		{position:absolute; left:122px; top:153px; width:150px; height:25px; text-align:right;}
#map_container #houston			{position:absolute; left:193px; top:209px; width:100px; height:25px;}
#map_container #richmond			{position:absolute; left:212px; top:106px; width:100px; height:25px;}
#map_container #pellcity			{position:absolute; left:178px; top:171px; width:100px; height:25px; text-align:right;}
#map_container #toronto			{position:absolute; left:187px; top:14px; width:100px; height:25px; text-align:right;}
#map_container #schaumburg		{position:absolute; left:170px; top:71px; width:150px; height:25px;}

#map_container .label { font-weight: bold; visibility: hidden; }
#map_container div { display: inline-block; }
#map_container div.corporate .label { color: #e40800; }
#map_container div.btn { cursor: pointer; padding: 5px; } 

table#map_legend { top: -20px; position: relative; }
table#map_legend td.dot { padding-right: 10px; text-align: right; }

table.map_contacts { width: 100%; border: solid 1px #ccc; display: none; }
table.map_contacts caption 
{ 
	background: #eb0000; 
	padding: 3px 10px; 
	color: white;
	font-weight: bold;
	text-align: left;
	border: solid 1px #ccc;
	border-bottom: 0 none;
}
table.map_contacts th
{
	padding: 2px 10px;
	text-align: left;
	border-left: solid 1px #ccc;
}
table.map_contacts td
{
	padding: 0 10px 2px;
	border-left: solid 1px #ccc;
}
table.map_contacts td.address
{
	border: solid 1px #ccc;
	padding: 10px;
}

