h5 {
	font-size: 14px;
	padding: 0;
	margin: 18px 0 10px 0;
	text-transform: uppercase;
	text-decoration: underline;
}
#positioningHack {
	position: relative;
}
.popup_loc {
	width: 180px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 381px;
	left: -160px;
	z-index: 1000;
	display: none;
}
.popup_loc table {
	width: 100%;
}
.popup_loc td {
	padding: 4px 0 4px 20px;
}
.pu_top {
	background-image: url(../img/border_loc-top.jpg);
	background-repeat: no-repeat;
	height: 12px;
}
.pu_mid {
	background-image: url(../img/border_loc-mid.jpg);
	background-repeat: repeat-y;
}
.pu_mid h2 {
	font-size: 10pt;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
.pu_mid p {
	font-size: 8pt;
	padding: 0;
	margin: 0 0 6px 0;
}
.pu_bot {
	background-image: url(../img/border_loc-bot.jpg);
	background-repeat: no-repeat;
	height: 12px;
}
.popup_loc #maplink {
	display: none;
}