#news_listing #side_rail #media_inquiries.featured {
	background: #0d3e62 url(../images/common/bg_side_pod_featured2.jpg) left top repeat-x;	
}
	#media_inquiries.featured .phone {
		display: block;
		margin: 5px 0;
		font-size: 17px;
		color: #fff;
	}

#news_listing .content_well h1 {
	margin-bottom: 30px;
}
	
#news_listing .news_section {
	border-top: 1px solid #e7e5e1;
	margin-top: 8px;
	padding-top: 20px;
	margin-bottom: 10px;
}
#news_listing .news_item {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}	
	#news_listing .news_item .time {
		float: left;
		width: 95px;
		margin-right: 15px;
		font-weight: bold;
		color: #333;
	}
	#news_listing .news_item .story {
		float: left;
		width: 415px;
	}
	#news_listing .news_item .story a.title {
		font-size: 14px;
		text-decoration: none;
	}
	#news_listing .news_item.small .story a.title {
		font-size: 12px;
	}

.pghead {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 18px;
	color: #032850;
	}
pfirst i {
	font-size: 14px;
}
	
.paging_control {
	margin: 20px;
	background: #d5e5f0;
	padding: 25px 35px;
}
	.paging_control .button {
		margin-bottom: -16px;
		margin-left: 15px;
	}
	

.date_selector {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
	.date_selector a {
		text-decoration: none;
	}	
	.date_selector .years {
		float: left;
		width: 125px;
		background: url(../images/common/bg_date_selector.gif) right center no-repeat;	
	}
		.date_selector .years li {
			width: 81px;
			height: 26px;
			margin-bottom: 7px;
			font-size: 14px;
			line-height: 26px;
			padding-left: 10px;
		}
		.date_selector .years li.active {
			background: url(../images/common/bg_date_selector_active_year.gif) no-repeat;
			color: #fff;			
		}
			.date_selector .years li.active a {
				color: #fff;
			}
	.date_selector .months {
		float: left;
		width: 105px;
		margin-left: -40px;
		margin-top: 5px;
	}
		.date_selector .months table.active {
			display: block;
		}
		.date_selector .months table {
			display: none;
		}
		.date_selector .months td {
			padding: 5px 10px;
		}