/* Define unique home page styles */
.bodyContent {
	margin: 0;
	padding: 20px 20px 0 25px;
	border-top: 1px solid #CCC;
}
.mastheadText {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 209px 0 0 10px;
}
.masthead-kcfhawaii {
	background-image: url(../images/section_hero_kcfhawaii.jpg);
	background-repeat: no-repeat;
	height: 246px;
}
.masthead-about {
	background-image: url(../images/section_hero_about.jpg);
	background-repeat: no-repeat;
	height: 246px;
}
.masthead-faqs {
	background-image: url(../images/section_hero_faqs.jpg);
	background-repeat: no-repeat;
	height: 246px;
}
.masthead-gallery {
	background-image: url(../images/section_hero_gallery.jpg);
	background-repeat: no-repeat;
	height: 246px;
}
.masthead-ministries {
	background-image: url(../images/section_hero_ministries.jpg);
	background-repeat: no-repeat;
	height: 246px;
}
.masthead-news {
	background-image: url(../images/section_hero_news.jpg);
	background-repeat: no-repeat;
	height: 246px;
}
.masthead-services {
	background-image: url(../images/section_hero_services.jpg);
	background-repeat: no-repeat;
	height: 246px;
}
.masthead-smgroups {
	background-image: url(../images/section_hero_smgroups.jpg);
	background-repeat: no-repeat;
	height: 246px;
}

/* Customized gallery styles */
.galleryAlbum {
	padding: 0 0 15px 0;
}
.galleryAlbum img {
	border: 0;
}
.galleryThumbnails {
	float: right;
	overflow: auto;
	height: 246px;
	width: 208px;
	background-color: #CCC;
	border: 1px solid #666;
}
.galleryImages {
	float: left;
}
img.customBorder {
	padding: 4px;
	background-color: #FFF;
}
