* { 
	padding: 0px;
	margin: 0px;
	outline: none;
}
html, body, * html #main { 
	height: 100%;
}
img {
	border: none;
}
body {
	color: #656565;
	font: 12px arial;
	background: #C9E1F3;
}
#main {
	width: 978px;
	min-height: 100%;
	background: url(img/bg_main.gif) repeat-y;
	padding: 0 12px;
	margin: 0 auto -75px auto;
	position: relative;
}
#container, #bg_inner {
	width: 978px;
	min-height: 505px;
	_height: 505px;
	float: left;
}
#container {
	background: url(img/bg_main.jpg) repeat-x;
}
#bg_inner {
	background: url(img/bg_inner.jpg) no-repeat right 0;
}
#top {
	width: 978px;
	float: left;
}
#icons, #lang {
	list-style: none;
	padding: 10px 35px 10px 0;
	float: right;
}
#icons li, #lang li {
	height: 13px;
	font: 10px arial;
	border-right: 1px solid #A8BDCC;
	padding: 2px 6px 0 6px;
	float: left;
}
#lang li a {
	color: #656565;
	text-decoration: none;
}
#sidebar_left {
	width: 153px;
	padding: 10px 0 20px 30px;
	float: left;
}
#sidebar_left #logo {
	width: 173px;
	text-align: center;
	padding: 0 0 30px 0;
	float: left;
}
#sidebar_left #menu {
	width: 173px;
	min-height: 395px;
	_height: 395px;
	list-style: none;
	float: left;
}
#sidebar_left #menu li {
	width: 173px;
	border-bottom: 1px solid #DBDBDB;
	float: left;
}
#sidebar_left #menu li a {
	/*height: 25px;*/
	color: #656565;
	font: bold 14px trebuchet MS;
	text-decoration: none;
	background: url(img/menu_icon.png) no-repeat 10px 15px;
	padding: 9px 0 0 23px;
	display: block;
}
#sidebar_left #menu li a.act {
	background: url(img/menu_icon.png) no-repeat #B8D0E7 10px 15px;
	margin: -1px 0;
}
#sidebar_left #menu li ul {
	width: 173px;
	list-style: none;
	background: #B8D0E7;
	padding: 0 0 10px 0;
	margin: 0 0 -1px 0;
	float: left;
}
#sidebar_left #menu li ul li a {
	height: auto;
	color: #656565;
	font: 12px trebuchet MS;
	text-decoration: underline;
	background: none;
	padding: 0 0 0 23px;
}
#newsletter {
	width: 153px;
	padding: 0 0 15px 0;
	float: left;
}
#newsletter label {
	font: bold 14px trebuchet MS;
	padding: 0 0 4px 0;
	display: block;
}
#newsletter .input {
	width: 130px;
	color: #656565;
	font: 11px arial;
	border: 1px solid #D4D0C8;
	padding: 2px;
	float: left;
}
#newsletter .submit {
	cursor: pointer;
	margin: 7px 0 0 5px;
	float: left;
}
#video {
	width: 170px;
	background: #EDEDED;
	padding: 10px;
	margin: 15px 30px 15px 0;
	display: inline;
	float: right;
}
#sidebar_right #video {
	width: 153px;
	background: none;
	padding: 0 0 15px 0;
	margin: 0;
	float: left;
}
#video img {
	margin: 0 10px 6px 0;
	float: left;
}
#video a {
	color: #656565;
	font: bold 16px trebuchet MS;
	text-decoration: none;
	line-height: 18px;
	display: block;
}
#video a:hover {
	color: #6daf10;
}
#sidebar_right #video a {
	margin: 0 0 5px 0;
	clear: both;
}
#video p {
	font: 11px arial;
	line-height: 1.4;
	clear: both;
	display: block;
}
#sidebar_right {
	width: 153px;
	padding: 300px 30px 20px 0;
	float: right;
}
#header {
	width: 730px;
	padding: 0 30px 0 0;
	position: relative;
	float: right;
}
#header img {
	width: 730px;
	float: left;
}
#header h1 {
	width: 300px;
	color: #629F0D;
	font: bold 30px trebuchet MS;
	line-height: 28px;
	position: absolute;
	top: 25px;
	left: 25px;
}
#header #nav {
	width: 705px;
	height: 59px;
	list-style: none;
	padding: 0 0 0 25px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.border_type_1 {
	border-top: 3px solid #7DC518;
}
.border_type_2 {
	border-top: 3px solid #6daf10;
}
.border_type_3 {
	border-top: 3px solid #5c9907;
}
#header #nav li {
	padding: 0 5px 0 0;
	float: left;
}
#header #nav li a {
	height: 36px;
	color: #6DAF0F;
	font: italic bold 14px trebuchet MS;
	text-decoration: none;
	padding: 15px 15px 0 43px;
	float: left;
}
#header #nav li.item_1 a {
	background: url(img/header_icons.png) no-repeat 10px 10px;
}
#header #nav li.item_1 a.act {
	color: #FFF;
	background: url(img/header_icons.png) no-repeat #7DC518 10px 10px;
}
#header #nav li.item_2 a {
	background: url(img/header_icons.png) no-repeat 10px -86px;
}
#header #nav li.item_2 a.act {
	color: #FFF;
	background: url(img/header_icons.png) no-repeat #6daf10 10px -86px;
}
#header #nav li.item_3 a {
	background: url(img/header_icons.png) no-repeat 10px -186px;
}
#header #nav li.item_3 a.act {
	color: #FFF;
	background: url(img/header_icons.png) no-repeat #5c9907 10px -186px;
}
#header #nav li ul {
	width: 185px;
	height: 330px;
	color: #FFF;
	line-height: 1.5;
	list-style: none;
	padding: 15px;
	overflow: hidden;
	position: absolute;
	top: -402px;
	right: -15px;
}
#header #nav li ul li.title {
	font: bold 22px trebuchet MS;
	padding: 0 0 8px 0;
}
#header #nav li.item_1 ul {
	background: #7DC518;
}
#header #nav li.item_2 ul {
	background: #6daf10;
}
#header #nav li.item_3 ul {
	background: #5c9907;
}
#content {
	font: 13px arial;
	padding: 20px 0 20px 60px;
	float: left;
}
.tight {
	width: 485px;
}
.wide {
	width: 505px;
}
.full {
	width: 525px;
}
#content h1 {
	height: 1%;
	color: #639F0D;
	font: bold 36px trebuchet MS;
	padding: 0 0 12px 0;
	overflow: auto;
	clear: both;
	display: block;
}
#content h2, #content h3 {
	color: #333;
	padding: 0 0 5px 0;
	display: block;
}
#content h2 {
	font: 13px arial;
}
#content h3 {
	font: 16px arial;
}
#content h2 a, #content h3 a {
	color: #333;
}
#content h4 {
	font: bold 16px trebuchet MS;
	background: url(img/h4_line.gif) repeat-x 0 13px;
	padding: 0 0 10px 0;
	display: block;
}
#content h4 span {
	background: #FFF;
	padding: 0 5px 0 0;
}
#content h5 {
	color: #6DAF0F;
	font: bold 15px trebuchet MS;
	background: url(img/h5_line.gif) repeat-x 0 bottom;
	padding: 0 0 10px 0;
	margin: 0 0 38px 0;
	float: left;
}
#content h6 {
	color: #333;
	font: 22px arial;
	padding: 5px 0 10px 0;
	display: block;
}
#content p {
	line-height: 1.5;
	padding: 0 0 10px 0;
	display: block;
}
#content #news {
	list-style: none;
	display: block;
}
#content #news li {
	height: 1%;
	padding: 0 0 15px 60px;
	overflow: auto;
	display: block;
}
#content #news li img {
	width: 69px;
	margin: 0 0 0 -60px;
	float: left;
	border:1px solid #d9d9d9;
	padding:4px;
	margin-right:9px
}
#content .date {
	color: #999;
	font: 11px arial;
	display: block;
}
#content #news li a.all {
	color: #6DAF0F;
	font: 11px arial;
}
#content .link_list {
	list-style: none;
	display: block;
}
#content .link_list li {
	clear: both;
	display: block;
}
#content .link_list li a {
	color: #333;
	font: 14px arial;
	background: url(img/icon_new_window.png) no-repeat right 3px;
	padding: 0 15px 0 0;
	margin: 0 0 10px 0;
	float: left;
}
#content .info_table {
	width: 505px;
	clear: both;
}
#content .info_table th, #content .info_table td {
	padding: 7px 10px;
}
#content .info_table th {
	color: #000;
	text-align: left;
	border-bottom: 2px solid #6DAF10;
}
#content .info_table td {
	border-bottom: 1px solid #C8C8C8;
}
#content .info_table .border_r {
	border-right: 1px solid #C8C8C8;
}
#content #adrress_list {
	width: 140px;
	margin-right:20px;
	list-style: none;
	float: right;
}
#content #adrress_list li {
	width: 140px;
	line-height: 1.5;
	border-bottom: 1px solid #B8B8B8;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	float: left;
	font-size:11px
}
#content #adrress_list li a.link {
	color: #333;
	font: bold 12px arial;
	text-decoration: none;
	background: url(img/icon_prev_next.gif) no-repeat 0 -50px;
	padding: 0 0 0 14px;
	margin: 0 0 0 -14px;
	position: relative;
	float: left;
}
#content #map {
	width: 339px;
	height: 348px;
	margin: 0 0 10px 0;
	float: left;
}
#content #form {
	width: 319px;
	color: #333;
	list-style: none;
	background: #E0E0E0;
	padding: 10px;
	float: left;
}
#content #form li {
	width: 319px;
	padding: 0 0 5px 0;
	float: left;
}
#content #form li.title {
	font: bold 18px trebuchet MS;
}
#content #form li.border {
	border-bottom: 1px solid #B8B8B8;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
#content #form li label {
	font: bold 13px arial;
	padding: 5px 0 0 0;
	float: left;
}
#content #form li .input, #content #form li textarea {
	width: 304px;
	color: #000;
	font: 13px arial;
	border: 1px solid #AAADB4;
	padding: 2px 5px;
	float: left;
}
#content #form li .error {
	color: #FFF;
	background: #fe6b5f;
}
#content #form li .submit {
	width: 110px;
	height: 22px;
	color: #000;
	font: 12px arial;
	cursor: pointer;
	background: url(img/submit_send.gif) no-repeat;
	border: none;
	float: left;
}
#content #pages {
	height: 40px;
	list-style: none;
	margin: 0 0 20px 0;
	position: relative;
	overflow: auto;
	display: block;
}
#content #pages li.border {
	border-right: 1px solid #BABABA;
	padding: 0 8px 0 0;
	margin: 0 8px 0 0;
}
#content #pages li a.prev, #content #pages li a.next {
	color: #6DAF0F;
	font: 11px arial;
}
#content #pages li a.prev {
	background: url(img/icon_prev_next.gif) no-repeat;
	padding: 0 0 0 14px;
}
#content #pages li a.next {
	background: url(img/icon_prev_next.gif) no-repeat right bottom;
	padding: 0 14px 0 0;
}
#content #pages li ul {
	list-style: none;
	position: absolute;
	left: 0;
	bottom: 0;
}
#content #pages li ul a {
	color: #656565;
	margin: 0 10px 0 0;
}
#content #pages li ul a.act {
	color: #333;
	font: bold 13px arial;
	text-decoration: none;
}
#content #scrollable {
	width: 500px;
	height: 89px;
	background: #DDD;
	margin: 0 0 10px 0;
	float: left;
}
#content .scrollable {
	width: 463px;
	height: 89px;
	position: relative;
	overflow: hidden;
	float: left;
}
#content .scrollable .items {
	width: 20000px;
	position: absolute;
	clear: both;
}

#content .scrollable .items a {

	float: left;
}

#content .scrollable .items img {
	/*
	width: 112px;
	height: 78px;
	*/
	cursor: pointer;
	border: 1px solid #DDD;
	margin: 4px 1px 0 1px;
	float: left;
}
#content .scrollable .items img.active {
	border: 1px solid #6DAF10;
}
a.disabled {
	visibility: hidden;
}
a.prevPage {
	cursor: pointer;
	margin: 40px 6px 0 6px;
	float: left;
}
a.nextPage {
	cursor: pointer;
	margin: 40px 6px 0 0;
	float: right;
}
#content a.back {
	font-size: 11px;
}
#content a.pdf {
	color: #999;
	font-size: 11px;
	background: url(img/icon_pdf.gif) no-repeat 0 2px;
	padding: 0 0 0 22px;
	margin: 0 0 8px 0;
	display: inline-block;
}
#footer {
	width: 978px;
	height: 75px;
	font: 11px arial;
	background: url(img/footer_bg.jpg) repeat-x 0 bottom;
	margin: 0px auto;
	position: relative;
}
#footer div {
	width: 918px;
	height: 62px;
	color: #656565;
	font: 11px arial;
	border-top: 1px solid #DBDBDB;
	padding: 12px 0 0 0;
	margin: 0px auto;
}
#footer .copy {
	width: 160px;
	padding: 0 20px 0 0;
	float: left;
}
#footer address {
	width: 580px;
	font: normal 11px arial;
	float: left;
}
#footer img {
	margin: 5px 0 0 0;
	float: right;
}
.clearfooter {
	height: 75px;
	clear: both;
}
#content #pages li, #content #pages li a, #popup_nav li.prev {
	float: left;
}
#popup_nav li.next {
	float: right;
}
#icons li.last, #lang li.last, #sidebar_left #menu li.last, #content #adrress_list li.last, #sidebar_left #menu li ul li {
	border: none;
}
#content h2 a:hover, #content h3 a:hover, #content .link_list li a:hover, #content #adrress_list li a:hover.link {
	color: #656565;
}
#lang li a:hover, #sidebar_left #menu li a:hover {
	color: #999;
}
#content #news li a:hover.all, #footer a:hover, #content p a:hover, #content #adrress_list li a:hover, #content a.back {
	color: #97c655;
}
#lang li a.act, #footer a, #content p a, #content #adrress_list li a, #content a:hover.back, #content a:hover.pdf {
	color: #6DA726;
}


#popup_nav {
	width: 51px;
	height: 25px;
	list-style: none;
	background: url(img/popup_nav_items.gif) no-repeat;
	float: left;
}
#popup_nav li a {
	width: 25px;
	height: 25px;
	float: left;
}
#popup_nav li.prev a:hover {
	background: url(img/popup_nav_items.gif) no-repeat 0 bottom;
}
#popup_nav li.next a:hover {
	background: url(img/popup_nav_items.gif) no-repeat right bottom;
}
