@charset "utf-8";
/* CSS Document */

#homeContainer {
	width: 960px;
	height: 408px;
	margin: 0 auto;
	padding: 5px;
	background: url(/i/thm/09/front/home_bkg.png) no-repeat 0 0;
}

	
	#homeContent {
		background: url(/i/thm/09/front/main01.jpg) no-repeat 0 0;
		-moz-border-radius: 9px;  
		-webkit-border-radius: 9px;  
		border-radius: 9px;
		width: 960px;
		height: 408px;
	}
	
#homeSlider {
	width: 990px;
	height: 215px;
	margin: 10px auto 0 auto;
	background: url(/i/thm/09/front/home_bkg_lower.png) no-repeat 50% 0;
}

	#homeSlider a img {
		opacity: .7;	
	}
	
		#homeSlider a:hover img {
			opacity: 1;	
		}

	#homeLinks {
		width: 260px;
		height: 320px;
		padding: 43px 0 0 670px;
	}
	
		#homeLinks a {
			text-indent: -9999px;
			display: block;
			width: 260px;
			height: 64px;
			background-position: 0 0;
			background-repeat: no-repeat;
		}
		
			#homeLinks a:hover {
				background-image: url(/i/thm/09/front/home_hover.png);
			}
			
				#homeLinks a#h-l-worship:hover {
					background-position: 0 -64px;	
				}
				
				#homeLinks a#h-l-involve:hover {
					background-position: 0 -128px;	
				}
				
				#homeLinks a#h-l-sermons:hover {
					background-position: 0 -192px;	
				}
				
				#homeLinks a#h-l-invite:hover {
					background-position: 0 -256px;	
				}
