/* STRUCTURE CSS */

@import url(content.css);



/* HTML, BODY --------------------------------------------------------------- */

html, body{
   margin: 0;
   padding: 0;
   color: #333333;
}
body{
   background: url(../gfx/body.bg.gif) repeat-y;
   background-color: #e6e8ba;
   text-align: left;
}


/* PAGE --------------------------------------------------------------------- */

#page {
  width: 769px; height: auto;
  overflow: hidden;
}



/* HEADER ------------------------------------------------------------------- */

#header {
  width: 769px; height: 146px;
  background-color: #028751;
  /*background: url(../gfx/header.bg.jpg) no-repeat;*/
}
#header-print {display: none;}



/* NAVIGATION --------------------------------------------------------------- */

#navigation {
  width: 154px; height: auto;
  margin: 0 0 0 0; 
  float: left;
  overflow: hidden;
  color: #3e5214;
}
#navigation a {
  color: #3e5214;
  text-decoration: none;
}
#navigation a:hover,
#navigation a.active {
  color: #f8f0d9;
}
#navigation ul, 
#navigation li {
  margin:0; padding:0;
  list-style: none;
}
#navigation ul.nav1 {font-size: 12px;}
#navigation ul.nav1 li {
  margin-bottom: 6px;
  padding-left: 10px;
  background: url(../gfx/navigation.ul.nav1.bg.gif) repeat-x;  
}
#navigation ul.nav2 {font-size: 11px;}
#navigation ul.nav2 li {
  margin: 0;
  padding: 0;
  background: none;
}
#navigation ul.nav3 {margin: 0 0 0 5px;}



/* SEARCH ------------------------------------------------------------------- */


#search .field{
  width: 128px;
  margin: 0 10px 0 10px;
  padding: 0px;
}

#search .submit{
  width: 132px;
  margin: 0 10px 0 10px;
  padding: 0px;
}



/* TRACING ------------------------------------------------------------------ */

#tracing {
  width: 450px; height: auto;
  margin: 12px 10px 12px 0; 
  float: left;
  overflow: hidden;
  font-size: 11px;
}
#tracing a {font-size: 11px;}
#tracing a:hover {color: #3e5214;}



/* NAVIGATION meta ---------------------------------------------------------- */

#navigation_meta {
  width: 135px; height: auto;
  margin: 12px 0 12px 0; 
  float: left;
  overflow: hidden;
  text-align: center;
  font-size: 11px;
}


/* CONTENT ------------------------------------------------------------------ */

#content {
  width: 595px; height: auto;  
  margin: 0 10px; 
  float: left;
  overflow: hidden;
}

#content #cleft {
  width: 450px; height: auto;
  margin: 0 10px 20px 0; 
  float: left;
  overflow: hidden;
}

#content #ccenter {
  width: 595px; height: auto;
  clear: both;
  overflow: hidden;
}

#content #cright {
  width: 135px; height: auto;
  margin: 0 0 20px 0; 
  float: left;
  overflow: hidden;
  text-align: center;
  text-align: left;
}



/* FOOTER ------------------------------------------------------------------- */

#footer {
  text-align: center;
  border-top: 1px solid #cdd599;
  margin-top: 40px;
  padding-top: 5px;
  clear: left;
}
#footer a#printlink {
  background: url(../gfx/icon.print.gif) no-repeat;
  padding-left: 20px;
  padding-top: 1px;
  padding-bottom: 4px;
  line-height: 20px;
}
#footer-print {display: none;}


/* ADVERTISEAREA ------------------------------------------------------------ */

#advertisearea {
   width: 160px; height: auto;
   position: absolute;
   top: 146px; left: 770px;
}


#tmp {display:none;}

