@media print
{
	body, a { color: #000000; background: #FFFFFF; } /* all text colors black, all backgrounds white */
	#nav-level-2 { visibility:hidden; }
	#description { visibility:hidden; }
}


#container
{
	margin:auto;
	width:950px;
}

#header {
	margin-top:10px;
}

#header h2 {
	float:right;
	margin-top:70px;
	font-size:150%;
	}

#header-content
{
}

#logo {	
}	

#logo a
{
}

#tag-line
{
	position: absolute;
	top: 125px;
	right: 95px;
}

#tag-line ul
{
	display: inline;
}

#tag-line li
{
	display: inline;
	font-size:12px;
}

#tag-line p
{
	font-size:12px;
	float:left;
	padding-right:5px;	
}

#frame-modules
{
	padding:10px 0px;

}

#footer
{
border-top:1px dashed #CCC;
padding:10px;
}



.link-arrow-right
{
	background: url("/inc/scripts/image_text.php?text=%3E%3E&color=bbdf11&background=292824&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat right;
	padding: 0 12px 2px 0;
}

.link-arrow-right:hover
{
	background: url("/inc/scripts/image_text.php?text=%3E%3E&color=7efa03&background=292824&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat right;
}

.link-arrow-left
{
     background: url("/inc/scripts/image_text.php?text=%3C%3C&color=bbdf11&background=292824&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat left;
     padding: 0 0 2px 12px;
}

.link-arrow-left:hover
{
     background: url("/inc/scripts/image_text.php?text=%3C%3C&color=7efa03&background=292824&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat left;
}

iframe.popup_visible{

	width:5px;
	height:5px;
	display: inline;
	position:absolute;
	z-index:500;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

iframe.popup_hidden{
	display: inline;
	position:absolute;
	display: none;
	z-index:500;
}

#MapSearch {
	display:block;
	background:#EEE;
	border:1px solid #CCC;
	height:610px;
	width:100%;	
	}
#MapContainer {
	width:600px;	
	height:600px;
	margin:5px;
	float:left;
	}
#MapList {
	height:600px;
	width:337px;
	border-left:1px dashed #CCC;
	float:left;
	overflow:auto;
	}
#MapList li {
	padding:5px 10px;
	border-bottom:1px dashed #DDD;
	clear:both;
	}
#MapList li:hover {
	background:#E2E2E2;
	cursor:pointer;
	}
#MapList li strong, #MapList li a, #MapList li img {
	display:inline;
}	
#MapList li img {
	float:left;
	padding-right:10px;
	}
