@charset "utf-8";
/* CSS Document */

body {
	background: #fff url(../img/bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	}
h1 {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid;
	margin-bottom: 15px;
	}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #000000;
	}
hr {
	border: none;
	height: 2px;
	background-color: #679AC9;
	}
p {
	font-size: 12px;
	color: #000;
	margin-bottom: 15px;
	}
p strong {
	font-size: 14px;
	font-weight: bold;
	}
div.form_seperator {
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	}
label {
	clear: left;
	float: left;
	width: 130px;
	text-align: right;
	margin: 0 10px 0 0;
	}
input[type=text] {
	float: left;
	margin: 0 0 10px 0;
	border: 2px solid #679AC9;
	}
span.checkboxes {
	float: left;
	margin: 0 0 10px 0;
	font-weight: bold;
	}
select {
	float: left;
	margin: 0 0 10px 0px;
	border: 2px solid #679AC9;
	}
textarea {
	float: left;
	width: 250px;
	height: 100px;
	border: 2px solid #679AC9;
	margin: 0 0 10px 0;
	}
.left {
	float: left;
	margin: 0 10px 10px 0;
	}
.right {
	float: right;
	margin: 0 0 10px 10px;
	}
.clear {
	clear: both;
	}
#container {
	width: 865px;
	margin: auto;
	}
	#header {
		height: 310px;
		background: url(../img/header.jpg);
		position: relative;
		}
		#logo {
			float: right;
			margin: 20px 80px 0 0;
			}
		#links {
			position: absolute;
			right: 0;
			bottom: 0;
			height: 28px;
			}
			#links li {
				float: left;
				background: url(../img/link_bg_right.png) top right no-repeat;
				padding-right: 10px;
				margin: 0;
				}
				#links li a {
					display: block;
					padding: 0 0 0 10px;
					margin-right: 0;
					line-height: 28px;
					color: #fff;
					font-size: 14px;
					text-decoration: none;
					font-weight: bold;
					text-shadow: #000 1px 1px 3px;
					background: url(../img/link_bg_left.png) top left no-repeat;
					}
	#menu {
		position: relative;
		z-index: 2;
		height: 45px;
		width: 860px;
		padding: 10px 0 0 15px;
		margin: 0 0 0 -5px;
		background: url(../img/menu.png);
		}
		#menu li {
			float: left;
			position: relative;
			}
			#menu li a {
				color: #fff;
				font-size: 12px;
				font-weight: bold;
				text-decoration: none;
				padding: 5px 13px;
				border-right: 2px solid #fff;
				}
			#menu li:last-child a {
				border-right: none;
				}
				#menu li a:hover {
					color: #679AC9;
					background-color: #fff;
					}
			#menu li ul {
				display: none;
				}
			#menu li:hover ul,
			#menu li ul.over {
				display: block;
				position: absolute;
				left: -5px;
				top: 23px;
				width: 200px;
				background-color: #679AC9;
				border: 3px solid #fff;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				}
				#menu li.reverse:hover ul {
					display: block;
					position: absolute;
					left: -140px;
					top: 23px;
					width: 200px;
					background-color: #679AC9;
					border: 3px solid #fff;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					}
			#menu li:hover ul li ul {
				display: none;
				}
				#menu li ul li {
					float: none;
					position: relative;
					}
					#menu li ul li a {
						display: block;
						font-size: 10px;
						border: none;
						padding: 3px;
						}
					#menu li ul li ul {
						display: none;
						}
					#menu li ul li:hover ul {
						display: block;
						position: absolute;
						left: 197px;
						top: -3px;
						width: 200px;
						background-color: #679AC9;
						border: 3px solid #fff;
						-moz-border-radius: 5px;
						-webkit-border-radius: 5px;
						}
						#menu li ul li.reverse:hover ul {
							display: block;
							position: absolute;
							left: -206px;
							top: -3px;
							width: 200px;
							background-color: #679AC9;
							border: 3px solid #fff;
							-moz-border-radius: 5px;
							-webkit-border-radius: 5px;
							}
	#sidebar {
		float: right;
		width: 250px;
		color: #679ac9;
		}
		#sidebar p {
			font-size: 10px;
			}
		#sidebar a {
			color: #4F75A0;
			text-decoration: underline;
			font-size: 12px;
			}
		#sidebar div.widget {
			margin-bottom: 20px;
			}
		#social {
			margin: 0 10px 20px 10px;
			height: 35px;
			}
			#social a {
				margin-right: 12px;
				}
		#sidebar strong {
			color: #679ac9;
			}
	#content {
		margin-right: 280px;
		color: #679ac9;
		font-size: 12px;
		}
		#content table {
			color: #000;
			}
		#content strong {
			color: #8FB869;
			}
		#content .wp-caption {
			font-size: 10px;
			border: 1px solid #ccc;
			}
			#content .wp-caption img {
				margin: 5px;
				}
			#content .wp-caption p {
				font-size: 10px;
				margin: 0 5px 5px 5px;
				}
			#content .alignleft {
				float: left;
				margin: 0 15px 10px 0;
				}
			#content .alignright {
				float: right;
				margin: 0 0 10px 15px;
				}
		#content ul {
			list-style: square;
			margin-left: 20px;
			color: #000;
			margin-bottom: 10px;
			}
		#breadcrumb {
			color: #a8a9ab;
			font-size: 10px;
			font-weight: bold;
			}
		#twitter {
			height: 35px;
			margin-bottom: 20px;
			padding-left: 170px;
			padding-right: 25px;
			color: #000000;
			background: url(../img/twitter.png) no-repeat;
			}
			#twitter a {
				display: block;
				color: #000;
				text-decoration: none;
				font-size: 10px;
				padding: 10px 20px;
				text-align: center;
				}
				#twitter a:hover {
					color: #60A63E;
					}

		div.home_left {
			clear: left;
			float: left;
			width: 200px;
			color: #007E3D;
			margin-bottom: 15px;
			padding-right: 20px;
			}
			div.home_left p {
				font-size: 10px;
				}
			div.home_left.bloom div.thumb {
				float: left;
				position: relative;
				border: 1px solid #ddd;
				width: 87px;
				height: 87px;
				margin: 0 10px 10px 0;
				}
				div.home_left.bloom div.thumb a {
					position: absolute;
					clip: rect(25px 110px 110px 25px);
					top: -25px;
					left: -25px;
					margin: 1px;
					}
		div.home_right {
			margin-left: 230px;
			width: 355px;
			color: #8FB869;
			margin-bottom: 15px;
			}
			div.home_right p {
				font-size: 10px;
				}
			div.home_right strong {
				color: #8FB869;
				}
			div.home_right.whatsnew {
				width: 175px;
				padding-right: 180px;
				position: relative;
				margin-bottom: 50px;
				}
				div.home_right.whatsnew img {
					position: absolute;
					top: 0;
					right: 0;
					}
				div.home_right.whatsnew h1 {
					width: 355px;
					}
				div.home_right.whatsnew ul {
					line-height: 10px;
					}
				div.home_right.whatsnew a {
					font-size: 10px;
					text-decoration: none;
					color: #7994B8;
					}
			div.home_right.gardenevent {
				background: #8FB869 url(../img/gardenevent.jpg) no-repeat;
				width: 195px;
				padding: 10px 30px 10px 130px;
				color: #fff;
				}
				div.home_right.gardenevent img {
					float: left;
					margin: -10px 10px 10px -130px;
					}
				div.home_right.gardenevent a {
					color: #fff;
					font-size: 10px;
					}
				div.home_right.gardenevent h1 {
					font-size: 18px;
					border-bottom: none;
					margin-bottom: 5px;
					}
				div.home_right.gardenevent strong {
					color: #fff;
					}
		#content ul.staff {
			list-style: none;
			margin: 0;
			}
			ul.staff li {
				float: left;
				width: 50%;
				height: 100px;
				margin-bottom: 10px;
				}
				ul.staff li img {
					float: left;
					margin-right: 10px;
					}
				ul.staff li a {
					color: #8FB869;
					}
	#footer p {
		clear: both;
		text-align: center;
		text-transform: uppercase;
		font-size: 9px;
		color: #999; 
		}