@charset "UTF-8";
/* CSS Document */

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	/* background: #389f1c url(../images/bg.jpg) no-repeat; */
}

a {
	text-decoration: none;
	color: #389f1c;
}

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

a img {
	border: none;
}

h1 {
	margin: 10px 0 10px 0;
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	color: #1992ce;
}

p {
	margin: 0;
	padding: 10px 0;
}

.block {
	display: block;
}

#navi a {
	color: white;
	font-size: 14px;
	font-weight: bold;
}

#main_container {
	width: 920px;
	margin: 10px auto 0 auto;
	
}

#main_container #main_wrapper {
	background: white;
	padding: 0 7px;
}

#main_container #adjusted_content {
	position: relative;
	/*background: #389f1c url(../images/bg.jpg) no-repeat;*/
	top: -4px;
}

#main_container #left_side {
	width: 636px;
	float: left;
}

#main_container #right_side {
	width: 261px;
	margin-left: 8px;
	float: left;
}

.clearer {
	clear: both;
}

#main_container #navi {
	background: url(../images/navi_bg.gif);
	width: 261px;
	margin: 0;
	height: 243px;
	padding: 10px 0 0 0;
	font-size: 13px;
}

#navi li {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

#navi ul li:hover {
 background: #bfc8bc;
}

#navi li.selected {
	background: url(../images/navi_selected_bg.gif);
}

#navi li a {
	line-height: 26px;
	vertical-align: middle;
	display: block;
	padding: 0 0 0 20px;
}

#navi li ul {
	width: 200px;
/*	width: 163px; */
	position: absolute;
	top: 29;
	right: 0;
/*	margin: 0 0 0 98px; */
	padding: 0;
	list-style: none;
	background: #dde9da;
	border: 1px solid white;
}

#navi li ul li {
	background: url(../images/nuoli.gif) 10px 12px no-repeat;
	padding: 0 0 0 20px;
}

#navi li ul li a {
	color: black !important;
	font-weight: normal;
	font-size: 12px;
	padding: 0;
}

#navi li ul li {
	border-bottom: 1px solid white;
}

#navi li ul li:last-child {
	border-bottom: none;
}

#navi li ul li.selected {
	background: url(../images/nuoli.gif) 10px 12px no-repeat;
}

#navi li ul li.selected > a {
	font-weight: bold;
}

/*
#navi li ul li {
	width: 180px;
}
*/

.moreIndex {
	z-index: 100;
}
/*
#navi > li > ul > li > ul {
	position: static;
	width: auto;
	height: auto;
	margin: 0 0 0 10px;
}
*/
.showBg {
	background: url(../images/navi_selected_bg.gif);
}

#bottom_images {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#bottom_images li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 0 7px 0 0;
}

#bottom_images li.last, #bottom_images li:last-child {
	margin: 0;
}

#bottom_images li a.text {
	display: block;
	font-size: 15px;
	color: #389e1f;
	line-height: 40px;
	vertical-align: middle;
	font-weight: bold;
}

#footer {
	background: url(../images/footer_bg.gif);
	height: 29px;
	margin: 0 0 50px 0;
	text-align: center;
	line-height: 29px;
	vertical-align: middle;
	color: #0c6509;
}

.inner_page_adjusted_content {
	position: static !important;
}

#right_lower_content {
	overflow: auto;
	padding: 20px 20px 0 20px;
	background: url(../images/right_lower_bg.gif) no-repeat;
	margin: 7px 0 0 0;
}

#right_lower_content h1 {
	color: #1175a5;
	font-size: 16px;
}

#right_lower_nav {
	overflow: auto;
	min-height: 400px;
	padding: 20px 20px 0 20px;
	background: url(../images/right_lower_bg.gif) no-repeat;
	margin: 7px 0 0 0;
}


.text_content {
	padding: 10px;
}

input[type="text"], textarea
{
	border: 1px solid green;
	width: 250px;
	display: block;
	margin: 0;
	padding: 5px;
	dont-size: 13px;
}

input[type="submit"]
{
	border: 1px solid green;
	background: white;
	padding: 5px 10px;
	margin: 0;
	display: block;
}

.centered {
	text-align: center;
}

#flags {
	background: #3b8aa9;
	opacity: 0.8;
	padding: 5px 10px;
	float: right;
	position: relative;
	bottom: 10px;
}

#flags img {
	position: relative;
	top: 1px;
}
