* { outline: none; }

body {
  margin: 0;
  padding: 0;
  background: #EBE9D6;
}

hr {
  visibility: hidden;
  clear: both;
  margin: 0;
  padding: 0;
  display: none;
}
  body > hr, .squeezer > hr { display: block; }
  *:first-child + html body > hr, *:first-child + html .squeezer > hr { display: none; }

.squeezer { width: 760px; margin: 0 auto; }


/****** HEADER ********/

#header {
  background: #8d872b url(/images/green-flowers3.png) top left repeat-x;
  height: 189px;
}

  #header .squeezer {
    position: relative;
    height: 189px;
    background: url(/images/header.jpg);
  &nbsp;}

  #header .squeezer h1 {
    position: absolute;
    top: 0;
    left: 0.5em;
    margin: 0;
    color: #fff;
    font-size: 3.6em;
    text-indent: -999em;
    padding: 0.3em 0 0.4em 0;
  }

/*  #header .squeezer > h1 { padding: 0; } */

  *:first-child + html #header .squeezer h1 { padding: 0.3em 0 0.4em 0; }

/******* TOP NAV *********/

#nav {
  background: #716014;
  *border-top: 2px solid #EBE9D6;
  border-bottom: 1px solid transparent;
  float: left;
  width: 100%;
}

ul.level-1 {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  width: 747px;
  padding-left: 3em;
  min-height: 55px;
}
  ul.level-1 li {
    position: relative;
    top: 1px;
    float: left;
    margin: 1.5em 0.9em 0 0;
    padding-left: 4px;
    background: #8d872b url(/images/tab_on_left.png) top left no-repeat;
  }
    
    ul.level-1 li a {
      display: block;
      padding: 0.5em 15px 0.5em 11px;
      text-decoration: none;
      color: #EBE9D6;
      background: #8d872b url(/images/tab_on_right.png) top right no-repeat;
    }
          
    ul.level-1 li:hover {
      background: #9ea227 url(/images/tab_on_left.png) top left no-repeat;    
    }
      ul.level-1 li:hover a {
        background: #9ea227 url(/images/tab_on_right.png) top right no-repeat;
      }
  
    ul.level-1 li.active {
      background: #ebe9d6 url(/images/tab_on_left.png) top left no-repeat;    
    }
      ul.level-1 li.active a {
        color: #444;
        background: #ebe9d6 url(/images/tab_on_right.png) top right no-repeat;
      }

/******* CONTENT *********/
#content,#content-sidebar {
  padding: 0 0 4em 22em;
  float: left;
  margin:0 0 0 -20em;
  min-height:250px;
  _height:250px;
}

#content-sidebar {
  width: 470px;
}
#content {
  width: 720px;
}

#contentSqueezer {
/*  background: #fff; */
  padding-top:10px;
}

#two-column #contentSqueezer {
/*  background: url(/images/content_back.gif) top right repeat-y; */
}



/******* SIDEBAR *********/

#sidebar {
  float: right;
  width: 257px;
  padding: 3em 0 0 0;
}
  #sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  #sidebar li.active {
/*    background: #fff url(/images/selected_back.gif) bottom left repeat-x; */
  }
    #sidebar li.active a { border: none; }

  #sidebar .level-2 li {
    font-size: 1.4em;
    margin-bottom: 0.2em;
  }
    #sidebar .level-2 li a {
      color: #555;
      border-bottom: 1px solid #E3E1CF;    
      display: block;
      padding: 0.5em 0;
      width: 210px;
      margin: 0 auto;
    }
    
      #sidebar .level-2 li .level-3 li {
        font-size: 0.8em;
        padding: 0.15em 0 0.15em 0;
      }
        #sidebar .level-2 li .level-3 a {
          background: url(/images/page_bullet.gif) center left no-repeat;
          display: block;
          padding: 0 0 0 1.6em;
          color: #c55a4a;
          text-decoration: underline;
          border: none;
          width: 170px;
        }
          .level-3 a:hover {
            text-decoration: none !important;
            color: #f5776b !important;
          }
        
        .level-3 li li { font-size: 0.9em !important; }
        #sidebar .level-2 li .level-3 li li a {
          background: url(/images/arrow_bullet.gif) 2em center no-repeat;
          color: #59598e;
          width: 160px;
          padding-left: 3.5em;
        }
        #sidebar li.sub { margin-top: -15px; }
        #sidebar li.sub[class] { margin-top: 0; }
        *:first-child + html #sidebar li.sub { margin-top: -15px; }

/******* FOOTER *********/

#footer {
  background: #4b350f;
  padding: 2em 0 2.5em 2em;
  color: #c6c4b4;
}
  #footer .squeezer { width: 735px; }

  #footerlinks {
    float: right;
  }
  
    #footerlinks #admin_link {
      text-indent: -999em;
      overflow: hidden;
      background: url(/images/admin.png) top left no-repeat;
      width: 90px;
      height: 32px;
      display: block;
      float: left;
      margin-right: 1em;
    }

    #footerlinks #edit_link {
      text-indent: -999em;
      overflow: hidden;
      background: url(/images/edit.png) top left no-repeat;
      width: 80px;
      height: 32px;
      display: block;
      float: left;
    }

/******** SITEMAP MODULE ********/

#sitemap li.sub{
  list-style-type: none;
}




