/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.prototip { position: absolute; z-index:24px; }
.prototip .effectWrapper { position: relative; }
.prototip .tooltip { position: relative; }
.prototip .toolbar {
	position: relative;
	display: block;
	}
.prototip .toolbar .title {
	display: block;
	position: relative;
	}
.prototip .content { clear: both; }
.prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url(close.gif);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}
.prototip .toolbar a.close:hover { background: transparent url(close_hover.gif); }

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

.prototip .map_tip { 
	display:block;
	z-index:25px;
	position:absolute;
	top:-1.5em;
	left:1.2em;
	width:16em;
	background:url(../../images/content_pages/about_us/map_pop_up_back.gif) no-repeat left top;
	padding: 10px 10px 10px 30px;
	color:#777777;
}

.prototip .map_tip_side { 
	display:block;
	z-index:25px;
	position:absolute;
	top:-1.5em;
	left:-20em;
	width:16em;
	background:url(../../images/content_pages/about_us/map_pop_up_back_side.gif) no-repeat right top;
	padding: 10px 30px 10px 10px;
	color:#777777;
}

