/* Start of CMSMS style sheet 'ConAll_News' */
/* News Module
----------------------------------------------------- */

#news_container {
	margin: 0 0 0 470px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#news_container h2 {
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	font: 15px/18px Arial, Helvetica, sans-serif;
	color:#000000;
}



/* CSS for news feed on home page
----------------------------------- */
.odd, .even {
	font: 11px/15px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.even {
	color:#666666;
}
.even .news_footer {
	background:url(uploads/images/even_bottom_image.gif) no-repeat bottom right;
	height: 26px;
	padding: 0;
}
.odd {
	color:#c3c3c3;
}
.odd .news_footer {
	background:url(uploads/images/odd_bottom_image.gif) no-repeat bottom right;
	height: 26px;
	padding: 0;
}
.odd .NewsSummaryLink a, .odd .NewsSummaryLink a:link, .odd .NewsSummaryLink a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.odd .NewsSummaryLink a:hover, .odd .NewsSummaryLink a:active {
	color: #8CC63F;
}

.odd .NewsSummarySummary a, .odd .NewsSummarySummary a:visited {
	color: #8CC63F;
	text-decoration:none;
}

.even .NewsSummaryLink a, .even .NewsSummaryLink a:link, .even .NewsSummaryLink a:visited {
	color: #000000;
	text-decoration: none;
}
.even .NewsSummaryLink a:hover, .even .NewsSummaryLink a:active {
	color: #8CC63F;
}

.even .NewsSummarySummary a, .even .NewsSummarySummary a:visited {
	color: #8CC63F;
	text-decoration:none;
}
.NewsSummaryLink, .NewsSummarySummary {
	padding: 10px 30px 0 20px;
}

.odd .NewsSummaryLink, .odd .NewsSummarySummary {
	padding: 7px 30px 0 20px;
	background:#5e5d5d;
}
.even .NewsSummaryLink, .even .NewsSummarySummary {
	padding: 7px 30px 0 20px;
}
.odd .NewsSummarySummary p {
	display:inline;
}
.even .NewsSummarySummary p {
	display:inline;
}



/* CSS for news feed in who we are section
---------------------------------------------- */
.secondary_odd, .secondary_even {
	font: 11px/15px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 20px 20px 30px;
}
.secondary_even {
	color:#666666;
}
.secondary_odd {
	background:#CCCCCC;
	color:#666666;
}
.secondary_odd .NewsSummaryLink a, .secondary_odd .NewsSummaryLink a:link, .secondary_odd .NewsSummaryLink a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.secondary_odd .NewsSummaryLink a:hover, .secondary_odd .NewsSummaryLink a:active {
	color: #8CC63F;
}

.secondary_odd .NewsSummarySummary a, .secondary_odd .NewsSummarySummary a:visited {
	color: #8CC63F;
	text-decoration:none;
}

.secondary_even .NewsSummaryLink a, .secondary_even .NewsSummaryLink a:link, .secondary_even .NewsSummaryLink a:visited {
	color: #000000;
	text-decoration: none;
}
.secondary_even .NewsSummaryLink a:hover, .secondary_even .NewsSummaryLink a:active {
	color: #8CC63F;
}

.secondary_even .NewsSummarySummary a, .secondary_even .NewsSummarySummary a:visited {
	color: #8CC63F;
	text-decoration:none;
}
.secondary_odd .NewsSummarySummary p {
	display:inline;
}
.secondary_even .NewsSummarySummary p {
	display:inline;
}






.NewsSummaryPostdate {
	color: #999999;
	margin: 0 0 3px 0;
	padding:0;
	text-transform: uppercase;
}
.NewsSummaryLink, .NewsSummaryLink h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
}
.NewsSummaryLink a {
	padding:0;
}
.NewsSummarySummary p {
	margin: 0;
	padding:0px;
}
.NewsSummarySummary, .NewsSummaryContent {
	margin: 0;
	padding: 0;
}
.NewsSummaryMorelink {
	margin: 0;
	padding: 3px 0 0 20px;
}
.NewsSummaryMorelink a {
	font: bold 11px/13px Arial, Helvetica, sans-serif;
	color:#8cc63f;
}
#NewsPostDetailDate {
	color: #888;
	margin-bottom: 5px;
	text-transform: uppercase;
}
h3#NewsPostDetailTitle {
	margin: 5px 0;
	padding: 0;
}
#NewsPostDetailSummary p {
	font: normal 11px/15px Arial, Helvetica, sans-serif;
	margin-top: 0;
}
#NewsPostDetailCategory {
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
	line-height: 150%;
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
	font-style: italic;
}
/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/

/* News Module - Home
------------------------- */

#newsfeed .NewsSummary {
	font: 11px/15px Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
	margin: 0;
}
#newsfeed .NewsSummary p {
	font: 11px/15px Arial, Helvetica, sans-serif;
}
#newsfeed .NewsSummaryLink {
	font-size: 12px;
	font-weight: bold;
}

/* End of 'ConAll_News' */

