@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	background-color: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a img {
	border: 0;
}
.subhead {
	font-size:14px;
	font-weight:600;
	color:#00906F;
	position:absolute;
	left:35px;
	height:19px;
	width:578px;
	border:none;
}
.textblock {
	position:absolute;
	left:35px;
	width:578px;
	border:none;
}
.caption {
	font-size:9px;
	font-weight:500;
	text-align: center;	
}
.oneColFixCtr #container {
	width: 640px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left;
}
.oneColFixCtr #mainContent {
	/* padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box 
	border: 1px solid #00906F; */
	border: 3px solid #00906F;
	position:relative;
}
a:link {
	color: #00906F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00906F;
}
a:hover {
	text-decoration: underline;
	color: #3366FF;
}
a:active {
	text-decoration: none;
	color: #3366FF;
}
#logoleft {
	float:left;
	padding-right:15px;
	padding-bottom:10px;
	padding-top: 8px;
}
#logoright {
	float:right;
	padding-left:15px;
	padding-bottom:10px;
	padding-top: 11px;
}
.imageleft {
  float:left;
  padding-right:15px;
  padding-bottom:10px;
}
.imageright {
  float:right;
  padding-left:15px;
  padding-bottom:10px;
}
#header {
	height: 63px;
}
#menubar {
	border: 3px solid #00906F;
	border-bottom: none; 
	background-color: #E4F1EE;
	height: 26px;
}
.menuitem {
	float:left;
	padding:6px;
	padding-left:12px;
	padding-right:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00906F;
}
.gardenpic {
	height:96px;
	width:140px;
	position:absolute;
	border: 2px solid #00906F;
}
