/* Menu Postion */

ul.dropdown {
	position: absolute;
	left: 395px;
	top: 5px;
	z-index: 597;
	float: left;
}

.sub-menu-holder {
	left: 320px;
	top: 180px;
}

.missions-holder {
	background: url(../images/content-background.png) no-repeat;
	width: 996px;
	height: 681px;
	position: absolute;
	top: 120px;
}

.the-lastest-field {
	background: url(../images/the-latest-field.png) no-repeat;
	width: 294px;
	height: 193px;
	position: absolute;
	top: 35px;
	left: 9px;
}

.learn {
	background: url(../images/learn.png) no-repeat;
	width: 675px;
	height: 191px;
	position: absolute;
	top: 35px;
	left: 310px;
}

.photos {
	background: url(../images/photo-journal.png) no-repeat;
	width: 293px;
	height: 430px;
	position: absolute;
	top: 235px;
	left: 9px;
}

.missionary-journal {
	background: url(../images/missionary-journal-bg.png) no-repeat;
	width: 444px;
	height: 430px;
	position: absolute;
	top: 235px;
	left: 310px;
}


.missionary-journal .text-holder {
	position: absolute;
	top: 31px;
	left: 0px;
	height: 399px;
	width: 444px;
	overflow: auto;
}

.missionary-journal .text-holder .content {
	padding: 10px 10px 10px 10px;
}

.missionary-journal .text-holder .content .title {
	color: #3e5d70;
}

.blessed-gave {
	background: url(../images/blessed-gave.png) no-repeat;
	width: 223px;
	height: 224px;
	position: absolute;
	left: 761px;
	top: 235px;
}

.mission-partner {
	position: absolute;
	left: 760px;
	top: 465px;
}

.mission-partner strong {
	font-size: 13.9px;
	color: #ca397d;
}

.mission-partner hr {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	width: 225px;
}

.mission-partner ul {

}

.mission-partner ul li {
	font-size: 13.9px;
	color: #454545;
}

.mission-partner p {
	font-size: 12.5px;
	color: #454545;
	padding: 0px 0px 0px 15px;
}

.mission-partner p a {
	color: #ca397d;
	text-decoration: none;
	font-weight: bold;
}

.mission-partner p a:hover {
	text-decoration: underline;
}

.bottom {
	top: 805px;
	left: 5px;
}

