/* ------------- Main Site Colors ------------

------------- Main Site Colors ------------ */


/* ------------- Tags ------------*/
BODY {
	margin: 0;
	padding: 0;
}

A, A:link {
	color: #fff;
	outline: 0 !important;
}

A:hover {
	text-decoration: underline;
}

A:visited {
	color: #feffc7;
}

P {
	margin: 12px 0;
}

IMG {
	border: 0;
}

FORM {
	margin: 0;
	padding: 0;
}

FIELDSET {
	margin-bottom: 10px;
}

SELECT {
	margin: 5px 0;
}

UL {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* ------------- Site mark-up ------------*/
#bd {
	color: #fff;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 140%;
	background: url(../images/bg.jpg) center 0;
}

#container {
	width: 832px;
	margin: 0 auto;
}

#container-top {
	height: 13px;
	margin-top: 35px;
	background: url(../images/container_top.png) no-repeat 0 0;
}

#container-middle {
	position: relative;
	background: url(../images/container_middle.png) repeat-y 0 0;
}

#container-bottom {
	height: 20px;
	background: url(../images/container_bottom.png) no-repeat 0 0;
}


#top {
	width: 269px;
	height: 13px;
	position: absolute;
	top: -13px;
	left: 0;
	overflow: hidden;
	padding: 8px 0;
	font-family: "Trebucet MS";
	font-size: 12px;
	line-height: 13px;
	text-align: center;
	background: url(../images/top_bg.png) no-repeat 0 0;
}

#topmenu {
	width: 525px;
	height: 53px;
	position: absolute;
	top: -11px;
	left: 297px;
	/* overflow: hidden; */
	z-index: 10000;
}

#logo {
	width: 224px;
	height: 64px;
	position: absolute;
	top: 53px;
	left: 33px;
}

#user1, #user2, #user3 {
	width: 179px;
	height: 204px;
	position: absolute;
	top: 44px;
	left: 293px;
	overflow: hidden;
	background: url(../images/user1_bg.png) no-repeat 0 0;
	z-index: 100;
}

#user2 {
	left: 469px;
	background: url(../images/user2_bg.png) no-repeat 0 0;
}

#user3 {
	left: 645px;
	background: url(../images/user3_bg.png) no-repeat 0 0;
}

#user4 {
	width: 161px;
	height: 100px;
	padding: 10px 15px;
	position: absolute;
	top: 143px;
	left: 54px;
	overflow: hidden;
	background: url(../images/green_trans_bg.png) 0 0;
}

#donate {
	width: 82px;
	height: 83px;
	position: absolute;
	top: 207px;
	left: 19px;
	overflow: hidden;
	background: url(../images/donate_bg.png) no-repeat 0 0;
}

#main-area-wrapper {
	padding-top: 263px;
}

#content-area-wrapper-right {
	width: 625px;
	float: left;
}

#user5 {
	width: 290px;
	height: 165px;
	margin: 0 0 15px 19px;
	overflow: hidden;
	color: #000;
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 14px;
	padding: 10px 300px 10px 10px;
	background: url(../images/user5_bg.jpg) no-repeat 0 0;
}

#user6 {
	width: 608px;
	height: 94px;
	margin: 0 0 15px 0;
	overflow: hidden;
}

#content-area {
	margin: 0 17px 0 13px;
}

#right {
	width: 200px;
	float: left;
	margin-right: 7px;
}

#footer {
	color: #000;
	height: 40px;
	margin: 15px 0 10px;
	padding: 15px;
	overflow: hidden;
	background: #ead097 ;
}

/*------------------- Menus ---------------- */
#topmenu ul li {
	float: left;
	height: 53px;
	position: relative;
	margin: 0 1px;
}

#topmenu ul li a {
	color: #cbd076;
	display: block;
	padding: 21px 10px 20px;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}

#topmenu ul li.active a,
#topmenu ul li:hover a {
	color: #c7cf5f;
	padding: 21px 9px 20px;
	background: url(../images/green_trans_bg.png) 0 0;
	border-left: 1px solid #6b660f;
	border-right: 1px solid #6b660f;
}

#topmenu ul li.parent ul {
	width: 150px;
	display: block;
	visibility: hidden;
	position: absolute;
	top: 53px;
	left: 0;
	margin: 0;
	z-index: 10000;
	background: #958c1b url(../images/submenu_bg.png) repeat-x 0 0;
	border: 1px solid #6b660f;
}

#topmenu li:hover ul {
	visibility: visible !important;
}

#topmenu li ul li {
	height: 26px;
	float: none;
	margin: 0 !important;
}

#topmenu li ul li a {
	color: #fff !important;
	float: none;
	padding: 7px 10px !important;
	display: block;
	border: 0 !important;
	margin: 0 !important;
}

#topmenu li ul li:hover {
	background: #787211;
}


/*------------------- Modules ---------------- */
.moduletable, .moduletable_menu {
	margin-bottom: 20px;
}

.moduletable h3, .moduletable_menu h3 {
	color: #e0d498;
	height: 20px;
	margin: 0;
	padding: 8px 10px;
	font-size: 14px;
	text-transform: uppercase;
	background: url(../images/mod_header_bg.png) repeat-x 0 0;
}

#right .moduletable .mod-body {
	padding: 10px;
}

.grey {
	color: #000;
	background: url(../images/mod_grey_bg.png) 0 0;
	border: 3px solid #000;
}

.grey h3 {
	color: #fff;
	height: 14px;
	padding: 6px 0 10px;
	text-align: center;
	background: url(../images/mod_grey_header_bg.png) repeat-x 0 0;
}

#right .moduletable ul li {
	margin-left: 10px;
	padding-left: 20px;
	background: url(../images/li_bullet.png) no-repeat 0 center;
}

#user4 .moduletable {
	color: #feffc7;
}

#user4 .moduletable a {
	color: #dbcd53;
	text-decoration: none;
}

#donate .moduletable a {
	width: 82px;
	height: 83px;
	display: block;
	text-indent: -2000px;
	text-decoration: none;
}

#user5 .moduletable a.readon {
	color: #333 !important;
}

#user5 .moduletable a.readon:visited {
	color: #666 !important;
}

#user6 .moduletable {
	margin: 0;
}

#user6 .candles a {
	color: #fff !important;
	font-size: 11px;
	line-height: 12px;
	width: 50px;
	height: 74px;
	float: left;
	padding: 10px 180px 10px 10px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	background: url(../images/candles_bg.jpg) no-repeat 0 0;
}

#user6 .volunteer a {
	color: #fff !important;
	font-size: 11px;
	line-height: 12px;
	width: 75px;
	height: 74px;
	float: left;
	margin: 0 0 0 10px;
	padding: 10px 155px 10px 10px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	background: url(../images/pastor_bg.jpg) no-repeat 0 0;
}

#user6 .gallery a {
	width: 110px;
	height: 94px;
	float: left;
	margin: 0 0 0 8px;
	display: block;
	text-indent: -2000px;
	background: url(../images/gallery_bg.jpg) no-repeat 0 0;
}


/*------------------- Joomla styles ---------------- */

.componentheading {
}

.contentheading,
.buttonheading {
	font-size: 24px;
	line-height: 100%;
	padding: 20px 5px 15px 10px;
	text-transform: capitalize;
	background: url(../images/title_bg.png) repeat-x 0 0;
}

.buttonheading {
	padding: 20px 10px 15px 0;
}

.contentpaneopen {
	border-collapse: collapse;
}

.readon {
	color: #dbcd53 !important;
	padding-right: 18px;
	text-decoration: none;
	background: url(../images/readon_bg.png) no-repeat right top;
}

/*------------------- Controls ---------------- */

.inputbox {
}

.button {
}

textarea.inputbox {
}
/*------------------- Content styles ---------------- */
.top-module {
	width: 149px !important;
	height: 54px !important;
	padding: 135px 15px 15px;
	font-size: 11px;
	line-height: 13px;
}

/*------------------- Registration styles ---------------- */


/*------------------- Footer styles ---------------- */
#footer {
	font-size: 11px;
}

#footer .moduletable {
	margin-bottom: 7px;
}
#footer a {
	color: #000;
}
#footer ul.menu-nav {
	clear: both;
}
#footer ul.menu-nav li {
	display: inline;
}

#footer ul.menu-nav li a {
	text-decoration: none;
	border-bottom: 1px dashed #333;
	margin-right: 20px;
}



/*------------------- General styles ---------------- */

div.clr {
	clear: both;
}

.bold {
	font-weight: bold;
}