@charset "utf-8";
/* CSS Document */

div#container {
	background-image: url(../images/paper-background-top.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}
div#center-image {
	margin: 0 auto;
	width:1069px;
	height:625px;
	background-image: url(../images/main-image.jpg);
	background-repeat: no-repeat;
	background-position:center;
	
}
div#search {
	/*	background-color:#066;*/
	width: 250px;
	margin-top: 98px;
	float:right;
	margin-right: 56px;
	text-align:right;
	height:23px;

}
div#top-menu {
	/*	background-color:#066;*/
	margin-right: 60px;
	text-align:right;
	margin-top: 4px;
	float:right;
	
}
div#flash-container {
/*	background-color:#066;*/
	height: 384px;
	width: 924px;
	margin-top: 16px;
	margin-left: 73px;
	clear:both;
}
div#about {
	height: 48px;
	width: 94px;
	margin-top: 27px;
	margin-left: 36px;
	background-image:url(../menu/about-pic.png);
	cursor:pointer;
	float:left;
	background-repeat:no-repeat;
}
div#about:hover {
	background-image:url(../menu/about-pic-over.png);
}
div#ministries {
	height: 48px;
	width: 85px;
	margin-top: 27px;
	background-image: url(../menu/ministries-pic.png);
	cursor:pointer;
	float:left;
	background-repeat:no-repeat;
}
div#ministries:hover {
	background-image:url(../menu/ministries-pic-over.png);
}
div#media {
	height: 48px;
	width: 92px;
	margin-top: 27px;
	background-image: url(../menu/media-pic.png);
	cursor:pointer;
	float:left;
	background-repeat:no-repeat;
}
div#media:hover {
	background-image:url(../menu/media-pic-over.png);
}
div#outreach {
	height: 48px;
	width: 105px;
	margin-top: 27px;
	background-image: url(../menu/outreach-pic.png);
	cursor:pointer;
	float:left;
	background-repeat:no-repeat;
}
div#outreach:hover {
	background-image: url(../menu/outreach-pic-over.png);
}
div#small-groups {
	height: 48px;
	width: 109px;
	margin-top: 27px;
	background-image: url(../menu/small-groups.png);
	cursor:pointer;
	float:left;
	background-repeat:no-repeat;
}
div#small-groups:hover {
	background-image: url(../menu/small-groups-over.png);
}
div#staff {
	height: 48px;
	width: 109px;
	margin-top: 27px;
	background-image: url(../menu/staff-pic.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}
div#staff:hover {
	background-image: url(../menu/staff-pic-over.png);
}
div#page-title {
	width: 250px;
	float:left;
	margin-top: 41px;
	margin-left:60px;
	overflow:hidden;
}
div#page-text {
	width: 680px;
	float:right;
	margin-top: 41px;
	margin-right: 60px;
	border-bottom: dotted 1px #666;
}
div#page-subtitle {
	width: 250px;
	height: 20px;
	float:left;
	margin-top: 3px;
	margin-left:60px;
	overflow:hidden;
}
div#page-picture {
	width: 250px;
	height: 249px;
	float:left;
	margin-top: 3px;
	margin-left:60px;
	background-image:url(../images/about-pic-collage.png);
	background-repeat:no-repeat;
	
}
div#footnotes {
	width: 680px;
	float:right;
	margin-right: 60px;

}
div#footnote-right {
	float:right;
}
div#footnote-left {
	float:left;
}
div#bottom-space
{
	margin-bottom:50px;	
/*	margin-top:50px;	
	height: 113px;
	background-image:url(../images/bottom.jpg);
	background-repeat:repeat-x;*/
}
.clear
{
clear:both;	

}