* { margin:0; padding:0 }
div { margin:0; padding:0 }
BODY {
	font-size: 76%;
	background: #380407 url('../images/top-bg.jpg') repeat-x top;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #fff
}

/* LINK AND TEXT STYLES */
a { color:#FAB732; text-decoration:underline }
a:hover  { color: #fff } 
.eventsTitle, .staffTitle { color:#EB642A; font-weight:bold; background: url('../images/arrow.gif') no-repeat center left; padding-left:15px; padding-right:0; padding-top:0; padding-bottom:1px }
.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:#74220C; padding:10px }
.redBorder { border:2px solid #74220C; padding:10px }

/* BODY HTML LAYOUT STYLES */

#wrapper { width:770px; margin: 0 auto; background: #50090D }
#header { 
	width:770px; 
	height:140px; 
	background: url('../images/header-bg.jpg') repeat-x; 
	clear:both 
}
#header a { 
	background: url('../images/arrow.gif') no-repeat center left; 
	text-decoration:none; padding-left:15px; padding-right:10px; padding-top:0; padding-bottom:1px
}
#topLinks { 
	float:right;
	margin: 40px 20px 0 0;
	font-size: .9em
}
#footer { 
	background: url('../images/footer-bg.jpg') repeat-x; 
	color:#fff; 
	font-size:.8em; 
	text-align:right; 
	height:30px; padding-left:15px; padding-right:15px; padding-top:0; padding-bottom:0 
}
#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 196px 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 196px 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/banner24.jpg') no-repeat; width:770px; height:225px }
#bannerMinistries { background:url('../images/banner20.jpg') no-repeat; width:770px; height:225px }
#bannerWorship { background:url('../images/banner3.jpg') no-repeat; width:770px; height:225px }
#bannerBeliefs { background:url('../images/banner4.jpg') no-repeat; width:770px; height:225px }
#bannerEvents { background:url('../images/banner5.jpg') no-repeat; width:770px; height:225px }
#bannerAboutus { background:url('../images/banner8.jpg') no-repeat; width:770px; height:225px }
#bannerPrayer { background:url('../images/banner19.jpg') no-repeat; width:770px; height:225px }
#bannerStaff { background:url('../images/banner46.jpg') no-repeat; width:770px; height:225px }
#bannerAudio { background:url('../images/banner7.jpg') no-repeat; width:770px; height:225px }
#bannerContact { background:url('../images/banner18.jpg') no-repeat; width:770px; height:225px }
#bannerPastor { background:url('../images/banner9.jpg') no-repeat; width:770px; height:225px }
#bannerWeblinks { background:url('../images/banner10.jpg') no-repeat; width:770px; height:225px }



/* FORM & MISC STYLES */
.left { float:left; position: relative }
.right { float:right; position:relative }
.events { background:#6C191D url('../images/current-events.jpg') no-repeat top; width:300px; padding-left:15px; padding-right:15px; padding-top:45px; padding-bottom:15px  }
.events img { border:1px solid #380407; margin:5px 0; clear:both }
.staffBorder, .contactBorder { border:2px solid #74220C; padding:10px }
.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 }