@charset "utf-8";
#homeonly {
	color: #666666;
}
#tab_business {
	background-image: url(../images/home_tab_business.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 255px;
	width: 211px;
}
#tab_business a {
	font-size: 18px;
	color: #1e216e;
	text-decoration: none;
	text-align: right;
	display: block;
	padding-top: 24px;
	padding-right: 14px;
	height: 231px;
	width: 197px;
}
#tab_business a:hover {
	color: #0066CC;
}
#tab_education {
	background-image: url(../images/home_tab_education.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 255px;
	width: 210px;
}
#tab_education a {
	font-size: 18px;
	color: #1e216e;
	text-decoration: none;
	text-align: right;
	display: block;
	padding-top: 24px;
	padding-right: 14px;
	height: 231px;
	width: 196px;
}
#tab_education a:hover {
	color: #0066CC;
}
#tab_worship {
	background-image: url(../images/home_tab_worship.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 255px;
	width: 217px;
}
#tab_worship a {
	font-size: 18px;
	color: #1e216e;
	text-decoration: none;
	text-align: right;
	display: block;
	padding-top: 24px;
	padding-right: 20px;
	height: 231px;
	width: 197px;
}
#tab_worship a:hover {
	color: #0066CC;
}
.affiliate {
	font-size: 11px;
	float: left;
	width: 250px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}

#featuredprojects
{
	width		: 638px;
	margin		: 0;
	padding		: 0;
	position	: relative;
	top			: -22px;
	z-index		: 1000;
}
#featuredprojects-content 
{ 
	padding		: 6px; 
	background	: #FFF;
}
#featuredprojects a
{
	display			: block;
	margin			: 6px 0;
	padding			: 0;
	height			: 46px;
	background		: #323574 url(../images/featuredprojects_link_bg.gif) top left repeat-x;
	text-decoration	: none;
	text-transform	: uppercase;
	color			: #eeeeee;
	font			: bold 10px/46px Arial, sans-serif;
	text-align		: right;
}
#featuredprojects a div
{
	position		: relative;
	right			: 23px;
	margin			: 0;
	padding			: 0 17px;
	background		: url(../images/featuredprojects_link_arrow.gif) center right no-repeat;
}
#featuredprojects a:hover
{
	background	: #1e2054;
	color		: #FFF;
}