/*--------------------------------------------------------------------------
# Copyright (C) 2007 eChurchSites.com - All Rights Reserved.
# @license - Copyrighted Commercial Software (Template)
# Author: eChurchSites.com
# Website:  http://www.echurchsites.com
----------------------------------------------------------------------------*/


/* SPOTLIGHT BOXES
--------------------------------------------------------- */
/* Spotlight Box Style */
.box-full, .box-left, .box-center, .box-right {
	float: left;
}

.box-left div.moduletable {
padding: 90px 10px 10px 10px;
background: #fafafa url(../images/box1bg.jpg) no-repeat 10px 10px;
}

.box-left div.moduletable h3{
font-size: 1.4em;
text-transform: none;
letter-spacing: -1px;
color: #02517c;
font-family: "Lucida Sans Unicode", Arial, sans-serif;
font-weight: normal;
border: 0px;
padding: 3px 0px 0px 0px;
}

.box-right div.moduletable {
padding: 90px 10px 10px 10px;
background: #fafafa url(../images/box3bg.jpg) no-repeat 10px 10px;
}

.box-right div.moduletable h3{
font-size: 1.4em;
text-transform: none;
letter-spacing: -1px;
color: #e3973d;
font-family: "Lucida Sans Unicode", Arial, sans-serif;
font-weight: normal;
border: 0px;
padding: 3px 0px 0px 0px;
}

.box-center div.moduletable {
padding: 90px 10px 10px 10px;
background: #fafafa url(../images/box2bg.jpg) no-repeat 10px 10px;
}

.box-center div.moduletable h3{
font-size: 1.4em;
text-transform: none;
letter-spacing: -1px;
color: #4e9900;
font-family: "Lucida Sans Unicode", Arial, sans-serif;
font-weight: normal;
border: 0px;
padding: 3px 0px 0px 0px;
}

/* Top Spotlight */
#topslwrap {
	padding-bottom: 5px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #dddddd;
	background: #f8f8f8;
	height: 100%;
}

#topsl {
	padding: 0;
}

.topslbox1{
background: url(../images/box1bg.jpg) no-repeat;
}

#topsl h3 {
}

#topsl div.moduletable {
}

#topsl div.box-left,
#topsl div.box-center,
#topsl div.box-right {
	padding: 0;
}

#topsl div.box-left,
#topsl div.box-center {
}

#topsl ul {
	padding: 0;
	margin: 0!important;
}

#topsl li {
	padding: 0 0 0 12px;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat 0 5px;
}

#topsl li a {
	color: #545454;
	text-decoration: none;
}

#topsl li a:hover, #topsl li a:active, #topsl li a:focus {
	color: #545454;
	text-decoration: none;
}

#topsl td {
	padding: 0;
}

#topsl .article_seperator {
	display: none;
}

#topsl table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* Bottom Spotlight */
.botslbox-full, .botslbox-left, .botslbox-center, .botslbox-right {
	float: left;
	overflow: hidden;
}

.botslbox-left div.moduletable {
	padding: 10px;
}

.botslbox-right div.moduletable {
	padding: 10px;
	background: url(../images/v-seperator.gif) top left repeat-y;
}

.botslbox-center div.moduletable {
	padding: 10px;
	background: url(../images/v-seperator.gif) top left repeat-y;
}

#botsl {
	width: 100%;
	height: 100%;
	margin: 0;
	padding-bottom: 1px;
	color: #999999;
}

#botsl-left {
	margin: 0 auto;
	width: 768px;
	color: #555555;
	padding: 15px 0px;
		background: url(../images/botsl-bg.gif) top left repeat-x #e5f2e2;
}

#botsl a {
color: #f8ffca;
}

#botsl a:hover {
color: #fafafa;
}

#botsl div.moduletable {
	margin: 0;
	padding: 0 20px;
}

#botsl div.moduletable h3 {
color: #406d27;
background: transparent;
border:0;
margin: 0;
padding: 0px 0px 10px 0px;
font-size: 1.6em;
font-weight: normal;
letter-spacing: -1px;
text-transform: none;
}

#botsl ul {
	padding: 0;
	margin: 0!important;
}

#botsl li {
	padding: 0 0 0 12px;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat 0 5px;
}

#botsl li a {
	color: #545454;
	text-decoration: none;
}

#botsl li a:hover, #botsl li a:active, #botsl li a:focus {
	color: #545454;
	text-decoration: none;
}

#botsl td {
	padding: 0;
}

#botsl .article_seperator {
	display: none;
}

#botsl table {
	border-spacing: 0;
	border-collapse: collapse;
}


