/* LAYOUT */
body {
	margin:0;
	padding:0;
	background-color:#003563;
	text-align:center;
}
#wrapper {
	margin:0 auto;
	width:1000px;
	text-align:left;
}
#container {
	margin:0 auto;
}
#header {
  padding:0px 125px;
  background:url(/tp/pond.nsf/bg-header.jpg) no-repeat top left;
  height:187px;
}
#logo {
  float:left;
  width:315px;
  height:140px;
}
#header_text {
  float:right;
  margin:45px 30px 0 0;
  width:350px;
}
#menu {
  border-top:1px solid #e5d3c8;
  border-bottom:1px solid #e5d3c8;
  text-align:center;
  padding:6px 0;
}
#menu ul {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#menu li {
	display:inline;
	border-right:1px solid #e5c7b4;
	margin:0;
	padding-right:5px;
}
#menu li a {
  padding:0 8px;
}
#menu .last {
  border:0px;
}
#content {
  padding:10px 125px;
	background:url(/tp/pond.nsf/bg-content.jpg) repeat-y top left;
	min-height:400px;
}
h1, h2, h3 {
	margin:0;
	padding:0;
}
#footer {
	background:url(/tp/pond.nsf/bg-footer.jpg) no-repeat top left;
  height:96px;
  padding:28px 125px;
}
.clear {
	clear:both;
}
/* STYLE */
td { font-size: 9pt; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000;
}
a:link {
	color:#cf5200;
}
a:active, a:focus {
	color:#ff6500;
}
a:visited {
	color:#a36135;
}
a:hover {
	color:#993d00;
	background-color:#ffe4d3;
}
#logo a:hover {
	background-color:transparent;
}
h1 {
	color:#0066cc;
	font-size:16pt;
	font-weight:normal;
	margin-bottom:6px;
}
h2 {
	color:#0066cc;
	font-size:11pt;
	font-weight:bold;
}
h3 {
	color:#0066cc;
	font-size:10pt;
	font-weight:normal;
}
#header_text {
  font-size:9pt;
  line-height:1.3em;
}
#menu {
	font-size:11pt;
	letter-spacing:-0.8px;
}
#menu a:link {
	color:#cf5200;
	text-decoration:none;
}
#menu a:active, a:focus {
	color:#ff6500;
	text-decoration:none;
}
#menu a:visited {
	color:#a36135;
	text-decoration:none;
}
#menu a:hover {
	color:#993d00;
	text-decoration:underline;
	background-color:#ffe4d3;
}
#index #menu #home a, 
#products #menu #products a, 
#classes #menu #classes a, 
#events #menu #events a,
#gallery #menu #gallery a,
#contact #menu #contact a {
	color:#000;
	text-decoration:none;
}
#container {
	line-height:1.5em;
}
.news_item h2 {
  background:url(/tp/pond.nsf/news-item.gif) no-repeat bottom left;
  padding-left:18px;
  line-height:1em;
}
.news_item p {
  padding:0;
  margin:0;
  font-size:9pt;
}
.plant_item h1 {
  background:url(/tp/pond.nsf/news-item.gif) no-repeat bottom left;
  padding-left:18px;
  line-height:1em;
  color:#0066cc;
}
.plant_item h2 {
   padding-left:28px;
  line-height:1em;
  color:#993d00;
}
#footer {
	font-size:8pt;
	color:#c1c1c1;
}
/* LISA ADDED*/
.imgRight {
         float: right; /*right in our text*/
         margin: 0 2px 2px 7px; /*space around the image*/
}
.imgLeft {
        float: left; /*left in our text*/
        margin: 0 7px 2px 2px; /*space around the image*/
}
.imgLeftBull {
        float: left; /*left in our text*/
        margin: 0 0px 0px 0px; /*space around the image*/
}
.imgRightBull {
         float: right; /*right in our text*/
         margin: 0 0px 0px 0px; /*space around the image*/
}
a.footerlink:link {
	color:#99cc00;
}
a.footerlink:active, a:focus {
	color:#99cc00;
}
a.footerlink:visited {
	color:#99cc00;
}
a.footerlink:hover {
	color:#99cc00;
	background-color:#FFFFCC;
}
