@charset "utf-8";
/* CSS Document */

#navigation {
	width: 800px;
	height: 35px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
#navigation ul {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	float: left;
	display: block;
}

#navigation ul li a {
	float: left;
	display: block;
	padding: 8px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
	font-weight: bolder;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006DAA;
}
#navigation ul li a:hover {
	color: #CCC;
	font-weight: bolder;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #006EAB;
}
#headerlogo #contact {
	float: right;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	padding-top: 18px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #FFF;
}
#contact span {
	visibility: hidden;
}
#headerlogo #logo {
	width: 175px;
	margin-top: 10px;
	float: left;
	height: 95px;
}
#headerlogo {
	width: 800px;
	height: 110px;
	float: left;
}
