#SectionBody { position: relative; }
 
#listing_section {
	margin: 0 250px 0 10px;
}
#sidebar_column {
	width: 200px;
	float: right;
	padding: 0 10px 10px 10px;
}
dl.sidebar_link_list {
	margin: 10px 0 10px 5px;
	width: 180px;
}
dl.sidebar_link_list dt {
	background-image: url(/images/homepage/news_list_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 80%;
	font-weight: bold;
}

dl.sidebar_link_list dt a { text-decoration: none; }

dl.sidebar_link_list dd {
	margin: 0 0 15px 15px;
	padding: 0;
	color: #333333;
	font-size: 70%;
}

#featureEvent {
	border: 1px solid #CCCCCC;
	position: relative;
	min-height: 170px;
}

#featureEventImage {
	position: absolute;
	top: 10px;
	left: 10px;
}
#featureEventDetails { margin: 10px 10px 10px 180px; }
#featureEventDetails h2 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#featureEventDetails h2 a { text-decoration: none; }

#featureEventDetails h3 {
	margin: 0;
	padding: 0;
	font-size: .8em;
	color: #333333;
}

#featureEvent p, li {
	color: #333333;
	font-size: .75em;
}

#tagline {
	float: none;
	clear: both;
	display: block;
}

table#eventListingTable {
	border: 0;
	margin: 20px 0 20px 0;
	color: #333333;
	width: 100%;
}

table#eventListingTable th {
	background-color: #CECECE;
	color: #0E66BA;
	font-size: .75em;
	font-weight: normal;
	padding: 5px;
	text-align: left;
	border-top: 0;
	border-right: 5px white solid;
	border-bottom: 0;
	border-left: 0;
}

table#eventListingTable tr {
	background-image: url(images/dotrule_h.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

table#eventListingTable td { padding: 10px 5px; }

/*event date*/
table#eventListingTable h3 {
	font-size: .75em;
	margin: 0;
	padding: 0;
}
/*event location*/
table#eventListingTable h4 {
	font-size: .75em;
	margin: 0;
	padding: 0;
	font-style: italic;
	font-weight: normal;
}
/*event type identifier*/
table#eventListingTable h5 {
	font-size: .75em;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #FC721C;
}
/*event headline*/
table#eventListingTable h2 {
	font-size: .9em;
	margin: 0;
	padding: 0;
}

table#eventListingTable p {
	margin: 0 0 10px 0;
	font-size: .8em;
}

.eventListingImage {
	width: 120px;
	float: right;
}

a.readMore {
	display: block;
	margin: 10px 0 0px 0;
	font-weight: bold;
	text-decoration: none;
	background: url(/images/homepage/morearrow.gif) center left no-repeat;
	padding: 0 0 0 11px;
	font-size: .75em;
}