@charset "utf-8";

body{
  background:#fff;
  padding:0;
  margin:0;
  font-family: Verdana, sans-serif;
  font-size:12px;
  text-align:center;
}

form{
    margin:0;
    padding:0;
}

table tr{font-size:12px;}
img, table{border:0;}
label{cursor:pointer;}

.left{float:left;}
.right{float:right;}
.clear{clear:both;}

a{color:#659b07; text-decoration:none;}
a:hover{color:#000; text-decoration:none;}

h1, h2, h3, h4{
  color:#659b07;
  margin:6px 0 0 0;
  padding:0;
  text-align:left;
  font-family: 'Trebuchet MS';
}
h1{ 
    font-size:24px;
    font-weight: normal;
}
h2{font-size:18px;}
h2.big{font-size:24px;}
h3{font-size:15px;}
h4{font-size:14px;}

ul.errorlist{
    margin:0 0 4px 0;
}

ul.errorlist li{
    list-style-image:url(../img/icons/dialog-error.png)!important;
    color:#aa1212;
}

#content ul{
  margin:5px 0 10px 0;
  padding:0 30px;
}
#content ul li{
  list-style:url(../img/li_icon.gif) circle;
}

.hint{font-size:10px;}

#main{
  position:relative;
  background:#fff url(/static/img/bg_main.png) repeat-x top center;
  color:#000;
}

#header{
  height:100px;
  background:url(../img/bg_header.gif) repeat-x;
}

#logo{
  float:left;
}
#header_right{
  float:right;
  width:580px;
}

.main{
    width:900px;
    margin:0 auto;
    text-align:left;
}


#icons{
  height:51px;
  margin-top:15px;
  background:url(/static/img/bg_flags.png) no-repeat top right;
}
#menu{
}
#menu ul, #icons ul, #links ul, #reali_page ul{
  margin:0;
  padding:0;
}
#menu ul li, #icons ul li, #links ul li, #reali_page ul li{
  display:inline;
}

#icons ul li input{
  float:right;
  border: 0;
}

#menu ul li a{
  display:block;
  float:right;
  background:url(../img/menu_button_merged.gif) no-repeat 0 0;
  width:95px;
  padding:8px 0;
  font-size:14px;
  color:#fff;
  text-align:center;
}
#menu ul li a:hover, #menu ul li a.active{
  background:url(../img/menu_button_merged.gif) no-repeat -95px 0;
  color:#000;
}

#toolbar{
  border-left:2px solid #cdcdcb;
  border-right:2px solid #cdcdcb;
  border-bottom:1px solid #cdcdcb;
  padding:5px 19px 5px;
  background:#fff;
  font-size:11px;
}

#page-header{
    float:left;
    padding:5px 0 0;
    width:65%;
    color:#666;
}

#search{
    width:32%;
    float:right;
}


#content{
  padding:10px 19px 30px;
  border-left:2px solid #cdcdcb;
  border-right:2px solid #cdcdcb;
  background:#fff;
  height:auto!important;
  height:350px;
  min-height:350px;
}

#left_content{
  float:left;
  width:55%;
}

#right_content{
  float:right;
  width:41%;
  border-left:1px solid #ccc;
  padding-left:8px;
}


#footer{
  padding:24px 0 30px;
  font-size:11px;
  background:#fff url(/static/img/bg_footer.png) repeat-x top center;
  color:#7b7b7b;
}

#footer p{
  margin:2px 0;
}
#copyright{
  margin-top:8px;
}
#address{
  float:left;
  text-align:left;
}

#footer .separator{
  color:#8e8e8e;
  margin:2px;
}
#links{
  float:right;
  text-align:right;
}
#footer a{
  color:#555;
  text-decoration:none;
}

#footer a:hover{
  color:#888;
  text-decoration:underline;
}

input, textarea{
  padding:3px 2px;
  border:1px solid #aaa;
}

.submit, .button{
    background:url(../img/button.jpg) center center;
    cursor:pointer;
    padding:5px 10px;
    color:#fff;
    border:none;
}

.normal_submit{
  border:none;
  background:url(../img/search.gif) no-repeat;
  width:82px;
  height:26px;
  color:#fff;
  margin:0 2px;
  cursor:pointer;
}

.small_submit{
  border:none;
  background:url(../img/small_submit.gif) no-repeat;
  width:60px;
  height:26px;
  color:#fff;
  margin:0 2px;
  cursor:pointer;
}

#newsletter_input{
  width:118px;
}

#search_input{
  width:160px;
}

.panel_link {
    color: #fff;
    margin: 10px;
}

.search_button,.search_button:focus {
    border:none;
    cursor:pointer;
    padding:2px 8px;
    margin:0;
    color:#fff;
    background:#fff url(/static/img/button.jpg) no-repeat 0px 0px;
}
 
.search_button:hover {
    border:none;
    background:#fff url(/static/img/button.jpg) no-repeat 0 0px;
}

#search_bg{
    width:184px;
    height:24px;
    float:right;
    margin:0 0 0 10px;
    padding:0;
    background:#fff url(/static/img/search_input.jpg) no-repeat 0 0px;
    text-align:left;
}

#search_bg input.text{
    border:none;
    background:none;
    padding:0;
    width:140px;
    margin:0 0 0 10px;
}

.search_button2,.search_button2:focus, .search_button2:hover {
    width:19px;
    height:19px;
    border:none;
    cursor:pointer;
    padding:0;
    margin:2px 0 0;
    background:#fff url(/static/img/search_glass.jpg) no-repeat 0px 0px;
}

table.data-form th{
    text-align:right;
    padding-right:5px;
}   

.small_info{
    margin-bottom:5px;
    font-size: 11px;
    color:#797979;
}

.first-words {
    font-size: 16px;
    font-weight: bold;
}

.short-summary {
    font-size: 20px;
    margin: 30px 0;
}

.main-desc {
    margin: 30px 20px;
}
