@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
 #container {
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 780px;
	border: 1px solid #DADAA1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	vertical-align: top;
	word-spacing: normal;
	font-size: 12px;
} 
#container #mainContent #FormContainer #contactus .question #visitor {
	margin-left: 65px;
}
#mainContent .question {
	font-weight: lighter;
	display: inline;
	margin-top: 2px;
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #C9F173;
	font-size: 12px;
	background-color: #FFFFFF;
	vertical-align: top;
}
#container #mainContent #form1 {
	letter-spacing: normal;
	vertical-align: top;
	word-spacing: normal;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.textfieldalign {
	margin-left: 40px;
}
.address_align {
	margin-left: 67px;
}

#container #mainContent #FormContainer #contactus #sprytextfield1 .textfieldRequiredMsg {
	font-weight: bold;
}
#container #mainContent #FormContainer #contactus #sprytextarea1 .textareaRequiredMsg {
	font-weight: bold;
}






 #header {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	background-repeat: no-repeat;
	height: 190px;
	clip: rect(auto,auto,auto,auto);
	background-image: url(images/heade_graphics3_low.gif);
} 
 #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	font-size: small;
}
 #sidebar1 {
	float: left;
	font-size: 85%;
	letter-spacing: normal;
	vertical-align: top;
	white-space: normal;
	width: 230px;
	background-color: #D6D1D7;
	margin-right: 10px;
}
#familytalk {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-right: 5px;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #D6D1D7;
}
#newsletter_container {
	padding-top: 100px;
	height: 100px;
}
#singlesContainer {
	width: 205px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	margin-left: 7px;
}


 #mainContent {
	margin-top: 0;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 20px;
	float: none;
	text-decoration: none;
	white-space: normal;
} 
#footer .style23 img {
	border: 1px solid #000066;
}

.posterstyle {
	padding: 5px;
}

 #footer {
	font-size: 10px;
	text-align: center;
	background-color: #FFFFFF;
	padding-bottom: 0;
} 

#memberslogin {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#NavigationBar {
	height: 15px;
	background-repeat: no-repeat;
	width: 760px;
	padding: 10px;
	background-color: #A0A007;
}


#NavigationBar ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	background-color: #A0A007;
    }

#NavigationBar ul li {  
    display: inline;
    }

#NavigationBar ul li a {
    text-decoration: none;
    padding: .2em 1em;
    color: #fff;
    background-color: A0A007;
    }

#NavigationBar ul li a:hover {
    color: #000;
    background-color: #fff;
    } 









#flickrGallery
{
	width: 500px;
	height: 334px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }
	
	
/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}
.removeunderline {
	text-decoration: none;
}
#slideshows {
	background-color: #000000;
}
#container #mainContent p {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	word-spacing: normal;
	letter-spacing: normal;
	vertical-align: top;
	font-family: "Times New Roman", Times, serif;
	padding-right: 14px;
	padding-left: 14px;
	line-height: normal;
	display: compact;
}
#copyright {
	background-color: #FCFCFE;
}
#formContainer {
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #999999;
	font-size: 12px;
	font-weight: lighter;
	background-color: #FFFFFF;
}
#wrapper {
	background-color: #FFFFFF;
	width: 500px;
	left: 200px;
	margin-left: 150px;
	line-height: 8px;
	display: block;
}
#form1 {
	padding-left: 10px;
}
#AboutWrapper {
	clip: rect(auto,auto,auto,auto);
	margin-left: 125px;
	margin-bottom: 10px;
}
#pastorwrapper {
	margin-left: 45px;
	background-color: #B3C5D3;
	background-repeat: no-repeat;
	height: 500px;
	padding-right: 20px;
}
#EventsWrapper {
	margin-left: 25px;
}
#EventWrapper {
	margin-left: 45px;
	padding: 5px;
	width: 700px;
}
#GalleryWrapper {
	background-color: #000000;
}
#gallery1 {
}
#myGallerySet {
	margin-left: 60px;
	width: 600px;
}
#DownloadsWrapper {
	margin-left: 60px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: normal;
	font-size: 12px;
	font-style: normal;
}
#Partnerwrapper {
	margin-left: 60px;
	padding-right: 10px;
	padding-left: 10px;
}
#LoginfailureWrapper {
	margin-right: 30px;
	margin-left: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
#familyWrapper {
	padding-right: 15px;
	padding-left: 15px;
}
#ContactWrapper {
	margin-right: 20px;
	margin-left: 130px;
}
#Newsletter {
}
#picsLinks {
	float: right;
	width: 110px;
	margin-left: 5px;
}
