@charset "utf-8";
/* CSS Document */

#homepage_wrapper {
	height: 342px;
	width: 948px;
	position: relative;
}
#upcoming_events {
	float: left;
	width: 244px;
	background-image: url(images/slider/events_bg_2010.gif);
	height: 342px;
	text-align: center;
}

#events_wrapper {
	margin: 0 auto 0 auto;
	width: 150px;
}
#upcoming_events h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #d2d2d2;
	margin-top: 40px;
}
#upcoming_events img {
	padding-top: 5px;
}

#upcoming_events p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 12px 0 0 0;
}

#upcoming_events a {
	color: #21c2f5;
	text-decoration: underline;
}

#upcoming_events span {
	color: #21c2f5;
	font-weight: bold;
}


/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:704px;
	height:342px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:830px;
	top:288px;
	z-index:1000;
		}	
	#nextBtn, #slider1next{
	left:880px;
	top: 288px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{
	display:block;
	position:relative;
	width:42px;
	height:42px;
	background-image: url(images/slider/slider_back_2010.png);
	background-repeat: no-repeat;
	background-position: 0 0;
		}	
	#nextBtn a, #slider1next a{
	background-image: url(images/slider/slider_next_2010.png);
	background-repeat: no-repeat;
	background-position: 0 0;
		}	
#event_slider {
	float: right;
	height: 342px;
	width: 704px;
}

		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

