/* divs that have 1px border on left and right are set to 720 px wide to prevent firefox from adding the border as 2 extra pixels, but IE leaves 2 pixels space so create a 1px by 1px div in which to place spacer images */
#IEwidthFix {
	height: 1px;
	width: 1px;
}
/* ensures container is center aligned for IE */
#wrapper {
	background-image: url(../images/tile.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0px;
	text-align: center;
}

body,td,div,span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	color: #333333;
}

/* dropdown menus */
.amenu {
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
	z-index: 11;
	display: block;

}


.amenu a:hover {
	color: black;
	width:100%;
	font-size: 10px;
	font-weight: normal;
	background-color: #666666;
	display: block;
}


/* other browsers use margin: 0 auto; to center align container div */
#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 722px;
}
#pageHeaderImage {
	height: 204px;
	width: 722px;
	
}

#navTopRowWrapper {
	height: 35px;
	width: 722px;
	
}

#navMiddleRowWrapper {
	height: 19px;
	width: 722px;
}
#navTopRowTopWrapper {
	height: 2px;
	width: 722px;
	
}
#navTopRowMiddleWrapper {
	height: 27px;
	width: 722px;
	
}

#navTopRowBottomWrapper {
	height: 6px;
	width: 722px;
	
}
#navTopRowCell {
	position: relative;
	float: left;
	
}
#navBottomRowWrapper {
	height: 20px;
	width: 722px;
	
}

#navBottomRowLeftContainer {
	height: 20px;
	width: 722px;
	position: relative;
	float: left;
	
}

#navBottomRowRightContainer {
	height: 20px;
	width: 100px;
	position: relative;
	float: right;
	
}
#navBottomRowLeft, #navBottomRowRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
}
#navBottomRowLeft {
	text-align: left;
	padding-left: 4px;
	
}
#navBottomRowRight {
	text-align: right;
	padding-right: 4px;
	
}
#navBottomRowLeft a:link, #navBottomRowLeft a:visited, #navBottomRowRight a:link, #navBottomRowRight a:visited {
	color: #30393F;
	text-decoration: none;
}
#navBottomRowLeft a:hover, #navBottomRowLeft a:active, #navBottomRowRight a:hover, #navBottomRowRight a:active {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
.navSpacer {
	margin-left: 9px;
	margin-right: 7px;
	background-image: url(../images/navSpacer.gif);
	background-repeat: repeat-y;
	
}

#pageContentWrapper {
	height: auto;
	width: 720px;
	background-color: #FFFFFF;
	float: left;
	border-left: 1px solid #C0BC89;
	border-right: 1px solid #C0BC89;
}

#pageContentContainer {
	height: auto;
	width: 720px;
	background-color: #FFFFFF;
	float: left;
	
}
#pageContentContainerLeft {
	width: 465px;
	background-color: #FFFFFF;
	position: relative;
	float: left;
	

}
#pageContentLeft {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	
}
#pageContentContainerRight {
	width: 255px;
	background-color: #FFFFFF;
	position: relative;
	float: left;
	
}
#pageContentRight {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

#pageFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 20pt;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 20px;
	letter-spacing: 1px;
	
}
#sectionDivider {
	width: 720px;
	background-color: #FFFFFF;
	
	
}
p {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	color: #333333;
}
h2 {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	color: #A79010;
	text-align: center;
	padding-bottom: 14pt;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#footerPadding {
	margin-bottom: 20px;
}

.pageHeader  {
    margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	line-height: normal;
	color: #547A84;
	text-align: center;
	padding-bottom: 7pt;
}
.pageSubHeader  {
    margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	color: #A79010;
	text-align: center;
	padding-bottom: 14pt;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.pullQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	line-height: 20px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	padding-top: 9pt;
	padding-bottom: 9pt;
	margin-top: 12pt;
	margin-bottom: 12pt;
	letter-spacing: 1px;
}

#ministryHeaderImage {
	height: 126px;
	width: 235px;
}
#ministryHeadLeft {
	width: 191px;
	padding-left: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #F6F3C7;
	line-height: 16pt;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	float: left;
	letter-spacing: 1px;
}
#ministryHeadLeft a:link, #ministryHeadLeft a:visited {
	color: #F6F3C7;
	text-decoration: none;
}
#ministryHeadLeft a:active, #ministryHeadLeft a:hover {
	color: #F6F3C7;
	text-decoration: underline;
}
.ministryHeadLeft {
	width: 191px;
	padding-left: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #F6F3C7;
	line-height: 16pt;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	float: left;
	letter-spacing: 1px;
}
#ministryHeadRight {
	width: 29px;
	position: relative;
	float: left;
	text-align: center;
}
.ministryHeadRight {
	width: 29px;
	position: relative;
	float: left;
	text-align: center;
}
#ministryHeadRightContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	color: #F6F3C7;
	text-align: center;
}
#ministryHeadRightContent a:link, #ministryHeadRightContent a:visited, #ministryHeadRightContent a:active, #ministryHeadRightContent a:hover {
	color: #F6F3C7;
	text-decoration: none;
}
#ministrySubHead {
	width: 220px;
	padding-left: 13px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #98BAB9;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	color: #666666;
	line-height: 16pt;
	text-align: left;
}
#ministryListTopBorder {
	width: 204px;
	height: 2px;
	top: 0px;
	}
#ministryListBottomBorder {
	width: 204px;
	height: 2px;
	top: 1px;
	}
#ministryListContainer {
	width: 204px;
	top: 1px;
	position: relative;
	background-image: url(../images/ministryListBG.gif);
	background-repeat: repeat-y;
	text-align: center;
	}
#ministryList {
	width: 204px;
	padding: 3px 13px 10px;
	border: 1px solid black;
}
.ministryList {
	width: 176px;
	padding: 3px 13px 10px;
}
.ministryListON {
	width: 176px;
	padding: 3px 13px 10px;
	background-color: #FFFFFF;
}
.ministryListHeading {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #967730;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 2pt;
	margin-top: 4pt;
	font-style: normal;
	line-height: 12px;
}
.ministryListHeading a:link, .ministryListHeading a:visited {
	color: #967730;
	text-decoration: none;
}
.ministryListHeading a:hover, .ministryListHeading a:active {
	color: #967730;
	text-decoration: underline;
}
.ministryListText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0pt;
	margin-bottom: 6pt;
	text-align: left;
	line-height: 12px;
}

#pDotLineWrapper {
	text-align: center;
	
}
#pDotLineContainer {
	width: 180px;
	margin: 0 auto;
	
}
.pDotLine {
	line-height: 0pt;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #977730;
}

#prayerRequestImage {
	width: 202px;
	margin: 0 auto;
}

#EventsHead {
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #30393F;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	line-height: 12px;
}
.eventTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A79010;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20pt;
	text-align: left;
	margin-bottom: 0px;
	/*background-image: url(../images/EventCross.gif);
	background-repeat: no-repeat;
	background-position: right;*/
}
.eventTitle a:link, .eventTitle a:visited{
	color: #A79010;
	text-decoration: none;
}
.eventTitle a:hover, .eventTitle a:active{
	color: #A79010;
	text-decoration: underline;
}
.eventDate {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15pt;
	text-align: left;
	color: #333333;
	letter-spacing: 1px;
}
.eventListText {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 6pt;
	margin-bottom: 12pt;
	text-align: left;
	line-height: 12px;
}


.eventSpacer {
	background-image: url(../images/eventSpacer.gif);
	background-repeat: repeat-x;
	margin-bottom: -5px;
	margin-top: -5px;
}
.ministryOpSpacer {
	background-image: url(../images/eventSpacer.gif);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	margin-top: 0px;
}

.topOfPage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 15pt;
	text-align: left;
	font-style: italic;
	color: #A79010;
	text-transform: lowercase;
}

.inactiveLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 15pt;
	text-align: left;
	font-style: italic;
	color: #A5A5A5;
	text-transform: lowercase;
}

.topOfPage a:link, .topOfPage a:visited{
	color: #A79010;
	text-decoration: none;
}

.topOfPage a:hover, .topOfPage a:active{
	color: #A79010;
	text-decoration: underline;
}

#calWrapperTopMargin {
	width: 234px;
	height: 201px;
	margin-top: 20px;
}

#calWrapper {
	width: 234px;
	height: 201px;
	background-color: #FEEFCB;
	border: 1px solid #977631;
}

.calWrapper {
	width: 236px;
	height: 201px;
	background-color: #FEEFCB;
	border: 1px solid #977631;
}

#calHeader {
	width: 232px;
	height: 24px;
	background-color: #FEEFCB;
}

#calHeaderTDl,  #calHeaderTDl a:link,  #calHeaderTDl a:visited,  #calHeaderTDl a:active,  #calHeaderTDl a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15pt;
	text-align: left;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 5px;
	text-decoration: none;
}

#calHeaderTDc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15pt;
	text-align: center;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#calHeaderTDr,  #calHeaderTDr a:link,  #calHeaderTDr a:visited,  #calHeaderTDr a:active,  #calHeaderTDr a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15pt;
	text-align: right;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-right: 5px;
	text-decoration: none;
}

#calRowContainer {
	width: 231px;
}

#calRowHeaderCell {
	width: 32px;
	height: 14px;
	background-color: #738D8C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	position: relative;
	float: left;
	left: 1px;
	position: relative;
	margin-right: 1px;
}

#calRowDateCell {
	width: 32px;
	height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 20pt;
	font-weight: bold;
	text-align: center;
	position: relative;
	float: left;
	left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	
	background-color: #C5B781;
	color: #4F4F4F;
}

#calRowDateCellOff {
	width: 32px;
	height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 20pt;
	font-weight: bold;
	text-align: center;
	position: relative;
	float: left;
	left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	
	background-color: #F3F2E8;
	color: #C5B781;
}

#calRowDateCellOn {
	width: 32px;
	height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 20pt;
	font-weight: bold;
	text-align: center;
	position: relative;
	float: left;
	left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	
	background-color: #967730;
	color: #FEEFCB;
}

#calRowDateCellOn a:link, #calRowDateCellOn a:visited{
	color: #FEEFCB;
	text-decoration: none;
}

#calRowDateCellOn a:hover, #calRowDateCellOn a:active{
	color: #FEEFCB;
	text-decoration: underline;
}


/*chapter specific styles*/
/*only certain elements change, so here define all global settings*/
/*NOTE: chapter specific styles have been commented out*/

/*navDividerHoriz is the bar between the header image and nav buttons*/
#navDividerHoriz {
	height: 6px;
	width: 720px;
	/*background-color: #B1BFAC;*/
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	/*border-right-color: #90A088;
	border-left-color: #90A088;*/
	padding: 0px;
}

.navDividerHoriz {
	height: 6px;
	width: 720px;
	/*background-color: #B1BFAC;*/
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	/*border-right-color: #90A088;
	border-left-color: #90A088;*/
	padding: 0px;
}

/*navContainer sets the background color of the nav section, behind the nav buttons*/
#navContainer {
	height: 74px;
	width: 722px;
	/*background-color: #90A088;*/
}

/*pageFooterContainer sets the background color of the page footer*/
#pageFooterContainer {
	width: 722px;
	/*background-color: #90A088;*/
}

h1 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	line-height: normal;
	/*color: #636E5E;*/
	text-align: center;
	padding-bottom: 7pt;
}

/*ministryContainer has the same background throughout the site, but side border changes in each chapter*/
#ministryContainer {
	width: 234px;
	background-color: #F3F2E8;
	border-right-width: 1px;
	border-right-style: solid;
	/*border-right-color: #90A088;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/*border-bottom-color: #90A088;*/
}

/*ministryHeadContainer sets the background color of the ministry heading*/
#ministryHeadContainer {
	width: 234px;
	/*background-color: #90A088;*/
	position: relative;
	float: left;
}


/*EventsHeadContainer sets the background color of the events heading*/
#EventsHeadContainer {
	width: 425px;
	/*background-color: #90A088;*/
}

/*
#containerLeftFloat {
	position: relative;
	float: left;
}
#containerLeftFloatSpace {
	position: relative;
	float: left;
	padding-right: 5px;
}
*/




#anyContainerNoMargin {
	height: auto;
	width: auto;
	float: left;
}
#anyContainerTopMargin {
	height: auto;
	width: auto;
	float: left;
	margin-top: 20px;
}
#contactMap {
	position: relative;
	float: left;
	width: 215px;
}
#contactDetails {
	position: relative;
	float: left;
}
.contactAddress {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	letter-spacing: 1px;
	margin-top: 0px;
	text-transform: uppercase;
}
.contactAddress a:link, .contactAddress a:visited {
	color: #A79010;
	text-decoration: none;
}
.contactAddress a:active, .contactAddress a:hover {
	color: #A79010;
	text-decoration: underline;
}
.contactTime {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #A5A5A5;
	letter-spacing: 1px;
	margin-top: 0px;
}

.contactSpeaker {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A79010;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 2pt;
	margin-top: 4pt;
	font-style: normal;
	line-height: 12px;
}

.indentRight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	letter-spacing: 1px;
	margin-top: 0px;
	text-transform: uppercase;
	padding-left: 40px;
}

.smallText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	letter-spacing: 2px;
	margin-top: 0px;
	text-transform: lowercase;
}

.smallText a:link, .smallText a:visited {
	color: #333333;
	text-decoration: none;
}

.smallText a:active, .smallText a:hover {
	color: #333333;
	text-decoration: underline;
}

.leadershipTeamName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #333333;
	letter-spacing: 1px;
	margin-top: 0px;
}

.leadershipTeamPhone {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: left;
	color: #333333;
	letter-spacing: 2px;
	margin-top: 0px;
}

.ContactIndividuals {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #333333;
	letter-spacing: 1px;
	margin-top: 0px;
}

.uppercase {
	text-transform: uppercase;
}
.mainOfficeTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20pt;
	text-align: left;
	margin-bottom: 0px;
}

#missionsWrapper {
	height: auto;
	width: 100%;
	background-color: #E0EAEA;
	margin-bottom: 20px;
}

.missionsTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A79010;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 15pt;
	text-align: left;
}

.missionsTitle a:link,  .missionsTitle a:visited {
	color: #A79010;
	text-decoration: none;
}

.missionsTitle a:active,  .missionsTitle a:hover {
	color: #A79010;
	text-decoration: underline;
}
.missionsDescription {
	margin-top: 0px;

}

.missionsCenter {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #333333;
	letter-spacing: 1px;
	margin-top: 0px;
}
.missionsInquiry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	color: #333333;
}

.missionsInquiry a:link, .missionsInquiry a:visited {
	color: #A79010;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	
}

.missionsInquiry a:active, .missionsInquiry a:hover {
	color: #A79010;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	
}
.missionsNone {
	font-weight: bold;
	text-align: center;
	
}

#staffWrapper {
	height: auto;
	width: 425;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
.sermonsCName {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A79010;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 2pt;
	margin-top: 4pt;
	font-style: normal;
	line-height: 12px;
}
.sermonsCName a:link, .sermonsCName a:visited {
	
	color: #A79010;
	text-decoration: none;
}
.sermonsCName a:active, .sermonsCName a:hover {
	
	color: #A79010;
	text-decoration: underline;
}


.sermonsSpeaker {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	letter-spacing: 2px;
	margin-top: 0px;
}

.prayerRequestText {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	line-height: 16pt;
	text-align: left;
}


.sentPR {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	color: #333333;
}


.oppCongLink {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A79010;
}

.oppCongLink a:link, .oppCongLink a:visited {
	color: #A79010;
	text-decoration: none;
}

.oppCongLink a:active, .oppCongLink a:hover {
	color: #A79010;
	text-decoration: underline;
}
#topSpace {
	margin-top: 10px;
}