/******************************************************************************\
* 	This CSS contains the image map for the interactive map page. No text 
* definitions should be included in this file for clairity's sake
*
* 				(C) GAI Consultants Inc. www.gaiconsultants.com
\******************************************************************************/
	dl#MainMap{
		margin: 0;
		padding: 0;
		background: transparent url(maps/MainMap.jpg) top left no-repeat;
		height: 518px;
		width: 800px;
		position: relative;
	}
	dt{ margin: 0; padding: 0; position: absolute; font-size: 85%; display: none; }
	dd{ margin: 0; padding: 0; position: absolute;  font-size: 85%; }
	
	/* Bottom left definition linked to Map1 "Pittsburgh/Penn Hills" */
	dd#map1Def{ top: 272px; left: 118px; }
	dd#map1Def a{ position: absolute; width: 254px; height: 164px; text-decoration: none; }
	dd#map1Def a span{ display: none; }
	dd#map1Def a:hover{border: 2px solid #663300;}
	dd#map1Def a:hover span
	{
		display: block;
		text-indent: 0;
		vertical-align: top;
		color: #000;
		background-color: #F4F4F4;
		font-weight: bold;
		position: absolute;
		border: 2px solid #d2a273;
		bottom: 100%;
		margin: 0;
		padding: 5px;
		width: 45%;
	}
	/* Bottom center-left definition linked to Map2 "Penn Hills" */
	dd#map2Def{ top: 198px; left: 374px; }
	dd#map2Def a{ position: absolute; width: 260px; height: 164px; text-decoration: none; }
	dd#map2Def a span{ display: none; }
	dd#map2Def a:hover{border: 2px solid #663300;}
	dd#map2Def a:hover span
	{
		display: block;
		text-indent: 0;
		vertical-align: top;
		color: #000;
		background-color: #F4F4F4;
		font-weight: bold;
		position: absolute;
		border: 2px solid #d2a273;
		bottom: 100%;
		margin: 0;
		padding: 5px;
		width: 45%;
	}	
	/* Middle right definition linked to Map3 "Penn Hills/Plum" */
	dd#map3Def{ top: 32px; left: 522px; }
	dd#map3Def a{ position: absolute; width: 260px; height: 164px; text-decoration: none; }
	dd#map3Def a span{ display: none; }
	dd#map3Def a:hover{border: 2px solid #663300;}
	dd#map3Def a:hover span
	{
		display: block;
		text-indent: 0;
		vertical-align: top;
		color: #000;
		background-color: #F4F4F4;
		font-weight: bold;
		position: absolute;
		border: 2px solid #d2a273;
		bottom: 100%;
		margin: 0;
		padding: 5px;
		width: 45%;
	}
	/* Top right definition linked to Map4 "Oakmont/Plum" 
	dd#map4Def{ top: 12px; left: 500px; }
	dd#map4Def a{ position: absolute; width: 205px; height: 100px; text-decoration: none; }
	dd#map4Def a span{ display: none; }
	dd#map4Def a:hover{border: 2px solid #663300;}
	dd#map4Def a:hover span
	{
		display: block;
		text-indent: 0;
		vertical-align: top;
		color: #000;
		background-color: #F4F4F4;
		font-weight: bold;
		position: absolute;
		border: 2px solid #d2a273;
		bottom: 100%;
		margin: 0;
		padding: 5px;
		width: 45%;
	}*/