@charset "UTF-8";
.oneColFixCtr #Head{
	background-color: #FFF;
	margin: 0px;
	height: 180px;
	width: 900px;
}
.oneColFixCtr #HeadLogoContainer {
	background-color: #FFF;
}
#headLogoText {
	width: 400px;
	height: 30px;
	margin-bottom: 1px;
	margin-top: 129px;
	float: left;
	padding-left: 20px;
	position: absolute;
}
.nav_links {
	color: #FFF;
	text-decoration: none;
}

.nav_links a {
	text-decoration: none;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.nav_links a:link {
	color: #333;
	text-decoration: none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 15px;
}
.nav_links a:visited {
	color: #333;
	text-decoration: none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 15px;
}

.nav_links a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #00AAA6;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.nav_links a.active {
	color:#FFF;
	padding-left: 10px;
	background-color: #C1D82F;
	border-bottom-width: 0px;
}
.navigationContainer {
	margin: 0px;
	float: right;
	width: 180px;
	margin-top: 20px;
}
.navigationButton {
	float: left;
	width: 180px;
	height: 20px;
}
#HeadLogoContainer #headLogoText h1 a {
	text-decoration: none;
	color: #333;
}
#HeadLogoContainer #headLogoText h1 {
	color: #333;
}
.headLogo {
	float: left;
	width: 400px;
	position: absolute;
	margin-left: 15px;
	margin-top: 90px;
	
}

