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

/* Standard elements should be contained within the global css file			*/
/*--------------------------------------------------------------------------*/

/* Block Level Elements			 	*/
/*----------------------------------*/
#splash {
	width:						977px;
	height:						312px;
	margin-left:				auto;
	margin-right:				auto;
}

#donate_bar {
	background-color:			#341a03;
	
	width:						963px;
	height:						22px;
	margin-left:				auto;
	margin-right:				auto;
	padding-top:				8px;
	padding-left:				14px;
	
	color:						#d9cfc2;
	font-size:					12px;
	font-weight:				bold;
	word-spacing:				3px;
	letter-spacing:				2px;
}

#center_content_area {
	background-image:			url('/files/site_images/home/map_bg.png');
	background-repeat:			no-repeat;

	width:						477px;
	height:						110px;
	margin-left:				auto;
	margin-right:				auto;
	
	color:						#341a03;
	font-size:					12px;
	font-family:				Arial, Helvetica, sans-serif;
	text-align:					left;	
	
	padding-left:				180px;
	padding-right:				320px;
	padding-top:				15px;
	position:					relative;
	z-index:					10;
}

#middle_right {
	width:						230px;
	
	margin-top:					11px;
	margin-left:				20px;
	padding-left:				15px;
	
	border-style:				none;
	border-left-style:			solid;
	border-left-width:			1px;
	border-left-color:			#918377;
	
	color:						#341a03;
	font-size:					12px;
	font-family:				Arial, Helvetica, sans-serif;
	
	float:						left;
}

#middle_left_title {
	font-family:				Georgia, "Times New Roman", Times, serif;
	font-size:					16px;
	font-weight:				bold;
	color:						#341a03;
	letter-spacing:				1px;
	padding-bottom:				7px;
}

#middle_left {
	width:						270px;
	margin-top:					11px;
	padding-left:				150px;
	
	color:						#341a03;
	font-size:					12px;
	font-family:				Arial, Helvetica, sans-serif;
	text-align:					left;
	float:						left;
}

#join_the_adventure_bar {
	background-image:			url('/files/site_images/home/join_the_adventure_bg.jpg');
	background-repeat:			no-repeat;
	
	width:						977px;
	height:						42px;
	margin-left:				auto;
	margin-right:				auto;
	
	position:					relative;
	top:						-7px;
	z-index:					5;
}

#twitter {
	background-image:			url('/files/site_images/global/twitter.png');
	background-repeat:			no-repeat;

	width:						89px;
	height:						21px;
	float:						left;
	
	margin-left:				10px;
	margin-top:					10px;
}

#facebook {
	background-image:			url('/files/site_images/global/facebook.png');
	background-repeat:			no-repeat;

	width:						77px;
	height:						25px;
	float:						left;

	margin-top:					9px;
	margin-left:				10px;
}

#side_photos {
	background-image:			url('/files/site_images/home/side_photos.png');
	background-repeat:			no-repeat;
	
	width:						325px;
	height:						221px;
	float:						right;
	
	position:					relative;
	top:						-335px;
	right:						-3px;
	
	z-index:					30;
}

#featured_sections {
	width:						977px;
	height:						85px;
	margin-left:				auto;
	margin-right:				auto;
}

#bottom_left_title {
	font-family:				Georgia, "Times New Roman", Times, serif;	
	color:						#ffffff;
	font-weight:				bold;
	font-size:					16px;
	
	padding-top:				10px;
	padding-left:				90px;
}

#bottom_left_content {
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					11px;
	font-weight:				bold;
	color:						#ffffff;

	padding-left:				100px;
	padding-right:				28px;
}

#bottom_left {
	background-image:			url('/files/site_images/home/home_bottom_right.jpg');
	background-repeat:			no-repeat;
	
	width:						321px;
	height:						85px;
	float:						left;
}

#bottom_center_title {
	font-family:				Georgia, "Times New Roman", Times, serif;	
	color:						#ffffff;
	font-weight:				bold;
	font-size:					16px;
	
	padding-top:				10px;
	padding-left:				70px;
}

#bottom_center_content {
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					11px;
	font-weight:				bold;
	color:						#ffffff;

	padding-left:				90px;
	padding-right:				38px;
}

#bottom_center {
	background-image:			url('/files/site_images/home/home_bottom_left.jpg');
	background-repeat:			no-repeat;
	
	width:						321px;
	height:						85px;
	float:						left;
	
	margin-right:				5px;
	margin-left:				5px;
}

#bottom_right_title {
	font-family:				Georgia, "Times New Roman", Times, serif;	
	color:						#ffffff;
	font-weight:				bold;
	font-size:					16px;
	
	padding-top:				10px;
	padding-left:				40px;
}

#bottom_right_content {
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					11px;
	font-weight:				bold;
	color:						#ffffff;

	padding-left:				58px;
	padding-right:				70px;
}

#bottom_right {
	background-image:			url('/files/site_images/home/home_bottom_center.jpg');
	background-repeat:			no-repeat;
	
	width:						321px;
	height:						85px;
	float:						left;
}


/* Classes						 	*/
/*----------------------------------*/
.featured {
	text-decoration:			none;
	color:						#ffffff;
}

.donate {
	text-decoration:			none;
	color:						#d9cfc2;
}

.brown {
	color:						#341a03;
	font-size:					12px;
	font-family:				Arial, Helvetica, sans-serif;
	text-align:					left;
}

.brown:hover {
	color:						#341a03;
	font-size:					12px;
	font-family:				Arial, Helvetica, sans-serif;
	text-align:					left;
}
	
