/* === DYMENT'S FARM STYLESHEET === */

#FarmContainer {
	width: 776px;
	margin: 0 auto;
}

/* --- Menu --- */
#FarmContainer #nav li ul { background: #F9C74C url(../../Images/farm_dd_bg.jpg) no-repeat left bottom; } 
	#FarmContainer #nav li ul li { background: url(../../Images/farm_dd_bullet.gif) no-repeat left center; }
		#FarmContainer #nav li ul a:link { color: #467724; text-decoration: none; }
		#FarmContainer #nav li ul a:visited { color: #467724; text-decoration: none; }
		#FarmContainer #nav li ul a:hover { color: #591F00; text-decoration: underline; }
		#FarmContainer #nav li ul a:active { color: #591F00; text-decoration: underline; }



/* --- Footer --- */
#FarmContainer #Footer { color: #E8E7DE; }
	#FarmContainer #Footer a:link { color: #F9C74C; }
	#FarmContainer #Footer a:visited { color: #F9C74C; }
	#FarmContainer #Footer a:hover { color: #609331; }
	#FarmContainer #Footer a:active { color: #609331; }
	
	#FarmContainer .Copyright { background: url(../../Images/farm_foot_01.jpg) no-repeat left top; }
	#FarmContainer .Links { background: url(../../Images/farm_foot_02.jpg) no-repeat left top; }
	


/* --- Homepage Body Area --- */
#FarmContainer #HomeBody { background: url(../../Images/farm_home_bg.jpg) repeat-y left top; }
	#FarmContainer #LeftCol { background: url(../../Images/farm_home_welcome_top.jpg) no-repeat left top; }
		#FarmContainer #LeftCol hr {
			border-top: 1px solid #C64800;
			border-bottom: 1px solid #E0631A;
		}
	#FarmContainer #RightCol { 
		background: url(../../Images/farm_home_right_top.jpg) no-repeat left top;
		color: #591F00;
	}
		#FarmContainer #RightCol hr {
			border-top: 1px solid #C4B081;
			border-bottom: 1px solid #E1CFA6;
		}
			.Pumpkins p img {  margin-top: -30px; }
			.Schools p img { margin-top: -40px; }
			.Parties p img { margin-top: -15px; }
			
			#FarmContainer .MoreLink a:link { color: #467724; }
			#FarmContainer .MoreLink a:visited { color: #467724;  }
			#FarmContainer .MoreLink a:hover { color: #DB4E00;  }
			#FarmContainer .MoreLink a:active { color: #DB4E00;  }
			
		.Pumpkins { height: 168px; }
		.Schools, .Parties {
			float: left;
			width: 229px;
			height: 168px;
		}
		.Schools { border-right: 1px solid #C4B081; }
		.Parties { border-left: 1px solid #E1CFA6; }



/* --- Content Area --- */
#FarmContainer #ContentArea { color: #591F00; }
	#FarmContainer #ContentArea p strong { color: #467724; }
	
		#FarmContainer #ContentArea a:link { color: #467724; }
		#FarmContainer #ContentArea a:visited { color: #467724;  }
		#FarmContainer #ContentArea a:hover { color: #DB4E00;  }
		#FarmContainer #ContentArea a:active { color: #DB4E00;  }
	
		#FarmContainer #ContentArea ul { list-style: url(../../Images/farm_ul_bullet.gif); }
		
		#FarmContainer #ContentArea h2 {
			font-size: 14px;
			color: #2f5018;
			margin: 25px 0 5px;
			/*border-bottom: 1px solid #467724;*/
		}
		#FarmContainer #ContentArea h3 { color: #b04f19; }
		
		#FarmContainer #ContentArea blockquote { color: #467724; }
		
