/*	body */
body {
	color: #333;
	text-align: center;
	font: normal normal 11px 'Lucida Grande', Geneva, Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 0; 
	background: #575959 url(images/grey.gif);
	}

/*	page */
#page {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 740px;
	background: #575959  url(images/body.jpg) repeat-y top; 
	}
	
/* header */
#header {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	background: #575959;
	}

#header h1, #header .description {
	display: none;
}
.homelink{
	margin: 55px 0 0 40px;
	width: 210px;
	height: 56px;
}

.navtable{
	margin: 25px 0 0 25px;
	width: 700px;
	height: 0;
}

#headerimg {
	font-size: 1.1em;
	font-weight: bold;
	a:hover {
	color: #4C4F3B;
	text-decoration: none;
	}
	margin: 0;
	height: 160px;
	width: 100%;
	background: url(images/header.jpg) no-repeat top;
	}

/*	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;
	font-style: oblique;
	margin-top: 32px;
	padding-bottom: 6px;
	border-bottom: 1px solid #808080;
}

#content h1 {
	font-size: 2.0em;
	text-align: center;
	color: #FF0000
}

#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 .block {
	margin: 15px 0px 0px 0px;
	clear:both;
}


/* sidebar */

#sidebar {
	margin: 24px 23px 0 518px;
	padding-left: 10px;
	}
	
#sidebar h2 {
	font-size: 1.2em;
	margin-top: 22px;
	font-style: oblique;
	padding-bottom: 6px;
	border-bottom: 1px solid #808080;
}

#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;
	background: url(images/footer.jpg) no-repeat;
}

#footertxt {
	clear: left;
	padding: 30px;
	margin: 0 0px;
}


/* links */
a, a:link, a:visited {
	color: #CC0000;
	text-decoration: none;
	}

a:hover {
	color: #FF0000;
	text-decoration: none;
	}

img {
	border: none;
}

.faded {
	color: #AAADA2;
}

.directions, .directions a:link, .directions a:hover, .directions a:visited {
	color: red;
}

#Vidlinks ul, li {padding: 0; list-style: none; }
#vidlinks li a { display: block; background: #EEE; text-decoration: none; color: #000; padding: 5px; width: 310px; }
#vidlinks li .alt { background:#FFF; }
#vidlinks li a:hover {  background: #C00; color: #FFF; }

/* Navigation detection */
#home .home, #about .about, #Expectations .Expectations, #ministries .ministries, #Offerings .Offerings, #links .links
{
	color: #444444;
	text-decoration: none;
}