@charset "UTF-8";
/* CSS Document */

#top_banners {
	float:left;
	width:230px;
	background:#cecece;
	text-align:center;
	margin-bottom:50px;
}
#top_banners img {
	margin-bottom:8px;
}
.article {
	float:left;
	padding-top:30px;
	width:100%;
	border-bottom:1px solid #ccc;
	height:110px;
}
.article_last {
	border:none;
}
.article img {
	float:left;
	margin-right:15px;
}
.article h3 {
	color:#660000;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
}

.article a {
	color:#660000;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
}

.posted {
	margin-top:-21px;
	color:#999;
	font-weight:normal;
}
.article_body {
	margin-top:-15px;
}
.news_links {
	font:11px/16px normal Helvetica, Arial, sans-serif;
	margin-top:15px;
}
.news_links a {
	color:#660000;
	text-decoration:underline;
}
.news_links a:hover {
	text-decoration:none;
}
#bottom_links img {
	margin:25px 9px 15px 0px;
}
#follow_us {
	margin-left:10px;
	margin-bottom:12px;
	width:209px;
	height:113px;
	background-image:url(/themes/news/images/follow_us_banner.jpg);
}
#follow_us img {
	margin:60px 7px;
}
#main_article_nav img {
	float:right;
	margin-left:10px;
	margin-top:10px;
}
/* Article Options */

.Title {
	font-weight: bold;
	font-size: 18px;
	color: #990000;
}
.article_main_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
}
.top_story_main_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
}
.top_story_snippet_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color:#000000;
}
.news_header {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color:#434343;
}
.news_sub_header {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color:#6B1800;
}
a.full_text:link {
	text-decoration: none;
	font-size: 10px;
}
a.full_text:visited {
	text-decoration: none;
	font-size: 10px;
}
a.full_text:hover {
	text-decoration: underline;
	font-size: 10px;
}
.title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	color:#000000;
}
.subtitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color:#000000;
}
a.top_story_snippet_title:link {
	font-family: Helvetica, Arial, sans-serif;
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}
a.top_story_snippet_title:visited {
	font-family: Helvetica, Arial, sans-serif;
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}
a.top_story_snippet_title:hover {
	font-family: Helvetica, Arial, sans-serif;
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}
a.top_story_snippet_title:active {
	font-family: Helvetica, Arial, sans-serif;
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}
a.full_text {
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
a.news_img img {
	border: 1px solid #FFFFFF
}
.latest_news_bg_0 {
	background-color:#191919;
}
.latest_news_bg_1 {
	background-color:#212121;
}
a.snippet_links {
	color:#660000;
	text-decoration:none;
}
.main_feature_text {
	margin-top:286px;
	position:absolute;
	height:80px;
	width:610px;
	padding:20px 30px;
	color:#fff;
}
.main_feature_text_bg {
	margin-top:286px;
	position:absolute;
	height:120px;
	width:670px;
	background-color:#000;
	/* for IE */
    filter:alpha(opacity=60);
	/* CSS3 standard */
    opacity:0.6;
}


/**************/
/*            */
/*  Calendar  */
/*            */
/**************/
#news_calendar {
width:230px;
background:#efefef;
border:1px #ccc solid;
}

#news_calendar .grid { 
width:100%;
background:#fff;
}

#news_calendar .grid tr td {
font-size:10px;
text-align:center;
height:30px;
color:#990000;
}

/* Calendar Header */
#news_calendar .grid .cal_days td {
border-bottom:1px #ccc solid;
background:#efefef;
height:auto;
padding:0px 5px; 
width:14%; 
font-weight:bold;
color:#666;
}

#news_calendar .grid .cal_days .small { width:15%; }

#news_calendar .grid .cal_days .last { border-right: none; }


/* Calendar Week Rows - First Row */
#news_calendar .grid .first_days td { 
padding:4px; 
border-top:1px #999 solid;
border-left:1px #ccc solid;
border-bottom:1px #ccc solid; 
}

#news_calendar .grid .first_days .active { background:#990000; color:#fff; }

#news_calendar .grid .first_days .empty {
border-left:none; 
background:#f3f3f3;
border-bottom:1px #ccc solid;
}

#news_calendar .grid .first_days .last { border-right:1px #ccc solid; }

#news_calendar .grid .first_days .last_active { background:#990000; color:#fff; }

/* Calendar Week Rows - Subsequen Rows */
#news_calendar .grid .days { vertical-align:top; }

#news_calendar .grid .days td { 
padding:5px; 
border-left:1px #ccc solid; 
border-bottom:1px #ccc solid;
overflow:hidden; 
}

#news_calendar .grid .days .active { background:#990000; color:#fff; }

#news_calendar .grid .days .empty { 
border-left:none; 
background:#f3f3f3;
border-bottom:1px #ccc solid; 
}

#news_calendar .grid .days .empty_end { 
background:#f3f3f3;
border:none;
}

#news_calendar .grid .days .last { border-right:1px #ccc solid; }

#news_calendar .grid .days .last_active { background:#990000; color:#fff; }

#news_calendar .grid .days .empty_last { 
border-bottom:none; 
background:#f3f3f3;
border-left:1px #ccc solid; 
}

#news_calendar .grid .current_day { font-weight:bold; }


/* Editor sections*/
.small {
	padding-top: 10px;
	font-size:10px;
	line-height:14px; !important
}

.tinytext {
	margin-top:-3px;
	font-size:11px;
	font-weight:none;
	line-height:0px; !important
}

.clean_shadow {
	margin:-1px auto 0px auto;
	background-image:url(/themes/news/images/clean_shadow_bg.gif);
	background-repeat:no-repeat;
	width:1036px;
	height:603px;
}



/* End News Section */

/**************/
/*            */
/*  SITE MAP  */
/*   CLEAN    */
/*            */
/**************/

.sitemap_container {
	margin-top:30px;
	width:130px;
	float:left;
	margin-right:30px;
}

#footer .sitemap_container a{
	color: #666;
	text-decoration:none;
	font-size:11px;
}

#footer .sitemap_container a:hover{
	color:#333;
}

.sitemap_container ul {
	list-style-type:none;
	list-style-position:inside;
	margin-left:5px;
}
.sitemap_container h1{
	font-size:11px;
	color:#333;
	
}
