/* @override 
	http://www.northpointechristian.com/css/home.css
*/

#home #content		{ padding-top:0; width: 980px; height: 665px;background: url(/_img/bg_home_content.png) no-repeat 0 0;}
/* @group BANNER */
#home #banner		{ width:932px; height:447px; float: left; margin: 24px 24px 15px; background: none; position:relative; }
#home #banner img	{ position:absolute; top:0px; left:0px; width: 932px; height: 447px;} 

/* @end BANNER */

/* @group QUICKLINKS */
#quicklinks			{ width:932px; margin: 0 24px;}
.quicklink			{ display:block; width:222px; height:152px; position:relative; float:left; margin-right:12px; border: 1px solid #1C1917; }
.quicklink.last{
   margin: 0;
}
.quicklink img		{ position:absolute; top:0px; left:0px; }
.quicklink a		{ text-decoration:none; display:block; width:222px; height:152px; }
.quicklink:hover	{ border: 1px solid #63a837; }
.quicklink span.caption,
.quicklink p.caption{ 
					  display:block; padding-left:9px; padding-top: 3px; width:213px; height:26px; background:url(/_img/ql_overlay.png) no-repeat; position:absolute; z-index: 2000;
					  bottom:12px; font-size:19px; color:#fdfdfd; line-height:30px; left:1px;
					}
.quicklink span span,
.quicklink p.caption strong{
   padding-right: 20px;
   display: block;
   float: left;
   background: url(/_img/bg_quicklink_span_object.png) no-repeat right 6px;
   padding: 0 20px 0 0;
}					
/* @end */

#footer		{ background:none; padding-top:10px; }

/* @group ROTATOR CONTROLS */
#rotator img					{ display:none; }
#controls						{ 
								  height:39px; background:url(/_img/controls_container_bg.png) no-repeat left top; padding-left:2px; 
								  position:absolute; bottom:40px; z-index:2000;
								}
#controller						{ background:url(/_img/controls_bg.png) no-repeat right top; padding-right:3px; margin-right: -19px; height: 39px;}							
#controls ul					{ margin:0; padding:12px 14px 0; list-style:none; height:27px; position:relative; }
#controls li					{ display:inline; }
#controls li a					{ float:left; display:block; width: 16px; height: 16px; text-indent: -9999px; background: url(/_img/controls_li_a.png) no-repeat 3px 3px;}
#controls li a.current			{ background:url(/_img/controls_current_li_a.png) no-repeat 0 0; }
#controls li#controls-previous	{ position:absolute; left:-34px; top:0 }
#controls li#controls-previous a{ 
display: none;
								}
#controls li#controls-next		{ position:absolute; right:-35px; top:0;}
#controls li#controls-next a	{ 
								  display: none;
								}
#controls li a:focus			{ outline:none; }
/* @end */
