﻿a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.mapHeaderImage {
    height: 72px; 
    width: 1004px;
	float: left;
    background: url('../branding/hubermedia.png'); 
    FILTER: expression(fixPNG(this));
}


.mapheader
{
	height:72px;
	width:100%;
	background-color: #ffffff;
	FILTER: alpha(Opacity=100);
	KHTMLOpacity: 1.00;
	MozOpacity: 1.00;
	opacity: 1.00;
}

.mapHeaderNavigation 
{
	position: absolute;
	top: 45px;
	left: 270px;
	z-index: 1015;
	color: #055095;
}

.mapHeaderNavigation A
{
	color: #055095;
	text-decoration: none;
}

.mapHeaderNavigation A:hover
{
	color: #055095;
	text-decoration: underline;
}


@page { size:landscape; }


@media print {
	.CompleteHeader {
		display: none !important;
	}
	.menuSearch {
		display: none !important;
		}
	.menuSearch {
		display: none !important;
		}
	.CompleteHeader *{
		display: none !important;
	}
	.mapHeaderPanel {
		display: none !important;
	}
	.mapHeaderPanel * {
		display: none !important;
	}	
	.mapheader {
		display: none !important;
	}

}

