.FA_overall_container {
	display:block;
	position:relative;
	clear:both;
	margin:0px 0px 10px 0;
	border:1px solid #EAECF0;
	line-height:18px;
	/*width:420px;*/
}	

.FA_overall_container a:focus {
	outline:0px;
}
focus {
	outline:0px;
}

.FA_overall_content{
padding:0 10px 10px 10px;
}

.FA_overall_container h3.FA_title_section { 	
	padding:5px;
	margin:0px;
	/*font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:3px;*/
	/*color:#505050;*/
	font-weight:Bold;
	background-color:#EAECF0;
	text-transform: uppercase;
}

#FA_featured_articles {
	display:block;
	position:relative;
	clear:both;
	height:160px;
	overflow:hidden;
	background:#fff;
	/*border:1px solid #b5b5b5
	border-bottom:none;;*/
}

#FA_featured_articles .FA_article{
	display:block;
	position:relative;
	clear:both;
	height:150px;
	/* if you plan on using left slide morph, set width on the elements */
	width:95%;
	/*color:#CCCCCC;*/
	padding:5px 10px;
	overflow:hidden;
	text-align:justify;
}



#FA_featured_articles .FA_article .image_container{
	/*
	display:block;
	position:absolute;*/
	/*
	float:left;
	margin:0px 0px 10px 0px;
	background-color:#eaeaea;
	padding:2px;
	border:1px #3b3b3b solid;*/
}

#FA_featured_articles .FA_article .FA_article_textcontent{
	position: absolute;
	float: right;
}

#FA_featured_articles .FA_article h2{
	margin:0px;
	padding:0px;
	/*font-size:22px;*/
	/*color:#5388BE;*/
	font-weight:Bold;
	border:none;
}

#FA_featured_articles .FA_article span.FA_date{
	font-size:10px;
	color:#545454;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#FA_featured_articles .FA_article p{
	/*font-size:10px !important; 
	color:#000000 !important;*/
	margin:0px;
	/*padding:10px 0px 10px;*/
	line-height:15px;
}

#FA_featured_articles .FA_article a.FA_read_more{
	/*font-size:16px;*/
	color:#333333;
	/*background:#5388BE;
	padding:2px 4px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;*/
}

/*
	Bottom navigation
*/
ul.FA_navigation {
	display:block;
	position:relative;
	/*background:#eaeaea;*/
	padding:0px;
	list-style-type:none;
	margin:0px;
	text-align:left;
	padding-left:15px;
	height:17px;
	/*border:1px solid #b5b5b5;*/
	border-top:none;
}
	ul.FA_navigation li{
		display:inline;
	}
		ul.FA_navigation li a{
			display:inline-block;
			width:12px;
			height:17px;
			line-height:17px;
			font-size:0px;
			background-image:url(nav.png);
			background-position:bottom center;
			background-repeat:no-repeat;
			margin:0px 0px 0px 5px;
		}
		ul.FA_navigation li span{
			display:none;
			position:absolute;
			top:-20px;
			left:0px;
			color:#000;
			text-align:left;
			font-family:Georgia, "Times New Roman", Times, serif;
			width:100%;
			padding-left:35px;
		}
	
#FA_overall_container .FA_navigation a.active{
	background-position:top center;
	color:#EEE;
}

#FA_overall_container .FA_navigation a:hover{
	background-position:top center;
}

/* Sideways navigation */
.FA_back{
	display:block;
	position:absolute;
	right:30px;
	top:5px;
	width:20px;
	height:20px;
	background-image:url(left.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.FA_next{
	display:block;
	position:absolute;
	right:2px;
	top:5px;
	width:20px;
	height:20px;
	background-image:url(right.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.FA_back:HOVER,
.FA_next:HOVER{
	background-position:bottom center;
}