.FA_overall_container {
	display:block;
	position:relative;
	clear:both;
	border:1px solid #b5b5b5;
	background:#eaeaea;
}	

.FA_overall_container a:focus {
	outline:0px;
}
focus {
	outline:0px;
}

.FA_overall_container h3.FA_title_section { 	
	padding:0px;
	margin:0px;
	font-size:30px;
	letter-spacing:3px;
	color:#003333; 
	font-weight:normal;
	font-style:italic;
}

.FA_featured_articles {
	display:block;
	position:relative;
	clear:both;
	height:300px;
	overflow:hidden;
	width:100%;
}

.FA_featured_articles .FA_article{
	display:block;
	position:relative;
	clear:both;
	/* if you plan on using left slide morph, set width on the elements */
	width:100%;
	color:#CCCCCC;
	padding:0px;
	overflow:hidden;
	text-align:left;
}
	.FA_featured_articles .FA_article .FA_wrap{
		padding:10px 30px;
	}

.FA_featured_articles .FA_article .image_container{
	/*
	display:block;
	position:relative;
	*/
	float:left;
	margin:0px 30px 100px 0px;
	background-color:#eaeaea;
	padding: 1px;
	border:none;
}

.FA_featured_articles .FA_article h2{
	margin:0px;
	padding:0px;
	font-size:15px;
	color:#303030;
	font-weight:normal;
	font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
	border:none;	
	border-bottom:none;
	clear:none;
	text-align:left;
}
	.FA_featured_articles .FA_article h2 a{
		color:#303030;
		border-bottom:none;
	}

.FA_featured_articles .FA_article span.FA_date{
	font-size:12px;
	color:#545454;
	font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;

}

.FA_featured_articles .FA_article p{
	font-size:12px; 
	color:#000000;
	margin:0px;
	padding: 5px 0px 10px;
	line-height:18px;
}

.FA_featured_articles .FA_article a.FA_read_more{
	font-size:12px;
	color:#ffffff;
	background:#999;
	padding:4px 6px;
	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;
	height:17px;
	width:100%;
}
	ul.FA_navigation li{
		display:inline;
	}
		ul.FA_navigation li.first{
			margin-left:35px;
		}
		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;
	left:0px;
	top:45%;
	width:20px;
	height:45px;
	background-image:url(left.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.FA_next{
	display:block;
	position:absolute;
	right:0px;
	top:45%;
	width:20px;
	height:45px;
	background-image:url(right.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.FA_back:HOVER,
.FA_next:HOVER{
	background-position:bottom center;
}

.FA_image {

width: auto;
height: auto;

)
