﻿/*
		FPCMinistries.css
		
		Contains the styles specific to the Ministries Page of the 
		FPC Hickory Web site
*/

/*

	Default Body Styles
	
*/
#pageHeaderMinistries {
	width: 750px;
	height: 75px;
}
#pageHeaderMinistries h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	letter-spacing: .4em;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-style: normal;
}
.contentAreaSection {
	width: 750px;
	height: auto;
	text-align: center;
	vertical-align: top;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #C9C28F;
	clear: both;
}
.contentAreaSection a {
	color: #1E3152;
	font-weight: bold;
}
.contentAreaSection a:hover {
	color: #FF0000;
}
.contentAreaSectionHeading {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	vertical-align: top;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-top: 10px;
}
.contentAreaSectionText {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	vertical-align: top;
	text-align: justify;
	margin: 20px 30px 20px 30px;
	text-indent: 2em;
}
.contentAreaSectionText h4 {
	display: inline;
	font-weight: bold;
	margin-right: .5em;
}
.ministriesImageStripLeft {
	border-collapse: collapse;
	vertical-align: top;
	text-align: center;
	margin: 5px 15px 15px 15px;
	float: left;
}
.ministriesImageStripRight {
	border-collapse: collapse;
	vertical-align: top;
	text-align: center;
	margin: 5px 15px 15px 15px;
	float: right;
}

