.nav-top li div.drop/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font:normal 100%/12px  Arial, Helvetica, sans-serif;
}
body a{
	outline:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #ccc;
}
table  tr th{
	background-color:#EFEFEF;
}
table  tr td, table  tr th{
	margin:0;
	padding:2px;
	border:1px solid #ccc;
	border-collapse:collapse;
	font-size:13px;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:top;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
img {
	outline:none;
}
/* typography.css */
body {
	font-size:100%;
	color:#333;
	font-family:Arial, Helvetica, sans-serif; 		
}
h1, h2, h3, h4, h5, h6 {
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-size:3em;
	line-height:1;
	margin-bottom:0.5em;
}
h2 {
	font-size:2em;
	margin-bottom:0.75em;
}
h3 {
	font-size:1.5em;
	line-height:1;
	margin-bottom:1em;
}
h4 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
}
h5 {
	font-size:1em;
	margin-bottom:1.5em;
}
h6 {
	font-size:1em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin:0 0 1.5em;
	font-size:13px;
	line-height:17px;
}
p img {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}
p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color:#000;
}
a{
	color:#EA5A0B;
	text-decoration:none;
	font-size:13px;
}
a:hover{
	color:#666 !important;
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 1.5em;
}
del {
	color:#666;
}
pre, code {
	margin:1.5em 0;
	white-space:pre;
}
pre, code, tt {
	font:1em Arial, Helvetica, sans-serif;
	line-height:1.5;
}
li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin:0 1.5em 1.5em 1.5em;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
ul li ol li{
	list-style-type:decimal;
}
dl {
	margin:0 0 1.5em 0;
	float:left;
}
dl dt {
	font-weight:bold;
	float:left;
	
}
dd {
	margin-left:1.5em;
	float:left;
}
table {
	margin-bottom:1.4em;
	width:100%;
}
th {
	font-weight:bold;
}
th, td {
	padding:4px 10px 4px 5px;
}
tr.even td {
	background:#E5ECF9;
}
tfoot {
	font-style:italic;
}
caption {
	background:#eee;
}
input, textarea {
	font-size:75%;
	color:#666;
}
button {
	margin:0;
	padding:0;
	border:0;
	background:0;
	cursor:pointer;
}
/* @Global Class */
.small {
	font-size:.8em;
	margin-bottom:1.875em;
	line-height:1.875em;
}
.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color:#fff;
}
.removed {
	background:#900;
	color:#fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.no-border {
	border:0 !important;
}
.no-bg {
	background:0 !important;
}
.f-right{
	float:right !important;
}
a.more {
	background:url(../images/btn-arrow.gif) no-repeat 0 1px;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	padding:0 0 0 20px;
	color:#a3238e;
}
a.more:hover {
	color:#bbb08f;
}
a.thumb {
	border:3px solid #c4bcb5;
	float:left;
}
a.thumb img {
	float:left;
}
a.thumb:hover {
	border:3px solid #EA7A00;
}
/* @Global Class End */
#container-outer{
	width:100%;
	margin:0;
	float:left;
	padding-bottom:20px;
	height:auto;
	background:url(../images/bg-footer.jpg) no-repeat 50% bottom;
}

body{ 
	background:url(../images/bg-body.jpg) repeat-x 0 0;
}
/*body.home{
	background:url(../images/bg-body-home.jpg) repeat-x 0 0;
}*/
div#container{
	width:980px;
	margin:0 auto;
	display:table;
	padding:0;
	background:url(../images/bg-header.jpg) no-repeat 50% 0;
}
div#header{
	width:980px;
	float:left;
	margin-bottom:0px;
	padding:14px 0 0 0;
	position:relative;
}
.logo{
	float:left;	
}
.h-right{
	width:322px;
	float:right;
}
#header .h-right .phone{
	float:left;
	padding:5px 0 12px 35px;
	font:bold 14px Arial, Helvetica, sans-serif;
	background:url(../images/icon-phone.png) no-repeat 0 0;
}
#header .h-right .email{
	float:left;
	padding:10px 0 8px 35px;
	font:bold 14px Arial, Helvetica, sans-serif;
	margin:5px 0 10px;
	background:url(../images/icon-mail.png) no-repeat 0 0;
}
.site-search{
	float:left;
	width:300px;
	padding:2px 15px;
	height:45px;
	background:url(../images/bg-search.png) no-repeat 0 0;
}
.site-search .text{
	float:left;
	border:0;
	background:0;
	width:210px;
	padding:12px 4px;
}
.site-search .btn-search{	
	margin-top:8px;
}
#global{
	position:absolute;
	top:100px;
	right:330px;
		
}
#global li{
	float:left;
	margin:0 10px 0 0;
	padding:0;
	list-style:none;		
}
#global li a{
	font:normal 12px Arial, Helvetica, sans-serif;
}
.nav-top{
	float:left;
	width:900px;
	margin:20px 0;
}
.nav-top li{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}
.nav-top li a{
	padding:0 10px;
	height:30px;
	float:left;
	height:31px;
}
.nav-top li a span:hover{
	color:#999;
}
.nav-top li.current a,
.nav-top li a:hover{
	background:url(../images/bg-menu.png) no-repeat 0 0;
	padding:0 10px;
	height:30px;
	float:left;
	height:31px;
}
.nav-top li a span{
	font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left;
	padding:10px;
	color:#333;
	padding:7px 10px 7px 7px;
	cursor:pointer;
}
.nav-top li.current a span,
.nav-top li a:hover span{
	font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../images/bg-menu-right.png) no-repeat right 0;
	float:left;
	padding:10px;
	color:#fff;
	padding:7px 10px 7px 7px;
}

.nav-top li.current img.bottom{
	position:absolute;
	bottom:-11px;
	left:32px;
}
	
.nav-top li div.drop{
	position:absolute;
	top:32px;
	left:0px;
	width:250px;
	display:none;
	z-index: 999999;
}
.nav-top li:hover div.drop{
	display:block;	
}
.nav-top li .d-top{
	float:left;
	z-index:99999;
}
.nav-top li div.drop ul{
	float:left;
	width:250px;
	margin:0;
	padding:5px 0 0 0;
	background:url(../images/drop-middle.png) repeat-y 0 0;
	z-index:99999;
}
.nav-top li div.drop ul li{
	float:left;
	margin:0;
	padding:4px 0 ;
	width:150px;
	border-bottom:1px dotted #ccc;
	
}
.nav-top li div.drop ul li a{
	color:#fff;
	font-weight:bold;
	height:auto;
	padding:5px 10px;
}
.nav-top li div.drop ul li a:hover{
	color:#D4D4D4;	
}
#wrap{
	float:left;
	width:920px;
	overflow:hidden;
	margin-top:0px;
	margin-bottom:20px;
	padding:10px;
	background:#fff;
	-webkit-border-radius: 15px; /* Safari prototype */
	-moz-border-radius: 15px; /* Gecko browsers */
	border-radius: 15px; /* Everything else - limited support at the moment */
	border:1px solid #fff;

}
#wrap .wrap-middle{
	float:left;
	margin:0;
	padding:0;
	width:920px;
	padding:0;
}
#wrap .wrap-bottom{
	float:left;
	margin:0;
	padding:0;
}
#col-left{
	float:left;
	width:594px;
	margin:0;	
	padding:0;
	overflow:hidden;
}
#spotlight{
	float:left;
	margin:0 0 20px;
	width:575px;
	position:relative;
	height:285px;
}
.welcome{
	float:left;
	padding:0;
	width:575px;
	margin:0 0 20px;
}
.welcome h2{
	font:bold 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	margin:0 0 20px;
}
.welcome span{
	margin:0 0 5px;
	float:left;
	width:100%;
}
.welcome p{
	margin:0 0 10px;
	float:left;
}
#upcoming-events{
	float:left;
	margin:0 20px 0 0;
	padding:0;
	width:295px;
}
#col-left h3,
.w-col-mdl h3,
.newsletter h3{
	font:bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	margin:0 0 15px;
}
#upcoming-events ul{
	float:left;
	margin:0;
	padding:0;	
}
#upcoming-events ul li{
	float:left;
	margin:0 0 10px;
	padding:0 0 10px;
	list-style:none;
	width:100%;
	border-bottom:1px solid #F4F4F4;
}
#upcoming-events ul li .date{
	float:left;
	margin:4px 10px 0 0;
	width:30px;
	background:url(../images/bg-date.jpg) no-repeat 0 0;
	padding:1px 5px;
	text-align:center;
	height:50px;
}
#upcoming-events ul li .date span.month,
#upcoming-events ul li .date span.day,
#upcoming-events ul li .date span.year{
	font:bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	float:left;
	line-height:13px;
	width:30px;
}
#upcoming-events ul li .date span.day{
	font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#upcoming-events ul li p{
	float:left;
	width:80%;
	margin:0 0 5px;
}
#downloads,
#resource{
	float:left;
	width:270px;
}
#downloads h3,
#resource h3,
.w-col-mdl h3,
.newsletter h3{
	margin-bottom:5px;	
}
#resource ul,
#downloads ul{
	float:left;
	width:260px;
	margin:0;
}
#resource ul li,
#downloads ul li{
	float:left;
	list-style:none;
	margin:0;
	width:100%;
	padding:10px 0;
	border-bottom:1px solid #F4F4F4;
}
#resource ul li a{
	float:left;
	padding:8px 0 10px 35px;
	width:95px;
}

#resource ul li a.video{
	background:url(../images/icon-video.jpg) no-repeat 0 0;	
}

#resource ul li a.audio{
	background:url(../images/bg-audio.jpg) no-repeat 0 0;	
}
#resource ul li a.article{
	background:url(../images/icon-write.jpg) no-repeat 0 0;	
}
#resource ul li a.bible{
	background:url(../images/icon-article.jpg) no-repeat 0 0;	
}
.widgets{
	float:left;
	width:100%;
	margin:15px 0 0 0;
}
.widgets .wid-01{
	float:left;
	width:198px;
}
.col-right{
	float:left;
	width:326px;
	overflow:hidden;
}
.col-right .c-right-middle{
	background:#cceef3;
	float:left;
	width:326px;
}
.col-right .our-programe{
	float:left;
	width:306px;
	margin:0 12px ;
}
.col-right .our-programe h3{
	margin:0;	
}
.col-right .our-programe ul{
	float:left;	
	width:306px;
	margin:0;
}
.col-right .our-programe ul li{
	float:left;	
	border-bottom:1px solid #fff;
	width:306px;
	list-style:none;
	margin:0;
	padding:7px 0;
	font:normal 12px Arial, Helvetica, sans-serif;
}
.col-right .our-programe ul li span{
	float:left;
	text-align:left;
	width:300px;
	
}
.col-right .our-programe ul li span.left{
	float:left;
	width:300px;
	margin-bottom:5px;
	text-align:left;
	font-weight:bold;
}
.white-col{
	float:left;
	width:300px;
	margin:15px 0 0 15px;
	_margin:15px 0 0 7px;
	
}
.w-col-mdl{
	float:left;
	width:270px;
	padding:0 15px;
	margin:0;
	background:url(../images/bg-white.gif) repeat-y 0 0;
	
}
.announcement ul{
	float:left;
	width:240px;
	margin:0;
	padding:0;
}
.announcement ul li{
	float:left;
	width:240px;
	margin:0;
	padding:0 0 0 10px;
	background:url(../images/bg-arrow.gif) no-repeat 0 4px;
	list-style:none;
}
.announcement,
.p-time{
	margin-bottom:20px;	
}


/* @Content  */
.content{
	float:left;
	margin:0;
	padding:0;
	width:580px;
}
.content .content-img{
	float:left;
	margin:0 20px 0 0;
}
.content .c-top{
	float:left;
	padding:10px 0;
	width:580px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;		
}
.content h1{
	font:bold 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:10px 0;
}
.breadcrumb{
	float:left;
	margin:0 0 20px;
	padding:0 0 20px;
	width:100%;
	border-bottom:1px solid #ccc;
}
.breadcrumb ul{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.breadcrumb li{
	font:normal 12px Arial, Helvetica, sans-serif;
	margin:0 5px 0 0;
	float:left;
	padding:0 5px 0 0; 
}
.breadcrumb li a{
	font:normal 12px Arial, Helvetica, sans-serif;
	float:left;
	padding:0 20px 0 0;
  	background:url(../images/bg-arrow.gif) no-repeat  right 4px; 
}
/* @End Content  */


/* @Activities  */

.activities{
	float:left;
	margin:0 15px 15px 0;
	padding:10px;
	width:160px;
	/*background:#E9E9E9; */
}
.activities.no-margin{
	margin:0;	
}
.activities h3{
	margin:0 0 8px;
}	
.activities h3 a{
	font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	
}	
.activities h3 a:hover{
	color:#EA5A0B;	
}
.activities .thumb{
	float:left;
	margin:0 0 8px;
}	
.activities p{
	float:left;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:16px;
}	
/* @End Activities  */

/* @Utilities  */
.utilities{
	margin:0 12px 0 0;
	padding:10px 0 0px;	
	float:left;
	width:100%;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
		
}

a.print{
	font:normal 12px Arial, Helvetica, sans-serif;
	float:left;
	padding:4px 15px 3px 20px;
	margin:0 0 5px 20px;
  	background:url(../images/icon-print.gif) no-repeat  0 3px; 
}
a.email{
	font:normal 12px Arial, Helvetica, sans-serif;
	float:left;
	padding:4px  0 5px 24px;
  	background:url(../images/icon-email.gif) no-repeat  0 4px; 
}
/* @End Utilities  */

/* @events  */
.events{
	float:left;
	margin:0 20px 0 0;
	padding:0;
	width:265px;
}

.events ul{
	float:left;
	margin:0;
	padding:0;	
}
.events ul li{
	float:left;
	margin:0 0 10px;
	padding:0 0 10px;
	list-style:none;
	width:100%;
	border-bottom:1px dotted #ccc;
}
.events ul li .date{
	float:left;
	margin:4px 10px 0 0;
	padding:0;
	font:normal 12px Arial, Helvetica, sans-serif;
}


.events ul li p{
	float:left;
	width:80%;
	margin:0 0 5px;
}
.events ul li a.read-more{
	float:left;
	width:100%;
}	
/* @End events  */
/* @Events Listing  */
.events-listing{
	float:left;
	margin:0;
	padding:0;
	width:560px;
}
.events-listing li{
	float:left;
	margin:0;
	width:560px;
	border-bottom:1px dotted #ccc;
	padding:10px 0;
	list-style:none;
}
.events-listing li .details{
	float:left;
	width:405px;
}
#col-left .events-listing li .details h3{
	margin:0 0 10px;
	padding:0;
}
#col-left .events-listing li h3 a{
	font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;	
}
.events-listing li p{
	float:left;
	margin:0 0 10px;
	padding:0;
}
.events-listing li .date{
	float:left;
	margin:0 0 10px;
	font:normal 12px Arial, Helvetica, sans-serif;
	padding:0;
}
.events-listing li .read-more,
.events-listing li .gallery,
.events-listing li .video{
	float:left;	
	padding:5px 10px 5px 10px;
	background:url(../images/bg-arrow.gif) no-repeat 0 6px;
	margin:0 10px 0 0;
}
.events-listing li .gallery{
	background:url(../images/icon-gallery.gif) no-repeat 0 5px;
	padding:5px 10px 5px 20px;
	
}
.events-listing li .video{
	background:url(../images/icon-video.gif) no-repeat 0 5px;
	padding:5px 10px 5px 20px;
	
}
/* @End Events Listing  */

/* @Pagination */
.pagination{
padding: 2px;
}

.pagination ul{
margin: 20px 0 0 0;
float:left;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
text-decoration: none; 
color: #333;
}

.pagination a:hover, .pagination a:active{
color: #EA5A0B;
}

.pagination a.currentpage{
color: #EA5A0B !important;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
cursor: default;
color: #2e6ab1;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
color: #333;
}
/* @End Pagination */
UL.tabNavigation {
		    list-style: none;
		    margin: 0;
		    padding: 0;
			float:left;
		}

		UL.tabNavigation LI {
		    display: inline;
			float:left;
		}

		UL.tabNavigation LI A {
		    padding: 3px 5px;
		    background-color: #EA5A0B;
		    color: #fff;
		    text-decoration: none;
		}

		UL.tabNavigation LI A.selected,
		UL.tabNavigation LI A:hover {
		    color: #fff;
		    padding-top: 7px;
		}
		
		UL.tabNavigation LI A:focus {
			outline: 0;
		}

		div.tabs > div {
			padding: 5px;
			margin-top:5px;
			float:left;
			padding-top:25px;
			border-top:1px solid #ccc;
		}
		
		div.tabs > div h2 {
			margin-top: 0;
		}

		
		
		.waste {
			min-height: 1000px;
		}
.events-listing	.thumb{
			float:left;	
			margin:0 15px 0 0;
		}
.tabs li p{
			margin:6px 15px 0 0;		
}
.tabs li .audio{
	background:none;	
}
#gallery-listings{
	float:left;
	margin:0;
	padding:0;
	width:582px;
}	
#gallery-listings li{
	list-style:none;
	float:left;
	margin:0 12px 20px 0;
}
#gallery-listings li a{
	border:2px solid #ccc;	
	float:left;
}
#gallery-listings li a:hover{
	border:2px solid #EA5A0B;	
}
.officials-listing{
	float:left;
	width:560px;
}
.officials-listing li{
	float:left;
	list-style:none;
	margin:10px;
	padding:10px;
	width:140px;
	text-align:center;
	border:1px solid #ccc;
}	
.officials-listing li img{
	margin-bottom:10px;	
}
.officials-listing li p{
	margin:0;	
}
.view-gallery{
	float:left;
	margin:10px;
}
#footer{
	float:left;
	width:900px;
	margin:0 0 50px 0;
	padding:4px 20px;
	background:#fff;
	-webkit-border-radius: 15px; /* Safari prototype */
	-moz-border-radius: 15px; /* Gecko browsers */
	border-radius: 15px; /* Everything else - limited support at the moment */
}
.copy{
	float:left;
	margin:14px 0;
}
.newsletter{
	float:right;
	width:500px;
}
.newsletter h3{
	width:160px;
	float:left;
	margin:10px;
}
.form-newsletter{
	float:left;
	width:275px;
	padding:2px 15px;
	background:url(../images/bg-search.png) no-repeat 0 0;
	height:45px;
}
.form-newsletter .text{
	float:left;
	border:0;
	background:0;
	width:210px;
	padding:12px 4px;
}
.form-newsletter .btn-search{	
	margin-top:8px;
}

.form .txt {
    border: 1px solid #CCCCCC;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    outline: medium none;
    padding: 3px;
    width: 357px;
}
.form label {
    background: url("../images/bg-mandatory.gif") no-repeat scroll 80% 0 transparent;
    float: left;
    margin-right: 20px;
    width: 170px;
	margin-bottom:8px;
	font-weight:bold;
}
.form li {
    float: left;
    font: 13px Arial,Helvetica,sans-serif;
    list-style-type: none;
    margin-bottom: 6px;
    width: 100%;
}
.venue{
	font:bold 12px Arial, Helvetica, sans-serif;
	margin:10px 0 6px;
	float:left;
}
.written{
	display:block;
	margin:5px 0;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#333;
}
#wrap .church-officials h3{
	font:bold 14px Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
#wrap .church-officials p{
	font:normal 12px Arial, Helvetica, sans-serif;
	margin-bottom:8px;
}
img.align-left{
	float:left;
	margin:0 10px 10px 0;
}