/* Global Classes */
div.clear {
	clear: both;
	height: 0;
	line-height: 0;
}
li.clear {
	clear: both;
}

/* Layout CSS */
#Wrapper {
	margin: 10px auto 0 auto;
	width:768px;
}
#Header {
	height: 71px;
	overflow: hidden;
	background: #4A682B url(../images/header.jpg) top left no-repeat;
}
	#Header a {
		display: block;
		width: 136px;
		height: 66px;
		text-indent: -9000px;
	}
	#Header p {
		text-indent: -9000px;
	}
/* Navigation Styles	*/
#Menu1 {
	height: 20px;
	margin: 0 0 14px 0;
	font-family: Verdana,Arial,sans-serif;
	padding: 1px 0;
	list-style: none;
	background: url(../images/header-nav.gif) top left no-repeat;
}
	#Menu1 li {
		float: left;
		width: 128px;
		height: 20px;
		margin-left: -1px;
		border-left: 1px solid #CCD8BD;
	}
		#Menu1 li:first-child {
			margin-left: 0px;
			border-left: none;
		}
		#Menu1 li a {
			display: block;
			width: 128px;
			height: 15px;
			padding: 3px 0;
			text-decoration: none;
			text-align: center;
			font-size: 12px;
			line-height: 12px;
			color: #5F6D40;
		}
		#Menu1 li a:hover {
			text-decoration: underline;
		}
		#Menu1 li.current a,
		#Menu1 li.section a {
			height: 22px !important;
			background: url(../images/icons/menu1-arrow-down.gif) no-repeat !important;
			background-position: center 18px !important;
			
			/* The arrow background doesn't work right in IE6, so we'll turn it off */
				height: 15px;
				background: none;
				overflow: visible;
		}

.cycle {
	height: 305px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

#ContentContainer {
	clear: both;
	margin-bottom: 20px;
}

#Menu2 {
	float: left;
	width: 190px;
	background: #F8FFF1;
	border: 1px dotted #E5FFCC;
	padding: 10px 10px 10px 10px;
}
	#Menu2Nav {
		list-style: none;
	}
		#Menu2Nav li {
			margin-top: 10px;
			padding-right: 10px;
			text-align: right;
		}
			#Menu2Nav li:first-child {
				margin-top: 0;
			}
			#Menu2Nav li.current,
			#Menu2Nav li.section {
				background: url(../images/icons/arrow-right-current.gif) center right no-repeat;
			}
		#Menu2Nav a {
			color: #4A692B;
			font-weight: bold;
			font-size: 1.1em;
			line-height: 1.6em;
			text-decoration: none;
		}
		#Menu2Nav a:hover {
			text-decoration: underline;
		}
		#Menu2Nav li.current a,
		#Menu2Nav li.section a {
			color: #666;
		}
	#ContactInfoLeft,
	#HoursLeft {
		border-top: 1px dotted #BAE095;
		border-bottom: 1px dotted #BAE095;
		margin: 15px 10px;
		padding: 15px 0;
	}
	#ContactInfoLeft {
		border-bottom: none;
	}
		#ContactInfoLeft h3,
		#HoursLeft h3 {
			margin-top: 10px;
			color: #4A692B;
			font-size: 1.1em;
			line-height: 1.6em;
			font-weight: bold;
		}
			#ContactInfoLeft h3:first-child,
			#HoursLeft h3:first-child {
				margin-top: 0;
			}
		#ContactInfoLeft p,
		#HoursLeft p {
			margin-left: 5px;
		}
	form#SearchForm_SearchForm {
		margin: 0 10px;
		padding: 0 0 5px 0;
	}
		form#SearchForm_SearchForm div#Search input {
			display: block;
			width: 164px;
			padding: 2px;
			background: #F8F8F8;
			border: 1px solid #AAA;
		}

#Content {
	float: left;
	width: 536px;
	margin-left: 20px;
	padding-bottom: 20px;
}

#HomeContent {
	margin-bottom: 20px;
	padding-left: 20px;
}
	#HomeContentLeft {
		float: left;
		width: 443px;
		margin-right: 20px;
	}
	#HomeContentRight {
		float: right;
		width: 285px;
	}

div.breadcrumbs {
	margin-bottom:10px;
	font-size:1em;
	color:#666;
}
div.breadcrumbs a {
	text-decoration:none;
}

table {
	border-collapse: collapse;
}
	table tr {
	}
		table tr td {
			padding: 10px 25px;
		}

#GMap {
	width: 100%;
	margin: 0 0 15px 0;}
	div#GInfoWindow {
		position: absolute;
		width: 150px;
		padding: 10px;
		background: #FFF;
		border: 1px solid #000;
	}
		div#GInfoWindow * {
			margin: 0 !important;
		}
	

#Footer1 {
	clear: both;
	height: 100px;
	margin-bottom: 10px;
	padding: 2px 0;
	list-style: none;
	border-top: 1px solid #CCD8BD;
	border-bottom: 1px solid #CCD8BD;
}
	#Footer1 li {
		float: left;
		border-left: 1px solid #CCD8BD;
	}
		#Footer1 li:first-child {
			border-left: none;
		}
		#Footer1 li a {
			display: block;
			width: 191px;
			height: 100px;
			text-indent: -9000px;
		}
			#Footer1 li a#CommercialLandscaping {
				background: url(../images/footer/commercial-landscaping.jpg);
			}
			#Footer1 li a#ResidentialLandscaping {
				background: url(../images/footer/residential-landscaping.jpg);
			}
			#Footer1 li a#TheNursery {
				background: url(../images/footer/the-nursery.jpg);
			}
			#Footer1 li a#OurRoots {
				background: url(../images/footer/our-roots.jpg);
			}

#Footer2 {
	height: 50px;
	overflow: hidden;
	padding: 15px 30px 0 30px;
	font-family: Arial,Verdana,sans-serif;
	background: #4A682B url(../images/footer.jpg);
}
	#Footer2Nav {
		float: left;
		height: 13px;
		list-style: none;
	}
		#Footer2Nav li {
			float: left;
			margin-left: -2px;
			border-left: 2px solid #FFF;
		}
			#Footer2Nav li:first-child {
				margin-left: 0;
				border-left: none;
			}
				#Footer2Nav li a {
					display: block !important;
					display: inline;
					height: 13px;
					padding: 0 7px;
					text-decoration: none;
					text-align: center;
					font-size: 13px;
					line-height: 13px;
					color: #FFF;
				}
				#Footer2Nav li:first-child a {
					padding-left: 0;
				}
				#Footer2Nav li a:hover {
					color: #D4D4D4;
				}
	#FooterContact {
		float: right;
	}
		#FooterContact a {
			display: block;
			height: 13px;
			text-decoration: none;
			text-align: right;
			font-size: 13px;
			line-height: normal;
			color: #FFF;
		}
		#FooterContact a:hover {
			color: #D4D4D4;
		}
	
	#Copyright {
		clear: both;
		margin: 20px 0 5px 0 !important;
		margin-top: 10px;
		font-size: 11px;
		line-height: normal;
		color: #AC8E65;
	}

#Membership {
	height: 25px;
	margin: 5px 5px;
	list-style: none;
}
	#Membership li {
		float: right;
		margin: 0 5px;
		height: 25px;
	}
		#Membership li a {
			display: block;
		}
		

#NewsList {
	border-collapse: collapse;
}
	#NewsList th {
		padding: 0 10px;
		color: #333;
		font-weight: bold;
		text-decoration: underline;
	}
	#NewsList td {
		padding: 10px;
	}
	#NewsList th,
	#NewsList td {
		vertical-align: top;
	}
	Ô

#StaffList {
	list-style: none;
}
	#StaffList li {
		float: left;
		width: 110px;
		padding: 10px 0;
		list-style: none;
		text-align: center;
	}
		#StaffList li:hover {
			background: #F8FFF1;
		}
		#StaffList .staffname {
			margin-top: 3px;
		}
		#StaffList .staffphoto {
		}     
		#StaffList .staffphoto img {
			border:1px solid #4A692B;
		}
		
		#StaffList .staffdescription {
			margin-left: 60px;
			margin-bottom:30px;
		}

#StaffPhoto {
	float: left;
	margin-right: 10px;
}
	#StaffPhoto img {
		border:1px solid #AAA;
	}

#StaffInfo {
}
	#StaffInfo h1,
	#StaffInfo h3 {
		margin-bottom: 0;
	}

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}