/*
	CSS "Home" page for the modified Joomla look
	Copyright (c) 2009-2010 Joseph K. Licht.
	All rights reserved.
    
    Feature Area aqua/blue is RGB(43,123,165) = #2B7BA5
*/

/*-------- Featured Area [BEGIN] --------*/

#FeaturedArea {
	background: #FFF;
	border-top: 2px solid #b9cadb;
	border-bottom: 4px solid #b9cadb;
	height: auto;
	padding: 0;
	margin: 0;
}

.featured-area-uppercoloring {
	background: #2C7CA7 url(grafix/feature-area-shadow-top.png) top repeat-x;
}

.featured-area-lowercoloring {
	background: url(grafix/feature-area-shad-bottom.png) bottom repeat-x;
	padding: 37px 0 0;
	min-height: 212px;
}

ul.featured-area {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

ul.featured-area li {
	color: #FFFFFF; /* force white when we take off an <a> */
	float: left;
	text-align: center;
	font-size: .95em;
    padding-top: 5px;
}

ul.featured-area li.left {
   	width: 479px;
}

ul.featured-area li.right {
	width: 479px;    
}

ul.featured-area li.left a,
ul.featured-area li.center a,
ul.featured-area li.right a {
	padding-bottom: 5px;
}

ul.featured-area li.separator {
	border-left: 2px solid #5391B5;
	height: 124px;
	margin-top: 21px;
	width: 0px;
}

ul.featured-area li a {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: normal;
	display: block;
}

ul.featured-area li a:hover {
	text-decoration: underline;
}

ul.featured-area li span {
	font-size: 1.5em;
	margin-top: 7px;
	margin-bottom: 2px;
	font-weight: bold;
}

/*-------- Featured Area [END] --------*/
