@import url("reset.css");
@import url("typography.css");

body, #subfooter {
	background:url(../images/pageBackground.gif);
}
#wrapper {
	width:752px;
	margin:auto auto;
	margin-top:0;
	background:url(../images/bodyBackground.png) repeat-y;
}

#topNavBar {
	background:url(../images/tabsBarBackground.jpg) no-repeat;
	height:39px;
}
#tabsContent {
	background:url(../images/tabsBarRight.jpg) top right no-repeat;
	height:39px;
}
#visitorsButton {
	background:url(../images/visitorsButton.jpg) no-repeat;
	width:220px;
	height:55px;
	position:relative;
	left:420px;
	top:9px;
	margin:0;
	padding:0;

}
#visitorsButton a {
	display:block;
	text-indent:-4000px;
	width:220px;
	height:55px;
}
#tabs {
	display:inline;
	margin:0;

}
#tabs li{
	list-style:none;
	float:left;
	margin-top:6px;
	padding-top:8px;
	text-indent:22px;
	height:31px;
	width:97px;
}

#tabChurch {
	background:url(../images/TabOn.jpg) no-repeat;
	height:39px;
	margin-left:30px;
	
}
#tabSchool {
	background:url(../images/TabOff.jpg) no-repeat;

}
#tabCalendar {
	background:url(../images/TabOff.jpg) no-repeat;

}
#logo {
/*
	background:url(../images/logo.png) no-repeat;
	width:209px;
	height:63px;
*/
	background:url(../images/logo2.png) no-repeat;
	width:224px;
	height:88px;
	text-indent:-3000px;
	margin-left:10px;	
	margin-top:-10px;
}

#picBar {
	background:url(../images/picBarLeft.jpg) no-repeat;
	width:820px;
	height:240px;
	margin-left:-28px;
	margin-top:115px;
	margin-bottom:75px;
	
}
#picBar1 {
	/*background:url(../images/picBarLeft.jpg) no-repeat;*/
	width:820px;
	height:10px;
	margin-left:-28px;
	margin-top:55px;
	margin-bottom:75px;
	
}
#myGallery {
	background:url(../images/homePic1.jpg) no-repeat;
	width:448px !important;
	height:359px !important;
	float:left;
	margin-left:178px;
	margin-top:-61px;
}
.imageElement {
	display:none;
}
#picBar ul {
	margin-top:30px;
	margin-left:40px;
	float:left;
}

#contentLeft {
	float:left;
	background:url(../images/leftTextBackground.png) no-repeat;
	width:162px;
	min-height:88px;
	margin-left:8px;
	padding-left:6px;
	padding-top:15px;
}
.leftContentBlock {
	padding-top:22px;
	margin-top:2em !important;
}
#map{
	background:url(../images/leftMapBackground.png) no-repeat;

}


#contentRight {
	float:left;
	width:490px;
	margin-left:45px;
	padding-bottom:50px;
}
#quickInfoBox {
	float:right;
	margin-right:-85px;
	width:260px;
	border:4px solid #432B38;
	background:url(../images/diagBackground.png);
	color:#432B38;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:10px;
}
#quickInfoBox h3, #quickInfoBox p {
	padding:0;
	margin:0;
}

#footer {
	width:728px;
	height:90px;
	background:url(../images/footer.jpg) no-repeat;
	clear:both;
	padding-top:12px;
	padding-left:25px;
}
#calendar {
	width:728px;
	height:700px;
	clear:both;
	padding-top:12px;
	padding-left:25px;
}
#subfooter {
	text-align:center;
}


