/***********************************/
/* Screen Styles for First Parish  */
/***********************************/

/****  Content Styles  ****/  
.MedBlueText {
	color: #6592CD;
}
.LightBlueText {
	color: #CCE0F9;
}
.ContentStart {
	font-weight: bold;
	color: #000000;
}
.detailBlack {
	font-size: small;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.contentBlack {
	font-size: small;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.EventsHeader3 {
	color:#AE1B38;
}
.EventsLine2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.EventDescription {
	margin: 0px;
	padding: 0px 0px 20px;
}
.centered {
	text-align: center;
	clear: both;
}
.imageLeft {
	text-align: left;
	margin: 0px 10px 10px 0px;
	float: left;
}
.imageRight {
	margin: 0px 0px 10px 10px;
	float: right;
}
.noBulletList {
	margin: 0px 0px 5px;
	list-style: none;
}
.noBulletList li {
	margin: 0px 0px 5px;
	list-style: url(none) none outside;
}
.ListIndentedNoBullet {
	list-style: url(none) none inside;
	margin: .5em;
}
.smaller {
	font-size: x-small;
}
.BottomBorder {
	border-bottom: 1px none #194B90;
	margin: 10px 30px;
}
.boxBlue {
	border: thin solid #194B90;
}
.boxBluePadded {
	border: thin solid #194B90;
	padding:10px
}
.x-smallGrayFont {
	font-size: x-small;
	color: #828387;
}
.thinBlueLineBottom {
	border-bottom: 1px solid #194B90;
}
.timeScheduleList {
	margin-left: 30px;
}
.DatesCentered {
	font-size: large;
	text-align: center;
}

/*******    Page Container Styles    *********/
/*  used to identify and define table cells  */
/********************************************/
#Page {
	background: #FFFFFF url(images/stripes.gif) repeat-x;
}
#PageHome {
	background: #FFFFFF url(images/stripes2.gif) repeat-x;
	margin: 0px;
}
#ChurchBuildingLogo {
/* 	background: url(images/ChurchBuildingLogo.gif) no-repeat center top;  */
}
#ShortcutNavContainer {
	padding: 0px 20px 0px 0px;
}
#FPTextLogoContainer {
	vertical-align: top;
}
#AReligiousCenterContainer {
	height: 10px;
}
#AWelcomingCongregation {
	text-align: right;
	padding-top: 10px;
}
#PhotoTopRightContainer {
	padding-right: 20px;
	text-align: right;
}
#PhotoLeftNavTop {
	padding-right: 20px;
	padding-left: 15px;
}
#LeftNavContainer {
	padding-right: 10px;
	padding-left: 3px;
	border-right: 1px solid #ADB0B5;
	margin-right: 10px;
	padding-bottom: 30px;
}
#ContentContainer {
	padding-bottom: 30px;
}
#Footer Container {
	font: x-small Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #FFFFFF;
	background: url(images/footerStripe.gif) repeat-x;
	text-align: center;
	height: 40px;
	width: 100%;
	clear: both;
	float: left;
	vertical-align: top;
}


/***********    Fixed Styles    ***************/
/*  used to define table or graphic elements  */
#TopBanner {
	background: url(images/stripes2.gif) repeat-x;
	margin: 10px 10px 0px;
	height: 156px;
	width: 98%;
	vertical-align: top;
}
.background {
	background: #194B90;
}
#ReligiousCenter {
	margin-top: 0px;
	float: left;
	margin-bottom: 0px;
}
#Content {
	margin-left: 15px;
	margin-right: 20px;
}
table#SecNav {
	margin-top:9px;
}
#SecNav td {
	padding: 5px 5px 5px 10px;
}
#FirstParish-logotext {
	margin-top: 10px;
	margin-bottom: 0px;
	
}

/******        Navigation Styles      ******/

.LeftNav {
	background: #FFFFFF;
	color: #828387;
	text-decoration: none;
	list-style: none;
	margin-bottom: 10px;
	font: bold 11px Verdana, Geneva, Arial, helvetica, sans-serif;
	margin-left: 0px;
	margin-right: 10px;
}
.LeftNavSec {
	background: #FFFFFF;
	color: #828387;
	text-decoration: none;
	list-style: none;
	margin-bottom: 10px;
	font: bold 11px Verdana, Geneva, Arial, helvetica, sans-serif;
	margin-left: 0px;
	margin-right: 10px;
}
.LeftNav ul{
	list-style: none;
	font-size: small;
	margin-left: 0px;
}
.LeftNav li {
	color: #828387;
	list-style: none;
}
.LeftNav a {
	color: #828387;
	text-decoration: none;
}
.LeftNav li a:hover {
	color: #AC1B38;
	text-decoration: underline;
}
.CurrentLeftNav {
	color: #5A80AF;
	font-weight: bold;
	text-decoration: none;
}
.CurrentLeftNavSec {
	color: #5A80AF;
	text-decoration: none;
	list-style: none;
	margin-bottom: 10px;
	font: bold 11px Verdana, Geneva, Arial, helvetica, sans-serif;
	margin-left: 20px;
	margin-right: 10px;
	background: url(images/arrowRed.gif) no-repeat;
}
#CurrentFlag li {
	list-style: url(none) none inside;
	margin-bottom: 15px;
	font: small Verdana, Geneva, Arial, helvetica, sans-serif;
	margin-left: 0px;
}
table#TertiaryNav {
	font-weight: normal;
	border-top: 5px solid #194B90;
	border-right: 1px solid #194B90;
	border-bottom: 1px solid #194B90;
	border-left: 1px solid #194B90;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	width: 90%;
	list-style: none outside;
	font-size: x-small;
	vertical-align: top;
}
#footer {
	font: x-small Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #FFFFFF;
	background: #194B90 url(images/footerStripe.gif) repeat-x;
	text-align: center;
	height: 6em;
	width: 100%;
	clear: both;
	float: left;
	vertical-align: top;
}
#footer a {
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.Middot {
	font-size: x-large;
	color: #FFFFFF;
}


/****  Redefined Tags  ****/
body {
	font: small Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #000000;
	background: #194B90;
	margin: 0px;
}
a {
	color: #828387;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
h1 {
	font: xx-large/1em "Palatino Linotype", Palatino, serif, "Times New Roman", Times;
	color: #6592CD;
	text-align: left;
	margin-left: 15px;
	margin-right: 20px;
}
h2 {
	font: bold medium "Palatino Linotype", Palatino, serif, "Times New Roman", Times;
	color: #AE1B38;
	text-align: left;
	margin: 0px;
}
h3 {
	font: bold medium "Palatino Linotype", Palatino, serif, "Times New Roman", Times;
	color: #194B90;
	margin: 0px;
}
hr { 
	color: #194B90; 
	background: #194B90; 
	border: 0; 
	height: 1px; 
}
ol {
	list-style: lower-alpha outside;
}
th {
	font-weight: normal;
	text-align: left;
}


/*****   Home Page Styles  ****/  
#BannerPhoto {
	margin-top: 10px;
	margin-right: 20px;
	float: right;
}
#Minister {
	font: normal 9px Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #194B90;
	margin-top: 30px;
	text-indent: 70px;
	margin-bottom: 0px;
	vertical-align: bottom;
}
#welcome {
	clear: both;
	width: 100%;
}
#welcome h1 {
	font: bold medium Georgia, "Times New Roman", Times, serif;
	color: #AE1B38;
}
#Upcoming {
	border-right: 1px solid #194B9D;
	padding-right: 20px;
	text-align: center;
}
#Upcoming h2 {
	font: bold medium Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #194B90;
	background: url(images/square_red.gif) no-repeat left center;
	margin-left: 28px;
	text-indent: 25px;
}
#Upcoming h3 {
	color: #194B90;
	margin: 1em 0em 0em 0em;
	font-size: small;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: center;
}
#Upcoming ul {
	list-style: url(none) none outside;
	margin: 0.25em 0px;
}
#Upcoming a:link {
	color: #194B90;
}
#Upcoming a:visited {
	color: #828387;
}
#Upcoming a:active,
#Upcoming a:hover {
	color: #CC3300;
	text-decoration: underline;
}
#Features {
	padding: 5px;
	font-size:12px;
}
#Features h2 {
	font: bold 14px Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #194B90;
	padding: 10px 0px 7px;
}
#Features h3 {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #AE1B38;
	margin: 0px;
	padding-top: 5px;
}
#PromotionalArea {
	color: #194B90;
	font-size: x-small;
	vertical-align: top;
	padding: 10px;
}

/*   Contact Form Page Styles    */
#Contact form input select {
	left: 30px;
	margin-left: 30px;
}

/*   Data Table Styles   */
td#DataTable a {
	padding-top: 5px;
	vertical-align: middle;
	color: #0000CC;
}
.padding12pxBelow {
	margin-bottom: 12px;
}
#ChurchLogo {
	position: relative;
	top: 0px;
	left: 0px;
}
table#TertiaryNav li {
	margin: 0;
	padding: 0;
	list-style: none outside;
}
a.ContentStart {
	font: bold medium "Palatino Linotype", Palatino, serif, "Times New Roman", Times;
	color: #AE1B38;
}
#RenovationIcons {
	text-align: left;
	vertical-align: top;
}
