/*------ reset ---------*/

*{ 	padding: 0; 
	margin: 0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

li {
	list-style:none;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

img a{
	border:0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003468;
}


/*----- layout ---------*/

#page {
	position: relative;
	margin: 30px auto 0 auto;
	width: 900px;
	}

#header_area {
	width: 900px;
/* 	background: url('../pic/header_bckg.jpg') no-repeat top; */
	height: 115px;
	padding-bottom: 10px;
	}
	
#content_area {
	padding-bottom: 30px;
	}
	
	#toolbar_menu {
		background: #D1D3D4;
		padding: 7px 15px;
		line-height: 100%;
		height: 14px;
		}

	#sidebar_left {
		float: left;
		width: 150px;
		padding-right: 15px;
		}
		
		#main_menu {
			width: 150px;
			padding-bottom: 50px;
			}
		
		#content_wrap {
			float: left;
			width: 570px;
			padding-bottom: 10px;
			}
			
			#content {
				padding: 20px 15px;
/* 				background: #C6DFCB; */
/* 				background: #EDEDED; */
				background: #F7F7F7;
/* 				background: #A3DF95; */
/* 				background: #BAC6DA; */
				margin-bottom: 10px;
				height: 425px;
				}
				
				html>body #content {
					height: auto;
					min-height: 425px;
					}
				
	#sidebar_right {
		float: right;
		width: 165px;
		}
		
		#lang_menu {
			height: 16px;
			background: #D1D3D4;
			padding: 6px 10px;
			margin-bottom: 5px;
			}
			
			#lang_menu img {
				float: right;
				display: block;
				padding-left: 10px;
				padding-top: 5px;
				margin: 0;
				}
				
		#search {
			position: relative;
			background: url('../pic/search_bckg.jpg') no-repeat top right;
			height: 27px;
			width: 165px;
			margin-bottom: 5px;
			}
			
			#search input {
				position: absolute;
				width: 68px;
				top: 6px;
				left: 58px;
				}
			
			#search .submit {
				position: absolute;
				display: block;
				top: 8px;
				left: 133px;
				width: 19px;
				height: 19px;
				cursor: pointer;
				}
			
		#sidebar_right_content {
			width: 150px;
			padding-left: 15px;
			}
			
			.sidebar_contact {
				background: #EDEDEE;
				margin-top: -5px;
				padding: 10px;
				}
		
#footer_area {
	border-top: 2px solid #EDEDEE;
	padding: 10px 15px;
	}
		
/*------ navigation items ----------*/

#main_menu .menu_item a,
#main_menu .menu_item_act a,
#main_menu .menu_item_last a,
#main_menu .menu_item_last_act a{
	display: block;
	background: #D1D3D4;
	width: 130px;
	padding: 7px 10px;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #008F44;
	text-decoration: none;
	line-height: 100%;
	}

#main_menu .menu_item_act a {
	}

#main_menu .menu_item_last a,
#main_menu .menu_item_last_act a {
	}

#main_menu .menu_item_last_act a {
	}

	#main_menu .sub_menu_item a,
	#main_menu .sub_menu_item_act a {
		display: block;
		background: #EDEDEE;
		width: 130px;
		padding: 7px 10px;
		margin-top: -5px;
		font-size: 12px;
		font-weight: bold;
		color: #214D7E;
		text-decoration: none;
		line-height: 100%;
		}
		
#toolbar_menu .menu_item a,
#toolbar_menu .menu_item_last a {
	float: left;
	background: #D1D3D4;
	padding-right: 10px;
	margin-right: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #008F44;
	text-decoration: none;
	border-right: 1px solid #008F44;
	line-height: 100%;
	margin-bottom: 0;
	}
	
	#toolbar_menu .menu_item_last a {
		border: 0;
		}

#toolbar_menu .menu_item_act a{
}

/*------ typo ----------*/

P, UL, OL, H1, H2, H3, H4, H5{
	line-height: 140%;
	margin-bottom: 15px;
}

#content H1{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #ADC0B1;
	margin-bottom: 15px;
	}

#content H2 {
	font-size: 14px;
	padding-bottom: 12px;
	margin: 0;
	}

#content H3{
	font-size: 14px;
}

#content H4{
	font-size: 12px;
	font-weight: bold;
}

#content UL, #content OL{
	margin-left: 30px;
}

#content OL{
	margin-left: 30px;
	list-style-type: decimal;
}

#content UL LI{
	list-style: disc;
	margin-bottom: 3px;
}

#content OL LI{
	list-style: decimal;
	margin-bottom: 3px;
}

#sidebar_left H1 {
	background: #D1D3D4;
	width: 130px;
	padding: 7px 10px;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #008F44;
	line-height: 100%;
	}
	
#sidebar_right H1 {
	background: #D1D3D4;
	width: 130px;
	padding: 7px 10px;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #008F44;
	line-height: 100%;
	}
	
		#sidebar_right H1 a {
			color: #008F44;
			}
	
#search P {
	font-size: 13px;
	font-weight: bold;
	color: #008F44;
	padding: 7px 0 0 25px;
	line-height: 100%;
	margin-bottom: 0;
	}
	
A {
	color: #3B58A4;
	text-decoration: none;
	}

A:hover {
	text-decoration: underline;
	}

.align-right {
	text-align: right;
	}
	
.align-left {
	text-align: left;
	}
	
.align-center {
	text-align: center;
	}

#sidebar_right_content P {
	margin-bottom: 0;
	padding-bottom: 5px;
	}	

/*------ other --------*/

.clearer{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	display: block;
	}

#sidebar_right img {
	margin-top: -5px;
	}
	
/*------ indexed search ------*/

#content .tx-indexedsearch li {
	margin-left: 0;
	margin-right: 10px;
	}
	
	#content .tx-indexedsearch li.tx-indexedsearch-browselist-currentPage a {
		color: #333333;
		}
		
	#content .tx-indexedsearch-redMarkup {
		color: #008F44;
		font-weight: bold;
		}
	
#content .tx-indexedsearch td {
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 160%;
	}
	
#content td.tx-indexedsearch-info {
	padding: 10px;
	font-size: 11px;
	}
	
/*------ chgallery ------*/

.tx-chgallery-pi1 .single span {
	display: none;
	}
	
.tx-chgallery-pi1 .single .align {
	margin: 0;
	padding: 0;
	}
	
/*------ news --------*/

#sidebar_right_content .news-latest-container {
	background: #EDEDEE;
	margin-top: -5px;
	padding: 15px 10px 0 10px;
	}
	
#sidebar_right_content .news-latest-container P {
	margin: 0;
	}
	
#sidebar_right_content .news-latest-item {
	padding-bottom: 8px;
	}
	
#sidebar_right_content .news-latest-date {
	font-size: 11px;
	margin-bottom: 3px;
	}
	
	#sidebar_right_content .news-latest-date A {
		color: #214D7E;
		}
	
#sidebar_right_content .news-latest-title H3 {
	font-size: 12px;
	margin-bottom: 8px;
	}
	
	#sidebar_right_content .news-latest-title H3 A {
		color: #214D7E;
		}
		
	#sidebar_right_content .news-latest-subheader {
		display: none;
		}
		
.news-single-image img {
	float: right;
	padding-left: 15px;
	padding-bottom: 5px;
	}
	
#content .news-single-title H2 {
	margin-bottom: 0;
	padding-bottom: 5px;
	}
	
.news-list-item {
	padding-bottom: 25px;
	}
	
		.news-list-item P {
			margin-bottom: 0;
			display: inline;
			}
			
.news-list-image {
	float: left;
	}	
	
	.news-list-image img {
		padding-right: 15px;
		}
	
.news-list-title H3 A {
	color: #214D7E;
	}	
	
.news-list-subheader {
	display: inline;
	}
	
.news-list-morelink {
	padding-left: 10px;
	}
	
.news-list-browse td {
padding: 2px 5px;
}

.news-list-browse .tx-ttnews-browsebox-SCell a{
color: #999999;
}

/*----- chgallery ------*/

#content_wrap .tx-chgallery-pi1 {
width: 540px;
padding-bottom: 20px;
}

#content_wrap .chgallery-list .item {
float: left;
width: 170px;
height: 200px;
padding-bottom: 20px;
}

#content_wrap .chgallery-list .img {
padding-bottom: 10px;
}

#content_wrap .chgallery-list img {
}

#content_wrap .chgallery-list .title {
padding-bottom: 10px;
}

#content_wrap .single{
float: left;
padding-right: 20px;
padding-bottom: 10px;
}

#content_wrap .single img {
}

.pagebrowser {
text-align: center;
padding-bottom: 10px;
}

.pagebrowser .prev,
.pagebrowser .text,
.pagebrowser .next{
display: inline;
padding-right: 5px;
}

.dir_back {
padding-bottom: 10px;
}

#content_wrap .description {
line-height: 150%;
}