/* BODY LAYOUT STYLES */
* { margin:0; padding:0 }
div { margin:0; padding:0 }
BODY {
	font-size: 76%;
	background: #757C8F url(../images/site-bg.jpg);
	font-family: Tahoma, Helvetica, sans-serif;
	color: #fff
}

/* LINK AND TEXT STYLES */
a { color:#FA6E32; text-decoration:underline }
a:hover  { color: #fff } 
.eventsTitle, .staffTitle { color:#EB642A; font-weight:bold; background: url(../images/arrow.gif) center left no-repeat; padding:0 0 1px 15px }
.arrow {color:#fff; background: url(../images/arrow.gif) center left no-repeat; padding:0 0 1px 15px }
.pageTitle { 
	color:#fff; 
	font-weight:bold; 
	font-size:1.1em; 
	border-bottom:2px solid #EA7A2E; 
	padding-bottom:1px; 
	line-height:2.2em 
}
.redBglink { background:#380407; padding:3px 5px; text-decoration:none; font-size:.9em }
.redBg { background:#959DAA; padding:10px }
.redBorder { border:2px solid #74220C; padding:10px }

/* BODY HTML LAYOUT STYLES */
#wrapper { width:770px; margin: 0 auto; }
#header { 
	width:770px; 
	height:75px; 
	
	clear:both 
}
#header a { 
	background: url(../images/arrow.gif) center left no-repeat; 
	padding:0 10px 1px 15px; 
	text-decoration:none
}
#topLinks { 
	float:right;
	margin: 40px 20px 0 0;
	font-size: .9em
}

#bulletspace { 
	float:right;
	margin: 0px 0px 0 0;
	padding:10px 15px; 
}

#footer { 
	background: url(../images/footer-bg.jpg) repeat-x; 
	color:#fff; 
	font-size:.8em; 
	text-align:right; 
	padding:0 15px; 
	height:30px
	text-decoration:none
}

#footer a { 
	 text-decoration:none
}

#navBar { 
	color:#fff;
	width:770px;
	height:40px;
	background:#380407;
	filter: alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	border-bottom: 1px solid #380407;
	display:block
} 

/* TRANSPARENT BACKGROUND HOVER STYLE */
div.transOFF {
	font-weight: bold;
	color: #fff;
	width:110px;
	text-align:center;
	padding: 15px 0 12px 0;
	float:left;
	position:relative
	 }
div.transOFF a { color: #fff; text-decoration:none }
div.transON, .current {
	font-weight: bold;
	width:110px;
	color: #000;
	background: #fff;
	opacity:.40;
	filter: alpha(opacity=40);
    -moz-opacity: 0.5;
	text-align:center;
	padding: 15px 0 12px 0;
	float:left;
	position:relative
}
div.transON a, div.transON a:hover, .current a, .current a:hover { color:#000; text-decoration:none }


/* BANNER IMAGE STYLES */
#bannerHome { background:url(../images/bannerhome.jpg) no-repeat; width:770px; height:225px }
#bannerMinistries { background:url(../images/bannerministries.jpg) no-repeat; width:770px; height:225px }
#bannerMission { background:url(../images/bannermission.jpg) no-repeat; width:770px; height:200px }
#bannerFaith { background:url(../images/bannerfaith.jpg) no-repeat; width:770px; height:225px }
#bannerFindus { background:url(../images/bannerfindus.jpg) no-repeat; width:770px; height:225px }
#bannerStaff { background:url(../images/bannerourpastor.jpg) no-repeat; width:770px; height:225px }
#bannerContact { background:url(../images/bannercontact.jpg) no-repeat; width:770px; height:200px }
/*#bannerNews { background:url(../images/bannernews.jpg) no-repeat; width:770px; height:225px }*/
/*#bannerSitemap { background:url(../images/bannersitemap.jpg) no-repeat; width:770px; height:225px }*/
/*#bannerAudio { background:url(../images/banneraudio.jpg) no-repeat; width:770px; height:225px }*/
/*#bannerEvents { background:url(../images/bannerevents.jpg) no-repeat; width:770px; height:170px }*/


/* FORM & MISC STYLES */
.left { float:left; position: relative }
.right { float:right; position:relative }
.center { float:center; position:relative }
.events { background:#6C191D top no-repeat; padding:15px 15px 15px 15px; width:300px  }
.events img { border:1px solid #380407; margin:5px 0; clear:both }
.staffBorder, .contactBorder { padding:10px;background:#959DAA; }
.staffBorder img { border:2px solid #fff; margin:0 10px 0 0; float:left }
.form { 
	border:1px solid #74220C; 
	height:15px; 
	width:150px; 
	background: #fff; 
	font-size:.9em;
	padding:2px 0 0 5px
}
.contactForm { 
	border:1px solid #74220C; 
	background: #fff; 
	font-size:.9em;
	padding:2px 0 0 5px;
	height:75px; 
	width:240px
}
.clear { clear:both }
