/* --------------------------------------------------------------------------
	=reset
--------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


/* --------------------------------------------------------------------------
	=layout
--------------------------------------------------------------------------- */

body { 
	font: small/1.7em Helvetica, 'Helvetica Neue', Arial, Verdana, sans-serif; 
	color: #787878;
	background: #fff url(../img/altbg-1.png) no-repeat 0 0;
}

body.home {
	background: #fff url(../img/home/altbg-home.gif) no-repeat 0 0;
}


body.title {
	background: #fff url(../img/titlepage.gif) no-repeat 0 0;
	height: 850px;
}
	
	
#container {
	width: 960px;
}

#header {
	overflow: hidden;
}

body.home #header {
	color: #6f9089;
	height: 535px;
}

#content {
	float: right;
	width: 600px;
	margin-top: 0;
	padding: 108px 10px 30px 50px;
}

body.home #content {
	float: left;
	margin: 0;
	padding: 118px 50px 0px 60px;
}


#content-main {}

#content-secondary {}

#sidebar {
	float: left;
	width: 230px;
	margin-left: 50px;
	padding: 560px 10px 0 10px;
}

	#sidebar.splat {
		padding-bottom: 240px;
		background: url(/img/bg-sidebar.gif) no-repeat bottom center;
	}

	body.home #sidebar { 
		float: right;
		position: relative;
		width: 230px; 
		margin-left: 0;
		padding: 0 10px 0px 10px;
	}

#foot {
	clear: right;
	width: 600px;
	margin: 0 0 0 350px;
	padding: 10px 0;
	border-top: 8px #000 solid;
}

body.home #foot {
	clear: both;
	width: 600px;
	margin: 0 50px 0 60px;
	padding: 10px 0;
	border-top: 8px #000 solid;
}





/* ---------------------------------------------------------------------------
	=links
--------------------------------------------------------------------------- */

a { color: #00a2df; text-decoration: none; }

a:link { color: #00a2df; }
	
a:visited { color: #5492a9; }
	
a:hover { color: #cc00ff; border-bottom: 1px solid #cc00ff; }

a.more {
	font-size:85%;
	font-weight: bold;
	text-transform: lowercase;
}


/* ---------------------------------------------------------------------------
	=typography
--------------------------------------------------------------------------- */

h1 {
	padding-bottom: 10px;
	font-size: 425%;
	color: #000; 
	font-weight: bold; 
	text-transform: uppercase;
	letter-spacing: -.07em;
}

h2 { 
	font-size: 200%;
	color: #000; 
	font-weight: bold; 
	letter-spacing: -.03em;
	line-height: 1em;
}

h3 { 
	font-size: 145%;
	color: #000;
	font-weight: bold; 
	text-transform: uppercase;
	letter-spacing: -.03em;
}

h4 { 
	font-size: 150%;
	color: #000; 
	font-weight: bold; 
	letter-spacing: -.03em;
}

h5 { font-size: 120%; }

p { 
	line-height: 2em;
	padding-bottom: 30px;
}

p.date span {
	color: #000;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
}

p.btn-more,
p.btn-more a {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: -15px;
}

body.home p.btn-more,
body.home p.btn-more a {
	margin-top: 0;
	margin-bottom: 40px;
	padding-bottom: 0;
}

body.malawi p.btn-more,
body.malawi p.btn-more a {
	margin-top: 0;
	margin-bottom: 40px;
	padding-bottom: 0;
}

p.btn-more-splat {
	font-size: 75%;
	margin-top: -15px;
	background: url(/img/bg-sidebar.gif) no-repeat 0 0;
	height: 240px;
	margin: -17px -10px 0;
	padding: 5px 20px;
	text-transform: uppercase;
}

	p.btn-more-splat a {
		color: #fff !important;
	}

p.btn-more a:link {
	color: #f2ab00;
}

p.btn-more a:hover {
	color: #000;
	border-bottom: 1px solid #f2ab00;
}




/* ---------------------------------------------------------------------------
	=header
--------------------------------------------------------------------------- */
#header #logo {
	position: absolute;
	top: 70px;
	left: 400px;
	height: 201px;
	width: 366px;
}

body.home #header #logo {
	top: 70px;
	left: 400px;
	background: url(../img/home/logotred.png) no-repeat 0 0;
}


body.about #header #logo {
	top: 40px;
	left: 760px;
	background: url(../img/logosmall.png) no-repeat 0 0;
	}

body.groups #header #logo {
	top: 40px;
	left: 760px;
	background: url(../img/logosmall.png) no-repeat 0 0;
	}
body.contact #header #logo {
	top: 40px;
	left: 760px;
	background: url(../img/logosmall.png) no-repeat 0 0;
	}

body.resources #header #logo {
	top: 40px;
	left: 760px;
	background: url(../img/logosmall.png) no-repeat 0 0;
	}
	
body.vids #header #logo {
	top: 40px;
	left: 760px;
	background: url(../img/logosmall.png) no-repeat 0 0;
	}
	
body.engage #header #logo {
	top: 60px;
	left: 760px;
	background: url(../img/logosmall.png) no-repeat 0 0;
	}
	

#header #logo img {
	position: absolute;
	top: 0;
	left: -9999px;
}

#header #logo a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}

/* Header Messages Area */

#header-msg {
	margin-left: 370px;
	margin-top: 270px;
}





/* ---------------------------------------------------------------------------
	=navigation
--------------------------------------------------------------------------- */

#nav {
	position: absolute;
	top: 50px;
	margin: 0;
	list-style: none;
	
}

#nav li {
	width: 79px;
	height: 25px;
	margin-bottom: 8px;
	text-indent: -9999px;
}

#nav li a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}

#nav #nav-home, #nav #nav-home a {
	width: 109px; background: url(../img/nav/nav-home-all.png) no-repeat 0 0; 
}

#nav #nav-about, #nav #nav-about a {
	width: 165px; background: url(../img/nav/nav-about-all.png) no-repeat 0 0; 
}

#nav #nav-whatson, #nav #nav-whatson a { 
	width: 174px; background: url(../img/nav/nav-whatson-all.png) no-repeat 0 0; 
}

#nav #nav-groups, #nav #nav-groups a { 
	width: 228px; background: url(../img/nav/nav-groups-all.png) no-repeat 0 0; 
}

#nav #nav-resources, #nav #nav-resources a { 
	width: 185px; background: url(../img/nav/nav-resources-all.png) no-repeat 0 0; 
}

#nav #nav-support, #nav #nav-support a { 
	width: 152px; background: url(../img/nav/nav-support-all.png) no-repeat 0 0; 
}

#nav #nav-contact, #nav #nav-contact a { 
	width: 191px; background: url(../img/nav/nav-contact-all.png) no-repeat 0 0; 
}

#nav #nav-network, #nav #nav-network a {
	width: 162px; background: url(../img/nav/nav-network-all.png) no-repeat 0 0;
	}

#nav #nav-family, #nav #nav-family a {
	width: 268px; background: url(../img/nav/nav-family-all.png) no-repeat 0 0;
	}

#nav #nav-home a:hover,
#nav #nav-support a:hover,
#nav #nav-whatson a:hover,
#nav #nav-groups a:hover, 
#nav #nav-resources a:hover,
#nav #nav-about a:hover, 
#nav #nav-contact a:hover,
#nav #nav-network a:hover,
#nav #nav-family a:hover {
	background-position: 0 -25px;
}

body.home #nav #nav-home a,
body.support #nav #nav-support a,
body.whatson #nav #nav-whatson a,]
body.groups #nav #nav-groups a,
body.resources #nav #nav-resources a,
body.about #nav #nav-about a,
body.contact #nav #nav-contact a,
body.network #nav #nav-network a,
body.family #nav #nav-family a {
	background-position: 0 -50px;
}

#sub-nav {
	margin: 0 0 36px 0;
	/*padding-bottom: 23px;*/
	font-size: 110%;
	font-weight: bold;
	border-top: 7px solid #000;
	/*border-bottom: 1px solid #ddd;*/
	list-style: none;
	background: url(../img/nav/bg-subnav.png) repeat-x 0 84%;
	/*height: 38px;*/
}

#sub-nav li {
	float: left;
	background: url(../img/nav/bg-subnav-a.png) no-repeat 100% 14px;
}

#sub-nav li.last {
	background: none;
}
	
#sub-nav a {
	display: block;
	color: #00a2df;
	text-decoration: none;
	/*padding: 14px 10px 23px;*/
	padding: 14px 10px;
	font-size: 15px;
	line-height: 70%;
	/*margin-bottom: -9px;*/
}

#sub-nav a:hover,
#sub-nav li.here a {
	color: #000;
	border: none;
}

#sub-nav li.here a {
	padding-bottom: 23px;
	background: url(../img/nav/bg-subnav-here.png) no-repeat bottom center;
}



/* ---------------------------------------------------------------------------
	=content-main
--------------------------------------------------------------------------- */

#content-main h2 {
	padding-top: 5px;
	padding-bottom: 15px;
	margin: 0 0 14px 0;
}

#content-main li {
	list-style: none;
	}

#content-main h3 {
	color: #f2ab00;
}

.intro,
#content-main p:first-child {
	font-size: 135% !important;
	line-height: 1.5em !important;
	/*padding-bottom: 0;*/
}

body.home #content-main p:first-child {
	padding-bottom: 27px;
}



body.about #content-main p {
	font-size: 115% !important;
	line-height: 1.5em !important;
	}


/* ---------------------------------------------------------------------------
	=content-secondary
--------------------------------------------------------------------------- */

#content-secondary p {
	line-height: 1.5em;
}



.content-column {
	float: left;
	width: 48%;
	margin-right: 12px;
	
}



.content-column h3 {
	padding-bottom: 15px;
}

/* ---------------------------------------------------------------------------
	=sidebar
--------------------------------------------------------------------------- */

#sidebar h3 {
	/*margin-bottom: 20px;*/
	margin-bottom: 16px;
	/*padding: 6px 7px;*/
	padding: 7px;
	color: #fff;
	font-size: 90%;
	line-height: 110%;
	text-transform: uppercase;
	letter-spacing: 0;
	background-color: #000;
}

#sidebar h4 { 
	font-size: 140%;
	color: #f2ab00; 
}

#sidebar p {
	padding-bottom: 15px;
}

#sidebar p.btn-more a:link {
	color: #00a2df;
}

#sidebar p.btn-more a:hover {
	color: #000;
	border-bottom: 1px solid #00a2df;
}

/* ---------------------------------------------------------------------------
	=foot
--------------------------------------------------------------------------- */

#foot p.copyright { 
	padding-bottom: 0;
	font-size: 115%;
	line-height: 105%;
}

#foot p span {
	font-size: 95%;
	text-transform: uppercase;
}

/* ---------------------------------------------------------------------------
=home
--------------------------------------------------------------------------- */

body.home .posts-glance h4 {
	font-size: 140%;
	
	background: url(../img/div-dot.gif) repeat-x bottom center;
}


/*---------------------------------------------------------------------------
=videos
-----------------------------------------------------------------------------*/


body.groups .seniorvid {
	padding-top: 10px;
	padding-bottom: 10px;
	}


/* ---------------------------------------------------------------------------
	=callouts
--------------------------------------------------------------------------- */


/* Callout - News, Announcements, Events and any other quick hit posts */

.posts-glance {
	margin-bottom: 16px;
	padding: 0 0 9px 6px;
	background: url(../img/div-dot.gif) repeat-x bottom left;
}

#content-secondary .posts-glance {
	padding-left: 0;
}

.posts-glance h4 a {
	border: none;
}

.posts-glance p,
#sidebar .posts-glance p {
	padding-bottom: 0;
	line-height: 1.4em;
}

.posts-glance p.date,
#sidebar .posts-glance p.date {
	padding-bottom: 0;
	font-size: 115%;
	line-height: 120%;
}

	.posts-glance p.date span,
	#sidebar .posts-glance p.date span {
		font-size: 72.5%;
	}

#sidebar .posts-glance h4 a,
#sidebar .posts-glance h4 a:link { color: #f2ab00; }

#sidebar .posts-glance h4 a:visited { color: #5492a9; }

#sidebar .posts-glance h4 a:hover { color: #f60; }


/* Callout - New */

#callout-new {
	margin-bottom: 30px;
	padding: 15px 0 20px 0;
	border-top: 8px #000 solid;
	border-bottom: 1px #ddd solid;
}

#callout-new h2 {
	padding-top: 0;
	float: left;
	width: 180px;
	font-size: 450%;
	line-height: auto;
	text-transform: uppercase;
	letter-spacing: -.07em;
	background: none;
}

#callout-new h3,
#callout-new p {
	margin: 0;
	padding: 0;
	margin-left: 180px;
}

#callout-new h3 { padding-top: 5px; }

#callout-new a {
	padding: 0 5px;
	background-color: #e2ed5b;
	border: none;
}

#callout-new a:link {
	color: #000;
	background-color: #e2ed5b;
}

#callout-new a:hover {
	color: #fff;
	background-color: #000;
}


/* Callout - Sidebar Services */

#callout-services { 
	margin-bottom: 18px;
	margin-top: 60px;
	}


#callout-services h3 {
	background: url(../img/sidebar-services-h3.png) no-repeat 0 0;
	width: 231px;
	height: 48px;
	margin-bottom: 0;
	text-indent: -9999px;
	padding-bottom: 6px;
}

#callout-services h4 {
	line-height: 110%;
}

#callout-services ul {
	margin-left: 0;
	margin-bottom: 0;
	color: #000;
	font-weight: bold;
	list-style: none;
	line-height: 70%:
}

#callout-services ul li ul {
	margin-left: 20px;
	margin-bottom: 3px;
	padding: 0;
	color: #787878;
	font-size: 85%;
	font-weight: normal;
	list-style: disc;
	background: none;
}

#callout-services ul li ul li {
	line-height: 1.2em;
}

.services-glance {
	margin-bottom: 8px;
	padding-bottom: 9px;
	background: url(../img/div-dot-20.gif) repeat-x bottom left;
}

.services-glance.last {
	padding-bottom: 0;
	margin-bottom: 0;
	background: none;
}

/* Callout - Services when on left */
#callout-services-left h4 {
	font-size: 150%;
	line-height: 90%;
	padding-bottom: 4px;
	text-transform: uppercase;
	color: #c1c1c1;
}

	.posts-glance h4 em {
		font-style: normal;
		color: #000;
	}

	.posts-glance h4 .time {
		font-size: 75%;
		font-weight: normal;
		text-transform: lowercase;
	}
	
		.posts-glance h4 .time em {
			color: #cc00ff;
			font-size: 135%;
			text-transform: none;
			font-style: normal;
			font-weight: bold;
		}

/* Callout - Sidebar groups */

#callout-groups h3 {
	margin-bottom: 0;
}

#callout-groups a {
	border: none;
	display: block;
	text-indent: -9999px;
}

#callout-groups ul {
	margin-left: 0;
	margin-bottom: 0;
	line-height: 0;
	list-style: none;
}
=	
/* Callout - Sidebar Upcoming Events */

#callout-upcoming { margin-bottom: 30px; }

/* ---------------------------------------------------------------------------
=ABOUT US
--------------------------------------------------------------------------- */

body.about #content {
	margin-top: -50px;
	padding-bottom: 0;
}

body.about #sidebar {
	padding-top: 568px;
}

body.about h1 {
	background: url(../img/about.png) no-repeat 0 0;
	text-indent: -9999px;
	height: 87px;
}
		

body.about .intro {
	padding-bottom: 46px;
}

body.about #content-main {
	padding: 27px 0 6px 0;
	border-top: 7px solid #000;
}

	body.about #content-main ul {
		list-style: none;
		margin: 0;
	}
	
		body.about #content-main ul li {
			padding: 0 0 10px 10px;
			margin-bottom: 17px;
			position: relative;
		}
		
		body.about #content-main ul li.last {
			background: none;
		}

			body.about #content h1 {
				font-size: 330%;
				}
			
			body.about #content-main ul li h2 {
				font-size: 230%;
				line-height: 80%;
				background: none;
				padding: 0;
				margin: 0;
			}
			
			body.about #content-main ul li h3 {
				font-size: 140%;
				line-height: 100%;
				margin: 0;
				padding-top: 5px;
				color: #cc00ff;
			}
			
			body.about #content-main ul li a.more {
				background: url(../img/blog-nav-arrow-blue-right.png) no-repeat 90% 50% #00aeef;
				/*width: 47px;*/
				/*height: 12px;*/
				position: absolute;
				top: 0;
				right: 0;
				font-size: 110%;
				line-height: 90%;
				font-weight: normal;
				letter-spacing: 0.07em;
				color: #fff;
				text-transform: capitalize;
				padding: 9px 20px 10px 10px;
			}
			
			body.about #content-main ul li a.more:hover {
				border: none;
				color: #000;
			}
			
			body.about #content-main ul li p {
				padding: 11px 0 10px;
				font-size: 110%;
				line-height: 125%;
			}
			
/* ---------------------------------------------------------------------------
=groups
--------------------------------------------------------------------------- */


/*========*/

body.groups #sidebar {
	padding-top: 568px;
}

body.groups #sidebar p.btn-more,
body.groups #sidebar p.btn-more a {
	margin-bottom: 40px;
}

body.groups #content #sub-nav {
	margin-bottom: 32px;
}

body.groups #content-main ul {
	list-style: none;
	margin: 0;
}

	body.groups #content-main ul li,
	body.about #content-main ul li,
	body.whatson #content-main ul li {
		padding: 0 10px 11px;
		margin-bottom: 10px;
		background: url(../img/div-dot.gif) repeat-x bottom center;
	}
	
		body.groups #content-main ul li:last-child,
		body.groups #content-main ul li.last,
		body.whatson #content.detail #content-main ul li  {
			background: none;
		}
	
		body.groups #content-main ul li img {
			float: left;
			padding-top: 5px;
			margin-right: 12px;
		}
		
		
				body.groups #content-main ul li img.care {
			float: left;
			padding-top: 5px;
			margin-right: 12px;
			margin-left: -115px;
			margin-top: 165px;
		}
		
		body.groups #content-main ul li h2,
		body.groups #content-main ul li p {
			padding-left: 242px;
			padding-bottom: 0;
		}
		
		body.groups #content-main ul li h2 {
			background: none;
			font-size: 170%;
			line-height: 120%;
		}

		body.groups #content-main p.goback {
			padding: 10px 0 15px;
			margin: 15px 0 0 0;
			background: url(../img/div-dot.gif) repeat-x top center;
		}
		
			body.groups #content-main ul li h2 a:hover {
				border: none;
			}
		
		body.groups #content-main ul li p {
			line-height: 160%;
		}


/* ---------------------------------------------------------------------------
=resources
--------------------------------------------------------------------------- */


/*========*/

body.resources {
	background: url(../img/altbg-2.gif) no-repeat 0 0;
	}

body.resources h1 {
	background: url(../img/titles/resources.png) no-repeat 0 0;
	text-indent: -9999px;
	height: 55px;
		}
		
body.resources h1.teaching {
	background: url(../img/titles/teaching.png) no-repeat 0 0;
	text-indent: -9999px;
	height: 55px;
		}
		
body.resources h1.booklets {
	background: url(../img/titles/booklets.png) no-repeat 0 0;
	text-indent: -9999px;
	height: 55px;
		}
		
body.resources h1.fishing {
	background: url(../img/titles/fishing.png) no-repeat 0 0;
	margin-top: -50px;
	text-indent: -9999px;
	height: 87px;
		}
body.resources h1.standing {
	background: url(../img/titles/stillstanding.png) no-repeat 0 0;
	margin-top: -50px;
	text-indent: -9999px;
	height: 87px;
		}

body.resources #sidebar resources

body.resources #sidebar p.btn-more,
body.resources #sidebar p.btn-more a {
	margin-bottom: 40px;
}

body.resources #content #sub-nav {
	margin-bottom: 32px;
}

body.resources #content-main ul {
	list-style: none;
	margin: 0;
}

	body.resources #content-main ul li,
	body.about #content-main ul li,
	body.whatson #content-main ul li {
		padding: 0 10px 11px;
		margin-bottom: 10px;
		background: url(../img/div-dot.gif) repeat-x bottom center;
	}
	
		body.resources #content-main ul li:last-child,
		body.resources #content-main ul li.last,
		body.whatson #content.detail #content-main ul li  {
			background: none;
		}
	
		body.resources #content-main ul li img {
			float: left;
			padding-top: 15px;
			margin-right: 12px;
		}
		
		body.resources #content-main ul li h2,
		body.resources #content-main ul li p {
			padding-left: 242px;
			padding-bottom: 0;
		}
		
		body.resources #content-main ul li h2 {
			background: none;
			padding-top: 25px;
			font-size: 170%;
			line-height: 120%;
		}

		body.resources #content-main p.goback {
			padding: 10px 0 15px;
			margin: 15px 0 0 0;
			background: url(../img/div-dot.gif) repeat-x top center;
		}
		
			body.resources #content-main ul li h2 a:hover {
				border: none;
			}
		
		body.resources #content-main ul li p {
			line-height: 160%;
		}


body.resources #content p.intro {
	border-bottom: solid black 10px;}

body.resources 	p.small {
	font-size: 0.3em;
	}

body.resources p.intro .morningimg {
	margin-left: 60px;
	margin-top: -75px;
	}
	
body.resources .sermontable {
	width: 530px;
	margin-left: 20px;
	font-size: 1.1em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid black 1px;
	border-bottom: solid black 1px;
	}
	
/*-------VIDEOS PAGE-------------*/

body.vids {
	background: url(../img/altbg-2.gif) no-repeat 0 0;
	}

body.vids h1 {
	background: url(../img/titles/videos.png) no-repeat 0 0;
	text-indent: -9999px;
	height: 55px;
	}

body.vids #sidebar resources

body.vids #sidebar p.btn-more,
body.vids #sidebar p.btn-more a {
	margin-bottom: 40px;
}

body.vids #content #sub-nav {
	margin-bottom: 32px;
}

body.vids #content-main ul {
	list-style: none;
	margin: 0;
}

	body.vids #content-main ul li,
	body.about #content-main ul li,
	body.whatson #content-main ul li {
		padding: 0 10px 11px;
		margin-bottom: 10px;
		background: url(../img/div-dot.gif) repeat-x bottom center;
	}
	
		body.vids #content-main ul li:last-child,
		body.vids #content-main ul li.last,
		body.whatson #content.detail #content-main ul li  {
			background: none;
		}
	
		body.vids #content-main ul li object.vids {
		padding-top: 10px;
		padding-left: 50px;
		}
		
		body.vids #content-main ul li h2,
		body.vids #content-main ul li p {
			padding-left: 10px;
			padding-bottom: 0;
		}
		
		body.vids #content-main ul li h2 {
			background: none;
			padding-top: 0px;
			font-size: 170%;
			line-height: 120%;
		}

		body.vids #content-main p.goback {
			padding: 10px 0 15px;
			margin: 15px 0 0 0;
			background: url(../img/div-dot.gif) repeat-x top center;
		}
		
			body.vids #content-main ul li h2 a:hover {
				border: none;
			}
		
		body.vids #content-main ul li p {
			line-height: 160%;
		}


body.vids #content p.intro {
	border-bottom: solid black 10px;}


/* styling of the container. */ 
a.myPlayer { 
    display:block;  
    text-align:center; 
    width: 445px;
    height: 316px;
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #999; 
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:70px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}


/*title page*/

body.title #content {
	position: absolute;
	}

body.title img.tredmain {
	position: absolute;
	margin-top: 230px;
	margin-left: 130px;
	}
	

body.title img.malawimain {
	position: absolute;
	margin-top: 400px;
	margin-left: 300px;
	}
	
body.title img.quedmain {
	position: absolute;
	margin-top: 230px;
	margin-left: 560px;
	z-index: 2; 
	}
	
body.title img.main {
position: absolute;
	margin-top: 420px;
	margin-left: 320px;
	}
	
	/* ---------------------------------------------------------------------------
=engage
--------------------------------------------------------------------------- */


/*========*/

body.engage #content {
	margin-top: -50px;
	padding-bottom: 0;
}

body.engage #sidebar {
	padding-top: 568px;
}

body.engage h1 {
	background: url(../img/engage/engagetitle.png) no-repeat 0 0;
	text-indent: -9999px;
	height: 150px;
	margin-top: -10px;
}
		

body.engage .intro {
	padding-bottom: 46px;
}

body.engage #content-main {
	padding: 27px 0 6px 0;
	border-top: 7px solid #000;
}

	body.engage #content-main ul {
		list-style: none;
		margin: 0;
	}
	
		body.engage #content-main ul li {
			padding: 0 0 10px 10px;
			margin-bottom: 17px;
			position: relative;
		}
		
		body.engage #content-main ul li.last {
			background: none;
		}

			body.engage #content h1 {
				font-size: 330%;
				}
			
			body.engage #content-main ul li h2 {
				font-size: 230%;
				line-height: 80%;
				background: none;
				padding: 0;
				margin: 0;
			}
			
			body.engage #content-main ul li h3 {
				font-size: 140%;
				line-height: 100%;
				margin: 0;
				padding-top: 5px;
				color: #cc00ff;
			}
			
			body.engage #content-main ul li a.more {
				background: url(../img/blog-nav-arrow-blue-right.png) no-repeat 90% 50% #00aeef;
				/*width: 47px;*/
				/*height: 12px;*/
				position: absolute;
				top: 0;
				right: 0;
				font-size: 110%;
				line-height: 90%;
				font-weight: normal;
				letter-spacing: 0.07em;
				color: #fff;
				text-transform: capitalize;
				padding: 9px 20px 10px 10px;
			}
			
			body.engage #content-main ul li a.more:hover {
				border: none;
				color: #000;
			}
			
			body.engage #content-main ul li p {
				padding: 11px 0 10px;
				font-size: 110%;
				line-height: 125%;
			}
			
		
/*Contact*/

body.contact #content-main p {

	margin-left: 0;
	}
	
body.contact {
	background: url(../img/altbg-contact.png) no-repeat 0 0;
	}
	
body.contact h1 {
	background: url(../img/titles/contact.png) no-repeat 0 0;
	text-indent: -9999px;
	height: 65px;
	}
	
/*-----TITLES FOR OTHER PAGES-----------*/


body.resources h1.whatson {
	background: url(../img/titles/whatson.png) no-repeat 0 0;
	text-indent: -9999px;
	height: 65px;
}

h1.ministries {
	background: url(../img/titles/ministries.png) no-repeat 0 0;
	text-indent: -9999px;
	height: 65px;
}

h1.groups {
	background: url(../img/titles/groups.png) no-repeat 0 0;
	margin-top: -50px;
	text-indent: -9999px;
	height: 75px;
	}
	
h1.courses {
	background: url(../img/titles/courses.png) no-repeat 0 0;
	text-indent: -9999px;
	height: 55px;
	}
	
	
h1.support {
	background: url(../img/titles/support.png) no-repeat 0 0;
	text-indent: -9999px;
	height: 55px;
	}
	
h1.preschool {
	background: url(../img/titles/preschool.png) no-repeat 0 0;
	text-indent: -9999px;
	height: 55px;
		}
		
h1.schoolaged {
		background: url(../img/titles/schoolaged.png) no-repeat 0 0;
	text-indent: -9999px;
	height: 55px;
	}
	
h1.youth {
	background: url(../img/titles/youth.png) no-repeat 0 0;
	text-indent: -9999px;
	height: 55px;
	}
	
h1.sundays {
	background: url(../img/titles/sunday.png) no-repeat 0 0;
	text-indent: -9999px;
	height: 55px;
	}
	
h1.family {
	background: url(../img/titles/familymatters.png) no-repeat 0 0;
	text-indent: -9999px;
	height: 80px
	}
	
