@charset "utf-8";
/* CSS Document */

/* Our History Page*/
.HistoryImage {
	float: left;
}
.HistoryList {
	float: left;
	width: 700px;
}
.HistoryList ul {
	margin-top: 0px;
	padding-top: 0px;
}
.HistoryList ul li {
	margin-bottom: 6px;
	margin-top: 2px;
	background-color: #FFF;
	padding: 4px;
	color: #333;
}




/* Q and A page*/
.question  {
	font-size: 14px;
	color: #3868A6;
}.answer {
	color: #333;
}
.sealTable {
}
.sealTable td {
	padding: 4px;
}


/*Services Page*/
.ContempoaryImages {
	margin-bottom: 35px;
}
.ContempoaryImages img {
	margin: 6px;
	border: 1px solid #00274D;
}
.TraditionalImages {
	margin-bottom: 35px;
}
.TraditionalImages img {
	margin: 6px;
	border: 1px solid #00274D;
}



/*Staff and Leadership page*/
.LeadershipLeft {
	float: left;
	width: 455px;
	border-right: 1px solid #000;
	margin-right: 11px;
	padding-right: 10px;
}
.LeadershipRight {
	float: left;
	width: 455px;
}



/*Commissions Page*/
.CommissionImages {
	margin-bottom: 35px;
}
.CommissionImages img {
	margin: 6px;
	border: 1px solid #00274D;
}.MissionQuotes {
	font-size: 16px;
	font-style: italic;
	color: #666;
}


/*Worship and Sacraments page*/
.WorshipColA {
	width: 302px;
	margin-right: 12px;
	float:left;
}
.WorshipColB {
	width: 272px;
	margin-right: 12px;
	float:left;
	border-right: 1px solid #571C1F;
	border-left: 1px solid #571C1F;
	padding: 0px 15px;
}
.WorshipColC {
	width: 302px;
	float:left;
}




/*Chruch life page*/
.CircleArea {
	border: 2px solid #571C1F;
	background-image: url(../images/photos/bkg_hands.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.CircleArea h3 {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	text-align: center;
	margin-bottom: 25px;
}
.CircleArea .heading {
	font-size: 16px;
	font-weight: bold;
	color: #4498C7;
}



.ChurchLifeColA {
	width: 180px;
	padding: 0px 15px;
	margin-right: 12px;
	float:left;
}
.ChurchLifeColB {
	width: 180px;
	margin-right: 12px;
	float:left;
	border-right: 1px solid #571C1F;
	border-left: 1px solid #571C1F;
	padding: 0px 15px;
}
.ChurchLifeColC {
	width: 180px;
	padding: 0px 15px;
	float:left;
}



/*Deacons page*/
.deaconsText {
	background-image: url(../images/photos/bkg_flowers.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 438px;
}
.LetterContainer {
	background-image: url(../images/photos/bkg_letter.png);
	background-repeat: no-repeat;
	height: 718px;
	width: 660px;
	background-position: center top;
	padding-top: 45px;
	margin-bottom: 15px;
}
.LetterContainer p {
	margin: 30px 100px 25px 80px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

