/* CSS Document */

body {
	background-color: #333333;
	margin-top: 0px;
	background-image:url(../images/bg.jpg);
	/*text-align:center;*/
}

#background {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	/*text-align:center;*/
	background-color: #333333;
	background-image:url(../images/bg2.jpg);
	width:850px;
	height:600px;
	border-left:#333333 5px solid;
	border-right:#333333 5px solid;
}

#layout {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:515px;
	top:25px;
	background:url(../images/index.jpg) no-repeat;
}
#footer {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:30px;
	width:800px;
	height:50px;
	background:url(../images/footer-back.jpg);
}

#footer-content {
	position:absolute;
	top:5px;
	left:0px;
	height:50px;
	width:800px;
	text-align: center;
}

#latest-news {
	position:absolute;
	top:227px;
	left:455px;
	height:333px;
	width:400px;
}

#welcome {
	position:absolute;
	top:128px;
	left:18px;
	width:296px;
	height:125px;
	background:url(/images/welcome.jpg);
}
#welcome-content {
	position:absolute;
	top:132px;
	left:109px;
	width:203px;
	height:75px;
	text-align:left;
}

#directions {
	position:absolute;
	top:253px;
	left:18px;
	width:296px;
	height:125px;
	background:url(/images/directions.jpg);
}

#directions-content {
	position:absolute;
	top:257px;
	left:109px;
	width:203px;
	height:75px;
	text-align:left;
}

#wte {
	position:absolute;
	top:378px;
	left:18px;
	width:296px;
	height:125px;
	background:url(/images/what-to-expect.jpg);
}

#wte-content {
	position:absolute;
	top:382px;
	left:109px;
	width:203px;
	height:75px;
	text-align:left;
}

/*//////////////////////////////////////*/
/*      top menu                        */
/*//////////////////////////////////////*/

#home {
	position:absolute;
	left:18px;
	top:29px;
	width:216px;
	height:58px;
	z-index:200;
}

.home {
	position:relative;
	width:216px;
	height:58px;
	padding:0;
	margin:0;
}

.home a {
	display:block;
}

.home li {
	list-style:none;
	position:absolute;
}
.home-button {
	width:216px;
	height:58px;
	left:0px;
	top:0px;
}
.home-button a {
	width:216px;
	height:58px;
}

.home-button a:hover {
	text-decoration:none;
}

#about {
	height: 81px;
	width: 110px;
}
#about a {
	display: block;
	height: 81px;
	width: 110px;
}
#about a:hover {
	background-repeat: no-repeat;
	background-image: url(../images/about-buttons/about-over.jpg);
}
#about a span {
	display: none;
}
#small-groups {
	height: 81px;
	width: 110px;
}
#small-groups a {
	display: block;
	height: 81px;
	width: 110px;
}
#small-groups a:hover {
	background: url(../images/about-buttons/sg-over.jpg);
}
#small-groups span {
	display: none;
}
#media {
	height: 81px;
	width: 110px;
}
#media a {
	height: 81px;
	width: 110px;
	display: block;
}
#media a:hover {
	background: url(../images/about-buttons/media-over.jpg);
}
#media span {
	display: none;
}
#ministries {
	height: 81px;
	width: 110px;
}
#ministries a {
	height: 81px;
	width: 110px;
	display: block;
}
#ministries a:hover {
	background: url(../images/about-buttons/ministries-over.jpg);
}
#ministries span {
	display: none;
}
#worship {
	height: 81px;
	width: 110px;
}
#worship a {
	height: 81px;
	width: 110px;
	display: block;
}
#worship a:hover {
	background: url(../images/about-buttons/worship-over.jpg);
}
#worship span {
	display: none;
}
/*//////////////////////////////////////*/
/*      top menu ends                   */
/*//////////////////////////////////////*/

.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a.link:link {font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#663300; text-decoration:none;}
a.link:visited {font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#663300; text-decoration:none;}
a.link:active {font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#663300; text-decoration:none;}
a.link:hover {font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#CC9966; text-decoration:none;}

.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

a.footer:link {font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#cccccc; text-decoration:none;}
a.footer:visited {font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#cccccc; text-decoration:none;}
a.footer:active {font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#cccccc; text-decoration:none;}
a.footer:hover {font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#15999B; text-decoration:none;}