/* CSS Document */

/* reset styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* general */

body {
	background: #000;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	color: #fff;
}

a {
	color: #bf1200;
	text-decoration: none;
	font-size: 1.1em;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

/* header */

#headerWrapper {
	background: url(../_images/headerwrapper.jpg) top center no-repeat;
}

#header {
	background: url(../_images/header.jpg) top center no-repeat;
	width: 980px;
	height: 298px;
	margin: 0 auto;
	position: relative;
}

#header #menu{
	height: 67px;
	padding-top: 20px;
	z-index: 999;
}

#header #menu p a:hover, #header #menueggs p a:hover{
	color: #fff;	
}

#header h1, h2 {
	text-indent: -9999px;	
}

#header h1 {
	position: absolute;
	width: 785px;
	height: 150px;
	top: 100px;
	left: 100px;
}

/* content */

#contentWrapper {
	background: #000 url(../_images/background.jpg) top center no-repeat;
	margin: 0;
}

#content {
	background: #000 url(../_images/contentbackground.jpg) top center repeat-y;
	margin: 0 auto;
	width: 980px;
	position: relative;
	padding: 20px 0 20px 0;
}

#ad{
	width: 930px;
	border: 5px solid #222;
	margin: 0 0 20px 20px;
}

#ad a {
	display: block;
	height: 274px;
}

#prevBtn, #nextBtn{ 
	display: none;
	width:30px;
	height:77px;
	position:absolute;
	left:0px;
	top:71px;
	}	
#nextBtn{ 
	left:880px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(../_images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../_images/btn_next.gif) no-repeat 0 0;	
	}	

#leftColumn, #rightColumn {
	width: 460px;
	margin: 0 0 0 20px;
	float: left;
	display: inline;
}

#bottomRow {
	width: 970px;
	margin: 0;
	height: 235px;
	clear: both;
}

.contentbox {
	width: 450px;
	border: 5px solid #222;
	margin: 0 0 20px 0;
	background: #111;
	line-height: 1.8em;
}

.contentbox p {
	padding: 20px 20px 0;
	font-size: 1em;
}

.contentbox h3 {
	font-size: 2.6em;
	font-weight: bold;
	height: 34px;
	padding: 20px 20px;
	background-color: #000;
	letter-spacing: -0.04em;
}

#flashvideo {
	line-height: 16px;
}

.contentbox .extraabout, .contentbox .extrapublic, .contentbox .extrapastor {
	display: none;
}

.contentbox .bottom {
	padding-bottom: 15px;
}

.contentbox .getthere {
	padding: 0 5px;
}

.contentbox .seemap {
	padding-right: 5px;
}

#pastors {
	width: 980px;
	margin: 0 0 20px;
	float:left;
}

#pastorscontent {
	width: 610px;
	margin: 0 0 0 20px;
	min-height:380px;
	float:left;
}

#pastorsimage {
	height: 380px;
}

.imagebox {
	border: 5px solid #222;
	width: 290px;
	height: 235px;
	float: left;
	margin: 0 0 0 20px;
	display: inline;
}

#clearfloat {
	clear:both;
}

/* footer */

#footer {
	background: url(../_images/footer.jpg) no-repeat;
	clear: both;
	height: 105px;
	margin: 0 auto;
	width: 980px;
}

#footerimages {
	padding: 13px 0 0 20px;	
	float: left;
}

#footerimages #facebook {
	margin-right: 10px;
}

#footertext {
	background: url(../_images/youthdept.jpg) no-repeat;
	height: 21px;
	width: 833px;
	text-indent: -9999px;
	float: right;
	margin: 20px 21px 20px 15px;
}
	