﻿#map_pop_up{
	position: absolute;
	z-index: 101;
	top:0;
	left:0;
	margin:0;
}
#map_pop_up{
	width:429px;
	height:326px;
	padding:16px 19px 10px 20px;
	color:#333333;
	background: url(../images/info_bg.png) no-repeat;
}
#map_pop_up h4 {
	overflow: hidden;
	padding-top:18px;
	height: 33px;
	line-height:33px;
	margin:0;
	padding:0;
	font-size:18px;
	width:400px;
	font-weight:bold;
	color:black;
}
#map_pop_up h5 {
	margin:0;
	padding:0;
	display:block;
	color:black;
	font-size:12px;
	line-height:14px;
}
#map_pop_up a img { border:0;}

#map_pop_up #poiimage { float:right; width:211px;}



#map_pop_up #topcontainer { width:100%;}
#map_pop_up #factscontainer { width:210px; float:left;}


#map_pop_up .facts { width:210px; border-bottom:1px solid #d2d2d2; font-size:12px; line-height:15px; color:#646464; padding-top:4px; padding-bottom:2px; }

#map_pop_up .text {
	clear:both; padding:5px 0; font-size:11px; line-height:15px;
	background-image:url(../images/dashedLine.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:75px;
	overflow:hidden;
}
#map_pop_up #bottomslider { position:absolute; }
#map_pop_up .poitext { position:absolute;  width:198px; font-size:11px; line-height:15px; }
#map_pop_up a.more{
	padding-right:15px;
	background-image:url(../images/arrow_right.gif);
	background-position:right center;
	background-repeat:no-repeat;
	color:#009fdc;
	text-decoration:none;
}
#map_pop_up a:hover.more{
	color:#00709b;
}
#map_pop_up #closebutton { position:absolute; right:15px; top:15px; width:20px; height:24px;}
