/* HOMEPAGE RULES */

/* SITE CONTAINERS */

div#site_container {
	background: transparent url("/images/backgrounds/home_header_background(2).jpg");
	background-repeat: no-repeat;
	background-position: center top;
}


	/* MAIN HOMEPAGE PHOTOS */
	
	.church_painting {
		background: transparent url("/images/eye_candy/homepage/eye_candy_background(homepage).jpg");
	}
	
	.church_painting {
		background-repeat: no-repeat;
		background-position: 10px 11px;
	}
	

/* HEADER */

div#header {
	height: 370px;
}

	#header h1 {
		height: 370px;
	}


/* SPECIAL NAV LINKS */

a#dayschool_link, a#youth_link {
	top: 345px;
}

a#dayschool_link {
	left: 395px;
}

a#youth_link {
	left: 290px;
}



/* SERVICE TIMES SHOWCASE */

div#service_times_showcase {
	position: absolute;
	top: 224px;
	left: 21px;
	width: 210px;
	height: 130px;
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
	z-index: 10;
}

	#service_times_showcase h2 {
		display: none;
	}
	
	#service_times_showcase ul {
		list-style: none;
	}
	
		#service_times_showcase ul li {
			margin: 7px 10px; 
		}


/* EYE CANDY */

ul#eye_candy {
	position: absolute;
	top: 11px;
	left: 10px;
	width: 511px;
	height: 356px;
	overflow: hidden;
	list-style: none;
	z-index: 0;
}

	#eye_candy li {
		position: absolute;
		top: 0px;
		left: 0px;
	}



	/* SITE PAGE TEXT */

	div#body_text {
		padding: 0px 0px 0px 9px;
		width: 480px;
	}
	
	a#video_showcase {
		position: relative;
		left: -7px;
		float: left;
		width: 234px;
		height: 124px;
		background: transparent url("/images/misc_elements/video_ad_showcase.png");
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
		#video_showcase span {
			display: none;
		}

	a#directory_showcase {
		display: block;
		position: relative;
		left: -7px;
		width: 405px;
		height: 83px;
		background: transparent url("/images/misc_elements/directory_showcase.png");
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
		#directory_showcase span {
			display: none;
		}

	a#facebook_button {
		position: absolute;
		right: 0px;
		top: 340px;
		width: 280px;
		height: 107px;
		background: transparent url("/images/misc_elements/facebook_btn.png");
	}
	
	a#facebook_button:hover {
		background-position: 0px -107px;
	}	


		a#facebook_button span {
			display: none;
		}
		
	
/* RELATED INFORMATION */

/* RELATED INFORMATION */

.related_information {
	margin: 0px 0px 35px 0px;
}
