
/* Menu Postion */
ul.dropdown {
	position: absolute;
	left: 325px;
	top: 5px;
	z-index: 597;
	float: left;
}

.pastor-heart-holder {
	position: absolute;
	top: 150px;
	left: 675px;
}

.pastor-heart-image {
	position: absolute;
	background: url(../images/pastor-heart.png) no-repeat;
	width: 265px;
	height: 247px;
}

.pastor-heart-text-holder {
	position: absolute;
	top: 250px;
}

.pastor-heart-title {
	position: absolute;
	background: url(../images/pastor-heart-logo.png) no-repeat;
	width: 247px;
	height: 21px;
	top: 0px;
	left: 10px;
}

.pastor-heart-text {
	position: absolute;
	left: 10px;
	font-size: 10pt;
	width: 250px;
	top: 30px;
}

.pastor-heart-link {
	position: absolute;
	top: 95px;
	left: 160px;
}

.left-bar {
	position: absolute;
	top: 545px;
	left: 5px;
	z-index: 2;
}

.main-content-holder {
	background: url(../images/main-content-bg.png) no-repeat;
	position: absolute;
	top: 550px;
	left: 335px;
	width: 359px;
	height: 373px;
}

.main-content-title {
	padding: 7px 7px 7px 7px;
}

.main-content-text {
	padding: 0px 20px 0px 20px;
	color: #493818;
	font-family: Helvetica;
	font-size: 10pt;
}

.main-content-bottom {
	position: absolute;
	right: 10px;
	bottom: -5px;
}

.top-stories-holder {
	background: url(../images/top-stories-bg.png) no-repeat;
	position: absolute;
	top: 550px;
	left: 715px;
	height: 373px;
	width: 228px;
}

.top-stories-title {
	padding: 7px 7px 0px 7px;
}

.top-stories-title-extra {
	position: absolute;
	top: -35px;
	left: 160px;
}

.bottom-content-text {
	height: 95px;
}

.bottom-content-text img {
	float: left;
	position: relative;
	left: 5px;
}

.bottom-content-text p img {
	float: none;
	top: 8px;
}

.bottom-slide {
	position: absolute;
	top: 935px;
	left: 335px;
	z-index: 2;
}

.bottom-left-image {
	left: 0px;
	position: absolute;
	overflow: hidden;
	height: 93px;
	width: 386px;
}

.bottom-left-image div {
	display: none;
	position: absolute;
}

.bottom-right-image {
	left: 380px;
	position: absolute;
	overflow: hidden;
	height: 93px;
	width: 238px;
}

.bottom-right-image div {
	display: none;
	position: absolute;
}

.bottom {
	top: 955px;
}

