#newsEvents	{ width: 600px; padding-right: 20px; border-right: 1px solid #bbb; float: left; }
#newsEvents h1	{ margin-bottom: 10px; }
#newsEvents hr	{ color: #bbb; background-color: #bbb; height: 1px; margin: 20px 0px; }
#newsEvents .newsEventsLink	{ text-align: right; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #bbb; }

#awards	{ width: 220px; float: right; text-align: left; }
#awards img	{ margin-bottom: 10px; }
#awards h2	{ font-size: 1.5em; margin-bottom: 10px; }
#awards .oneAward	{ padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #bbb; }

#press li{
	clear:both;
	height:auto !important;
	min-height:60px;
	height:60px;
	margin-bottom:25px;
}
#content #press li p{
	padding:0 70px 0 0;
	font-size:12px;
	line-height:18px;
	margin-bottom:5px;
}
#content #press li p a{
	color:#1A619B;
	font-size:16px;
}
#news li{
	clear:both;
	height:auto !important;
	min-height:60px;
	height:60px;
	margin-bottom:25px;
}
#content #news li p{
	padding:0 70px 0 0;
	font-size:12px;
	line-height:18px;
	margin-bottom:5px;
}
#content #news li p a{
	color:#1A619B;
	font-size:16px;
}
#events li{
	clear:both;
	height:auto !important;
	min-height:60px;
	height:60px;
	margin-bottom:25px;
}
#content #events li p{
	padding:0 70px 0 0;
	font-size:12px;
	line-height:18px;
	margin-bottom:5px;
}
#content #events li p a{
	color:#1A619B;
	font-size:16px;
}
.calendar{
	border:1px solid #999;
	float:right;
	width:60px;
	height:60px;
	position:relative;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.calendar span{
	display:block;
	position:absolute;
}
.calendar span.year{
	background-color:#999;
	color:#FFF;
	font-weight:bold;
	width:100%;
	top:0;
	left:0;
	text-align:center;
	height:17px;
	line-height:17px;
	font-size:11px;
}
.calendar span.date{
	color:#999;
	top:21px;
	text-align:center;
	width:100%;
	height:25px;
	line-height:25px;
	font-size:22px;
	font-weight:bold;
}
.calendar span.month{
	bottom:2px;
	color:#999;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	width:100%;
/* 	text-transform:uppercase; */
}
#blog_navigation{
/*	border-top:1px solid #CCC;*/
	padding-top:10px;
}
#blog_navigation a{
	color:#1A619B;
	font-size:15px;
}
#blog_navigation a.previous{
	float:left;
}
#blog_navigation a.next{
	float:right;
}

