/******************************************************************/
/* ACRES WILD WOODLAND                                            */
/******************************************************************/
HTML
  {
  padding: 0;
  background: fixed #DDDDBB;
  background-image: linear-gradient( top, #EEEEEE, #AAAA99 );
  background-image: -moz-linear-gradient( top, #EEEEEE, #AAAA99 );
  background-image: -webkit-linear-gradient( top, #EEEEEE, #AAAA99 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorStr="#EEEEEE", EndColorStr="#AAAA99" );
  overflow-y: scroll;
  }

BODY
  {
  max-width: 1160px;
  margin: 0 auto 0 auto;
  border: 0;
  padding: 0;
  background: #ffffff;
  border-left: solid black 1px;
  border-right: solid black 1px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 90%;
  line-height: 133%;
  }

DIV.strapline
  {
  position: fixed;
  bottom: 0;
  }

A, A:VISITED
  {
  color: #426300;
  text-decoration: underline;
  }

A:HOVER, A:ACTIVE
  {
  color: #639300;
  }

:FOCUS
  {
  outline: none;
  }


/******************************************************************/
/* SITE MENU                                                      */
/******************************************************************/
TD.menu
  {
  background: #69A840 url(/acreswild.colourfade.jpg) top left no-repeat;
  width: 250px;
  text-align: center;
  }

DIV.menu
  {
  min-height: 800px;
  }

IMG.toplogo
  {
  display: block;
  }

TD.menu A, TD.menu A:VISITED
  {
  color: white;
  font-size: 90%;
  text-decoration: none;
  padding: 8px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 5px;
  position: relative;
  z-index: 99;
  }

TD.menu A:ACTIVE, TD.menu A:HOVER
  {
  color: #EFEF5A;
  text-decoration: none;
  font-weight: bold;
  }


/******************************************************************/
/* MAIN BODY OF PAGE                                              */
/******************************************************************/
TD.mainbody
  {
  padding: 8px 12px 32px 16px;
  }

H1
  {
  font-size: 160% ;
  line-height: 133%;
  font-weight: normal;
  margin-top: 0;
  color: #426300;
  }

H2
  {
  font-size: 100%;
  font-weight: bold;
  }

H2.bar
  {
  font-size: 120% ;
  font-weight: normal;
  background: #426300;
  color:white;
  margin-top: 32px;
  padding: 6px 4px 8px 4px; 
  }

P.intro
  {
  font-weight: bold;
  }

P.footnote
  {
  font-size: 80%;
  color: #777733 ;
  }

P.footnote A, P.footnote A:VISITED
  {
  color: #777733 ;
  text-decoration: none;
  }

P.footnote A:HOVER
  {
  text-decoration: underline;
  }

TD.sidebar IMG
  {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  border:solid black 1px;
  }


/******************************************************************/
/* IMAGE OVERLAY LINKS (USED ON HOME PAGE)                        */
/******************************************************************/
A.imglink
  {
  display: block;
  position: relative;
  min-height: 32px;
  text-decoration: none;
  color: white;
  margin-bottom: 8px;
  }

A.imglink IMG
  {
  display: block;
  border: 0;
  }

DIV.textoverlay
  {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4px 0 4px 0;
  text-align: center;
  color: white;
  background: black;
  font-weight: bold;
  opacity: 0.5;
  filter: alpha(opacity=50);
  }


/******************************************************************/
/* FORMS                                                          */
/******************************************************************/
.modern
  {
  font-size: 100%;
  padding: 4px;
  border: solid #69a840 1px;
  border-radius: 4px;
  margin-bottom: 4px;
  width: 96%;
  }

.modern:FOCUS
  {
  background: #F1FFD5;
  }


/******************************************************************/
/* PRINT OPTIONS                                                  */
/******************************************************************/
@media print
  {
  BODY
    {
    border: none;
    }

  TD.menu, DIV.strapline
    {
    display: none;
    }

  TD.main
    {
    padding: none;
    }
  }

