* {
	margin: 0;
	padding: 0;
}
body {
	background: #271c10 url(img/background.jpg) repeat-x;
	font: Arial, sans-serif 88% #000;
	text-align: center;
}
#header h1 {
	margin-left: -9000px;
	font-size: 1px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */

/* ---------- Header ---------- */

#topWrapper {
	text-align: left;
	background: url(http://helpinghands4christ.org/_assets/navBack.png) repeat-x;
}
#headerWrap {
	position: relative;
	width: 1000px;
	height: 100px;
	margin: 0 auto;
}
#header {
	height: 100px;
}
#header #logo {
	position: absolute;
	float: left;
	width: 252px;
	height: 129px;
	top: 0;
	left: 35px;
	z-index: 1000;
	border: none;
}
/* ----- TopNav ----- */

#topNav {
	float: right;
	width: 500px;
	top: 0;
	right: 0;
	text-align: right;
}
.topNav {
	position: relative;
	display: inline-block;
	line-height: 35px;
	text-align: left;
	z-index: 1000;
}
.topNav a {
	display: block;
	color: #271c10;
	text-decoration: none;
	padding: 2px 10px;
	font-size: 14px;
	font-family: Arial, sans-serif;
}
.topNav a:hover {
	color: #4c798b;
}
.topNav > a {
	padding-right: 5px;
}
.topNav ul li {
	width: 150px;
}
.topNav ul li a {
	color: #fff;
}
.topNav ul li a:hover {
	color: #4c798b;
}
.topNav .drop {
	display: none;
}
.topNav:hover .drop {
	display: block;
}
.topNav .drop ul {
	position: absolute;
	list-style-type: none;
	margin-left: 10px;
	padding: 0;
	background-color: #271c10;
	opacity: .9;
}
/* ----- Navigation ----- */

#Nav {
	position: absolute;
	height: 50px;
	width: 685px;
	z-index: 100;
	bottom: 0;
	right: 0;
}
.Nav {
	position: relative;
	display: inline-block;
	line-height: 45px;
	text-align: left;
	padding: 0 .25em;
}
.Nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 2px 5px;
	font-size: 24px;
	font-family: Arial, sans-serif;
}
.Nav a:hover {
	color: #4c798b;
}
.Nav > a {
	padding-right: 20px;
}
.Nav ul li {
	background: #271c10;
	opacity: .9;
	padding: 10px 5px;
}
.Nav ul li a {
	font-size: 16px;
	line-height: 15px;
	font-family: Arial, sans-serif;
}
.Nav ul li a:hover {
	color: #4c798b;
}
.Nav .drop {
	display: none;
}
.Nav:hover .drop {
	display: block;
}
.Nav .drop ul {
	position: absolute;
	width: 180px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* ---------- Content ----------- */

#wrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 1000px;
}
#content {
	background: #fff;
}
/* ----- Rotator ----- */

#rotator {
	width: 962px;
	padding: 19px;
}
/* ----- Text ----- */

#text {
	width: 962px;
	padding: 19px;
}
#text h1 {
	padding: 10px 10px 5px 10px;
	width: 942px;
	color: #fff;
	background: rgba(39,28,16,1);
	font-variant: small-caps;
}
#text h2 {
	padding-top: 10px;
	color: rgba(39,28,16,1);
}
#text p {
	padding-top: 10px;
	font-family: Arial, sans-serif;
}
#contact {
	float: right;
	width: 400px;
}
#text #newsletter {
	padding-top: 20px;
}
#text .newsletter {
	padding: 10px 0;
}
#text #newsletter .submit {
	margin-top: 10px;
}
#text table ul {
	padding-left: 40px;
}
#text table p {
	padding: 5px;
}
/* ----- EMail Form ----- */

#text #emailForm {
	float: left;
	width: 500px;
}
#emailForm .req {
	float: left;
	padding-top: 10px;
	width: 10px;
	color: #B40003;
}
#emailForm .reqLabel {
	padding-top: 10px;
	color: #B40003;
	font-size: 10px;
}
#emailForm .label {
	width: 300px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}
#emailForm .detail {
	width: 480px;
	padding: 5px;
	border-radius: 5px 0 5px 0;
	font-size: 18px;
	background: #E1E1E1;
	border: 1px solid #CCC;
}
#emailForm .context {
	font-size: 10px;
}
#emailForm .mess {
	padding: 5px;
	width: 480px;
	height: 100px;
	max-height: 100px;
	max-width: 480px;
	border-radius: 5px 0 5px 0;
	font-size: 18px;
	overflow: scroll;
	background: #E1E1E1;
	border: 1px solid #CCC;
}
#emailForm #submit {
	margin-top: 10px;
	padding: 5px;
	border-radius: 5px 0 5px 0;
}
#emailForm #submit:hover {
	cursor: pointer;
	background: rgba(39,28,16,1);
	color: #FFFFFF;
}
#emailForm .detail:focus {
	background-color: #FFF;
	border: 1px solid #999;
	outline: none;
}
#emailForm .mess:focus {
	background-color: #FFF;
	border: 1px solid #999;
	outline: none;
}
/* ----- Volunteer Form ----- */

#text #volunteerForm {
	width: 500px;
}
#volunteerForm .req {
	float: left;
	padding-top: 10px;
	width: 10px;
	color: #B40003;
}
#volunteerForm .reqLabel {
	padding-top: 10px;
	color: #B40003;
	font-size: 10px;
}
#volunteerForm .label {
	width: 300px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}
#volunteerForm .detail {
	width: 480px;
	padding: 5px;
	border-radius: 5px 0 5px 0;
	font-size: 18px;
	background: #E1E1E1;
	border: 1px solid #CCC;
}
#volunteerForm .context {
	font-size: 10px;
}
#volunteerForm .mess {
	padding: 5px;
	width: 480px;
	height: 100px;
	max-height: 100px;
	max-width: 480px;
	border-radius: 5px 0 5px 0;
	font-size: 18px;
	overflow: scroll;
	background: #E1E1E1;
	border: 1px solid #CCC;
}
#volunteerForm #submit {
	margin-top: 10px;
	padding: 5px;
	border-radius: 5px 0 5px 0;
}
#volunteerForm #submit:hover {
	cursor: pointer;
	background: rgba(39,28,16,1);
	color: #FFFFFF;
}
#volunteerForm .detail:focus {
	background-color: #FFF;
	border: 1px solid #999;
	outline: none;
}
#volunteerForm .mess:focus {
	background-color: #FFF;
	border: 1px solid #999;
	outline: none;
}
/* ----- Splash ----- */

#splash {
	width: 1000px;
}
#photo {
	position: relative;
	float: left;
	width: 229px;
	height: 176px;
	text-align: right;
	padding-right: 21px;
}
#photo .text {
	position: absolute;
	z-index: 10;
	background: rgba(39,28,16,0.77);
	width: 210px;
	height: auto;
	margin-left: 19px;
}
#photo .text h2 {
	padding: 10px 0;
	color: #fff;
	text-align: center;
	font: 28px bold Arial, sans-serif;
	text-decoration: none;
}
/* ---------- Footer ---------- */

#footer {
	position: relative;
	margin: 0 auto;
	width: 980px;
	text-align: left;
	padding: 20px 10px;
}
.followUs {
	float: left;
	width: 450px;
}
.followUs h2 {
	float: left;
	width: 150px;
	color: #9a8d70;
	font: 22px Arial, sans-serif;
}
.love {
	float: left;
	width: 280px;
}
.copyright {
	float: right;
	width: 250px;
	text-align: right;
	color: #9a8d70;
	font: 12px Arial, sans-serif;
}
.copyright a {
	text-decoration: none;
	color: #9a8d70;
}

