@charset "utf-8";
/* CSS Document */

#map1, #map2 { /*Google map containers (not map itself)*/
	clear:both;
	padding-top:20px;
	position:absolute;
	z-index:1;
	width:595px;
	height:314px;
	margin-bottom: 15px;
	left: 328px;
	float: left;
	margin-top: -25px;
}
#googlemap1, #googlemap2 { /*Google maps themselves*/
	width:595px;
	height:250px;
	margin-bottom: 15px;
	border: 1px solid #acacac;
	background-image: url(../../images/trips_classes/map_loading.gif);
	background-repeat: no-repeat;
	background-position: center 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}
a.closemap, a.closemap:hover { /*Close tab*/
	background-image: url(http://www.outbackadventures.com/images/trips_classes/close_map_tab.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 18px;
	width: 64px;
	text-align: center;
	display: block;
	margin-left: 533px;
}
