﻿/*header*/
#news_TitleHeader
{
	height: 78px;
	background-color: #6E84AD;
	border-bottom: 1px solid #5A6B96;
	padding: 0px;
	margin: 0px auto;
	width: expression(document.body.clientWidth < 970? "970px": "100%" );
	min-width: 970px;
}
#news_TitleHeader_Footer
{
	border-top: 6px solid #DEE9FF;
}
#news_TitleHeaderName
{
	width: 970px;
	padding: 22px 0px 0px 0px;
	margin: 0px auto;
	text-align: left;
}
h1.news_TitleHeaderName
{
	font-family: Arial, Helvetica, sans-serif;
	height: 1.2em;
	font-size: 19px;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
}

/*main*/
#news_main
{
	background: url(../images/backgrounds/bg_main.gif) 100% 0px repeat-y;
	margin: 10px 0px 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
	float: left;
	width: 770px;
}

#news_headlines {
	margin: 0;
	float: left;
	width: 600px;	
}
#news_headlines select {
	font-size: 12px;
	margin-top: 10px;
	}
#news_featured {
	border: 1px solid #a8b6d0;
	background-color: #f0f4ff;
	padding: 0;
	margin: 0 45px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color:#404040;
	width: 236px;
	float: right;
	position: relative;
	}
##news_featured {
	margin: 0 25px 0 0;
}
#news_featured h3 {
	font: bold 14px Arial,Helvetica,sans-serif;
	color: #2d4173;
	margin: 0 40px 15px 0;
	padding: 0;
}
img.featuredNewsTop {
	position: absolute;
	top: -1px;
	left: -1px;
	}
img.featuredNewsBottom {
	position: absolute;
	bottom: -2px;
	left: -1px
	}
#news_featured img.featuredNews {
	position: absolute;
	right: -3px;
	top: -4px;
	z-index: 10;
}
#news_featured ul {
	margin: 18px;
	padding: 0;
	list-style: none;
	}
#news_featured li {
	background: url(../images/icons/greenArrow.gif) 0 4px no-repeat;
	padding: 0 0 10px 10px;
}
#news_featured li a {
	font-size: 12px;
	}
#news_featured li a:hover {
	text-decoration: underline;
	}
#news_secondary
{
	float: right;
	text-align: right;
	width: 200px;
}
ul#breadcrumbs
{
	margin: 10px 0px;
}

/*articles*/
#news_main h2
{
	border-bottom: 1px solid #E6E6E6;
	color: #2D4173;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 0px 48px 0px 0px;
	padding: 0px 0px 12px 0px;
}
#news_main .news_article_section
{
	border-bottom: 1px solid #E6E6E6;
	margin: 0px 48px 0px 0px;
	padding: 24px 0px 24px 0px;
}
#news_main .news_article_section h3
{
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 0px 0px 8px;
}
#news_main .news_article_section.today h3
{
	padding: 0px;
}
#news_main .news_article_section .news_article
{
	padding: 4px 0px;
}
#news_main .news_article_section.today .news_article
{
	border-bottom: 1px solid #F2F2F2;
	padding: 12px 0px;
}
#news_main .news_article_section.today .news_article_last
{
	border-bottom: none;
	padding-bottom: 0px;
}
#news_main .news_article_section .news_article a
{
	font-size: 12px;
	text-decoration: underline;
}
#news_main .news_article_section.today .news_article a
{
	font-size: 14px;
}
#news_main .news_article p
{
	font-size: 12px;
	margin: 0px;
	padding: 2px 0px;
}
#news_main .news_article em
{
	color: #999999;
	font-size: 12px;
	font-style: normal;
}
#news_main .news_article_section .news_article_section_more, 
#news_main .news_article_section .news_article_section_less
{
	/*padding: 12px 0px 24px 0px;*/
}
#news_main .news_article_section a.news_article_section_moreLess
{
	font-weight: bold;
	padding: 0px 0px 2px 18px;
	text-decoration: underline;
	margin: 12px 0px 0px 0px;
	display: block;
	width: 100px;
	background-image: url(../images/icons/icon_moreLess.gif);
	background-repeat: no-repeat;
	height: 16px;
}
#news_main .news_article_section .news_article_section_more a.news_article_section_more
{
	background-position: 0px top;
}
#news_main .news_article_section .news_article_section_less a.news_article_section_less
{
	background-position: 0px bottom;
}
#news_main .news_article_section .news_article_section_more a.news_article_section_less
{
	display: none;
}
#news_main .news_article_section .news_article_section_less a.news_article_section_more
{
	display: none;
}
#news_main .news_article_section .news_article_section_more .moreLess_article_section
{
	display: none;
}
#news_main .news_article_section .news_article_section_less .moreLess_article_section
{
	display: block;
}
#news_main .news_article_section_paging
{
	padding: 24px 0px 0px 0px;
}
#news_main .news_article_section_paging a.news_article_section_previous
{
	background: url(../images/icons/icon_leftArrow.gif) 4px 3px no-repeat;
	font-weight: bold;
	padding: 0px 0px 2px 18px;
	text-decoration: underline;
	margin: 0px 20px 0px 0px;
}
#news_main .news_article_section_paging a.news_article_section_next
{
	background: url(../images/icons/icon_rightArrow.gif) 100% 3px no-repeat;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 2px 0px;
	text-decoration: underline;
}

#news_main .news_article_section_paging a.news_article_section_today
{
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 2px 0px;
	text-decoration: underline;
}

/* Ads */
#news_secondary iframe
{
	margin-right: 2px;
}

div#adServerSearchBW
{
	margin-top: 0px !important;
	padding-left: 18px !important;
}

div#adServerAdvertisements
{
	background: #FFFFFF !important;
}

div#adServerAdvertisements div#ad1
{
	background: #FFFFFF !important;
	padding-top: 0px !important;
	margin-bottom: 15px !important;
}

div#adServerAdvertisements div#ad2
{
	background: #FFFFFF !important;
	padding-top: 0px !important;
}
img.newsIcon {
	position: relative;
	top: 3px;
	padding-right: 1px;
}