/* CSS Document */
@import url('menu.css');
@import url('footer.css');
@import url('tabs.css');
* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}
.clear {
	clear: both;
}
.lang_bar {
	background: url(img/top.gif) no-repeat top center;
	height: 50px;
	text-align: center;
}
.lang_flags {
	width: 650px;
	margin: 0 auto;
	padding-top: 6px;
	text-align: right;
}
.block a {
	color: #418400;
}
a img {
	border: none;
}
a:hover {
	text-decoration: none;
}
.right {
	margin: 0px 0px 0px auto;
}
.alt {
	font-weight: normal;
	color: #418400;
	padding: 10px 0px 5px 0px;
	margin: 0px 15px 15px 15px;
	border-bottom: 1px solid #ddd;
}
h1.alt {
	font-size: 1.5em;
}
h2.alt {
	font-size: 1.4em;
}
h3.alt {
	font-size: 1.2em;
}
h4.alt {
	font-size: 1.1em;
}
h4.toggler {
	cursor:pointer;
	font-weight: bold;
}
.more {
	width: 99px;
	height: 31px;
	text-decoration: none;
	background: url(img/more.jpg) no-repeat;
	display: block;
}
.less {
	background: url(img/less.jpg) no-repeat;
}
a.more strong {
	visibility: hidden;
}
#container {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

.column_narrow {
	width: 300px;
	float: left;
}
.column_wide {
	width: 400px;
	float: left;
}
.light_block {
	margin: 5px;
	padding-bottom: 15px;
	color: #3c492c;
	border-bottom: 5px solid #d5e5c0;;
}
.block p {
	margin: 10px;
	text-align: justify;
	text-indent: 15px;
	line-height: 18px;
}
.block ul li {
	list-style: none;
	background: url(img/bird.gif) no-repeat 0px 3px;
	margin: 0px 10px 0px 20px;
	text-indent: 16px;
	line-height: 18px;
}



.plus {
	background:url(img/plus.gif) no-repeat center right;
}
.minus {
	background:url(img/minus.gif) no-repeat center right;
}
.pointtext {
	padding-bottom: 15px;
}
tool-tip {
	color: #fff;
	width: 450px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}


#mapb {
	background:url(img/mapb.jpg);
	width: 600px;
	height: 594px;
	margin: 30px auto 0 auto;
}
.refs {
	padding-left: 60px;
	background:url(img/pdficon.jpg) no-repeat top left;
}