﻿/*
		FPCHomePage.css
		
		Contains the styles specific to the Home Page of the 
		FPC Hickory Web site
*/

/*

	Default Body Styles
	
*/
#pageHeaderHome 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;
	width: auto;
	clear: none;
}
.contentAreaHome {
	border-width: 2px;
	border-color: #C9C28F;
	width: auto;
	border-top-style: solid;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contentAreaHomeText {
	width: 500px;
	margin-left: 10px;
	margin-right: 10px;
}
.contentAreaHomeText p {
	font-family: "Bookman Old Style";
	font-size: large;
	vertical-align: top;
	text-align: justify;
	font-weight: normal;
	text-indent: 2em;
	font-style: italic;
	line-height: 1.5em;
}
.contentAreaHomeImage {
	float: right;
	clear: none;
	width: 175px;
	margin-right: 10px;
}
.contentAreaNoticesPanel {
	float: right;
	width: 187px;
	height: 387px;
	background-image: url('Images/sanctuary.jpg');
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 8px;
	text-align: left;
	text-indent: 15px;
	margin-right: 15px;
}
.contentAreaNoticesPanel ul {
	margin-top: 10px;
}
.contentAreaNoticesPanel li {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 3px;
}
.contentAreaNoticesPanel a {
	font-size: 10pt;
	color: #33445F;
	text-decoration: underline;
}
.contentAreaNoticesPanel a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.contentAreaNoticesPanelTitleText {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	margin-top: 260px;
	font-weight: bold;
	margin-left: 2px;
}
.worshipScheduleTableContainer {
	text-align: center;
	vertical-align: middle;
	margin-top: 5em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding-top: 5px;
	padding-bottom: 10px;
}
.worshipScheduleTable {
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}
.worshipScheduleTableTitle {
	padding-top: 5px;
	padding-bottom: 15px;
}
.worshipScheduleTable td {
	text-align: center;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
}
.worshipScheduleTableTitle a {
	text-decoration: none;
	color: #1E3152;
	font-size: medium;
	font-family: Century;
	font-weight: 600;
	padding-top: 5px;
	padding-bottom: 15px;
}
.worshipScheduleTable a:hover {
	color: #FF0000;
}

.worshipScheduleTableTitle a:hover {
	text-decoration: none;
	color: #FF0000;
}

