/* Menu Postion */

ul.dropdown {
	position: absolute;
	left: 260px;
	top: 5px;
	z-index: 597;
	float: left;
}

.content-load {
	opacity: 0;
	display: none;
}

.picture-slideshow {
	background: url(../images/picture-slideshow.png) no-repeat;
	height: 403px;
	width: 581px;
	position: absolute;
	top: 115px;
}

.picture-slideshow-controls {
	position: absolute;
	top: 370px;
	right: 20px;
	z-index: 5;
}

.picture-slideshow-controls-back {
	position: absolute;
	left: -15px;
}

.picture-slideshow-controls-forward {
	position: absolute;
}

.picture-image {
	position: relative;
	overflow: hidden;
	width: 563px;
	height: 386px;
	top: 8px;
	left: 8px;
}

#picture_content {
	position: absolute;
	top: 0px;
	padding: 0px;
	margin: 0px;
}

#picture_content
#picture_content li {
	list-style-type: none;
	list-style-position: inside;
}

.picture-slideshow .picture-image ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	position: absolute;
}

.picture-slideshow .picture-image ul li img {
	display: block;
}

.upcoming-events-holder {
	position: absolute;
	top: 115px;
	left: 590px;
	height: 505px;
	width: 271px;
	background: url(../images/upcoming-events-new.png) no-repeat;
}

.upcoming-events-date-header {
	position: absolute;
	
}

.upcoming-events-picture {
	position: absolute;
	top: 33px;
	left: 7px;
	z-index: 0;
}

.upcoming-events-picture div {
	position: absolute;
	display: none;
}

.upcoming-events-day-picture {
	position: absolute;
	z-index: 5;
	opacity: 0;
}

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

.upcoming-events-month {
	position: relative;
	width: 256px;
	height: 19px;
	top: 5px;
}

.upcoming-events-day {
	position: relative;
	left: 10px;
	padding: 8px 0px 8px 0px;
	font-size: 8pt;
	color: #A3A39D;
	height: 25px;
}

.upcoming-events-day-arrow {
	position: absolute;
	left: -10px;
	top: 11px;
	display: none;
}

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

.upcoming-events-day span {
	position: absolute;
	width: 23px;
	height: 24px;
}

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

.upcoming-events-day-text {
	position: relative;
	left: 35px;
	font-size: 8pt;
	color: #A3A39D;
	width: 210px;
}

.upcoming-events-day-text a {
	color: #A3A39D;
	text-decoration: underline;
}

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

.middle-area {
	position: absolute;
	top: 525px;
	left: 2px;
}

#current_events {
	position: relative;
	overflow: hidden;
	width: 578px;
	height: 93px;
}

#middle_area_previous {
	left: -2px;
	position: absolute;
}

#middle_area_next {
	right: -2px;
	position: absolute;
}

#current_events_content {
	position: absolute;
	top: 0;
	margin: 0px 0px 0px -24px;
}

#current_events_content
#current_events_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.middle-area #current_events ul li {
	display: block;
	float: left;
	width: 137px;
}

.middle-area #current_events ul li img {
	display: block;
	border: 1px solid transparent;
}

.middle-area #current_events ul li img:hover {
	border: 1px solid #4b4b40;
}

.bottom {
	top: 630px;
}