﻿/*
		FPCService.css
		
		Contains the styles specific to the Ministries Page of the 
		FPC Hickory Web site
*/

/*

	Default Body Styles
	
*/
.pageHeaderService {
	width: 750px;
}
.pageHeaderService 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: 10px;
	margin-left: 30px;
	margin-top: 20px;
}
.contentAreaSectionImage {
	margin: 20px;
}
.contentAreaSectionText {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	vertical-align: top;
	text-align: justify;
	margin: 0px 50px 20px 50px;
	text-indent: 2em;
}
.contentAreaServiceSection {
	clear: both;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
}
.contentAreaServiceSectionImageLeft {
	float: left;
	margin-right: 20px;
}
.contentAreaServiceSectionImageRight {
	float: right;
	margin-left: 20px;
}
.contentAreaServiceSectionText {
	width: auto;
	text-align: justify;
}
.contentAreaServiceSectionText p {
	text-indent: 2em;
}
.contentAreaServiceSectionText h4 {
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-right: 1em;
}
.serviceMenuGrid {
	margin: 10px;
	border-spacing: 0px;
	empty-cells: show;
	border: thin solid #000000;
	border-collapse: separate;
}
.serviceMenuGrid td {
	padding: 2px;
	border: 1px solid #000000;
	width: 15em;
}
.serviceMenuGrid a {
	color: #1E3152;
	text-decoration: none;
}
.serviceMenuGrid a:hover {
	color: #FF0000;
}


