
/* Menu Postion */
ul.dropdown {
	position: absolute;
	left: 325px;
	top: 5px;
	z-index: 597;
	float: left;
}

.content-background {
	position: absolute;
	top: 160px;
}

.conners {
	background: url(../images/conners.png) no-repeat;
	position: absolute;
	width: 874px;
	height: 434px;
	top: 4px;
	left: 1px;
	z-index: -1;
}

.top-area {
	background: url(../images/top.png) no-repeat;
	width: 866px;
	height: 300px;
	position: absolute;
	top: -43px;
}

.upcoming-events {
	background: url(../images/upcoming-steps.png) no-repeat;
	position: absolute;
	width: 176px;
	height: 285px;
	left: 687px;
	top: 2px;
	color: #a3a39d;
	font-size: 11px;
}

.upcoming-events a {
	color: #a3a39d;
}

.upcoming-events a:hover {
	text-decoration: none;
}

.upcoming-events-holder {
	position: absolute;
	top: 26px;
	left: 8px;
}

.upcoming-events-block {
	position: relative;
	padding: 6px 0px 6px 0px;
}

.upcoming-events-arrow {
	position: absolute;
	left: 0px;
	top: 8px;
	display: none;
	z-index: 2;
}

.upcoming-events-block:hover .upcoming-events-arrow {
	display: block;
}

.upcoming-events-block span {
	position: absolute;
	width: 23px;
	height: 22px;
	left: 7px;
}

.upcoming-events-block:hover span {
	background-position: -23px 0;
}

.upcoming-events-text {
	position: relative;
	left: 36px;
	width: 170px;
}

.members {
	color: #007c8e;
	font-size: 12.5px;
	font-weight: bold;
}

.encounter {
	color: #e26102;
	font-size: 12.5px;
	font-weight: bold;
}

.foundations {
	color: #8abb55;
	font-size: 12.5px;
	font-weight: bold;
}

.core {
	color: #b9c507;
	font-size: 12.5px;
	font-weight: bold;
}

.leader {
	color: #830085;
	font-size: 12.5px;
	font-weight: bold;
}

.bottom-area {
	background: url(../images/bottom.png) no-repeat;
	position: absolute;
	width: 874px;
	height: 208px;
	top: 234px;
	left: 4px;
}

.bottom {
	top: 605px;
}