/* -- hide all paragraphs, contains all home page SEO text -- */
p.intro {
	left: -999em;
	overflow: hidden;
	position: absolute;
	top: -999em;
	width: 1em;
}

/* -- image rotator -- */
#homeimage {
	height: 495px;
	margin-bottom: 20px;
	position: relative;
}

#homeimage img {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 50; /* ensure we set a lower z-index than the sub menu drop down items */
}

/* -- whats up latest news/event -- */
#homewhatsup {
	background: url(/img/home/newseventbackground.png) repeat 0 0;
	bottom: 0;
	left: 0;
	padding: 6px;
	position: absolute;
	width: 948px;
	z-index: 100;
}

#homewhatsup p {
	float: left;
	margin: 0 30px 0 0;
	text-transform: uppercase;
	white-space: nowrap;
}

#homewhatsup span {
	color: #e21f25;
}

#homewhatsup a {
	color: #000;
}


