.newsContainer {
	margin-top:20px;
	display:table;
	width:100%;
}
.newsNav {
	padding-right:10px;
}
.newsdate.container {
	white-space:nowrap;
	width:175px;
}
.newsdate.left {
	float:left;
	text-align:right;
	margin-right:5px;
	font-size:11px;
	width:105px;
}
.newsBody .newsdate.right {
	float:left;
	font-size:38px;
	line-height:40px;
	margin-right:5px;
}
.newsBody {
	display:table-cell;
	vertical-align:top;
	padding-right:20px;
}
.newsSidebar {
	display:table-cell;
	vertical-align:top;
	padding-left:30px;
	width:240px;
}
.newsSidebar .content {
	padding:10px 30px;
	background-color:#84a755;
}
.newsSidebar h2 {
	padding:10px 30px 0px 30px;
}
.newsSidebar ul {
	margin-left:0px;
}
.newsSidebar li {
	margin-left:-20px;
	padding-left:0px;
}
.newsMonth {
}
.newsMonth a {
	font-size:13px;
}
.newsMonth a:hover {
}
.stButton {
}
.newsShare {
	width:165px;
/*	border:1px solid #ccc;*/
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:12px;
}
.newsShare.spacer{
	position:relative;
	clear:both;
	border:none;
}
.articleShare .newsShare {
	width:300px;
	margin-left:120px;
	border:none;
}
.newsSidebar .wrap {
	display:block;
	clear:both;
}
.newsNav {
	height: 29px;
	background-image: url('/uploads/images/slideshow/background_ssbar.png');
	text-align:right;
}
.newsNav a {
	padding: 0px 5px;
	color: #939598;
	text-decoration: none;
	font-size: 15px;
	cursor:pointer;
	line-height:22px;
	display:inline-block;
}
.newsNav a:hover {
	color:#fff;
}
.newsNav a.activeSlide {
	color:#25BEBE;
}
.newsText {
	display:block;
}
.alignleft {
	float:left;
	margin-right:10px;
}
.alignright {
	float:right;
	margin-left:10px;
}
.summary * {
	font-weight:normal !important;
	font-size:13px !important;
}
.newsBody .title a {
	color:#00234f;
}
.newsBody .readmore {
	margin-bottom:15px;
	text-decoration:underline;
	font-size:12px;
	text-transform:none;
	font-style:italic;
}
.newsBody .newsdate {
	font-size:21px;
	color:#445560;
	text-transform:uppercase;
	font-weight:bold;
}
.newsBody hr {
	margin-top:15px;
}
.newsSidebar .bridge h1 {
	font-size:14px;
}
.newsBody .summary {
	margin-top:10px;
}
.newsBody .summary img {
	display:none;
}
.newsSidebar #newsletterBox {
	margin:20px 0px;
}
.newsBody .tablecell.thumbnail {
	width:40%;
	padding-right:20px;
}
.newsBody .table {
	margin-bottom:45px;
}
.newsBody h2 {
	font-size:24px;
	margin-bottom:2px;
}
.newsBody h2 a {
	text-decoration:none;
	color:#2d3d25;
}
/* mobile + iPad */
@media (max-width : 1020px) {
	.newsBody h2 {
		font-size:18px;
	}
	.newsBody .newsdate {
		font-size:16px;
	}
}
/* mobile only */
@media (max-width : 767px) {
	.newsSidebar {
		display:none;
	}
	.newsBody .summarytext {
		display:none;
	}
	.newsBody .tablecell {
		display:table-cell;
	}
	.newsBody .tablecell.thumbnail {
		width:45% !important;
	}
	.newsContainer {
		padding:0px 15px;
		display:block;
		width:auto;
	}
}
