@charset "UTF-8";
/* CSS Document */

/* HEADER */

#header {
	width: 100%;
	height: 111px;
	margin:0;
	background:top center no-repeat url(../images/watermark_church_header_bg.jpg);
}

#header_content {
	width: 1020px;
	margin: 0 auto;
	height: 111px;
}

#logo {
	height: 100%;
	width: 310px;
	margin:0 0 0 30px;
	float: left;
}

#experience {
	display: block;
	position: absolute;
	margin: 0 auto;
	width: 1020px;
	color: #FFFFFF;
}

#experience1 {
	float: left;
	margin: 0 0 0 600px;
	font: 16px Arial, Helvetica, sans-serif;
	text-align: center;
	width: 200px;
}

#experience2 {
	float: left;
	clear:both;
	margin: 0 0 0 600px;
	font: normal 26px Arial, Helvetica, sans-serif;
	text-align: center;
	height: 22px;
	width: 200px;
	line-height: .7em;
}

#header_info {
	float: left;
	height: 100%;
	width: 540px;
	margin: 0 0 0 100px;
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
	padding: 28px 0 0 0;
}

#header_info h2 {
	font: 15px Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0;
}

#when_header {
	float: left;
	width: 180px;
}

#where_header {
	float: left;
	width: 220px;
	margin: 0 0 0 120px;
}
	

/* MAIN CONTENT */

#content {
	width: 1020px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 0;
}

#feature {
	width: 949px;
	height: 387px;
	margin: 0 auto;
}

#feature_photo {
	float: left;
	width: 949px;
	height: 387px;
}

#feature_photo img {
	display: none;
}

#feature_photo:hover {
	cursor: pointer;
}

#feature_photo img.first {
	display: block;
}

#feature_copy {
	width: 949px;
	margin:0 auto;
	font: bold 23px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	line-height:1em;
	padding: 10px 0 10px 0;
	min-height: 110px;
}

#feature_copy a {
	color: inherit;
	font-weight: normal;
}

#feature_copy a:hover {
	background: #CCCCCC;
}

.feature_link {
	color: #000000;
	font-weight: normal;
}

#quick_links {
	width: 949px;
	height: 96px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

#quick_links a {
	float: left;
	width: 229px;
	height: 96px;
	background: url(../images/watermark_church_feature_bg.jpg) repeat 0 0;
	font-size: 28px;
	margin:0 8px 0 0;
	text-align: center;
	line-height: 3em;
}

#quick_links a:hover {
	background: url(../images/watermark_church_feature_bg.jpg);
}

#quick_links a.ql1 {
	text-align: left;
	line-height: .9em;
	padding: 16px 0 0 30px;
	width: 199px;
	height: 80px;
}

a.quick_link {
	color: #000000;
}

a.quick_link:hover {
	background-position:229px 0;
}
