/* @override http://coralridgepresbyterian.cpmpreview.com/css/homepage.css */
#feature {
	overflow: hidden;
	height: 442px;
	margin: 14px 0;
	background: url(../images/feature-shadow.png) no-repeat 45% 0;
}

#feature-left {
	float: left;
	width: 306px;
	height: 442px;
	background: transparent url(../images/hp-feature-left-bg-new.jpg) no-repeat 0 0;
	padding-bottom: 30px;
	position: relative;
	z-index: 30;
	margin-left: 12px;
}

#feature-left ul {
	padding-top: 62px;
}

#feature-left a {
	display: block;
	text-decoration: none;
	padding: 18px 0 0 26px;
	position: relative;
	color: #433832;
	font-size: 14.5px;
}

#feature-left li {
	width: 304px;
	height: 77px;
}

#feature-1 {
	background: none;
}

#feature-left li.current, #feature-left li:hover.current {
	background: url(../images/feature-current-new.png) no-repeat 100% 4px;
	width: 340px;
	border: none;
	position: relative;
	left: -12px;
	top: -5px;
}

#feature-left li:hover {
	background: #eee;
	width: 306px;
	border: none;
	position: relative;
}

#feature-left li.current a, #feature-left li:hover.current a {
	display: block;
	font-size: 14.5px;
	color: #fff;
	padding-left: 56px !important;
	background: url(../images/corner-new.png) no-repeat;
	position: relative;
	top: -4px;
}

#feature-left li.current a strong {
	color: #fff !important;
}

#feature-left strong {
	display: block;
	font-size: 11px;
	color: #433832 !important;
}

#feature-left a strong {
	color: #8b8b8b;
}

#feature-left li.feature{ 
	padding-top:18px;
	height:58px;
	position:relative;
}

#feature-left li.feature.current strong {
	color: #fff !important;
}

#feature-left li.feature.current div { 
	background: url(../images/corner-new.png) no-repeat 0 0px;
	display:block; width:12px; height:8px;
	position:absolute; z-index:50000;
	left:0; top:-4px;
}

#feature-left li.feature p { 
	margin:0; padding:0; 
}

#feature-left li.feature strong { 
	padding-left:26px !important;
	color:#8b8b8b;
}

#feature-left li.feature.current strong {
	color:#cdc1bf;
}

#feature-left li.feature:hover strong{ 
	padding-left:26px !important;
	color:#cdc1bf;
}

#feature-left li.feature.current strong {
	padding-left: 56px !important;
}

#feature-left li.feature.current a {
	background-position: 0 4px !important;
}

#feature-left li.feature a{ 
	padding-top:0;
	background:none !important;
}


#feature-left a span {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	font-size: 9px;
	color: #cdc1bf;
	text-transform: uppercase;
	width: 41px;
	text-align: center;
}

#feature-left li.current a span { display:block; }

#feature-left a span em {
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}

#feature-right {
	float: left;
	width: 654px;
}

#rotator{ 
	width:654px; height:442px; overflow:hidden; 
	position:relative;
}
/*
#slider{ 
	position:absolute; top:0; left:0; width:654px; height:442px;
}

#rotator .item{  
	float:left; position:relative;
}
*/

#rotator .item { 
	position:absolute; top:0; left:0; display:none; 
}
#rotator img{ 
	width:654px; height:442px; border:0;
}
 
#rotator p{ 
	margin:0; padding:0;
} 

/* @group ROTATOR CONTROLS */
#rcontrols						{ 
								  height:29px; background:url(/images/controls_container_bg.png) no-repeat left top; padding-left:2px; 
								  position:absolute; bottom:75px; z-index:2000;
								}
#controller						{ background:url(/images/controls_bg.png) no-repeat right top; padding-right:3px; }							
#rcontrols ul					{ margin:0; padding:3px 0; list-style:none; height:23px; position:relative; }
#rcontrols li					{ display:inline; }
#rcontrols li a					{ float:left; display:block; line-height:23px; font-size:11px; color:#bbb7b1; text-decoration:none; padding:0 9px;}
#rcontrols li a.current			{ background:#fff; color:#000; }
#rcontrols li#controls-previous	{ position:absolute; left:-34px; top:0 }
#rcontrols li#controls-previous a{ 
								  display:block; width:29px; height:29px; background:url(/images/controls_prev_btn.png) no-repeat; 
								  text-indent:-999em; padding:0;
								}
#rcontrols li#controls-next		{ position:absolute; right:-35px; top:0;}
#rcontrols li#controls-next a	{ 
								  display:block; width:29px; height:29px; background:url(/images/controls_next_btn.png) no-repeat; 
								  text-indent:-999em; padding:0;
								}
#rcontrols li a:focus			{ outline:none; }
/* @end */

.controls {
	height: 36px;
	width: 624px;
	opacity: .61;
	background: #000;
	position: absolute;
	top: 388px;
	left: 0;
	color: #fff;
	font-size: 19px;
	padding: 18px 0 0 30px;
	z-index: 5;
}

.buttons {
	overflow: hidden;
	position: absolute;
	top: 401px;
	right: 20px;
	z-index: 10;
	width: 247px;
}

#listen {
	display: block;
	width: 122px;
	height: 26px;
	background: url(../images/feature-buttons.gif) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}

#watch {
	display: block;
	width: 125px;
	height: 26px;
	background: url(../images/feature-buttons.gif) no-repeat -122px 0;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}

body#home #content {
	width: 974px;
	margin: 0 auto;
}

body#home #content-inner {
	background: none;
}

body#home #footer {
	padding-left: 0px !important;
	width: 960px !important;
	margin: -13px 0 0 12px !important;
	background-image: none;
}

body#home #footer-left {
	margin-left: 2px !important;
}

body#home #footer-right {
	margin-right: 0px !important;
}