/* 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;
}

.give-resource-donation {
	background: url(../images/give-resource-donation.png) no-repeat;
	width: 294px;
	height: 193px;
	position: absolute;
	top: 35px;
	left: 9px;
}

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

.how-can-i-donate {
	background: url(../images/how-can-i-donate.png) no-repeat;
	width: 293px;
	height: 430px;
	position: absolute;
	top: 235px;
	left: 9px;
}


.what-can-i-donate {
	background: url(../images/what-can-i-donate.png) no-repeat;
	width: 679px;
	height: 430px;
	position: absolute;
	top: 235px;
	left: 310px;
}

.form {
	position: absolute;
	left: 20px;
	top: 140px;
	font-size: 12px;
	line-height: 32px;
}

.input {
	width: 330px;
}

.form textarea {
	width: 375px;
}

.submit {
	position: absolute;
	top: 245px;
	left: 305px;
	width: 105px;
	height: 25px;
	border: 0px none;
	background-color: transparent;
	font-size: 0px;
}

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

