@charset "utf-8"; 

body { 
  font-family: Georgia, Palatino, "Palatino Linotype", "Times New Roman", Times, serif; 
  font-size: 11pt;
  font-weight:500; 
  background-color: #FFFFFF; 
  margin: 10px; /* 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; 
}

.oneColFixCtr #container { 
  width: 760px; /* 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: 1px solid black; 
  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: none; 
  position:relative; 
} 
 
a img { 
  border: 0; 
}
 
.subhead { 
  font-size:14pt; 
  font-weight:600; 
  color: #828200; 
  position:absolute; 
  border:none; 
}

#subhead1 {
  top: 10px;
  left: 12px; 
  height:19px; 
  width:578px;
}

.textblock { 
  position:absolute; 
  left:35px; 
  width:578px; 
  border:none; 
} 

.caption { 
font-size:9px; 
font-weight:500; 
text-align: center;	
} 


a:link { 
text-decoration: none; 
} 

a:visited { 
text-decoration: none; 
} 

a:hover { 
text-decoration: underline; 
} 

a:active { 
text-decoration: none; 
} 

#logo { 
float:left; 
padding-right:15px; 
padding-bottom:10px;
} 

#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; 
}
 