﻿/*
		FPCContactUs.css
		
		Contains the styles specific to the ContactUs Page of the 
		FPC Hickory Web site
*/

/*

	Default Body Styles
	
*/
.pageHeaderContactUs {
	width: 750px;
	height: 75px;
}
.pageHeaderContactUs 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;
}
.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;
	color: #000000;
	clear: both;
}
.contentAreaSectionImage {
	float: left;
	margin-left: 30px;
}
.contentAreaSectionText {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	vertical-align: top;
	text-align: center;
	margin: 20px auto auto auto;
}
.contentAreaSectionText a {
	color: #1E3152;
	text-decoration: none;
}
.contentAreaSectionText h3 {
	font-style: normal;
}
.contentAreaSectionText p {
	font-style: normal;
	font-weight: normal;
}
.contentAreaSectionText h4 {
	font-style: normal;
}

