/* © copyright Murrieta Community Church */

body {
	background: #FFF;
	margin: 0;
}

body, div, class, p, ol, ul, li, a {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #414141;
	font-size: 14px;
}

a {
	color: #006ab4;
	text-decoration: none;
	outline: none;
}
	a:hover {
		text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
	color: #006ab4;
	line-height: 25px;
	font-weight: normal;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}


p {
	color: #414141;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	margin: 0 0 20px 0;
}


ul {
	margin: 0 0 0 35px;
}
ol {
	margin: 0 0 0 35px;
}
li {
	line-height: 20px;
	margin: 0 0 20px 0;
	text-align: justify;
}

hr { border: 1px solid #FFF; border-top: 1px solid #CCC; }

blockquote { background: #CCC; padding: 10px; margin: 10px 0; text-align: center; }

img { border: none; }

.Left { float: left; }
.Right { float: right; }
.Pull { clear: both; }
.Hide { display: none; }

.MA10 { margin: 10px; }
.MT10 { margin-top: 10px; }
.MR10 { margin-right: 10px; }
.MB10 { margin-bottom: 10px; }
.ML10 { margin-left: 10px; }

.TextNormal { font-weight: normal; }

td { vertical-align: top; }

/* ====================== */

#Wrapper {
	width: 950px;
	margin: 0 auto;
}

#HomeBody {
	background: url('../images/HomeBG.jpg') top center no-repeat;
	width: 100%;
}
#DefaultBody {
	background: url('../images/DefaultBG.jpg') top center no-repeat;
	width: 100%;
}

#HomeHeader {
	background: url('../images/HomeHeader.gif');
	width: 950px;
	height: 127px;
}
#DefaultHeader {
	background: url('../images/DefaultHeader.jpg');
	width: 950px;
	height: 159px;
}

#HomeContainer {
	width: 950px;
	height: 362px;
	clear: left;
}
	#HomeAnnounce {
		background: url('../images/HomeSlideBG.jpg');
		width: 619px;
		height: 362px;
		float: left;
	}
		#HeaderBanner {
			width: 619px;
			height: 362px;
			clear: left;
		}
			#HeaderBanner ul {
				margin: 0;
				padding: 0;
			}
			#HeaderBanner ul li {
				float: left;
				position: absolute;
				list-style: none;
			}
			#HeaderBanner ul li img {
				background: #FFF;
			}
			#HeaderBanner ul li.show {
				z-index: 2;
			}
	#HomeInfo {
		background: url('../images/HomeInfo.jpg');
		width: 331px;
		height: 362px;
		float: left;
	}
		#HomeInfo .HomeDirections {
			width: 300px;
			height: 80px;
			margin: 175px 0 0 15px;
			float: left;
		}

#HomeNav {
	background: url('../images/NavBG.gif');
	width: 950px;
	height: 47px;
}
#DefaultNav {
	background: url('../images/DefaultNavBG.gif');
	width: 950px;
	height: 47px;
}

#ContentContainer {
	width: 910px;
	height: 400px;
	margin: 0 auto;
}
	#ContentInner {
		padding: 30px 0;
	}

.MinistryContainer {
	width: 910px;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #CCC;
	float: left;
}
	.MinistryContainer .MinistryBanner {
		width: 170px;
		height: auto;
		float: left;
	}
	.MinistryContainer .MinistryContent {
		width: 710px;
		height: auto;
		float: left;
	}

.StaffContainer {
	width: 205px;
	margin:0 10px 40px 10px;
	float: left;
}
	.StaffContainer img {
		width: 190px
	}

#FooterContainer {
	border-top: 1px solid #CCC;
	width: 910px;
	padding: 20px 0;
	margin: 0 auto;
}
	#FooterNav {
		width: 700px;
		margin:;
		text-align: right;
		float: right;
	}
		#FooterNav a {
			color: #414141;
		}