/* clearfix to handle floats---------------------------------------- */
.clearfix {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.clear_right {
  clear: right;
}
.clear_left {
  clear: left;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}

h1, h2, h3, h4, h5, h6 {
	color: #415212;
	margin: 0;
	padding: 0.2em 0.2em 0.2em 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #415212;
}
h1 {
	font-size: 120%;
	padding-top: 0;
	padding-bottom: 0.6em;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 90%;
}
h5 {
	font-size: 80%;
}
h6 {
	font-size: 75%;
}
p {
	padding: 6px 0px;
	margin: 0;
}
a {
	color: #415212;
	text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.align_center {
  text-align: center;
}
a img {
  text-decoration: none;
  border: 0;
}
.red {
  color: red;
}
.error {
  display: block;
  color: red;
}
.uppercase {
  text-transform: uppercase;
}

body {
  margin: 0;
  text-align: center;
  font-size: 0.85em;
  font-family: Verdana, 'Geneva CE', lucida, sans-serif;
  background: #9ba0a6 url('./../images/background_gradient.png') repeat-x left top;
}

#all_docs {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 920px;
  background: url('./../images/background_line.png') repeat-y left top;
}
#top_banner {
  height: 212px;
  width: 900px;
  padding: 0 10px 0 10px;
  overflow: hidden;
  position: relative;
  background: #b0cf5a url('./../images/banner.png') no-repeat left top;
}
#top_banner a#logo_link {
  position: absolute;
  top: 16px;
  left: 37px;
  display: block;
  width: 176px;
  height: 162px;
  background: url('./../images/logo.png') no-repeat right bottom;
  z-index: 1000;
}
#top_banner #language_links {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 19px;
  left: 35px;
  color: #7a9725;
  font-size: 0.8em;
}
#top_banner #language_links a {
  color: #7a9725;
  text-decoration: none;
  padding: 0 20px 0 20px;
}
#top_banner #language_links a.current {
  padding: 0 20px 0 19px;
}
#top_banner #language_links a.current,
#top_banner #language_links a:hover {
  color: #415212;
}
#main_menu {
}
#main_menu ul {
  margin: 0 10px 0 10px;
  padding: 0;
  list-style-type: none;
}
#main_menu table {
  margin: 0 0 0 10px;
  padding: 0;
  width: 900px;
  border-collapse: collapse;
}
#main_menu table td {
  padding: 0;
  margin: 0;
}
#main_menu li {
  float: left;
}
#main_menu a {
  display: block;
  padding: 0;
  height: 28px;
  line-height: 28px;
  text-decoration: none;
  font-size: 0.85em;
  font-weight: bold;
  color: white;
  text-align: center;
  background: #637d17;
}
#main_menu ul a {
  width: 150px;
}
#main_menu table a {
  padding: 0 25px;
}
#main_menu #main_menu_item_2 a {
  background: #6e8c18 url('./../images/menu_2.png') no-repeat left top;
}
#main_menu #main_menu_item_3 a {
  background: #7b9825 url('./../images/menu_3.png') no-repeat left top;
}
#main_menu #main_menu_item_4 a {
  background: #8dab38 url('./../images/menu_4.png') no-repeat left top;
}
#main_menu #main_menu_item_5 a {
  background: #9cba47 url('./../images/menu_5.png') no-repeat left top;
}
#main_menu #main_menu_item_6 a {
  background: #b0ce5a url('./../images/menu_6.png') no-repeat left top;
}
#main_menu .current a,
#main_menu a:hover {
  background-position: left bottom !important;
  background-color: #415212 !important;
}
/*
#main_menu li.current a:hover {
  background: #435312;
}
*/
#centerCover {
  clear: both;
  margin: 0 10px 0 10px;
  padding-top: 10px;
  min-height: 451px;
  background: white url('./../images/background.png') no-repeat left top;
}

#centerCover #middleCover {
  margin-left: 157px;
  margin-right: 0;
  padding: 10px;
  font-size: 0.9em;
  border: 1px solid #aaba7c;
  min-height: 400px;
}
.no_left.no_right #centerCover #middleCover {
  margin-left: 10px;
  width: 858px;
}


#centerCover #middleCover table {
  padding: 10px;
}
#centerCover #middleCover table td {
  padding: 5px;
}
#centerCover #middleCover h2,
#centerCover #middleCover h3,
#centerCover #middleCover h4,
#centerCover #middleCover h5,
#centerCover #middleCover h6 {
  padding: 0.4em 0 0.2em 0;
}
#centerCover #rightCover {
  width: 165px;
  float: right;
  padding: 0 3px 0 0;
}
#centerCover #rightCover .inBox {
  font-size: 0.9em;
}
#footer {
  clear: both;
  margin: 0 auto 1em auto;
  height: 54px;
  background: url('./../images/footer.png') no-repeat left top;
  color: white;
  font-size: 0.8em;
  width: 900px;
  padding: 0 10px 0 10px;
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
ul#footer_menu {
  margin: 0;
  padding: 17px 0 0 20px;
  list-style-type: none;
  float: left;
}
ul#footer_menu li {
  float: left;
  border-right: 1px solid white;
}
ul#footer_menu li.last {
  border: 0;
}
ul#footer_menu li a {
  display: block;
  padding: 0 4px 0 4px;
}
#footer #copy {
  float: right;
  padding: 17px 20px 0 0;
}

.siteMap_ident a {
  margin-left: 25px;
}

#buttons {
  padding: 10px;
}
#buttons a {
  display: block;
  width: 434px;
  height: 115px;
  float: left;
  text-decoration: none;
}
#buttons a span {
  visibility: hidden;
}
#buttons a#co-operations_button{
  background: url('./../images/button_coop.jpg') no-repeat left top;
}
#buttons a#news_button{
  background: url('./../images/button_news.jpg') no-repeat left top;
  padding-right: 10px;
}
#buttons a:hover {
  background-position: left bottom !important;
}