*{
margin: 0;
padding: 0;
border: 0;
}

img{
margin: 0;
padding: 0;
border: 0;
}

body{
font-size: 9pt;
line-height: 14pt;
color: #3c3c3c;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image:url(images/background_strip.jpg);
background-repeat:repeat-x;
background-color: #4c6a4d;
}



#container{
position: absolute;
top: 0px;
left: 50%;
margin-left: -451px;
width: 902px;
background-color: #77a57e;

}

/* ----------------------------------------------Page Content---------------------*/

#content{
float: left;
width: 901px;
padding-bottom: 25px;
border-right: 1px solid white;
border-top: 1px solid white;
}

#contentLeft{
float: left;
width: 621px;
background-image:url(images/background_content.jpg);
background-repeat:no-repeat;
background-position: top right;
background-color: #c2d6b4;
padding-bottom: 30px;
}

#contentLeftBooks{
float: left;
width: 621px;
background-color: #c2d6b4;
padding-bottom: 30px;
}

#contentRight{
float: left;
width: 280px;
padding-bottom: 20px;
}

#footer{
float: left;
width: 901px;
height: 20px;
border-bottom: 1px solid white;
border-right: 1px solid white;
}


/*--------------------------------NAVIGATION----------------------------*/
#nav{
width: 560px;
height: 36px;
background-color: #628966;
}

#tablist{
text-align: center;
vertical-align: middle;
padding-top: 12px;
padding-bottom: 12px;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
width: 560px;
}

#tablist li{
list-style: none;
display: inline;
padding: 0px;
}

#tablist li a{
text-decoration: none;
padding: 4px 2.5px 4px 2.5px;
/*padding: 4px 0.44em;*/
margin-right: 0px;
border: 1px solid #778;
border-bottom: none;
border-top: none;
background: #77a57e;
}

#tablist li a:link, #tablist li a:visited{
color: #f9f6e0;
}

#tablist li a:hover{
color: #f9f6e0;
background: #628966;
border-color: navy;
}

#tablist li a.current{
background: #ce563a;
}

/*--------------------------------CONTACT FORM----------------------------*/

#contact_form{
width: 300px;
}

#contact_form td{
vertical-align: top;
padding: 0px 0px 0px 0px;
background-color: none;
}

#contact_form input{
background-color:  #e3eedb;
padding: 3px 3px 3px 3px;
border: 1px solid #84b08c;
}

#contact_form textarea{
background-color:  #e3eedb;
padding: 3px 3px 3px 3px;
border: 1px solid #84b08c;
}

#contact_form checkbox{
background-color:  #e3eedb;
padding: 3px 3px 3px 3px;
border: none;
}

#contact_form button{
background-color:  #e3eedb;
border: 1px solid #84b08c;
}

/* ----------------------------------------------General Content---------------------*/

.redBold{
color: #ce563a;
font-weight: bold;
font-size: 12pt;
}

.events{
font-size: 8pt;
line-height: 10pt;
}

.pdf{
font-size: 8pt;
line-height: 10pt;
}

.whiteRightText{
font-size: 8.5pt;
line-height: 10.5pt;
color: #f9f6e0;
font-weight: bold;
}

.gardenList{
margin-left: 16px;
}

.deesArticles{
margin-left: 25px;
}

.bottomnav{
font-size: 7.5pt;
line-height: 10pt;
}


/* ----------------------------------------------LINKS---------------------*/

a {
color: #3c3c3c;
text-decoration: underline;
}
a:HOVER {
color: #3c3c3c;
text-decoration: none;
}

a.pdf {
color: #3c3c3c;
text-decoration: none;
}
a.pdf:HOVER {
color: #3c3c3c;
text-decoration: underline;
}

a.bottomnav {
color: #3c3c3c;
text-decoration: none;
}
a.bottomnav:HOVER {
color: #3c3c3c;
text-decoration: underline;
}

a.linkWhite{
color: white;
text-decoration: underline;
}

a.linkWhite:HOVER{
color: white;
text-decoration: none;
}

