html{
  background: #2a4717 url('../img/background.gif') repeat-x;  
}

body{
  background: url('../img/background.jpg') no-repeat 50% 0px;
  color: #000;
	font-family: Verdana, 'Verdana CE', Arial, 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', lucida, sans-serif;
    font-size: 0.75em;
    line-height: 1.4em;
  margin: 0;
  padding: 0;
}

/*--------globals-------*/
h1{
  height: 101px;
    width: 270px;
  float: left;
  font-size: 1.5em;
  top: 0px;
  left: 0px;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
  position: absolute;
}

h1 a{
  background: #fff;
  color: #000;
  display: block;
  height: 101px;
    width: 270px;
  text-decoration: none;
  overflow: hidden;
}

h1 span{
  background: url('../img/logo.jpg');
  cursor: pointer;
  display: block;
  height: 101px;
    width: 270px;
  left: 0;
    top: 0;
  position: absolute;
  z-index: 2;
}

h2, h3, h4{
  clear: left;
	color: #2F638F;
  margin: 0;
  padding: 0.1em 0 0.3em 0;
}

h2{
	font-size: 1.5em;
  padding: 0.5em 0 0.5em 0;
}

h3{
  font-size: 1.4em;
}

h3{
  font-size: 1.1em;
}

a{
  color: #1558AF;
}

a:visited{
}

a:hover{
  color: #000;
}

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

img.left{
  clear: left;
  float: left;
}

img.right{
  clear: right;
  float: right;
}

img.tiny-align-left{
  clear: left;
  float: left;
}

img.tiny-align-right{
  clear: right;
  float: right;
}

p, address{
  margin: 0;
  padding-bottom: 1em;
  /*text-align: justify;*/
}

ul{
  margin: 0 0 0 0.7em;
  padding: 0 0 1em 0.7em;
  list-style: disc;
}

hr{
  color: #BCBEC0;
  height: 1px;
  border: none;
  border-top: 1px solid #BCBEC0;
  clear: both;
}

.cleaner{
  clear: both;
  visibility: hidden;
  margin: 0;
  overflow: hidden;
  padding: 0;
  height: 0;
}

table{
  margin-bottom: 1em;
	border: 1px solid #B3B3B3;
	background: #fff;
}

td.left{
  text-align: left;
}

td.center{
  text-align: center;
}

td.right{
  text-align: right;
}

th, td{
  padding: 0.1em 0.5em 0.1em 0.5em;
	background: #2F638F;
	color: #fff;
}

th{
  background: #14466F;
  color: #fff;
}

form{
  margin: 0;
  padding: 0;
}

fieldset{
  border: 1px solid #aaa;
  margin-bottom: 1em;
}

fieldset table, fieldset th, fieldset td{
  background: none;
  border: none;
  color: #444;
}

fieldset th, fieldset td{
  vertical-align: top;
}
fieldset th{
  text-align: right;
  color: #000;
  padding-right: 0;
}
fieldset th .optional{
  color: #444;
  font-weight: normal;
}

label.required{
  font-weight: bold;
}
/*-------site-------*/
#site{
  background: #fff url('../img/site.gif') repeat-y;
  color: #000;
  margin: auto;
  width: 990px;
}

/*-------header-------*/
#header{
  background: url('../img/header.jpg') no-repeat;
  height: 490px;
  position: relative;
}

#header-image{
  overflow: hidden;
  position: absolute;
    top: 112px;
    left: 21px;
  width: 948px;
    height: 370px;
}

#header-image img{
  margin: 0;
  padding: 0;
}

#header-image-strip{
  background: url('../img/header-image-strip.png') no-repeat 100% 0%;
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 100%;
}

#header-weather{
  float: right;
  padding-top: 17px;
  width:210px;
}
#header-weather .weather-icon{
  float: left;
  padding-right: 5px;
}
#header-weather .weather-temperature, #header-weather .weather-wind{
  font-size: 0.8em;
  font-weight: bold;
  padding: 3px 0 0 0;
}

#lang-switcher-0 ul{color: #0E2C52;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
    right: 10px;
    top: 5px;
}
#lang-switcher-0 ul li{
  float: left;
  padding-left: 10px;
}
#lang-switcher-0 ul li img{
  padding: 0 4px 0 0;
  margin: 0 0 -1px 0;
}
/*-------navbar------*/
#navbar{
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
    right: 0px;
    top: 31px;
  z-index: 99;
}

#navbar li{
  float: left;
  position: relative;
  padding-left: 2px;
}

#navbar li a, #navbar li strong{
  background: #82A966 url('../img/navbar-button.gif') repeat-x 0 100%;
  color: #fff;
  display: block;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 60px;
  padding: 0px 10px 0px 10px;
  text-align: center;
  text-decoration: none;
}

#navbar li a:hover, #navbar li strong{
  background: #006837 url('../img/navbar-button-active.gif') repeat-x 0 100%;
}

#navbar ul{
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 200px;
  display: none;
}

#navbar ul li{
  float: none;
  padding: 0;
}

#navbar ul li a, #navbar ul li strong{
  color: #fff;
  background: #6D9E4C;
  font-weight: normal;
  display: block;
  text-align: left;
  position: relative;

  font-size: 1.0em;
  line-height: 28px;

  height: 100%;
  padding-left: 20px;
}
#navbar ul li a:hover{
}

#navbar ul li span{
  background: none;
}

#navbar ul li ul{
  display: none;
  left: 198px;
  top: 2px;
}

#navbar-left-box h3{
  background: #fff;
  padding: 10px 10px 5px 10px;
  font-size: 1.4em;
}
#navbar-left-box{
  background: url('../img/navbar-left.gif') repeat-y 0% 0;
  margin: 0 -15px 10px -10px;
  width: 236px;
}
#navbar-left-box-2{
  background: url('../img/navbar-left-bottom.gif') no-repeat 0% 100%;
  padding-bottom: 5px;
}
#navbar-left{
  background: url('../img/navbar-left-top.gif') no-repeat 0% 0;
  list-style: none;
  margin: 0;
  padding: 5px 6px 0 5px;
}

#navbar-left li a, #navbar-left li strong{
  background: #2f638f url('../img/navbar-left-button.gif') no-repeat 1px 0;
  border-top: 1px solid #254d6f;
  border-bottom: 1px solid #7895ae;
  color: #fff;
  display: block;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 5px 5px 10px;
}
#navbar-left li a:hover{
  background: #1F547F url('../img/navbar-left-button.gif') no-repeat 1px 0;
  background: #123C5F;
}
#navbar-left li strong{
  background: #1B496F url('../img/navbar-left-button.gif') no-repeat 1px 0;
}

#navbar-left ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#navbar-left ul li a, #navbar-left ul li strong{
  background: #123C5F;
  font-size: 0.9em;
  padding: 0px 5px 0px 25px;
}
#navbar-left ul li a:hover{
  background: #000;
}
/*------main-----*/
#main{
  background: url('../img/main.gif') repeat-y 50% 0;
  padding: 5px 10px 0px 10px;
  position: relative;
  height: 100%;
}

/*-------template-page-------*/
#main-content,
#left-sidebar, #right-sidebar,
#page-row-1, #page-row-2, #page-row-3, #page-row-4,
#main-content-without-sidebars,
#main-without-left, #main-without-right{
  color: #444;
  float: left;
  overflow: hidden;
  padding: 15px;
  padding-top: 0px;
  position: relative;
  width: 454px;
}
#left-sidebar{
  float: left;
  margin-right: 2px;
  width: 211px;
}
#right-sidebar{
  float: right;
  width: 211px;
}
/*-------template-4-rows-------*/
#page-row-1, #page-row-2, #page-row-3, #page-row-4{
  margin-right: 2px;
  width: 211px;
}
#page-row-4{
  margin: 0;
}
/*-------template-without-sidebars-------*/
#main-content-without-sidebars{
  float: none;
  width: auto;
}
/*-------template-without-left-------*/
#main-without-left, #main-without-right{
  width: 697px;
}
/*-------template-without-right-------*/
#main-without-right{
  float: right;
}

/*--------footer--------*/
#footer{
  border-top: 10px solid #80AB63;
  color: #80AB63;
	clear: both;
	font-size: 0.85em;
	line-height: 20px;
	margin: auto;
  padding: 0px 0px 0px 0px;
  width: 990px;
}

#footer p{
  display: inline;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  padding-left: 10px;
}

#footer a{
  color: #80AB63;
}

#footer a:hover{
  color: #fff;
}

#footer span{
  font-weight: bold;
}

#footer #navbar-footer{
	float: right;
  font-size: 1.1em;
  list-style: none;
	padding-right: 10px;
}
#footer #navbar-footer li{
  display: inline;
  padding-left: 7px;
}
/*------buttons------*/

/*------messages-----*/
.message{
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
}

.error{
  color: #0082cc;
  font-size: 1.3em;
  font-weight: bold;
}

/*--------photo-gallery----------*/
.photo-gallery *{
  background: none;
  border: none;
}

.contact-form table, .contact-form td, .contact-form th{
  background: none;
  color: #000;
  font-weight: normal;
  padding: 3px;
}

.contact-form table{
  background: #eee;
  border: 1px solid #ccc;
  padding: 10px;
}
.contact-form th{
  text-align: right;
  vertical-align: top;
}
/*------------------*/
#footer-info{
  background: #4a6339;
  color: #fff;
  border: 10px solid #80AB63;
  border-bottom: none;
}
#footer-info .infobox-category-1{
  background: #4a6339;
  color: #fff;
  float: left;
  padding: 10px;
  margin: 0;
  width: 222px;
}
#footer-info .infobox-category-1 .infobox-content, #footer-info .infobox-category-1 .infobox-wrap{
  background: none;
  padding: 0;
}

#footer-info .infobox-category-1 h2, #footer-info .infobox-category-1 h3, #footer-info .infobox-category-1 h4{
  color: #fff;
  background: none;
}
#footer-info a{
  color: #B5FF00;
}
#footer-info a:hover{
  color: #E5FF00;
}

