@charset "UTF-8";
/* CSS Document */
/* Specific homepage styles */


#home_bar {
	position: relative;
	display: block;
}

#news_link {
	position: absolute;
		top: 4px;
		right: 5px;
	font-size: 10px;
	color: #fff;
}

#news_link a {
	text-decoration: none;
	color: #fff;
}

#news_link a:hover {
	text-decoration: underline;
}

.news_event {
	color: #666;
	font-size: 11px;
	line-height: 120%;
}

.news_event strong {
	font-size: 12px;
}

.post_date {
	font-size: 10px;
	color: #999;
}

.news_event p {
	padding-top: 5px;
	font-style: italic;
}

.news_event a {
	font-style: italic;
	font-weight: bold;
}




#container_columns {
	border: 0;
	border-top: 1px solid #999;
	z-index: 5;
	display: block;
}

#left {
	border: 1px solid #999;
	border-top: 0;
	border-right: 0;
	position: relative;
	display: block;
}

#right {
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	position: relative;
	display: block;
}


#calendar {
	height: 233px;
}

#featured_event {
	height: 159px;
	background-color:#FFFFFF;
}

#featured_event .bar {
	position: relative;
		top: -1px;
}

#events {
	height: 119px;
}

#member_login {
	height: 116px;
}


#modules {
	height: 145px;
	width: 600px;
	position: absolute;
		top: 597px;
		left: 16px;
}

#module_left {
	width: 270px;
	height: 130px;
	border: 1px solid #999;
	position: absolute;
		left: 15px;
	overflow: hidden;
}

#module_right {
	width: 270px;
	height: 130px;
	border: 1px solid #999;
	position: absolute;
		right: 15px;
	overflow: hidden;
}

#module_divider {
	width: 1px;
	height: 145px;
	border-right: 1px solid #999;
	position: absolute;
		left: 298px;
		top: -15px;
}

