@charset "UTF-8";
/* CSS Document */

#navigation {
	float: left;
	margin: 0 0 0 22px;
	padding: 40px 0 0 0;
}
#top-container {
	background:#000;
	width:100%;
}
.top-inner {
	margin:0 auto;
	width:960px;
}
.hide-text {
	text-indent:-9999px;
}
#navigation {
	float: left;
	margin: 0 0 0 22px;
	padding: 40px 0 0 0;
}
.main-tab {
	width: 182px;
	height: 50px;
	float: left;
	margin: 0 5px 0 0;
	/*position: relative;*/
	z-index: 5;
}
.main-tab-background {
	background-color: #121212;
	color: #a1c439;
}
.main-tab-background-hover {
	background-color: #a1c439;
	color: #000;
	z-index: 1000;
}
.main-tab p {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	/*padding: 15px 0 0 0;*/	
	height: 50px;
	cursor: pointer;
}
.main-tab .main-dropdown-menu {
	width: 182px;
	background-color: #6d8a18;
	display: none;
	border-top: 2px solid #000;
	position: absolute;
	text-transform: capitalize;
	z-index: 1000;
}
#about .main-dropdown-menu, #events .main-dropdown-menu {
	background-color: #178bc0 !important;
}
.about-tab {
	width: 105px !important;
}
.events-tab {
}
.tobacco-use-tab p {
	height: 38px;
	margin-top: 11px;
}
.about-tab p, .events-tab p {
	color: #24a3dd;
	/*padding: 20px 0 15px 0;*/
	height: 32px;
	margin-top: 18px;
}
.main-dropdown-menu .menu-item {
	height: 20px;
	width: 92%;
	position: relative;
	padding: 10px 0 5px 15px;
	color: #fff;
}
.main-dropdown-menu .menu-item-hover {
	background-color: #a1c439;
	color: #273400;
	cursor: pointer;
}
#about .main-dropdown-menu .menu-item-hover, #events .main-dropdown-menu .menu-item-hover {
	background-color: #24a3dd;
	color: #003851;
	cursor: pointer;
}
.fly-out {
	width: 385px;
	height: 115px;
	background-color: #a1c439;
	display: none;
	position: absolute;
	top: -40px;
	left: 182px;
}
.fly-out .fly-out-image {
	padding: 15px 0 0 15px;
	float: left;
}
.fly-out .fly-out-text {
	color: #37340e;
	float: left;
	width: 200px;
	padding: 15px 0 0 15px;
	line-height: 18px;
	height: 160px;
	overflow: hidden;
	font-size:11px;
}
.fly-out .fly-out-text:hover {
	color:#fff;
}

.main-tab .main-dropdown-menu a { color:#fff !important;}