/* @override 
	http://newlife.dev/_css/home.css
	http://newlifegahanna.monkcms.net/_css/home.css
*/

#home #texture{
	margin-left: 45px;
	position: relative;
	top: -5px;
	background: url(../_img/bg_home-container.jpg) no-repeat;
}
#home #wrap{
	background: url(../_img/bg_red-bar.gif) repeat-x left 185px;
	margin-left: auto;
	margin-right: auto;
}
#home #wraper{
	position: relative;
	padding-top: 5px;
	margin: 25px auto;
	background: url(../_img/bg_container-repeat.png) repeat-y;
}

#home #content{
	margin-left: 0px;
	margin-top: -5px;
	height: 660px;
	position: relative;
	width: 920px;
}
#home #redbar{
	height: 262px;
	background: #880605 url(../_img/bg_home-red-content-bg.jpg) no-repeat 0;
	position: absolute;
	left: -95px;
	top: 150px;
	width: 1100px;
}

#home #billboard{
	position: absolute;
	top: 0;
	right: 0px;
}

/* @group Quicklinks */

#home #quicklinks{
	position: absolute;
	top: 50px;
	left: 0;
}
#home #quicklinks ul{
	top: 14px;
	position: absolute;
	left: -14px;
	width: 380px;
	margin: 0;
	padding: 0;
}
#home #quicklinks li{
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left:30px;
	list-style-type: none;
	cursor: pointer;
}
#home #quicklinks h3{
	line-height: 1em;
}
#home #content #quicklinks h3 a{
	text-transform: uppercase;
	font-size: 2.2em;
	text-decoration: none;
	color: #efebcb;
	line-height: 1em;
}
#home #content #quicklinks p{
	/*color: #520404;*/
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.3em;
	color: #efeccb;
}
#home #quicklinks li:hover, #home #quicklinks li.hover{
	background: url(../_img/bg_quicklink.gif) no-repeat;
}

#home #quicklinks li:hover h3 a, #home #quicklinks li:hover p, #home #quicklinks li.hover p, #home #quicklinks li.hover h3 a{
	color: #880605;
}

/* @end */

/* @group Events News */

#home #events h3{
	background: url(../_img/bg_title-upcomingevents.gif) no-repeat;
	padding-bottom: 5px;
	display: block;
	text-indent: -9999em;
	margin-bottom: 10px;
}

#home #news h3{
	background: url(../_img/bg_title-churchnews.gif) no-repeat;
	display: block;
	text-indent: -9999em;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#home .seclist .item{
	font-size: 1.4em;
	background: url(../_img/bg_seperator.jpg) no-repeat 15px bottom;
	margin-bottom: 10px;
	padding-bottom: 11px;
	line-height: 1.2em;
	position: relative;
	left: -14px;
}

#home .seclist  a{
	color: #dad39d;
	text-decoration: none;
	padding-left: 15px;
	padding-bottom: 2px;
	display: block;
	width: 200px;
}

#home .seclist .item a:hover{
	color: #f5f0be;
	background: url(../_img/bg_hover-arrow.jpg) no-repeat 0 0;
}
#home .seclist .item a.thickbox{
	display: block;
	float: right;
	position: absolute;
	background: url(../_img/icn_register-light.gif) no-repeat;
	height: 22px;
	width: 10px;
	text-indent: -9999em;
	right: 0;
	top: 0;
}

#home .seclist a.subscribe{
	position: absolute;
	left: 10px;
	bottom: 20px;
	background: url(../_img/icn_subscribe.gif) no-repeat;
	height: 15px;
	padding-left: 25px;
	padding-top: 2px;
	font: bold 1.2em "Trebuchet MS";
	color: #363636;
}
#home .seclist a.subscribe:hover{
	text-decoration: underline;
}

#home .seclist a.more{
	width: 110px;
	font-size: 1.2em;
	position: absolute;
	right: 10px;
	bottom: 70px;
}

#home .seclist a.more:hover{
	background-image: none;
}

#home .seclist .register{
	position: absolute;
	bottom: 15px;
	background: url(../_img/icn_register-dark.gif) no-repeat;
	height: 22px;
	padding-left: 30px;
	font: bold 1.2em "Trebuchet MS";
	color: #363636;
	left: 140px;
	padding-top: 6px;
}

/* @end */

/* @group Floor */

#home #floor {
	position: absolute;
	top: 345px;
}

#home #floor #events{
	position: absolute;
	top: 0;
	left: 367px;
	width: 248px;
	height: 300px;
}

#home #floor #news{
	position: absolute;
	top: 0;
	width: 248px;
	height: 300px;
	left: 648px;
}

/* @end */

/* @group #quote */

#home #quote{
	position: absolute;
	left: 32px;
	top: 0px;
	width: 290px;
}

#home #quote p{
	margin: 0;
	padding: 0;
}

#home #content #floor #quote img{
	float: none !important;
}
#home #content #floor #quote .more{
	font: bold 1.4em "Trebuchet MS";
	color: #363636;
	text-decoration: none;
	width: 150px;
}

#home #quote .more:hover{
	text-decoration: underline;
}
/* @end */



/* @group Search */
#home #content #searchbar{
	background: url(../_img/bg_search-home.jpg) no-repeat;
	width: 300px;
	position: absolute;
	top: 35px;
	left: 15px;
}


/* @end */
#home #content #searchbar #search_go{
	visibility: hidden;
}
#home #content #searchbar #search_term{
	margin-left: 150px;
	background-color: transparent;
	border-style: none;
	color: #9f9b72;
}

