/* News Module Styles */
.newsModuleWrpr {margin-bottom:50px;}
.newsModuleWrpr .paging {float:none;}
.newsModuleWrpr .item .aside { min-width:100px; }

.newsFilterLeftWrpr {width:55%;float:left;}
.newsFilterRightWrpr {float:right;width:40%;text-align:right;}
.newsFilterMonthWrpr {float:left;margin-right:12px;margin-bottom:5px;}
.newsFilterMonth {width: 85px;}
.newsFilterYearWrpr {float:left;margin-right:12px;margin-bottom:5px;}
.newsFilterYear {width: 85px;}
.newsFilterCatWrpr {float:left; max-width:70%;}
.newsFilterCat {width: 185px;}
.newsFilterSearchBtn {float:right;margin-left:15px;}
.newsFilterSearchType {padding-top:11px;float:right;}
.newsPhotoRight {float:right;margin: 15px 0px 15px 15px;}

.newsItemsWrpr {padding:0px 0px 20px 0px;}
.newsItemWrpr {padding:0px 0px 25px 0px;}
.newsItemWrpr .newsItemPhoto {float:left; display:inline; margin:0 0 12px 0;}

.newsItemWrpr .newsItemImg {float: left;padding-left: 12px;margin-top: 00px;margin-right:20px;}
.newsItemWrpr .newsItemImg img{width:70px;height:60px;}
.newsItemWrpr .newsItemDescr {}
.newsItemWrpr .newsItemDescr p {padding:0 0px;}
.newsItemWrpr .newsItemDescr h2 {font-size:13px;font-family:arial;margin:0px;padding:0px;}
.newsItemWrpr .newsItemDescr h2 a{font-size: 13px;color: #7AAFDF;font-weight: bold;text-decoration: none;}
.newsItemWrpr .moreLink {text-align:right;color: #7AAFDF;text-decoration: none;font: bold 11px Arial;}

.newsSummaryWrpr {}
.newsSummaryWrpr .mod {background:none;}
.newsSummaryWrpr h2 { color: #394A43; letter-spacing: 2px; margin: 0px 0px 10px; padding: 0px 0px 6px; font: bold 11px Georgia; text-transform: uppercase; border-bottom: 1px solid #D6CEAD; }
.newsSummaryBackgroundWrpr {}
.newsSummaryImage {float:left;}
.newsSummaryDesc { border-bottom: 1px dotted #BAC9C2; margin: 0px 0px 10px; padding: 0px 0px 10px; font-size:12px;}
.newsSummaryViewAll {text-align:right;}

.newsOverview h2.title {font-size:22px; margin: 0 0 0.5em;}
.newsFilterSearchType a {font-size:14px !important; color:#1c4e87;}
.newsOverview .bdr {border: none; padding: 0;}

.newsSummary .modHead h3 {font-size:20px;}
.newsSummary .modContent {padding: 15px 0;}
.newsSummary .modContent .aside {display:none;}
.newsSummary .modContent .item h2.title {font-size:16px;}
.newsSummary .modContent .item .date {display:block;}




.newsDetail > .aside {
    font-size: 16px;
    margin: 0.4em 1em 1em;
    max-width: 40%;
}

/* 16px baseline (- 480px) */
@media only screen and (max-width:479px) {
	
	.newsFilterCatWrpr {max-width:100%; width:100%; margin:0 0 10px 0;}
	
	.newsDetail > .aside {
		float: none;
		max-width: 100%;
		padding: 0;
	}
}

.news-filter label,
.news-filter select {
	display:inline-block !important;
	margin-bottom:0;
	width:auto;
}

.news-filter .table-col {
    vertical-align: middle;
	padding:0 10px 0 0;
}

.news-filter .table-row {
	width:auto;
}


@media only screen and (max-width:959px) {
	.filterActions {padding-top:29px;}
}
@media only screen and (max-width:767px) {
	.filterActions {clear:left; padding-top:10px;}
}	