

/*======= REMEBER TO CHECK IE STYLE SHEET ========*/


@charset "utf-8";
/* CSS Document */

/******* html *******/
html { 
	margin: 0; 
	padding : 0; 
	text-align : center; }


/******* body *******/
body { 
	margin: 0px; 
	padding : 0px; 
	font : 76%/160% Tahoma, Verdana, Arial, sans-serif; 
	background-color : #fff; 
	text-align : center; 
	color: #000}
	
.clear {clear:both;}

/* keeps the whole thing central */
#container {
	width:711px;
	margin:0 auto;
	padding:1em;
}


.coloured_txt{
	color:#ffffff;
}
.coloured_txt2{
	color:#0030ff;
}


/* Links */
a{
outline:none;
}

a, a:link, a:active, a:visited{
	color: #000000;
	text-decoration:underline;
} 
a:hover{
	color: #4886b7;
	text-decoration:underline;
}

a.coloured, a.coloured:link, a.coloured:active, a.coloured:visited{
	color: #ffffff;
} 
a.coloured:hover{
	color: #dcdcdc;
	text-decoration:underline;
}

a.coloured2, a.coloured2:link, a.coloured2:active, a.coloured2:visited{
	color: #dcdcdc;
} 
a.coloured2:hover{
	color: #000000;
	text-decoration:none;
}

a.coloured3, a.coloured3:link, a.coloured3:active, a.coloured3:visited{
	color: #000000;
	text-decoration:underline;
} 
a.coloured3:hover{
	color: #4886b7;
	text-decoration:none;
}

/* Links END */


/*#branding{
	position:relative;
	top:0.7em;
	text-align:left;
}

h1 {
	width: 146px;
	height:102px;
	text-indent: -99999px;
	background:url(_img/branding.gif) no-repeat;
}

h1 a {
	display:block;
	width: 146px;
	height:102px;
}*/

h1 {
	width: 711px;
	height:166px;
	text-indent: -99999px;
	background:url(_img/banner.jpg) no-repeat;
}


/*Menu*/
#main_nav{
	position:relative;
	top:13.2em;
	left: 1.5em;
	margin-bottom: 1em;
	overflow: hidden;
	width: 520px;
	float:right;
	font-weight:200;
	z-index:500000;
}

#nav_list{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav_list li{
	font-size: 110%;
	border-left: 1px solid #aac3e0;
	float: left;
	line-height: 1.3em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}

/*Menu END*/

h2.title_txt{
	position:relative;
	margin: 0 ;
	padding: 0 ;
	height:37px;
	text-indent: -99999px;
}

#home h2.title_txt{
	width: 274px;
	left:14.6em;
	background:url(_img/title_home.gif) no-repeat;	
}

#faiths h2.title_txt{
	width: 150px;
	left:0em;
	background:url(_img/title_faiths.gif) no-repeat;	
}

#contact h2.title_txt{
	width: 126px;
	left:18em;
	background:url(_img/title_contact.gif) no-repeat;	
}
#thanks h2.title_txt{
	width: 126px;
	left:16.5em;
	background:url(_img/title_thanks.gif) no-repeat;	
}

#what_we_do h2.title_txt{
	width: 307px;
	left:14.7em;
	background:url(_img/title_what_we_do.gif) no-repeat;	
}

#links h2.title_txt{
	width: 200px;
	left:14.7em;
	background:url(_img/title_links.gif) no-repeat;	
}

#churches h2.title_txt{
	width: 200px;
	left:1em;
	background:url(_img/title_churches.gif) no-repeat;	
}

#news h2.title_txt{
	width: 100px;
	left:15.5em;
	background:url(_img/title_news.gif) no-repeat;	
}

#main_content{
	text-align:left;
}

#news #main_content p{
	position:relative;
	left:2.8em;
}
#faiths #main_content{
	height:200px;
}



#churches td{
	padding-left:3px;
	padding-right:3px;
}


/*Bottom Banner - Contact Info*/

#other_site_link{
	position:relative;
	top:2.8em;
	left:-25em;
	z-index:100000;
}

#contact_info{
	background-color: #4886b7;
	text-align:right;
	color:#FFFFFF;
	padding-right: 2em;
	height: 2em;
}

#contact_info p{
	position:relative;
	top: 0.2em;
}
/*Bottom Banner - Contact Info END*/


#ie_spacing_fix{
	position:none;
	top:0;
}