/*******************
 * COLUMNS
 *******************/
/* set content wrapper to relative */
/*#content {
	position: relative;
	padding-left: 0;
	padding-right: 0;
}
.contentColumn {
	float: left;
	width: 100%;
	padding: 0px;
	margin-left: 210px;
	margin-top: 0;
	margin-bottom: 13px !important;
}
.contentColumnWrapper {
	width: 100%;
	float: none;
}
.contentColumnWrapper .contentColumn {
	margin-left: 0;
}


.contentColumn, .pageMenu {
	position: relative;
}
*/
/*
.pageMenu p {
    margin: 0 0 20px 0;
}

.writerPicture {
    position: relative;
    right: 20px;
    top: -87px;
    width: 110px;
    height: 0;
}
*/

.toolBox {
	margin: 65px 0 0 21px;
}

/*.shareBox {
	float: left;
	margin: 0 0 0 10px;
}
*/

.shareBox iframe {
	height: 21px !important;
	/*margin-left: 5px;*/
}

#geographyList {
	float: left;
	width: auto;
}



.topBar {
    background: none repeat scroll 0 0 #C8BFA1;
    color: #fff;
    font-family: "helveticaRounded",Arial;
    font-size: 13px;
    height: 30px;
    line-height: 35px;
    margin: 0 21px;
    padding: 0 0 2px 10px;
    text-transform: uppercase;
}


/* addition 2012-06-28 */
.contentColumn.wide {
	float: right;
	width: 788px;
	padding: 13px 21px 0 21px;
}
.contentColumn.trans {
	padding: 0 !important;
	background-image: none !important;
	background-color: transparent !important;
	width: 830px !important;
	margin-right: 20px;
}

.contentColumnWrapper {
    width: 600px;
}
.searchResult .contentColumnWrapper {
	width: auto;
}


.contentColumn.single {
	padding: 0 !important;
	background-image: none !important;
	background-color: transparent !important;
	margin: 0 21px 0 0;
	width: 461px;
}

/

.newsItemThumb {
	min-height: 50px;
	max-height: 123px;
	overflow: hidden;
}



.listContainer {
	width: 832px;
	padding: 0;
}

.newsRelated td h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #c15946;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.newsRelated td {
	color: #545454;
}


/*************
 * MAIN COLUMN CATEGORIES
 *************/
.contentColumn #categories, .contentColumn #groups {
	display: block;
	width: 500px;
	height: auto;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}
.contentColumn #categories li, .contentColumn #groups li  {
	float: left;
	margin: 1px 3px 2px 3px;
	padding: 2px 3px;
	width: 110px;
	border: 1px solid #fff;
	text-align: left;
	background: #5AA69D;
}
.contentColumn #categories li a {
	color: #fff !important;
}



/**************
 * LIST OF CATEGORIES
 *************/
#newsCats {
	width: 200px !important;
	float: left;
	margin: 21px 0 0 0;
}
#newsCats ul {
	margin-left: 0;
	padding-left: 0;
}
#newsCats ul li {
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 21px 21px 0;
}
#newsCats ul li a {
	display: block;
	background: #5aa69d;
	text-align: center;
	color: #fff;
	width: 152px;
	height: 26px;
	padding-top: 8px;
	text-transform: uppercase;
	font-size: 13px;
}
#newsCats ul li, #newsCats ul li a  {
	text-align: left;
	padding-left: 13px;
}
#newsCats ul li.special a {
	background: transparent;
	color: #DC5943;
}

/*************
 * MAIN COLUMN NEWS
 *************/
.topNews {
	position: relative;
	margin-bottom: 21px;
	font-size: 13px;
	line-height: 18px !important;
	padding-top: 13px;
}
.topNewsContent a:hover {
	color: #545454 !important;
}
.topNews .shareBox { border-bottom: 1px dashed #C4BEA1; margin: 10px 0 0 0; padding: 5px 0 0 0; width: 100%;}

.topNewsDate {
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 20px;
}
.topNewsImage {
	float: right;
	margin: 20px 0 20px 20px;
}
.newsItem {
	overflow: hidden;
}

.newsItem a {
	color: #545454;
}
.newsItem a:hover {
	color: #DC5943;
}

#latestNews .newsItem {
	border-bottom: 1px dashed #ccc;
	padding: 2px 10px 8px 10px;
	padding-right:30px;
	margin-bottom: 5px;
}

#latestNews .newsItem .newsImage {
	float: left;
	width: 200px;
	overflow: hidden;
	margin: 15px 26px 0 0;
	min-height: 110px;
	max-height: 150px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

#latestNews .newsItem .newsImage img {
	padding: .2em;
	max-height: 110px;
}

#latestNews .newsItem small {
	font-size: 10px;
	/*float: right;*/
    font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
}

.rightNewsTextNews {
    float: left;
	bottom: 0;
    cursor: pointer;
    
    font-family: Arial,Helvetica,sans-serif;
    width: 126px;
}

.rightNewsHeader{
	padding-bottom: 2px;
}

.newsImageRight {
    float: right;
    height: 60px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 60px;

}

.contentColumn.lefttrans .newsList {
    height: 100%;
    padding: 8px 21px 21px 21px !important;
    width: 778px;
}

/*.newsItem .date {
    font-size: 11px;
    float: right;
}
*/
#numFound {
	font-size: 11px;
	position: absolute;
	top: 15px;
	left: 15px
}
.newsText{
	/*width: 600px;*/
}
.newsDate {
	display: block;text-align:left;padding:0;line-height: 12px; margin-top: 3px;
}

.arrowRightReadMore {
    background: url("../images/icons/arrow-right.png") no-repeat scroll 0 5px transparent !important;
    display: block !important;
    /*float: right;*/
    padding-left: 14px !important;
	font-size: 11px;
	margin-top: 5px;
}
.newsContent .arrowRightReadMore {
	background: url("../images/heart-12-black.png") no-repeat scroll 0 5px transparent !important;
}
.newsContent .arrowRightReadMore:hover {
	background: url("../images/heart-12-red.png") no-repeat scroll 0 5px transparent !important;
}
.newsList #searchresult {
	margin-top: 0;
	padding-top: 0;
	position: relative;
	top: -5px;
}

/**************
 * Left COLUMN NEWS LIST
 *************/
#newsList {
	width: 217px !important;
	float: right;
	background: #fff;
}
#newsList h3 {
	background: #c4bea1;
	font-size: 13px;
	line-height: 15px;
	padding: 3px 5px 3px 5px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}
#newsList ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#newsList ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
	padding: 5px 1px 5px 13px;
	color: #545454;
	border-bottom: 1px dashed #c4bea1;
}
#newsList ul li, ul#newsCategories li a  {
	text-align: left;
	color: #545454;
}

h2.newsTitle a
{



	line-height: 125%;
	margin-bottom: 0 !important;
}
.source{
	margin-top:1em;
}
.newsTitle a:hover,
.newsContent > a:hover {
	color: #545454;
}


.pagingBottom {
	font-size: 13px;
	width: 100%;
	min-width: 400px;
	text-align: center;
	margin: 8px auto 0 auto;
	padding-bottom: 21px;
	display: inline-block;
}
.pagingTop a, .pagingBottom a {
	line-height: 18px;
}
.pagingBottom a {
	font-size: 13px;
	font-weight: bold;
}
.pagingTop a {
	cursor: pointer;
}


/*************** ADDED 20130619 ************************/
/* default button */
/* links */
.pagingBottom a.pageNext,
.pagingBottom a.pagePrev {
	display: inline-block;
	color: #545454;
	background-repeat: no-repeat;
	font-weight: normal;
}
/* prev link */
.pagingBottom a.pagePrev {
	padding-right: 20px;
	background-image: url(../images/heartInActiveRight.png);
	background-position: 100% 2px;
	padding-left: 5px;
}
/* next link */
.pagingBottom a.pageNext {
	padding-left: 20px;
	background-image: url(../images/heartInActive.png);
	background-position: 0% 2px;	
	padding-right: 5px;
}
/* links hover */
.pagingBottom a.pagePrev:hover {
	color: #dc5943 !important;
	background-image: url(../images/heartInActiveRight2.png);
}
.pagingBottom a.pageNext:hover {
	color: #dc5943 !important;
	background-image: url(../images/heartInActive2.png);
}
/* active links */
.pagingBottom a.pagePrev.active,
.pagingBottom a.pageNext.active {
	display: inline-block;
	color: #aaa !important;
}
/* active prev link */
.pagingBottom a.pageNext.active {
	padding-left: 20px;
	background-position: 2px 2px;	
	background-image: url(../images/heartActive.png) !important;
}
/* active next link */
.pagingBottom a.pagePrev.active {
	padding-right: 20px;
	background-position: 100% 2px ;
	background-image: url(../images/heartActiveRight.png) !important;
}
