/*////////////////////////////////////////////////////
//													//
//			GENERAL PAGE STYLES				        //
//													//
// SITE: LIFE CHURCH								//
// AUTHOR: MARC JONES, ICEBOMB/OCM					//
// VERSION: 1.0										//
// CREATED: 25 SEP 09								//
// LAST UPDATED: 28 SEP 09							//
//													//
////////////////////////////////////////////////////*/

/* LAYOUT :: MASTHEAD */
#mastHead {
	width: 920px;
	background-image: url(img/bannerimg_about.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 250px;
	padding: 0px;
	margin: 0px;
	margin-right: 25px;
	margin-left: 25px;
	overflow: hidden;
	background-color: #FFFFFF;
}
/* MASTHEAD :: COLUMNS */
#mastHead #introBox {
	width: 680px;
	float: left;
	height: 250px;
	padding: 0px;
	margin: 0px;
	background-image: url(img/masthead_frame_v2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#mastHead #ctaBox {
	width: 220px;
	float: left;
	height: 230px;
	padding: 0px;
	margin: 0px;
	background-color: #6b9507;
}

/* MASTHEAD :: ELEMENTS */
#mastHead #introBox h1 {
	text-align: left;
	color: #6B9507;
	font-size: 4.8em;
	font-weight: normal;
	margin-top: 120px;
	margin-left: 0px;
	width: 670px;
	float: left;
}
#mastHead #introBox .blockText {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#mastHead #ctaBox a {
	width: 220px;
	height: 230px;
	background-image: url(img/cta_findus.png);
	background-repeat: no-repeat;
	display: block;
	text-align: left;
	text-indent: -1000px;
	overflow: hidden;
}

#footer {
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
/* WRAPPER (MAIN CONTENT) :: COLUMNS */
#contentCol {
	width: 680px;
	float: left;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #FFFFFF;
}
#ctaCol {
	width: 220px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
/* CONTENTCOL :: ELEMENTS */
#contentCol h2,
#contentCol h3,
#contentCol h4,
#contentCol p,
#contentCol ul,
#contentCol ol {
	text-align: left;
}
#contentCol h2 {
	color: #6B9507;
	font-weight: normal;
	font-size: 2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#contentCol h2.blockHead {
	color: #ffffff;
	font-weight: normal;
	font-size: 2em;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 7px;
	line-height: 49px;
	width: 660px;
	padding: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(img/blockheading_h2.png);
	background-repeat: no-repeat;
	background-color: #8EA106;
}
#contentCol h3 {
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	color: #496408;
	font-size: 1.8em;
	font-weight: normal;
}
#contentCol h4 {
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	color: #496408;
	font-size: 1.6em;
	font-weight: normal;
}
#contentCol p {
	font-size: 1.2em;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1.4em;
	color: #333333;
}

#contentCol a {
	color: #496408;

}
#contentCol a:hover {
	text-decoration: none;
	color: #8EA106;

}
/* CONTENTCOL :: ELEMENTS :: LISTBOX */
.listBox {
	width: 680px;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6B60E;
}
.listBox h3 {
	color: #FFFFFF !important;
	float: right;
	background-color: #8EA106;
	padding: 5px;
	font-weight: normal;
}
.listBox h4 {
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-size: 1.8em !important;
}
/* CONTENTCOL :: ELEMENTS :: DARKBOX (DOWNLOADS ETC) */
.darkBox {
	width: 660px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #59631e;
	padding: 10px;
}
.darkBox .infoCol {
	float: left;
	font-weight: normal;
	width: 500px;
}
.darkBox .infoCol h3,
.darkBox .infoCol h4,
.darkBox .infoCol p {
	color: #FFFFFF !important;
	margin-top: 0px !important;
}
.darkBox a.downloadLink {
	color: #FFFFFF !important;
	float: left;
	background-color: #8EA106;
	padding: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	width: 130px;
}
.darkBox a.downloadLink:hover {
	background-color: #A6B60E;
}
/* CONTENTCOL :: ELEMENTS :: LISTS */
#contentCol ul {
	padding: 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #333333;
}
#contentCol li {
	font-size: 1.2em;
	margin: 5px;
	line-height: 1.4em;
}
#contentCol .blockList,
#contentCol .blockList2 {
	margin-top: 5px;
	margin-bottom: 10px;
	color: #333333;
	padding: 0px;
	list-style-position: inside;
	margin-right: 0px;
	margin-left: 0px;
}
#contentCol .blockList li,
#contentCol .blockList2 li {
	font-size: 1.2em;
	line-height: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6B60E;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin: 0px;
}
#contentCol .blockList2 {
	list-style: none;
}
/* CONTENTCOL :: ELEMENTS :: MAPBOX */
.mapBox {
	width: 380px;
	float: right;

}
/* CTACOL :: ELEMENTS */
#ctaCol img {
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;

}

