* {
	margin: 0;
	padding: 0;
}
#bigContainer {
	position: relative;
	display: block;
	width: 782px;
	margin: 0 auto;
	height: 1%;
}
#headerContainer {
	position: relative;
	display: block;
	height: 156px;
	z-index: 5;
}
	#headerLogo {
		position: absolute;
		top: 60px;
		left: 94px;
		height: 53px;
		width: 380px;
		cursor: hand;
		background: url(../../images/church/sprites.png) no-repeat -120px 0px;
	}
#hopeButton {
	position: absolute;
	display: block;
	top: 15px;
	left: 500px;
	height: 90px;
	width: 250px;
	background: url(../../images/church/hopeButton.jpg ) no-repeat 0px 0px;
}
	a:hover #hopeButton, a:active #hopeButton, #hopeButton.over, #hopeButton.over {
		background: url(../../images/church/hopeButton.jpg ) no-repeat 0px -90px;
		cursor: hand;
	}

#navContainer {
	position: relative;
	display: block;
	height: 33px;
	top: 126px;
	border-bottom: 6px solid #c32148;
	background: #004e75;
}
	#navContainer .NE {
		background: url(../../images/church/sprites.png) no-repeat -30px -4px;
		height: 29px;
		width: 29px;
	}
	#navContainer .NW {
		background: url(../../images/church/sprites.png) no-repeat 0px -4px;
		height: 29px;
		width: 29px;
	}
#nav {
	position: absolute;
	display: block;
	top: 5px;
	right: 0;
	width: 450px;
}
	#nav, #nav ul { /* all lists */
		list-style: none;
		line-height: 1em;
	}
	#nav li {
		position: relative;
		display: inline;
		float: left;
		/*width: 80px;  /* width needed or else Opera goes nuts */
	}
	#nav li a {
		position: relative;
		display: block;
		padding: 5px 8px;
		background: #004e75;
	}
	#nav li a:link, #nav li a:visited { color: #fff; }
	#nav li a:hover, #nav li a:active { 	color: #c32148; }
	
	#nav li ul { /* second-level lists */
		position: absolute;
		width: 166px;
		border-left: 2px solid #fff;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}
	#nav li ul li {
		width: 150px;
	}
	#nav li ul li a {
		width: 150px;
	}
	#nav li ul li a:link, #nav li ul li a:visited {
		background: #c32148;
		color: #fff;
	}
	#nav li ul li a:hover, #nav li ul li a:active {
		background: #004e75;
		color: #fff;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
		left: -30px;
	}

#contentContainer {
	z-index: 1;
}
	
#footerContainer {
	position: relative;
	display: block;
	height: 33px;
	border-top: 6px solid #000;
	background: #004e75;
}
	#footerContainer .SE {
		background: url(../../images/church/sprites.png) no-repeat -30px -34px;
		height: 29px;
		width: 29px;
	}
	#footerContainer .SW {
		background: url(../../images/church/sprites.png) no-repeat 0px -34px;
		height: 29px;
		width: 29px;
	}
#siteBy {
	position: relative;
	display: block;
	width: 600px;
	height: 30px;
	margin-left: 30px;
	margin-top: 5px;
}
	

.hide {
	display: none !important;
}
.clear {
	position: relative;
	display: block;
	clear: both;
	height: 1%;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.NW {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}
.NE {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
}
.SE {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
}
.SW {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
}

