/* CSS Document */
html {
	height:100%;
}
body {
	margin:0px;
	background-color:#ACACAB;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a img {
	border: 0;
}
#container{
overflow: hidden;
width:970px;
margin-left:auto;
margin-right:auto;
margin-top:30px;
background-color:#FFFFFF;
padding:18px;
}

#leftbar{
width:222px;
float:left;
height:auto;
}
#rightbar{
width:730px;
float:right;
height:auto;
}
#toplinks{
float:right;
clear:both;
}
#toplinks .links{
	float:left;
	padding-left:20px;
	width:auto;
	background-image:url(../img/bullter.gif);
	background-repeat:no-repeat;
	font-size: 12px;
	color: #016E33;
	margin-left:10px;
}
#toplinks .links a{
	color: #016E33;
	text-decoration: none;	
}
#toplinks .links a:hover{
	color: #000000;
}

#textbox{
background-color:#E6E6E5;
clear:both;
padding:15px;
margin-top:30px;
}
.border{
border: 1px solid #E8E8E7;
background-image:url(../img/bg-r.gif);
background-repeat:repeat-x;
}
.blankbox{
border: 1px solid #E8E8E7;
background-color:#FFFFFF;
width:100%;
padding:3px;
width:693px;
}

.bigfont{
	font-size: 13px;
	font-weight: bold;
	color: #016E33;
}
#textboxwhite{
clear:both;
padding:15px;
margin-top:20px;
border: 1px solid #E8E8E7;
overflow: hidden;
}
#textboxform{
clear:both;
padding:15px;
margin-top:20px;
border: 1px solid #E8E8E7;
color:#5C5D5C;
height: 1%;
overflow: hidden;
}
#menu{
list-style: none;
background-image:url(../img/bg-r.gif);
background-repeat:repeat-x;
background-color:#E6E7E6;
width:220px;
margin: 0;
padding: 5px 0 15px;
border: 1px solid #E8E8E7;
}
#menu .submenu{
	color:#016E33;
	padding-bottom:10px;
	border-bottom-width: 1px;
	padding-top:10px;
	border-bottom-style: solid;
	border-bottom-color: #8FAB89;
	width:205px;
	margin-left:auto;
	margin-right:auto;
	padding-left:5px;
	font-size:12px;

}
#menu .submenu a{
	color:#016E33;
	text-decoration: none;
}
#menu .submenu a:hover{
	color:#144703;
	text-decoration: none;
}
a.grey {
	color:#474746;
	text-decoration:none;
}
a:hover.grey {
	color:#000;
}
.images{
background-color:#E6E6E5;
width:360px;
float:right;
padding: 10px 0px 10px 10px;
}
.bigthumb {
    display: block;
    width: 348px;
    height: 223px;
	border: 1px solid #000;
	text-align: center;
	background: #E6E6E5;
}
.smallimage {
float: left;
border: 1px solid #000;
margin: 8px 10px 0 0;
}
.smallthumb {
    display: block;
    float: left;
    width: 78px;
    height: 53px;
    border: 1px solid #000;
    margin: 8px 10px 0 0;
    text-align: center;
    background: #E6E6E5;
}
.text{
	float:left;
	line-height: 16px;
	width:320px;
}
.text2 {
	float:left;
	line-height: 16px;
	width:320px;
	margin-left:20px;
	background-color:#E6E6E5;
	padding: 5px 10px;
}
.text_lang{
	float:left;
	line-height: 16px;
	width:100%;
}
h2{
font-weight:bold;
font-size:12px;
}

p{
color:#5C5D5C;
}
.contact ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.contact label {
	float: left;
	display: block;
	width: 100px;
	font-weight: bold;
}
.contact li {
	overflow: hidden;
	line-height: 130%;
	margin-bottom: 5px;
}
.contact li ul label {
    float: right;
    display: block;
    width: 206px;
    font-weight: normal;
    text-align: left;
    padding: 3px 0 0;
    vertical-align: bottom;
    overflow: hidden;
}
.contact li ul label input {
    float: left;
    margin-top: 0;
    vertical-align: top;
}
.contact .errorlist {
	padding: 5px 0;
	color: #f00;
}
#form .right2{
	float:right;
	width:200px;
	height:50px;
	clear:both;
}
.rightall{
	float:right;
	width:200px;
	line-height: 20px;
}
#form .pad{
padding-left:10px;
}
#form .left{
font-weight:bold;
float:left;
}
#form .line{
height:24px;
}
#form .line2{
height:110px;
}
#form .line3{
height:30px;
clear:both;
}
.inputall{
	width:200px;
	background:#FFFFFF;
	border: 1px solid #999999;
	color:#000000;
	float:right;
}
textarea{
	width:200px;
	background:#FFFFFF;
	border: 1px solid #999999;
	color:#000000;
	height:100px;
	float:right;
}
select{
float:right;
width:200px;
}
.submitbt{
background:#E8E9E8;
border: 1px solid #999999;
font-weight:bold;
margin-left: 118px;
}
.green{
color:#016E33;
font-size:14px;
}
#footer{
	clear:both;
	width: 1000px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:10px;
	color:#747474;
	background: #acacab;
}

