h2 {
	margin: 0;
	padding: 0;
	display: none;
}
#events h2 {
	margin: 0 0 15px 0;
	padding: 0;
	display: block;
}
h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.5em;
}


/* FOOTER STYLES */

/* Font size is defined in the footer section of the global style sheet */

.copyright { /* With this IE leave gap between footer and the bottom of the content columns -- propably not a problem */
	margin: 30px 0 0 0;
	padding: 0;
/*	width: 300px;
	background-color: #CC99FF;*/
	float: left;
	line-height: normal; 
}
.design {
	margin: 30px 0 0 0;
	padding: 0;
	float: right;
	line-height: normal;
}
/* FOOTER STYLES END */

/* TEST STYLES
#body #subnavi {
	display: block;
} */
/* EVENTS PAGE STYLES */
#eventblock {
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #9aa77e;
	width: 548px; /* Total width 550px with the border */
	height: 108px; /* Total height 110px with the border */
	position: relative;
	border: #9aa77e solid 1px;
}
#eventblock:hover {
	background-color: #EAEAEA;
	border: #4f6675 solid 1px;
}

#eventblock .eventdate {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 7px;
	left: 10px;
	/*	background-color: #0099CC; */
	width: 300px;
}
#eventblock .eventname {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 27px;
	left: 20px;
	/*background-color: #00FFFF;	*/
	width: 500px;
}
#eventblock .eventlocation {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 46px;
	left: 21px;
	width: 506px;
	height: 51px;
}
#eventblock .eventbooth {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 80px;
	left: 20px;
}
#eventblock .eventsite {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 12px;
	left: 400px;
	font-size: 11px;
	color: #000000;
}
#eventblock a {
	text-decoration: none;
}
#eventblock a:hover {
	text-decoration: underline;
}
/* Past events */
#eventblockpast {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
/*	 background-color: #F3F3F3;*/
	width: 550px;
/*	 */height: 20px;
/*	line-height: 1.5em; */
	position: relative;
}

#eventblockpast .eventdate {
	margin: 0;
	padding: 0;
	/*	font-size: 12px;
	font-weight: bold; */
	position: absolute;
	top: 1px;
	left: 2px;
	width: 160px;/*	background-color: #FFCC33; */
}
#eventblockpast .eventname {
	margin: 0;
	padding: 0;
	/*	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase; */
	position: absolute;
	top: 0;
	left: 160px;
	/*	background-color: #00FFFF; */
	width: 391px;
}
#eventblockpast .eventsite {
	margin: 0;
	padding: 0;
/*	font-size: 16px; */
	font-weight: normal;
/*	text-transform: uppercase; */
	position: absolute;
	top: 0;
	left: 410px;
/*	background-color: #00FFFF;*/
	width: 140px;
}
#eventblockpast .eventlocation {
	display: none;
}
#eventblockpast .eventbooth {
	display: none;
}
#eventblockpast a {
	text-decoration: none;
}
#eventblockpast a:hover {
	text-decoration: underline;
}

/* EVENTS PAGE STYLES ENDS*/
