@charset "utf-8";
/* CSS Document */

body {
	background:#faf3dd url(../img/bg.jpg) top center;
	background-repeat:no-repeat;
	margin:0 auto;
}

p {
		font-family:Tahoma, Geneva, sans-serif;
		font-size:13px;
		color: #4D3C09;
}
a:link {
	color: #0B6ACA;
	text-decoration:underline;
}

a:visited {
	color: #0B6ACA;
	text-decoration:underline;
}

a:hover {
	color: #C30;
	text-decoration:none;
}


#navbar {
	margin-top:25px;
	height:34px;
	background:#73460d;
}
	#nav {
		width:900px;
		margin-left:auto;
		margin-right:auto;
	}
	#nav-left {
		float:left;
	}
	#nav-right{
		float:right;
	}
		#about {
		width:65px;
		height:34px;
		float:left;
		}
		#about a {
			display:block;
			width:65px;
			height:34px;
			color:#fff;
			text-decoration:none;
			background:url("../img/nav-about.gif") no-repeat;
			padding:0px;
		}
		#about a:hover { 
			background-position:0 -34px;
			color: #1e5ebd;
		}
		#facts {
		width:63px;
		height:34px;
		float:left;
		}
		#facts a {
			display:block;
			width:63px;
			height:34px;
			color:#fff;
			text-decoration:none;
			background:url("../img/nav-facts.gif") no-repeat;
			padding:0px;
		}
		#facts a:hover { 
			background-position:0 -34px;
			color: #1e5ebd;
		}
		#give {
		width:53px;
		height:34px;
		float:left;
		}
		#give a {
			display:block;
			width:53px;
			height:34px;
			color:#fff;
			text-decoration:none;
			background:url("../img/nav-give.gif") no-repeat;
			padding:0px;
		}
		#give a:hover { 
			background-position:0 -34px;
			color: #1e5ebd;
		}
		#volunteer {
		width:96px;
		height:34px;
		float:left;
		}
		#volunteer a {
			display:block;
			width:96px;
			height:34px;
			color:#fff;
			text-decoration:none;
			background:url("../img/nav-vol.gif") no-repeat;
			padding:0px;
		}
		#volunteer a:hover { 
			background-position:0 -34px;
			color: #1e5ebd;
		}
		#contact {
			width:91px;
			height:34px;
			float:left;
		}
		#contact a {
			display:block;
			width:91px;
			height:34px;
			color:#fff;
			text-decoration:none;
			background:url("../img/nav-contact.gif") no-repeat;
			padding:0px;
		}
		#contact a:hover { 
			background-position:0 -34px;
			color: #1e5ebd;
		}	
#container {
		width:900px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:15px;
}
	#content-lefthome {
		margin-top: 485px;
		width: 415px;
		float:left;
	}
	#content-righthome {
		margin-top: 0px;
		margin-bottom: 0px;
		width: 470px;
		float:right;
		background-image:url(../img/content-bg.png);
		background-repeat:repeat-y;
		background-position: center bottom;
	}
	#content-righthomeend {
		margin-top: 0px;
		width: 470px;
		height: 40px;
		float:right;
		background-image:url(../img/content-bg-end.png);
		background-repeat:repeat-y;
		background-position: top center;
	}
	#content-righthome p {
		margin-left:20px;
		margin-right:20px;
	}
#footbar{
	margin-bottom:0px;
	height:150px;
	background-color:#73460d;
}
	#footer {
		width:900px;
		margin-left:auto;
		margin-right:auto;
		margin-top:10px;
		color:#bca68b;
	}
		#logo {
			margin-top:15px;
			width:193px;
			height:38px;
			float:left;
		}
		#logo a {
			display:block;
			width:193px;
			height:38px;
			color:#fff;
			text-decoration:none;
			background:url("../img/logo.png") no-repeat;
		}
		#logo a:hover { 
			background-position:0 -38px;
			color: #1e5ebd;
		}
		#logo2 {
			margin-top:15px;
			width:139px;
			height:39px;
			float:left;
		}
		#logo2 a {
			display:block;
			width:139px;
			height:39px;
			color:#fff;
			text-decoration:none;
			background:url("../img/logo2.png") no-repeat;
		}
		#logo2 a:hover { 
			background-position:0 -39px;
			color: #1e5ebd;
		}	
	#footer p {
			font-family:Georgia, "Times New Roman", Times, serif;
			color:#bca68b;
	}
	#footer h3 {
			font-family:Georgia, "Times New Roman", Times, serif;
			color:#bca68b;
			padding:0;
			margin:0;
			margin-top:15px;
	}
	#footer-left {
		float:left;
		color:#bca68b;
	}
	#footer-right {
		margin:0px;
		padding:0px;
		text-align:right;
		float:right;
		width:300px;
	}
		#footer-right a:link {
		color: #BDE0FB;
		text-decoration:underline;
		}
		
		#footer-right a:visited {
			color: #BDE0FB;
			text-decoration:underline;
		}
		
		#footer-right a:hover {
			color: #FFF;
			text-decoration:none;
		}

/*----Contact Form Stuff------*/
#contact-area {
	width: 450px;
	margin-top: 5px;
	margin-left:20px;
	margin-right:20px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 350px;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #C30;
}

#contact-area input.submit-button {
	margin-left:74px;
	width: 100px;
	float: left;
}

td.left {
	width: 50px;
	text-align: left;
	font-size: 13px;
}

#catpcha-area {
	text-align:right;
}