@charset "utf-8";
/* CSS Document */
/* Reset the main content layout **/


/******************/

fieldset {
	border:none;
}
div.article_archive{
	float:left;
}

div.archive_selector {
	float:left;
	
	
}
div.archive_selector select {
	width:220px;
	margin:10px 10px 10px 15px;
}
div.date_filter {
	float:left;
	width:748px;
	background-image:url(../images/interface/black_bg.jpg);
	margin:0px 0px 1px 0px;
	padding:10px 0px 10px 0px;
	height:20px;
}

/*
* html #content_background {
	position:relative;
	z-index:0;
	margin:-110px 0px 0px -74px;
	
}
*/
img.article_image {
	z-index:100000;
	float:right;
	
	
	margin-top:-20px;
	margin-right:-249px;
	border-bottom:1px solid #ffffff;
	
	
}
* html img.article_image {
margin-right:-220px;
}
.ie_image_fix {
visibility:hidden;
}
* html .ie_image_fix {
	margin-top:-1px;
float:right; background-repeat:no-repeat; background-position:right;width:219px;
visibility:visible;
}

div.category_filter {
	width:748px;
	height:60px;
	margin:0px 0px 1px 0px;
	background-image:url(../images/interface/footer__bg.jpg);
	padding:0px;
	

}
div.category_filter input {
	margin:9px 5px 0px 15px;
	padding:0px;
}

div#featured_article {
	float:left;
	width:469px;
	padding-right:30px;
	padding-left:30px;
	/*color:black;*/
	margin-top:25px;

	font-size:1.2em;
	/*line-height:1.5em;*/
	color:#333;
	background-color:#fff;
	
	
}
div#featured_article img{
	display:block;
	margin-left:auto;
	margin-right:auto;

	margin-bottom:10px;
	
}
div.featured_article_date, div.featured_article_synopsis{
	float:left;
	/*width:300px;*/
	/*color:#333333;		*/
}

div.featured_article_synopsis {
	font-size:1.2em;
}


div.featured_article_title a h1 {
	font-size:1.7em;
}

 div.featured_article_more  {
 	float:right;
	font-size:1.1em;
	font-weight:bold;
	
 }
 div.featured_article_more a {
 	color:#000000;
	padding-left:15px;
	background-image:url(../images/interface/arrow_whitebg.gif);
	background-position:center left;
	background-repeat:no-repeat;
 }


div.featured_article_date {
	color:#333333;
	font-weight:bold;
}

#article_list {
	float:right;
	width:199px;
	padding:10px;
	color:#333333;
	
}
div#article_list h1{
	margin-top: 15px;
	color:#000000;
	font-size:1.4em;
}
div.article_list_item {
	margin-top:15px;
	margin-left:10px;
	margin-right:20px;
	color:#333333;
}
div.article_title a{
	color:#CC092F;
}
div.article_date {
	color:#999999;

}
div.article_b {
	padding-top: .5em;
}

/********** Related Events **********/
div.related_articles {
	float:left;
	background-color:#ffffff;
	width:219px;
}
div.related_article_head {
	height:30px;
	padding-left: 16px;
	margin-top: 8px;
	
}
div.related_article {
	margin:0px 15px 15px 15px;
	color:#000000; 
}
div.related_article a{
	color:#CC092F;
}
