/* CSS Document */
	
/* ===== Home Content ======*/
	

#homeContent {
	clear: both;
	margin: 0;
	padding: 10px;
	background: #bccbd9;
	border-left: 1px solid #7a828a;
	border-right: 1px solid #7a828a;
	border-bottom: 1px solid #7a828a;
	padding-bottom: 20px;
	}
	
.mainPict {
	float: left;
	display: block;
	border: 1px solid #3d5369;
	}
	
	
/* Featured Links */
	
#linkBox {
	float: left;
	margin: 0 0 0 10px;
	height: 240px;
	width: 330px;
	background: #ead9bf;
	border: 1px solid #d37e15;
	}

#linkBox h2 {
	display: block;
	background: #d37e15;
	color: #fff;
	margin: 0;
	padding: 5px 0 3px 10px;
	font-weight: bold;
	font-size: 14px;
	}
	
#linkSubBox {
	margin: 5px 0 0 10px;
	}

#featuredLinks {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#featuredLinks li {
	margin: 0;
	padding: 0;
	font-size: 16px;
	}
	
#featuredLinks li a {
	display: block;
	color: #3d5369;
	text-decoration: none;
	padding: 18px 0 0 50px;
	height: 22px;
	}
	
.reg a {
	background: url(/images/link_reg.gif) no-repeat 0 0;
	}
	
.reg a:hover {
	background: url(/images/link_reg_over.gif) no-repeat 0 0;
	text-decoration: underline;
	}
	
.careers a {
	background: url(/images/link_careers.gif) no-repeat 0 0;
	}
	
.careers a:hover {
	background: url(/images/link_careers_over.gif) no-repeat 0 0;
	text-decoration: underline;
	}
	
.services a {
	background: url(/images/link_services.gif) no-repeat 0 0;
	}
	
.services a:hover {
	background: url(/images/link_services_over.gif) no-repeat 0 0;
	text-decoration: underline;
	}
	
.prayer a {
	background: url(/images/link_prayer.gif) no-repeat 0 0;
	}
	
.prayer a:hover {
	background: url(/images/link_prayer_over.gif) no-repeat 0 0;
	text-decoration: underline;
	}
	
.portal a {
	background: url(/images/link_portal.gif) no-repeat 0 0;
	}
	
.portal a:hover {
	background: url(/images/link_portal_over.gif) no-repeat 0 0;
	text-decoration: underline;
	}
	
.education a {
	background: url(/images/link_education.gif) no-repeat 0 0;
	}
	
.education a:hover {
	background: url(/images/link_education_over.gif) no-repeat 0 0;
	text-decoration: underline;
	}
	
	
/* ==== Home Bottom Boxes =====*/

.smallBox {
	float: left;
	width: 261px;
	margin: 5px 0 0 0;
	border: 1px solid #c96;
	background: #fff;
	height: 310px;
	}
	
#bigBox {
	float: left;
	width: 330px;
	margin: 5px 10px 0 10px;
	border: 1px solid #c96;
	background: #f7f1e9;
	height: 310px;
	}
	
.smallBox h2, #bigBox h2 {
	display: block;
	background: #c96;
	color: #fff;
	margin: 0px;
	padding: 3px 0 3px 10px;
	font-weight: bold;
	font-size: 13px;
	}
	
.subBox {
	margin: 5px 5px 5px 5px;
	font-size: 11px;
	line-height: 15px;
	
	}
	
	
	

	


