@charset "UTF-8";
/* CSS Document */

a, img, h1, li { behavior: url(iepngfix.htc) }

/* Layout */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #c7d86c;
	background-attachment: fixed;
	

}
#wrapper {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_wrapper.png);
	background-repeat: repeat;
	padding-top: 15px;
	margin-top: 40px;
	padding-bottom: 10px;

}

#header {
	width: 930px;
	height: 184px;
	margin-left: auto;
	margin-right: auto;
}
#home #header{
	width: 930px;
	height: 420px;
	margin-left: auto;
	margin-right: auto;


}

#logo {
	width: 449px;
	height: 136px;
	background-image: url(../images/logo.jpg);
	float: left;
	text-indent: -9000px;
	background-color: #000;


}

#tagline {
	width: 481px;
	height: 136px;
	background-image: url(../images/tagline.jpg);
	float: right;
	text-indent: -9000px;
	background-color: #000;



}

.clear {clear: both;}

#navigation {
	width: 930px;
	height: 48px;
}

#photonav {
	height:236px;
	width: 930px;
	margin-top: 7px;
	z-index: 0;
}
#photonav {
	display: none;
}

#home #photonav {
	display: block;
}

/* Photo Nav Fade*/
	/* Menu Body */
	ul#menu {
		width:930px;
		height:236px;
		background:url(bg.png) repeat-x;
		list-style:none;
		margin:0;
		padding:0;

	}
	
	/* Float LI Elements - horizontal display */
	ul#menu li {
		float:left;
	}
	
	/* Link - common attributes */
	ul#menu li a {
		display:block;
		height:236px;
		position:relative;
	}
	
	/* Specify width and background position attributes specifically for the classes */
	ul#menu li a.photo_children {
		background:url(../images/photonav_children.jpg) no-repeat scroll top left;
		width:186px;
		text-indent: -9000px;
	}
	
	ul#menu li a.photo_youth {
		background:url(../images/photonav_youth.jpg) no-repeat scroll top left;
		width:187px;
		text-indent: -9000px;
	}
	
	ul#menu li a.photo_careercollege {
		background:url(../images/photonav_careercollege.jpg) no-repeat scroll top left;
		width:185px;
		text-indent: -9000px;
	}
	
	ul#menu li a.photo_adult {
		background:url(../images/photonav_adult.jpg) no-repeat scroll top left;
		width:187px;
		text-indent: -9000px;
	}
	
	ul#menu li a.photo_seniorsaints {
		background:url(../images/photonav_seniorsaints.jpg) no-repeat scroll top left;
		width:185px;
		text-indent: -9000px;
	}
	


	
	/* Span (on hover) - common attributes */
	ul#menu li a span {
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:236px;
		width:100%;
		z-index:4;
	}
	
	/* Span (on hover) - display pointer */
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the classes */
	ul#menu li a.photo_children span {
		background:url(../images/photonav_children.jpg) no-repeat scroll top left;
		width:186px;
		text-indent: -9000px;
		background-position: 0 -236px;
	}
	
	ul#menu li a.photo_youth span {
		background:url(../images/photonav_youth.jpg) no-repeat scroll top left;
		width:187px;
		text-indent: -9000px;
		background-position: 0 -236px;
	}
	
	ul#menu li a.photo_careercollege span {
		background:url(../images/photonav_careercollege.jpg) no-repeat scroll top left;
		width:185px;
		text-indent: -9000px;
		background-position: 0 -236px;
	}
	
	ul#menu li a.photo_adult span {
		background:url(../images/photonav_adult.jpg) no-repeat scroll top left;
		width:187px;
		text-indent: -9000px;
		background-position: 0 -236px;
	}
	
	ul#menu li a.photo_seniorsaints span {
		background:url(../images/photonav_seniorsaints.jpg) no-repeat scroll top left;
		width:185px;
		text-indent: -9000px;
		background-position: 0 -236px;
	}
	

/* End Photo Nav Fade*/


#main {
	color: white;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	height: auto;
	border: 1px solid #777e83;
	background-image: url(../images/bg_main.png);
	
}

#main_inner {
	background-repeat: no-repeat;
	width: 930px;
	height: auto;
	background-image: url(../images/bg_main_inner.png);
	_background-image: url(../images/bg_main_inner.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}




#content {
	width: 660px;
	margin-left: 39px;
	_margin-left: 20px;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	color: white;
	line-height: 23px;
	font-size: 15px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#content p{
	padding-bottom: 8px;
	
}

a:link, a:visited {
	color:#fff;
	text-decoration: none;
}

a:hover {
	color:#97c962;
	text-decoration: underline;
}

#content a:link, #content a:visited {
	color:#97c962;
	text-decoration: none;
}
#content a:hover {
	color:#3d96b7;
	text-decoration: underline;
}
#content img a:hover  {
	color:#3d96b7;
	text-decoration: none;
}

.highlight {
	color: #3d96b7;
	font-weight: bold;
}

.indent {
	padding-left: 20px;
}

.bullet {
	list-style-type: circle;
	list-style-position: outside;
}

.photo {
	background-color: #323232;
	padding: 10px;
	border: 1px solid #666666;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

/*H1 Titles*/

h1 {text-indent: -9000px;}

#title_acceptingchrist {
	background-image: url(../images/title_acceptingchrist.png);
	width: 660px;
	height: 75px;
}

#title_members {
	background-image: url(../images/title_members.png);
	width: 152px;
	height: 37px;
}

#title_fabulousfridays {
	background-image: url(../images/title_fabulousfridays.png);
	width: 303px;
	height: 53px;
}

#title_news {
	background-image: url(../images/title_news.png);
	width: 91px;
	height: 37px;
}

#title_adults {
	background-image: url(../images/title_adults.png);
	width: 660px;
	height: 75px;
}

#title_angelfood {
	background-image: url(../images/title_angelfood.png);
	width: 660px;
	height: 75px;
}

#title_celebrationchoir {
	background-image: url(../images/title_celebrationchoir.png);
	width: 660px;
	height: 75px;
}

#title_cemetery {
	background-image: url(../images/title_cemetery.png);
	width: 660px;
	height: 75px;
}

#title_children {
	background-image: url(../images/title_children.png);
	width: 660px;
	height: 75px;
}

#title_collegeandcareer {
	background-image: url(../images/title_collegeandcareer.png);
	width: 660px;
	height: 75px;
}
#title_communityoutreach {
	background-image: url(../images/title_communityoutreach.png);
	width: 660px;
	height: 75px;
}
#title_contactus {
	background-image: url(../images/title_contactus.png);
	width: 660px;
	height: 75px;
}

#title_corporateworship {
	background-image: url(../images/title_corporateworship.png);
	width: 660px;
	height: 75px;
}

#title_creekbankplayers {
	background-image: url(../images/title_creekbankplayers.png);
	width: 660px;
	height: 75px;
}

#title_discipleshiptraining {
	background-image: url(../images/title_discipleshiptraining.png);
	width: 660px;
	height: 75px;
}
#title_getpluggedin {
	background-image: url(../images/title_getpluggedin.png);
	width: 660px;
	height: 75px;
}

#title_home {
	background-image: url(../images/title_home.png);
	width: 660px;
	height: 75px;
}

#title_ladieswithafocus {
	background-image: url(../images/title_ladieswithafocus.png);
	width: 660px;
	height: 75px;
}
#title_leadership {
	background-image: url(../images/title_leadership.png);
	width: 660px;
	height: 75px;
}

#title_learnaboutawana {
	background-image: url(../images/title_learnaboutawana.png);
	width: 660px;
	height: 75px;
}
#title_location {
	background-image: url(../images/title_location.png);
	width: 660px;
	height: 75px;
}
#title_messagearchive {
	background-image: url(../images/title_messagearchive.png);
	width: 660px;
	height: 75px;
}
#title_onlinegiving {
	background-image: url(../images/title_onlinegiving.png);
	width: 660px;
	height: 75px;
}
#title_ourvision {
	background-image: url(../images/title_ourvision.png);
	width: 660px;
	height: 75px;
}
#title_pastorscorner {
	background-image: url(../images/title_pastorscorner.png);
	width: 660px;
	height: 75px;
}
#title_personalworship {
	background-image: url(../images/title_personalworship.png);
	width: 660px;
	height: 75px;
}
#title_prayerlist {
	background-image: url(../images/title_prayerlist.png);
	width: 660px;
	height: 75px;
}
#title_prayerrequests {
	background-image: url(../images/title_prayerrequests.png);
	width: 660px;
	height: 75px;
}
#title_puppetministry {
	background-image: url(../images/title_puppetministry.png);
	width: 660px;
	height: 75px;
}
#title_readthroughthebible {
	background-image: url(../images/title_readthroughthebible.png);
	width: 660px;
	height: 75px;
}
#title_recentevents {
	background-image: url(../images/title_recentevents.png);
	width: 660px;
	height: 75px;
}
#title_scheduleofservices {
	background-image: url(../images/title_scheduleofservices.png);
	width: 660px;
	height: 75px;
}
#title_seniorsaints {
	background-image: url(../images/title_seniorsaints.png);
	width: 660px;
	height: 75px;
}
#title_sitemap {
	background-image: url(../images/title_sitemap.png);
	width: 660px;
	height: 75px;
}
#title_soundsofpraise {
	background-image: url(../images/title_soundsofpraise.png);
	width: 660px;
	height: 75px;
}
#title_sundayschool {
	background-image: url(../images/title_sundayschool.png);
	width: 660px;
	height: 75px;
}

#title_thisweekatscbc {
	background-image: url(../images/title_thisweekatscbc.png);
	width: 660px;
	height: 75px;
}

#title_wednesdaynight {
	background-image: url(../images/title_wednesdaynight.png);
	width: 660px;
	height: 75px;
}

#title_weeklypodcast {
	background-image: url(../images/title_weeklypodcast.png);
	width: 660px;
	height: 75px;
}

#title_whatshappening {
	background-image: url(../images/title_whatshappening.png);
	width: 660px;
	height: 75px;
}

#title_whatwebelieve {
	background-image: url(../images/title_whatwebelieve.png);
	width: 660px;
	height: 75px;
}

#title_youth {
	background-image: url(../images/title_youth.png);
	width: 660px;
	height: 75px;
}
#title_youthpraiseteam {
	background-image: url(../images/title_youthpraiseteam.png);
	width: 660px;
	height: 75px;
}
#title_the_purchase {
	background-image: url(../images/title_the_purchase.png);
	width: 612px;
	height: 75px;
}


/*End H1 Titles*/


#sidebar {
	width: 190px;
	float: right;
	padding-top: 30px;

}

#sidebar #ad {
	color: white;
	line-height: 23px;
	font-size: 15px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding-top: 20px;
	clear: both;	
}

ul #side_menu {
width:190px;
height:287px;
list-style:none;
margin:0;
padding:0;
}

ul#side_menu li {
float:left;
}


#side_pastorscorner a {
	width: 185px;
	height: 41px;
	text-indent: -9000px;
	background-image: url(../images/sidenav_pastorscorner.png);
	display: block;
}
#side_pastorscorner a:hover  {
	width: 185px;
	height: 41px;
	text-indent: -9000px;
	background-image: url(../images/sidenav_pastorscorner.png);
	display: block;
	background-position: 185px 0;
}

#side_messagearchive a {
	width: 185px;
	height: 41px;
	text-indent: -9000px;
	background-image: url(../images/sidenav_messagearchive.png);
	display: block;
}

#side_messagearchive a:hover {
	width: 185px;
	height: 41px;
	text-indent: -9000px;
	background-image: url(../images/sidenav_messagearchive.png);
	display: block;
	background-position: 185px 0;
}


#side_acceptingchrist a {
	width: 185px;
	height: 41px;;
	text-indent: -9000px;
	background-image: url(../images/sidenav_acceptingchrist.png);
	display: block;
}
#side_acceptingchrist a:hover {
	width: 185px;
	height: 41px;
	text-indent: -9000px;
	background-image: url(../images/sidenav_acceptingchrist.png);
	display: block;
	background-position: 185px 0;
}


#side_prayerrequests a {
	width: 185px;
	height: 41px;
	text-indent: -9000px;
	background-image: url(../images/sidenav_prayerrequests.png);
	display: block;
}

#side_prayerrequests a:hover {
	width: 185px;
	height: 41px;
	text-indent: -9000px;
	background-image: url(../images/sidenav_prayerrequests.png);
	display: block;
	background-position: 185px 0;
}

#side_prayerlist a {
	width: 185px;
	height: 41px;
	text-indent: -9000px;
	background-image: url(../images/sidenav_prayerlist.png);
	display: block;
}
#side_prayerlist a:hover {
	width: 185px;
	height: 41px;
	text-indent: -9000px;
	background-image: url(../images/sidenav_prayerlist.png);
	display: block;
	background-position: 185px 0;
}


#side_whatshappening a {
	width: 185px;
	height: 41px;
	text-indent: -9000px;
	background-image: url(../images/sidenav_whatshappening.png);
	display: block;
}

#side_whatshappening a:hover {
	width: 185px;
	height: 41px;
	text-indent: -9000px;
	background-image: url(../images/sidenav_whatshappening.png);
	display: block;
	background-position: 185px 0;
}


#side_news a {
	width: 185px;
	height: 41px;
	text-indent: -9000px;
	background-image: url(../images/sidenav_news.png);
	display: block;
}

#side_news a:hover {
	width: 185px;
	height: 41px;
	text-indent: -9000px;
	background-image: url(../images/sidenav_news.png);
	display: block;
	background-position: 185px 0;
}



#side_fabulous_fridays a {
	width: 185px;
	height: 41px;
	text-indent: -9000px;
	background-image: url(../images/sidenav_fabulousfridays.png);
	display: block;
}

#side_fabulous_fridays a:hover {
	width: 185px;
	height: 41px;
	text-indent: -9000px;
	background-image: url(../images/sidenav_fabulousfridays.png);
	display: block;
	background-position: 185px 0;
}



#side_recentevents a {
	width: 185px;
	height: 41px;
	text-indent: -9000px;
	background-image: url(../images/sidenav_recentevents.png);
	display: block;
}
#side_recentevents a:hover {
	width: 185px;
	height: 41px;
	text-indent: -9000px;
	background-image: url(../images/sidenav_recentevents.png);
	display: block;
	background-position: 185px 0;
}
	#sidebar a:hover {
		cursor:pointer;
	}







#tiles {
	color: white;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	height: 124px;
	border: 1px solid #777e83;
	
}

ul #tiles_menu {
width:930px;
height:124px;
list-style:none;
margin:0;
padding:0;
}

ul#tiles_menu li {
float:left;
}


#tiles_scbc a {
	width: 186px;
	height: 124px;
	text-indent: -9000px;
	background-image: url(../images/tiles_scbc.png);
	display: block;
}
#tiles_scbc a:hover  {
	width: 186px;
	height: 124px;
	text-indent: -9000px;
	background-image: url(../images/tiles_scbc.png);
	display: block;
	background-position: 0 122px;
}

#tiles_awana a {
	width: 203px;
	height: 124px;
	text-indent: -9000px;
	background-image: url(../images/tiles_awana.png);
	display: block;
}

#tiles_awana a:hover {
	width: 203px;
	height: 124px;
	text-indent: -9000px;
	background-image: url(../images/tiles_awana.png);
	display: block;
	background-position: 0 122px;
}


#tiles_podcast a {
	width: 194px;
	height: 124px;
	text-indent: -9000px;
	background-image: url(../images/tiles_podcast.png);
	display: block;
}
#tiles_podcast a:hover {
	width: 194px;
	height: 124px;
	text-indent: -9000px;
	background-image: url(../images/tiles_podcast.png);
	display: block;
	background-position: 0 122px;
}


#tiles_giving a {
	width: 170px;
	height: 124px;
	text-indent: -9000px;
	background-image: url(../images/tiles_giving.png);
	display: block;
}

#tiles_giving a:hover {
	width: 170px;
	height: 124px;
	text-indent: -9000px;
	background-image: url(../images/tiles_giving.png);
	display: block;
	background-position: 0 122px;
}

#tiles_food a {
	width: 177px;
	height: 124px;
	text-indent: -9000px;
	background-image: url(../images/tiles_food.png);
	display: block;
}
#tiles_food a:hover {
	width: 177px;
	height: 124px;
	text-indent: -9000px;
	background-image: url(../images/tiles_food.png);
	display: block;
	background-position: 0 122px;
}

	#tiles a:hover {
		cursor:pointer;
	}



#footer {
	width: 930px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;

}

#pluggedin a {
	background-image: url(../images/pluggedin.png);
	width: 306px;
	height: 65px;
	text-indent: -9000px;
	display: block;
	float: left;
}
#pluggedin a:hover {
	background-image: url(../images/pluggedin.png);
	width: 306px;
	height: 65px;
	text-indent: -9000px;
	display: block;
	float: left;
	background-position: 0 -65px;
}

#copyright {
	color: white;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	width: 624px;
	height:11px;
	float: right;
	margin-right: 0px;
	margin-left: auto;
	text-align: right;
	margin-top: 45px;
}

.sitemap {margin-left:30px;
		  list-style:circle;}