/*
    News search
*/
.newsContainer_Header {
    padding: 0;
    border-bottom: 3px solid #D1D1D1;
}
.newsCategoryTitle {
    overflow: hidden;
	float: left;
	width: 80%;
}
.wide .newsCategoryTitle {
    width: 675px;
}
.newsCategoryTitle h1 {
    border: 0px !important;
    padding: 0px !important;
}
.newsSubscribeContainer {
    padding-top: 10px;  
	width: 20%;
	vertical-align: bottom;
	float: left;
	text-align: right;
}
.newsContainer_Content {
    float: left;
    width: 460px;
    padding: 15px 10px 15px 0;
}
.wide .newsContainer_Content {
    width: 660px;
}
.newsContainer_Months {
    float: right;
    width: 200px;
    padding: 15px 10px;
    border-left: 1px solid #D1D1D1;
}

.newsItem {
    border-bottom: 1px solid #D1D1D1;
    overflow: hidden;
	margin-bottom: 15px;
}

.newsItem h2 {
	/*line-height: 16px !important;*/
	margin: 0px !important;
}

/*
    Page List
*/
.newsContainer_Pagelist {
    padding: 5px 10px;
}
.newsContainer_Pagelist a.pageListNav {
    padding-right: 5px;
    font-size: 14px;
    color: #838385;
    text-decoration: none;
}
.newsContainer_Pagelist a.current {
    color: #336799;
}

.NewsBar {
	height: 18px;
	background: #1F5EA8;
	padding: 9px;
	color: #fff;
	font-size: 13px !important;
	line-height: 17px !important;
}

.NewsBar strong{
	position: relative;
	top: -2px;
}

.labeltext
{
    float:left;    
}

/* ===== News module navigation ===== */

#searchArrow {
	padding-right: 8px; 
	padding-top: 3px;
}

#newsContainer_Pagelist 
{
    width: auto;
}

#newsContainer_Pagelist p {
	float: left;
	margin: 0;
	padding: 0;
	color: #fff;
}

#pageList {
	float: right;
	font-size: 12px;
	height: 20px;
	width: 350px;
}

#pageList .arrows {
	float: right;
	margin: 2px 5px 0 5px;
}

#pageNumber {
	float: right;
}


/*
    News Accordion
*/
.newsSearchContainer {
    background: url("../images/icon_search.png") no-repeat scroll 0 0 transparent;
    padding: 5px 5px 5px 10px;
    position: relative;
    height: 25px;
}
.newsSearchText {
    width: 155px;
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    position: absolute;
    top: 9px;
}
.newsSearchButton {
    height: 25px;
    width: 25px;
    padding-left: 5px;
    position: absolute;
    top: 4px;
    right: 0;
}

.newsAccordion h3 {
	margin: 0 !important;
	padding: 5px 10px;
}
.newsAccordion h3 a {
	background-image: url("../images/icon_plus.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-size: 16px;
}
.newsAccordion h3 a.active {
	background-image: url("../images/icon_minus.png");
}
.newsAccordion a {
	text-decoration: none;
	color: #606060;
}
.newsAccordion a.currentMonth {
	color: #336799;
}
.newsAccordion ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0 !important;
}
.newsAccordion ul {
	padding-left: 25px;
}
.newsAccordion li {
	margin: 5px 0 !important;
}
.newsAccordion li a {
	font-size: 14px;
	padding-left: 15px;
}
.newsAccordion li a.currentMonth {
	background-image: url("../images/icon_arrow.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.monthsContainer {
	list-style-type: none !important;
	list-style-image: none !important;
}

/*
    Social
*/

.newsItem_social .newsItem_facebook,
.newsItem_social .newsItem_twitter,
.newsItem_social .newsItem_google {
    float: left;
}

.newsItem_social .newsItem_twitter {
	padding-right: 5px;
}

#breadcrumbs
{
	margin-top:20px;    
}