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

/* LAYOUT :: MASTHEAD */
#mastHead {
	width: 920px;
	background-image: url(img/masthead_bg.jpg);
	height: 230px;
	padding: 0px;
	margin: 0px;
	margin-right: 25px;
	margin-left: 25px;
	overflow: hidden;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/* MASTHEAD :: COLUMNS */
#mastHead #messageCol {
	width: 620px;
	float: right;
	height: 230px;
	padding: 0px;
	margin: 0px;
}
#mastHead #authorCol {
	width: 300px;
	float: right;
	height: 230px;
	padding: 0px;
	margin: 0px;
}

/* MASTHEAD :: ELEMENTS */
#mastHead #messageCol h1 {
	text-align: right;
	color: #FFFFFF;
	font-size: 4.8em;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1em;
}
#mastHead #messageCol h2 {
	color: #dbe4be;
	font-weight: normal;
	font-size: 2em;
	text-align: right;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	line-height: 1em;
}
#mastHead #messageCol h3,
#mastHead #messageCol p {
	color: #FFFFFF;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	line-height: 1.1em;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 15px;
}
#mastHead #messageCol h3 {
	margin-right: 25px;
}
#mastHead #messageCol p {
	margin-right: 75px;
}

/* LAYOUT :: FOOTER */
#footer {
	border-top: none;
}

/* WRAPPER (MAIN CONTENT) :: COLUMNS */
#contentCol {
	width: 460px;
	float: left;
	padding: 0px;
	margin: 0px;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#ctaCol {
	width: 440px;
	float: left;
	padding: 0px;
	margin: 0px;
}
/* CONTENTCOL :: ELEMENTS */
#contentCol h2,
#contentCol h3,
#contentCol h4,
#contentCol p,
#contentCol ul,
#contentCol ol {
	text-align: left;
}
#contentCol h2 {
	color: #ffffff;
	font-weight: normal;
	font-size: 2em;
	margin: 0px;
	line-height: 49px;
	width: 420px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(img/services_h2.png);
	background-repeat: no-repeat;
	background-color: #8EA106;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#contentCol .serviceBox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #59631e;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#contentCol .serviceFootnote {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #7c8d17;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#contentCol .serviceBox h3 {
	margin: 0px;
	font-size: 1.8em;
	font-weight: normal;

}
#contentCol .serviceBox p,
#contentCol .serviceFootnote p {
	font-family: Arial, Helvetica, sans-serif !important;
	margin: 0px;
	font-size: 1.4em;

}
#contentCol .blockLink {
	font-family: Arial, Helvetica, sans-serif !important;
	margin: 0px;
	font-size: 1.4em;
	background-image: url(img/blocklink_a.png);
	height: 40px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 40px;
	text-align: left;
	width: 420px;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	background-position: 0px 0px;
}
#contentCol .blockLink:hover {
	background-position: 0px -40px;

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

}
