	#wrap
	{
		width: 994px;
	}
	
	#mapBox
		{
			position: relative;
			background: transparent url(/images/hpMap.gif) no-repeat left top;
			width: 545px;
			height: 577px;
		}
	.marker, .marker2
		{
			z-index: 10;
			position: absolute;
			width: 10px;
			height: 10px;
			line-height: 1px;
			font-size: 1px;
			background: transparent url(/images/hpPoint.png) no-repeat;
		}
 	.marker2
		{
			background: transparent url(/images/hpPoint2.png) no-repeat;
		}
	#toolTip
		{
			z-index: 1000;
			position: absolute;
			width: 160px;
			background: #ccc;
			display: none;
		}
	#toolTipArrow
		{
			position: absolute;
			z-index: 1100;
			width: 30px;
			height: 20px;
			top: -21px;
			left: 10px;
			background: transparent url(/images/toolTipArrow.gif) no-repeat left;
		}
	#toolTipContent
		{
			position: relative;
			top: -2px;
			left: -2px;
			background: #fff;
			padding: 5px;
			border: solid 1px #000;
		}
	#toolTipContent a, p#toolTipText {font-size: 11px;}
	p#toolTipText
		{
			padding: 0;
			margin: 0;
		}