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

body {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg_BODY.jpg) no-repeat center top #CCE7DA !important;
}
#container_Placement, #container_Content {	/* Container Width */
	width:800px; }
#container_Placement {
	margin:0 auto; }
#container_Content {
	float:left;
}
#gr_left {
	background:url(../images/gradient_left.png) repeat-y left;
	width:100%;
	float:left; }
#gr_right {
	background:url(../images/gradient_right.png) repeat-y right;
	width:100%;
	float:left;
	}
#gradient_top {
	background:url(../images/gradient_header.gif) no-repeat;
	width:100%;
	height:16px; }
#gradient_bottom {
	background:url(../images/gradient_footer.png) no-repeat;
	width:100%;
	height:16px;
	float:left;}
#content {
	margin:0 9px;
	background:#FFF;
	float:left;
	width:782px;
	min-height:475px; /* Defines the minimum height of the design body so that the New Harvest Logo is never found over the darker background colours of the bg image. */
	}
	#header {
		 }
	#navigation {
		float:left;
	}
		#incredible { float:left;	}
		.nav_group_left { float:left; }
		.nav_group_right { float:left; margin-left:20px; }
		
		.nav_stack { float:left; }
		.nav_stack div { clear:both; } /* nav item div */
		.nav_stack div img { border:0; } /* nav item img */
		
	#contentBody {
		width:754px;
		padding:14px;
		float:left;
	}
		#columnLeft {
			width:159px;
			float:left;
		}
		#columnLeft img { border:0; }
			#columnLeft ul { margin:0; padding:0; } /* TOP LEVEL Sub Nav List */
			#columnLeft ul ul { padding:0 0 10px 10px; } /* LEVEL 2 Sub Nav List */
			#columnLeft ul ul ul{ padding:0 0 10px 10px; } /* LEVEL 3 Sub Nav List */
				#columnLeft li { margin:3px 0; list-style:none;}

		#pageContent {
			float:left;
			width:408px;
			padding:0 14px;
		}
		#columnRight {
			width:159px;
			float:left;
		}
	
	#footerNav { /* Directly a child of #content, therefore 100% width would be 782px */
		width:603px; /* 408px + (14px + 14px) + 159px + (5px + 3px)  */
		color:#888;
		float:right;
	}
	#footerNav .nav_group_sitemap { float:left; margin-left:10px;}
	#footerNav .nav_group_left { float:left; }
	#footerNav .nav_group_right { float:left; }
	#footerNav a { margin:0 3px; }
	#footerNav	.nav_stack { padding:0 5px; } 
			
#extreme_footer {
	width:100%;
	float:left;
	padding:20px 0;
	text-align:center;
}
