/* ----------------------------------------------------------------------------
   slideToggle
-----------------------------------------------------------------------------*/

/* mapDestinations
-----------------------------------------------------------------------------*/

.mapDestinations {
	position: absolute;
	z-index: 9999;
	right: 0;
}
	
	#mapDestinationsPanel {
		display: none;
	}


/* sitemap
-----------------------------------------------------------------------------*/

.sitemap {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index: 1002;
	color: #fff;
	text-align: center;
}
	
	#sitemapPanel {
		display: none;
		width: 980px;
		margin: 0 auto;
		background: url(../_img/sitemap_bg.gif) top repeat-x #336699;
		-moz-box-shadow: 0 3px 3px #336699;
		-webkit-box-shadow: 0 3px 3px #336699;
	}
		
		.sitemapInner {
			display: block;
			padding: 20px;
			text-align: left;
		}


.slide {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	border-top: 3px solid #336699;
}

.btn_sitemap {
	display: block;
	float: right;
	width: 82px;
	height: 20px;
	background: url(../_img/btn_sitemap.gif) 0 0 no-repeat;
	cursor: pointer;
	* cursor: hand;
}

.active {
	background-position: 0 -20px;
}


	/* Styling
	-----------------------------------------------------------------------------*/
	
	.sitemapInner h1 {
		font-size: 1.167em; /* 14px = 1.167em */
		color: #fff;
		padding-bottom: 3px;
		border-bottom: 1px solid #c6e0f1;
	}
	
	.sitemapInner p { margin: 0; }
	
	.sitemapInner a { color: #fff; }
	.sitemapInner a:hover { color: #fff; }
	
	.sitemapInner ul {
		margin-bottom: 0;
		font-size: 0.917em; /* 11px = 0.917em */
		list-style-image: url(../_img/footer_li_arrow.gif);
		* list-style-image: url(../_img/footer_li_arrow_ie.gif);
	}


/* Misc
-----------------------------------------------------------------------------*/

#toggleShowComment, 
#toggleShowPost, 
#toggleShowGmap {
	display: none;
}
