@charset "utf-8";

/* CSS Document */

#headerContainer {
	width: 940px;
	float: left;
	margin-bottom: 15px;
	margin-top: 5px;
}

#logoContainer {
	float: left;
	height: 95px;
	width: 370px;
}

#navigationContainer {
	float: right;
	width: 570px;
	font-size: 13px;
	height: 95px;
	color: #000000;
	text-align: right;
}

#hyperlinkContainer {
	float: right;
	width: 510px;
	margin-top: 15px;
	font-size: 12px;
}
#hyperlinkContainer a{
	text-decoration: none;
	font-weight: bold;
	float: left;
	color: #4d4d4d;
}
#hyperlinkContainer a:hover{
	color: #868686;
	text-decoration: none;
	font-weight: bold;
}

#hyperlinkContainer .currentNav:hover{
	color: #cccccc;
}
#hyperlinkContainer .currentNav {
	color: #cccccc;
}
.linkDivider2 {
	width: 1px;
	background-color: #000000;
	height: 15px;
	float: left;
	margin: 0 12px 0 12px;
}

