html{
  height:100%;
}

body {
	height:100%;
	margin:0px;
	padding: 0px;
	font-family: Verdana, Tahoma, Arial;
	font-size:13px;
	color:#89888d;
	background:#bdcf17 url(../images/background.jpg) repeat-x;
}

a{
	color:#757575;
}
a:hover{
	text-decoration: none;
}

img{
	border: none;
}

#main_wrapper{
  display: block;
  width: 1011px;
  margin: 0px auto;
  background: transparent url(../images/bgr.png);
}

#main{
  display: block;
  width: 1011px;
  min-height: 600px;
  background: transparent url(../images/bgr_main.png) no-repeat;
}

#menu_top{
	display:block;
	width: 1011px;
	height: 34px;
	margin: 0px auto;
	padding: 5px 0 0 0;
}

#language_form{
	float:right;
	padding: 5px 2px 0 0;
}

#header{
  display:block;
  width: 999px;
  height: 147px;
  margin: 0px auto;
  padding: 0;
}

#header #logo{
  float: left;
  width: 600px;
  height: 112px;
  margin: 35px 0 0 10px;
}

#header #logo_small{
  float: right;
  width: 300px;
  height: 58px;
  margin: 80px 20px 0 0;
}

#container{
  width: 999px;
  margin: 0px auto;
}

#menu{
  display:block;
  height: 41px;
  width: 989px;
  margin: 0px auto;
  padding: 0 0 0 10px;
  background: transparent url(../images/menu_bgr.gif) repeat-x;
}

#menu .item, #menu .item .l, #menu .item .link, #menu .item .r{
  float: left;
  height: 41px;
}

#menu .item .l{
  width: 2px;
  height: 41px;
  padding: 0;
  background: transparent url(../images/menu_separator.gif) no-repeat;  
}

#menu .item .link{
}

#menu .item .link a{
	display: block;
	height: 25px;
  margin: 8px 0 0 0;
  padding: 8px 15px 0 15px;
	text-decoration: none;
}

#menu .item .link a:hover{
  color: #103f69;
}

#menu .active .l{
  width: 7px;
  height: 41px;
  padding: 0;
  background: transparent url(../images/menu_active_l.gif) no-repeat;  
}

#menu .active .r{
  width: 7px;
  height: 41px;
  padding: 0;
  background: transparent url(../images/menu_active_r.gif) no-repeat;  
}

#menu .active .link{
  background: transparent url(../images/menu_active_bgr.gif) repeat-x;  
}

#menu .active .link a{
  font-weight: bold;
  color: #103f69;
}

#menu_sub_container{
  display:block;
  height: 30px;
  width: 989px;
  margin: 0px auto;
  padding: 0;
}

.menu_sub{
  display:block;
  height: 30px;
  width: 989px;
  margin: 0px auto;
  padding: 0 0 0 10px;
}

.menu_sub .item{
  float: left;
  margin: 0 0 0 10px;
}

.menu_sub .item a{
  display: block;
  height: 21px;
  padding: 9px 5px 0 5px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

.menu_sub .item a:hover{
  color: #103f69;
}

.menu_sub .active a{
  color: #103f69;
}

.hidden{
	display: none;
}

#main_content{
  margin: 0px;
  padding: 0 50px 0 50px;
}

.narrow{
  width: 469px;
}

.wide{
  width: 899px;
}

#main_content_right{
  float: right;
  width: 430px;
  min-height: 330px;
}

.compass{
  background: transparent url(../images/compass.jpg) no-repeat 40px 0;
}

.clear{
  clear: both;
}

#content_footer{
  width: 1011px;
  height: 70px;
  background: transparent url(../images/bgr_btn.png) no-repeat;
}

#footer{
	display: block;
	height: 130px;
	margin: 50px 0 0 0;
	padding: 20px 0 0 50px;
	background: #082239;
	font-size: 12px;
}

#footer .footer_section{
  float: left;
  width: 140px;
  color: #6e7b81;
}

#footer .footer_section a.footer_title{
	font-weight: bold;
  color: #6e7b81;
  text-decoration: none;
}

#footer .footer_section a.footer_title:hover{
  text-decoration: underline;
}

#footer .footer_section a{
  color: #6e7b81;
  text-decoration: none;
  line-height: 1.5em;
}

#footer .footer_section a:hover{
  text-decoration: underline;
}

#footer .logo{
	float: right;
  width: 148px;
  height: 54px;
  margin: 30px 40px 0 0;
  background: transparent url(../images/logo_footer.png) no-repeat;
}

.title{
	font-size: 18px; 
	font-weight: bold;
  color: #101f56;
  padding: 20px 50px 10px 50px;
}
