/* NAVIGATION */

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

#sticky_note {
	background:url(../images/sticky.jpg) no-repeat;
	width:169px;
	height:178px;
	display:block;
	position:relative;
	left:-30px;
	text-indent:-4000px;
	margin-top:25px;
}

/* Body links */
#body_links {
	background:url(../images/body_links_background.png) no-repeat;
	position:relative;
	left: 15px;
	top: 13px;
	margin:0 0 13px 0; /* this fixes the clearing because of relative positioning */
	height:491px;
	
}

#church_link_block {
	background:url(../images/cup_bread.gif) no-repeat;
	width:200px;
	height:63px;
	margin-left: 30px;
	padding-left:95px;
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:1px solid #333;	
}

#school_link_block {
	background:url(../images/bible_staff.gif) no-repeat;
	width:300px;
	height:65px;
	margin-left: 30px;
	padding-left:95px;
	
}

#church_link_block ul, #school_link_block ul, #church_link_block li, #school_link_block li {
	display:inline;

}

#church_link_block li, #school_link_block li {
	padding-right:5px;
}

#body_links ul>li:first-child {
	border-right: solid 1px #333;
	margin-right: 2px;
}

#church_link {
	display:block;
	background:url(../images/church_link_graphic.gif) no-repeat;
	width:151px;
	height:31px;
	text-indent:-4000px;
	
}

#school_link {
	display:block;
	background:url(../images/school_link_graphic.gif) no-repeat;
	width:151px;
	height:31px;
	text-indent:-4000px;
}

#map_block {
	background:url(../images/homepage_map.jpg) no-repeat;
	background-position:25px 0;
	width:190px;
	height:171px;
	position:relative;
	left: 365px;	
	top:-190px;
	border-left:1px solid #333;
	padding-left:25px;
}

#map_addy_table {
	font-size:0.9em;
	line-height:1em;
	color:#333333;	
}
#map_addy_table strong {
	font-size:1.2em;
}
#map_block a {
	display:block;
	width:100%;
	height:148px;
	text-indent:-4000px;
}

/* News and resources */

#news {
	width:335px;
	float:left;
	margin:15px 0 10px 25px;
	font-size:12pt;
    line-height:1.3em;
    font-family:book antiqua, palatino, serif;
}
#news h3 {
	
	
}
.news_article {
	margin-bottom:15px;	
}

#resources {
	width:221px;
	float:left;
	margin:15px 10px 10px 10px;
	background:url(../images/resources_background.gif) repeat-y;
	border-bottom:1px solid #774B1D;
}

#resources_title {
	background:url(../images/resources_title.gif) no-repeat;
	height:35px;
	text-indent:-4000px;
}
#resources p {
	padding:4px;
}
#resources ul {
        padding-left:18px;
        list-style:circle;
}









/* Slide Show */

#slide_show {
	background:url(../images/slideshow_home/slideshow_background.jpg) no-repeat;
	width:567px;
	height:267px;
	position:relative;
	top:10px;
	left:15px;
	margin-bottom:15px;
}

#myGallery
{
	width: 556px;
	height: 240px;
	z-index:5;
	display: none;
	margin-left:2px;
}


.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/slideshow_home/navimgs/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
	display:none;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}


.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

	
