/* 
The Vineyard
*/


/* SCREEN LAYOUT */
body{
	background:#649050 url(../img/bkg-green.jpg) 50% 0 repeat-y;
	margin:0;
	padding:0;
}

#wrapper{
	width:750px;
	margin:0 auto;
}

#homepage #main{
	background:transparent url(../img/paper-green.jpg) no-repeat right top;
}

#normal #main{
	background:transparent url(../img/stain-green.jpg) no-repeat right top;
}



/*  TOP BANNER */
#top{
	background:transparent url(../img/top-green-2.jpg) 0 0 no-repeat;
	width:750px;
	height:155px;
	margin:0;
	padding:0;
}
#top a{
	text-decoration:none;
}
#top h1 a{
	position:relative;
	display:block;
	width:600px;
	height:91px;
	left:80px;
	margin:0;
	padding:0;
	text-decoration:none;
}
#top h1{
	margin:0;
	padding:0;
	text-indent:-10000px;
}


/* NAVIGATION MENU */
#menu{
	width:750px;
	height:56px;
	padding:0;
	margin:0;
	display:block;
	list-style:none;
	position:relative;
}
#menu li{
	display:inline;
	float:left;
	padding:0 10px;
}
#menu li a{
	display:block;
	height:30px;
	text-indent:-10000px;
	position:absolute;
}
#menu li a span{ visibility:hidden; }
#menu #home a{ left:100px; width:85px; }
#menu #about a{ left:200px; width:107px;}
#menu #investigate a{ left:325px;width:180px; }
#menu #ministries a{ left:530px; width:110px;}

#menu #home a:hover{ background:transparent url(/img/hover-home.jpg) no-repeat; }
#menu #about a:hover{ background:transparent url(/img/hover-about.jpg) no-repeat; }
#menu #investigate a:hover{ background:transparent url(/img/hover-investigate.jpg) no-repeat; }
#menu #ministries a:hover{ background:transparent url(/img/hover-ministries.jpg) no-repeat; }



#footer{
	position:relative;
	text-align:center;
	font-size:80%;
	left:50px;
	top:60px;
	margin-bottom:80px;
	width:675px;
	height:47px;
	line-height:47px;
	background:transparent url(../img/footer.jpg) no-repeat -5px top;
}
#footer #credits {
}
#footer #credits a{
	position:absolute;
	top:0;
	left:0;
	width:120px;
	text-indent:-10000px;
	text-decoration:none;
}
