﻿/*
		FPCHomePage.css
		
		Contains the styles specific to the Home Page of the 
		FPC Hickory Web site
*/

/*

	Default Body Styles
	
*/
#pageHeaderAboutUs {
	width: 750px;
	height: 75px;
}
#pageHeaderAboutUs 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;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #C9C28F;
	clear: both;
}
.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;
}
.contentAreaSectionImage {
	float: right;
	padding-right: 20px;
	padding-left: 20px;
}
.contentAreaSectionText {
	padding: 10px 15px 20px 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	text-align: justify;
	text-indent: 1em;
}

.contentAreaSectionTextEnhanced {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	vertical-align: top;
	text-align: justify;
	margin: 0px 50px 20px 50px;
	text-indent: 2em;
	font-style: italic;
	font-weight: bolder;
}

.contentAreaPastorsBio {
	margin: 20px;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.contentAreaPastorsBioImage {
	float: left;
	margin-right: 1em;
}
.contentAreaPastorsBioText {
	width: auto;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	text-indent: .5em;
}
.contentAreaPastorsBioText h4 {
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-right: 1em;
}
.contentAreaEldersText {
	width: 500px;
	text-align: center;
	vertical-align: top;
	margin-left: 20px;
}
.contentAreaEldersElderList {
	border: 5px double #000000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.contentAreaEldersElderList ul {
	margin-top: 10px;
	text-align: center;
}
.contentAreaEldersElderList li {
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}

.contentAreaChairText {
	width: 500px;
	text-align: center;
	vertical-align: top;
	margin-left: 20px;
	line-height: 1.5em;
}

