@charset "UTF-8";
a {
	text-decoration: none;
}
a img {
	border: none;
}
a:link {
	color: #ca5b01;
}
a:visited {
	color: #ca5b01;
}
a:hover  {
	color: #E1E5B3;
}
a:active {
	color: #8F4100;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #c9d17e;
}



/* ----------- page layout -------------*/

#container  {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
}

#topper {
	margin: 0px;
	height: 32px;
	width: 790px;
	background-color: #DBDDA2;
	text-align: right;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#headerHome {
	background-image: url(images_layout/banner1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	width: 800px;
	padding: 0px;
	margin: 0px;
}
#headerAbout {
	background-image: url(images_layout/banner8.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	width: 800px;
	padding: 0px;
	margin: 0px;
}
#headerFellows {
	background-image: url(images_layout/banner4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	width: 800px;
	padding: 0px;
	margin: 0px;
}
#headerInvolved {
	background-image: url(images_layout/banner5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	width: 800px;
	padding: 0px;
	margin: 0px;
}
#headerDonate {
	background-image: url(images_layout/banner9.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	width: 800px;
	padding: 0px;
	margin: 0px;
}
#headerVillage {
	background-image: url(images_layout/banner3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	width: 800px;
	padding: 0px;
	margin: 0px;
}
#headerCapacity {
	background-image: url(images_layout/banner10.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	width: 800px;
	padding: 0px;
	margin: 0px;
}

#headerProfile {
	background-image: url(images_layout/banner_blank.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 75px;
	width: 800px;
	margin: 0px;
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#headerProfile h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #697337;
	margin-top: 0px;
	text-align: left;
	padding-left: 350px;
	letter-spacing: .075em;
	font-weight: normal;
}

#homePhoto {
	background-image: url(images_layout/header_home.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 110px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}

#navbar {
	width: 650px;
	background-image: url(images_layout/nav_background.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 150px;
	height: 40px;
	margin: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}
/* --------- subpage styling ----------  */
#mainContent  {
	padding: 0;
	margin-left: 50px;
	margin-right: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
}

#mainContent td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
	padding-bottom: 0px;
	vertical-align: top;
	padding-top: 5px;
}
#mainContent img {
	float: left;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#mainContent img.right {
	float: right;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#mainContent h1 {
	font-size: 12px;
	line-height: 16px;
	padding-left: 15px;
	color: #5C4734;
	padding-top: 0px;
	padding-bottom: 15px;
	margin: 0px;
	background-image: url(images_layout/bullet_sq.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

#mainContent h2 {
	font-size: 12px;
	line-height: 16px;
	padding-left: 0px;
	color: #606f53;
	padding-top: 2px;
}

#mainContent h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1DC93;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #606f53;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: normal;
	margin-left: 0px;
	padding-bottom: 2px;
	padding-top: 20px;
}
#mainContent h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1DC93;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #606f53;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: normal;
	margin-left: 0px;
	padding-bottom: 2px;
	padding-top: 20px;
	width: 450px;
}
#mainContent h5 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1DC93;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #606f53;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: normal;
	margin-left: 0px;
	padding-bottom: 2px;
	padding-top: 20px;
	width: 325px;
}
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 11px;
	color: #333;
	padding-left: 0px;
	padding-bottom: 5px;
	color: #614F19;
}
#mainContent ul {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
#mainContent ul ul {
	margin-top: 5px;
	padding: 0px;
	list-style-position: inside;
	margin-left: 5px;
}
#mainContent ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#mainContent  li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 11px;
	color: #614F19;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 15px;
}
#rightBar {
	background-color: #EDF0D3;
	float: right;
	width: 200px;
	padding: 20px;
	margin-left: 30px;
}
#rightBar ul {
	list-style-type: none;
}
#rightBar li {
	background-image: url(images_layout/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 8px;
	margin-bottom: 10px;
}
#rightBar2 {
	background-color: #EDF0D3;
	float: right;
	width: 320px;
	padding: 20px;
	margin-left: 30px;
}
#rightBar2 ul {
	list-style-type: none;
}
#rightBar2 li {
	background-image: url(images_layout/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 8px;
	margin-bottom: 10px;
}
#profileVideo {
	padding-bottom: 20px;
}
#profilePhoto {
	padding-bottom: 20px;
}
#villageTable th {
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
}
/* --------- database page styling ----------  */
#databaseContent  {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* --------- home page styling ----------  */
#homeContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	padding: 30px;
	height: 400px;
	width: 740px;
	text-align: center;
	background-image: url(images_photos/mapback.gif);
	background-position: center bottom;
}
#homeContent p {
	color: #683300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 5px;
}
#costs {
	margin-left: 20px;
}
#form td  {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#donateButton {
	width: 460px;
	text-align: left;
	padding-left: 15px;
}
.table_header {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #606f53;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #606f53;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: -10px;
	padding-left: 0px;
}
.currency {
	text-align: right;
}
#footer {
	background-color: #c9d17e;
	text-align: right;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #979A75;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* ----------- form styling -------------*/

#formWrap {
	background-color: #999;
}
input.signin {
	width: 125px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #999;
	height: 14px;
}
#tblSignIn {
	text-align: right;
}
#tblSignIn td{
	padding-right: 5px;
	margin: 0px;
}
input.checkbox {
	font-size: 9px;
}
.formText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.formText p {
	padding: 0px;
	margin: 5px;
}
.aside {
	font-size: 9px;
	color: #999;
}
input.text {
	width: 200px;
}


/* ----------- misc styling -------------*/

.footnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #5A5A5A;
	line-height: 11px;
}

.clear {
	clear: both;
}

.dottedDivider {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #EBEEBE;
}
.contactUs {
	letter-spacing: 0.075em;
}
.photoCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3E4837;
	text-transform: uppercase;
}
#slideshow td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}
