@charset "UTF-8";
/* CSS Document */

ul.bjqs-controls.v-centered li.bjqs-next a {
	position: absolute;
	margin-top: -10px;
	right: 320px; 
	width: 23px;
	height: 46px;
	z-index: 999;
	background: url(../images/slider_arrows.png) no-repeat -23px 0px;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
	position: absolute;
	margin-top: -10px;
	left: 5px;
	width: 23px;
	height: 46px;
	z-index: 999;
	background: url(../images/slider_arrows.png) no-repeat 0px 0px;
}
ul.bjqs-controls.v-centered li.bjqs-next a:hover { background-position: -23px -46px; }

ul.bjqs-controls.v-centered li.bjqs-prev a:hover { background-position: 0px -46px; }

#home_wrapper { 
	position: relative; 
	top: 130px; 
	margin: 0;
	width: 100%;
	height: 100%;
	font-size: 1.3em; 
	line-height: 1.4em;
}

#banner {
	position: relative; 
	width: 950px; 
	height: 300px; 
	overflow: hidden; 
	background-color: #cf9732;
}
#slideshow {
	position: relative; 
	width: 950px; 
	height: 300px; 
	overflow: hidden; 
	}
	.slideImage { 
		position: absolute; 
		left: 0; 
		width: 950px; 
		height: 300px; 
		overflow:hidden;
	}
	.slideText {
		position: absolute; 
		top: 100px; 
		right: 0; 
		width: 275px; 
		height: 60px; 
		padding: 20px; 
		color: #fff;
	}
	.slideText a, .slideText a:link, .slideText a:hover { color: #fff; text-decoration: none; }
#rightBar {
	float: right; width:315px; height:300px; overflow:hidden;
}
.banner_text {
	position: absolute; 
	width: 275px; 
	height: 60px; 
	padding:20px; 
	color: #fff; 
	background-color:##8986b4; 
}
.banner_text h1 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: 400;
	font-style: italic;
	color: #fff;
}
.banner_text a:link, .banner_text a:visited, .banner_text a:hover { display: block; color: #fff; text-decoration: none; }

/* __________ 3 columns __________ */

.columns_container { 
	display: table; 
	width: 100%;
	border-collapse: separate;
}

.columns_container .column {
	display: table-cell;
	width: 33%;
	height: 200px;
	padding: 0px 20px 0px 20px;
}

.columns_container .divider { clear: both; width: 1px; border: none; }

.columns_container .column h2 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
}
.columns_container .column h2 a { color: #cf9732; text-decoration: none; }

/* __________ lists __________ */

#newsList ul {
	margin: 0;
	margin-left: -10px;
	list-style: none;
	}
	#newsList ul li {
		font-size: 1em;
		line-height: 1.4em;
		padding: 4px 4px 4px 14px;
		background: transparent url('../images/menu_bullet_hover.png') no-repeat 4px 6px;
	}
	#newsList ul li a { color: #8986b4; text-decoration: none;  }
	#newsList ul li a:hover { color: #3d007e; text-decoration: underline; }

#eventsList ul {
	margin: 0;
	margin-left: -20px;
	list-style: none;
	}
	#eventsList ul li {
		font-size: 1em;
		line-height: 1.4em;
		padding: 4px 4px 4px 14px;
	}
	#eventsList ul li a { color: #8986b4; text-decoration: none;  }
	#eventsList ul li a:hover { color: #3d007e; text-decoration: underline; }
	#eventsList .date { 
		float:left; 
		width: 70px;
	}