#top_about{/*===============================================Master Page CSS begins================================>*/
	width:1109px;
	height:113px;
	background-image:url(../images/wood_background_top.png);
	position:relative;
}
#divider-top {
	width:100%;
	height:5px;
	background:black;
	position:absolute;
	bottom:0;
}

#search_bar {
	width:274px;
	height:27px;
	background:white;
	border:1px solid black;
	float:right;
	margin-top:13px;
	margin-right:71px;
	text-align:center;
	font-family:kefa;
	padding-top:1px;
	border-radius: 6px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.65);
}

#logo {
	width:360px;
	height: 112px;
	float: left;
}

#left_head_link {
	width:181px;
	height:40px;
	background:url(../images/link_background.png) no-repeat;
	float:left;
	color:white;
	font-size:29px;
	text-align:center;
	font-family:kefa;
	padding-top:12px;
	text-shadow: 2px 2px 2px rgba(0,0,0,.65);
	border-radius: 6px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.65);
}
	

#left_head_link:hover {
	text-shadow: 3px 3px 3px rgba(0,0,0,.65);
	
}
#center_head_link {
	width:181px;
	height:40px;
	background:url(../images/link_background.png) no-repeat;
	float:left;
	color:white;
	font-size:29px;
	text-align:center;
	margin-left:16px;
	margin-right:16px;
	font-family:kefa;
	padding-top:12px;
	text-shadow: 2px 2px 2px rgba(0,0,0,.65);
	border-radius:6px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.65);
}

#center_head_link:hover {
	text-shadow: 3px 3px 3px rgba(0,0,0,.65);
}
#right_head_link {
	width:181px;
	height:40px;
	background:url(../images/link_background.png) no-repeat;
	float:right;
	color:yellow;
	font-size:50px;
	text-align:center;
	font-family:kefa;
	text-shadow: 2px 2px 2px rgba(0,0,0,.65);
	border-radius:6px;
	padding-bottom:10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.65);
}


#right_head_link:hover {
	text-shadow: 3px 3px 3px rgba(0,0,0,.65);
}

#header_links {
	width:587px;
	height:52px;
	float:right;
	margin-top:10px;
	margin-left:88px;
	margin-right:16px;
}
.head_foot_link a {
	color:white;
	text-decoration:none;
	
}
.head_foot_link_special a {
	color:yellow;
	text-decoration:none;
}

body {
	background:#B0B0B0;
}
/*========================================================Master Page CSS Ends=======================================>*/

#site_container {/*======================================Main Site Content Begins==============================>*/
	width:1109px;
	height:925px;
	background:white;
	margin:0 auto;
}
#main_content {
	height:704px;
	width:1109px;
	
}

#about_title {
	color:#325F3A;
	font-family:kefa;
	font-size:30px;
	
	display:block;
	width:20%;
	float:right;
	margin-right:390px;
	margin-top:70px;
}

#text_top {
	font-family:monaco;
	font-size:18px;
	
	display:block;
	float:right;
	width:55%;
	height:20%;
}

#text_mid {
	font-family:monaco;
	font-size:18px;
	
	display:block;
	float:right;
	width:55%;
	height:20%;
}

#text_bottom {
	font-family:monaco;
	font-size:18px;
	
	display:block;
	float:right;
	width:90%;
	height:20%;
}

#smallgroupplanting {
	margin-top:160px;
	margin-left:115px;
	
	border-radius:6px;
	box-shadow:2px 2px 2px rgba(0,0,0,.65);
	
}
/*=======================================================Main Site Content Ends===================================>*/

footer {/*==================================================Master Page Footer CSS Begins====================================>*/
	width:1109px;
	height:113px;
	background-image:url(../images/wood_background.png);
	position:relative;
}
#divider-bottom {
	width:1109px;
	height:5px;
	background:black;
	position:absolute;
	top:0;
	left:0;
}
#left_foot_link {
	width:181px;
	height:40px;
	background:url(../images/link_background.png) no-repeat;
	float:left;
	color:white;
	font-size:29px;
	text-align:center;
	font-family:kefa;
	text-shadow: 2px 2px 2px rgba(0,0,0,.65);
	border-radius:6px;
	padding-bottom:10px;
	margin-top:10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.65);
	
}
#left_foot_link:hover {
	text-shadow: 3px 3px 3px rgba(0,0,0,.65);
}
#right_foot_link {
	width:181px;
	height:40px;
	background:url(../images/link_background.png) no-repeat;
	float:left;
	color:white;
	font-size:29px;
	text-align:center;
	font-family:kefa;
	margin-left:10px;
	text-shadow: 2px 2px 2px rgba(0,0,0,.65);
	border-radius:6px;
	padding-bottom:10px;
	margin-top:10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.65);
	
}
#right_foot_link:hover {
	text-shadow: 3px 3px 3px rgba(0,0,0,.65);
}
#footer_links {
	margin-left:24px;
}

#social_links {
	width:135px;
	height:35px;
	list-style:none;
	float:right;
	margin-right:200px;
	
}
#social_links li {
	float:left;
	margin:5px;
}


	

/*==========================================================Footer CSS Ends======================================>*/