/*image sliders */
.main_view {
	float: left;
	position: relative;
	background: #fff;
	margin: -345px 0 0 0;
	padding: 10px 10px 20px 10px;
}
/*--Window/Masking Styles--*/
.window {
	height:315px;	width: 940px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
	//width: 3760px; // it will be determinded by the jQuery
	//width:4700px;
}
.image_reel img {
	float: left; 
	height:315px; 
	width:940px;
	z-index:11111;
}



/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 11001; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(../images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {text-decoration: underline;}




/* three-columns */
.three-columns{
clear: both;	
	width:850px;
	overflow:hidden;
	margin:0px 10px 20px 10px;
	padding:15px 0 10px 0px;
	position: relative; 
	border-bottom: 1px solid #ccc;
	font-size:1.2em;
}
.columns-heading{
clear: both;
	width:850px;
	overflow:hidden;
	height:25px;
	margin:5px 0px 0 10px;
	padding:5px 0 0 0px;
}
.columns-heading div, .three-columns div{
	float:left;
	overflow:hidden;
	width:255px;
	margin:0 0px 0px 10px;
	padding:0px 20px 0 0px;
}
.columns-heading h2{
	margin:0 0px 0 0px;
	float:left;
	color:#87b636;
	font-size:12px;
	text-transform:uppercase;
}
.btn-rss-2{
	float:left;
	background:url(../images/btn-rss-2.gif) no-repeat;
	height:9px;
	overflow:hidden;
	width:9px;
	text-indent:-9999px;
	margin:3px 0 0 5px;
}
.date{
	font-style:normal;
	color:#656565;
	font-size:10px;
}


.three-columns h3{
	color:#666;
	/*font:20px/23px Georgia, "Times New Roman", Times, serif;*/
	font-style:normal;
	margin:0 0 0px 10px;
}

.three-columns .column-content{
	min-height:80px;
	position:relative;
	padding:0 10px 0px 10px;
}

.three-columns .column-content .list {margin:0 0 10px 10px;}
.three-columns .column-content .list ul { margin:0; padding:0; }
.three-columns .column-content .list ul li  { height:20px; background:url(../images/bulletD0.gif) no-repeat left 5px; padding-left:10px; overflow:hidden; list-style:none; white-space:nowrap;}
.three-columns .column-content .list ul li a {color:#666;}
.three-columns .column-content .list ul li a {text-decoration:none;}


.three-columns .column-content .sermon_home{
	/*border-bottom: 1px solid #aaa;*/
	margin:0px 0px 5px -10px;
	padding: 0 0 0 0;
	color:#737373;
	line-height:1.5;
	width:300px;
}
.three-columns .column-content .sermon_home a {
	overflow:hidden;
	color:#666;
	margin:0 0 0 0px;
	padding:0 0 0 0px;
	font-weight:bold;
}
.three-columns .column-content .sermon_home .sermon_icons {
	float:left; 
	margin:-55px 0 0 140px;
	border-left:1px solid #ddd;
	padding:0 0 0 30px;
}



.three-columns img.right {float: right;}
* html .three-columns div{height:125px;}
.btn-more{
	position:absolute;
	background:url(../images/btn-more-left.gif) no-repeat;
	color:#fff;
	text-decoration:none;
	bottom:0;
	left:0;
	font:9px/15px 'Lucida Grande', 'Lucida Sans Unicode', arial, sans-serif;
	cursor:pointer;
}
.btn-more span{
	float:left;
	height:26px;
	padding:2px 28px 0 11px;
	background:url(../images/btn-more-right.gif) no-repeat 100% 0;
}


.btn-more:hover{text-decoration:underline;}