/*	body */
body {
	color: #333;
	text-align: center;
	font: normal normal 11px 'Lucida Grande', Geneva, Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 0; 
	background: #06A206 url(images/grnbg.gif);
	}

/*	page */
#page {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 740px;
	background: #06A206  url(images/body.jpg) repeat-y top; 
	}
	
/* header */
#header {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	background: #06A206;
	}

#header h1, #header .description {
	display: none;
}
.printlogo {
	display:none
}
.homelink{
	margin: 40px 0 0 35px;
	width: 240px;
	height: 80px;
}
.banner{
	margin:15px 0 0 55px;
}

#headerimg {
	font-size: 1.1em;
	font-weight: bold;
	a:hover {
	color: #4C4F3B;
	text-decoration: none;
	}
	margin: 0;
	height: 160px;
	width: 100%;
	background: url(images/top.jpg) no-repeat top;
	}

#menus {
	top: 20px;
	width: 670px;
	text-align: right;
	position: relative;
	float: left;
	height: 20px;
	padding-left:30px;
	margin-left:30px;
	
}
#menuelement {
	float: right;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
}

/*	content */
#content {
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 0 0 0 30px;
	margin: 24px 0 0 0;
	width: 475px;
	float: left;
	}

#content p {
	line-height: 1.5em;
	text-align: justify;
}

#content h2 {
	font-size: 1.5em;
	margin-top: 32px;
	padding-bottom: 6px;
	border-bottom: 1px solid #BEBEBE;
}

#content h3 {
	font-size: 1.1em;
}

#content ul, #content ol {
	margin: 20px;
	padding: 0px;
	
}
#content ul li, #content ol li {
	margin: 0px;
	padding: 0px;
}

#content .nobullet {
	margin: 8px;
	list-style-type: none;
	padding: 0;
}
#content .nomargin {
	margin: 0px 0px 15px 30px;
}

#content .block {
	margin: 15px 0px 0px 0px;
	clear:both;
}	

/* sidebar */

#sidebar {
	margin: 24px 23px 0 518px;
	border-left: 1px solid #E6E6E6;
	padding-left: 10px;
	}
	
#sidebar h2 {
	font-size: 1.2em;
	margin-top: 22px;
	padding-bottom: 6px;
	border-bottom: 1px solid #BEBEBE;
}

#sidebar form .text, #sidebar form .textbox {
	width: 120px;
}

#sidebar ul, #sidebar ol {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	
}
#sidebar ul li, #sidebar ol li {
	margin: 4px;
	list-style-type: none;
	padding: 0;
}

/* footer */

#footer {
	clear: left;
	padding: 0px;
	margin: 0px;
	height: 74px;
	border-top-width: 50px solid #E6E6E6;
	background: url(images/footer.jpg) no-repeat;
}

#footertxt {
	clear: left;
	padding: 20px;
	margin: 0 25px;
	border-top: 1px solid #E6E6E6; 
}

/* links */
a, a:link, a:visited {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
	
img {
	border: none;
}


/* Navigation detection */
#home .home, #about .about, #ministries .ministries, #nlc .nlc
{
	color: #737373;
	text-decoration: none;
}