/* Start of CMSMS style sheet 'peace_styles' */
@charset "utf-8";
body {
	background: #B0A379;
	text-align: center;
	color: #333333;
	margin: 0;
	font-family: tahoma;
	font-size: 85%;
}

img {
	border: none;
	}

a:link {
	color: #333333;
	text-decoration: underline;
	}

a:hover {
	color: #006766;
	}

a:active {
	color: #006766;
	}

a:visited {
	color: #333333;
	}
	
#mainWrapper {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(/uploads/images/shadow.png);
	background-repeat: repeat-y;
	position: relative;
}

#Wrapper {
	width: 800px;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	background-color: #333333;
	background-image: url(/uploads/images/sidebar.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}

#headerWrapper {
	width: 800px;
	height: 150px;
	text-align: left;
	background-image:url(/uploads/images/header_background.jpg);
	background-repeat: no-repeat;
	position: relative;
	}

#header {
	background-image:url(/uploads/images/header.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 97px;
	}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	}

#sub {
	position: absolute;
	top: 15px;
	right: 8px;
	color: #430625;
	font-size: 1em;
	}

#sub a {text-decoration:none;
}
	
#sub a:hover {text-decoration:underline;
}
	
#navbarWrapper {
	background-image:url(/uploads/images/navigation_bar.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 53px;
	}

/** Bof Menu **/

#menu {
  list-style: none;
  padding: 0;
  margin: 0 0 0 160px;
  width: 640px;
  height: 53px;
  position: relative;
}

#menu span {
  display: none;
  position: absolute;
}

#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#menu a:hover {
  background-position: left bottom;
}

#menu a:hover span {
  display: block;
}

#menu .home {
  width: 128px;
  height: 53px;
  background: url(/uploads/images/home.jpg) no-repeat;
  left: 0;
  top: 0;
}

#menu .home span {
  width: 128px;
  height: 53px;
  background: url(/uploads/images/home_hover.jpg) no-repeat;
  left: 0;
  top: 0;
}

#menu .homecurrent {
  width: 128px;
  height: 53px;
  background: url(/uploads/images/home_hover.jpg) no-repeat;
  left: 0;
  top: 0;
}

#menu .aboutus {
  width: 128px;
  height: 53px;
  background: url(/uploads/images/about_us.jpg) no-repeat;
  left: 128px;
  top: 0;
}

#menu .aboutus span {
  width: 128px;
  height: 53px;
  background: url(/uploads/images/about_hover.jpg) no-repeat;
  left: 0;
  top: 0;
}

#menu .aboutuscurrent {
  width: 128px;
  height: 53px;
  background: url(/uploads/images/about_hover.jpg) no-repeat;
  left: 128px;
  top: 0;
}

#menu .services {
  width: 128px;
  height: 53px;
  background: url(/uploads/images/services.jpg) no-repeat;
  left: 256px;
  top: 0;
}

#menu .services span {
  width: 128px;
  height: 53px;
  background: url(/uploads/images/services_hover.jpg) no-repeat;
  left: 0;
  top: 0;
}

#menu .servicescurrent {
  width: 128px;
  height: 53px;
  background: url(/uploads/images/services_hover.jpg) no-repeat;
  left: 256px;
  top: 0;
}

#menu .location {
  width: 128px;
  height: 53px;
  background: url(/uploads/images/location.jpg) no-repeat;
  left: 384px;
  top: 0;
}

#menu .location span {
  width: 128px;
  height: 53px;
  background: url(/uploads/images/location_hover.jpg) no-repeat;
  left: 0;
  top: 0;
}

#menu .locationcurrent {
  width: 128px;
  height: 53px;
  background: url(/uploads/images/location_hover.jpg) no-repeat;
  left: 384px;
  top: 0;
}

#menu .contactus {
  width: 128px;
  height: 53px;
  background: url(/uploads/images/contact_us.jpg) no-repeat;
  left: 512px;
  top: 0;
}

#menu .contactus span {
  width: 128px;
  height: 53px;
  background: url(/uploads/images/contact_hover.jpg) no-repeat;
  left: 0;
  top: 0;
}

#menu .contactuscurrent {
  width: 128px;
  height: 53px;
  background: url(/uploads/images/contact_hover.jpg) no-repeat;
  left: 512px;
  top: 0;
}

/**Eof Menu **/

#leftColumn {
	width: 160px;
	margin: 0;
	min-height: 500px;
	float: left;
	position: relative;
	}

#rightColumn {
	width: 640px;
	margin: 0;
	background-color: #F2F0EA;
	min-height: 500px;
    float: left;
	position: relative;
	}

#contentWrapper {
    position: relative;
	width: 800px;
	height: 100%;
	}

#footerWrapper {
	background-image: url(/uploads/images/footer_back.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 106px;
	clear: both;
	position: relative;
	}

#footerLinks {
	color: #f3dBc1;
	width: 640px;
	position: absolute;
	top: 5px;
	left: 160px;
	font-size: .9em;
	display: none;
	}

#footerLinks a {
	color: #f3dBc1;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	}

#footerLinks a:hover {
	color: #006766;
	}

#address {
	position: absolute;
	bottom: 20px;
	right: 8px;
	color: #430625;
	font-size: 1em;
	}

#subNavigation {
	postion: absolute;
	top: 0;
	left:0;
	width: 640px;
	height: 35px;
	text-align: left;
	}

#EmptySub {
	postion: absolute;
	top: 0;
	left:0;
	width: 640px;
	height: 15px;
	text-align: left;
	}

#EmptySub.index, #EmptySub.contactus {
	background-color: #006766;
	}

#EmptySub.location {
	background-color: #3f9740;
	}
	
#subNavigation.aboutus {
	background-color: #3F9740;
	}

#subNavigation.services {
	background-color: #8a8889;
	}

#subNavLinks {
	position: absolute;
	top: 8px;
	left: 8px;
	font-size: 1em;
	color: #f2f0ea;
	}

#subNavLinks a {
	color: #f2f0ea;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	}

#subNavLinks a:hover, #subNavLinks a:active {
	text-decoration: none;
	color: #660032;
	}

#subNavLinks .subCurrent {
	color: #660032;
	}

#content {
	padding: 15px 20px 15px 20px;
	text-align: justify;
	}

#content p {
	text-align: justify;
	}
	
#content blockquote {
	text-align: justify;
	}

.wepreach {
	margin-left: -20px;
	}

/** Left Column on Home Page **/

#leftColumnContent {
	position: absolute;
	top: 37px;
	left: 0;
	margin-left: 8px;
	margin-right: 8px;
	color: #999999;
	}

#index_service {
	width: 140px;
	height: 323px;
	background-color: #333333;
	opacity: .75;
	padding-top: 15px;
	border: 1px solid #444444;
	}

.date {
	font-size: 1.2em;
	font-weight: bold;
	}

.datetitle {
	font-size: 0.95em;
	}


#sundayservice {
	font-weight: bold;
	font-size: 1em;
	border-top: 2px solid #444444;
	padding-top: 15px;
	}

#sundayservice span {
	font-weight: normal;
	font-size: 1.3em;
	}

#leftColumnLinks {
    margin-top: 20px;
	}
	
#leftColumnLinks a {
	color:#999999;
	font-variant: small-caps;
	line-height: 1.5em;
	font-size: 0.95em;
	}

#leftColumnLinks a:hover {
	color: #006766;
	}


/** End of left Column on Home Page **/

#pagetitle {
	text-align: left;
	width: 610px;
	border-bottom: 1px solid #740E43;
	padding-bottom: 5px;
	}

#easter {
	float: right;
	margin-left: 10px;
	}

#service_schedule {
	font-size: 1.1em;
	color: #660032;
	}

#right {
	text-align: right;
	border-bottom: 1px dotted #8A8889;
	margin-top: -15px;
	width: 330px;
	font-weight: bold;
	}

.style1 {
	font-weight: bold;
	}

.style1 span {
	color: #660032;
	}

.style2 span {
	color: #660032;
	font-weight: bold;
	}

#portrait, #brick1963, #glory, #bell {
	float: right;
	margin: 10px 10px 10px 10px;
	}

#scrippubs {
	float: right;
	margin-right: -5px;
	margin-bottom: 10px;
	}

#scrip_pubs_address {
	float: left;
	text-align: left;
	margin-left: 10px;
	margin-top: 20px;
	font-size: 1.1em;
	color: #660032;
	}

#scrip_pubs_address span {
	font-size: 1.3em;
	font-weight: bold;
	}

#scrip_pubs_address span a {
	color: #660032;
	}

#maplink {
	text-align: center;
	margin-top: 10px;
	}

#maplink a {
	color: #660032;
	font-weight: bold;
	}	

#maplink a:hover {
	color: #006766;
	}
	
/* End of 'peace_styles' */

