@charset "UTF-8";

/* --- table of content -----------------------------------
	color definitions
	browser reset
	
	global
	page structure
	text styles
	navigation
	minor page elements
	forms
	icons
*/




/* --- color definitions ----------------------------------



*/




/* --- browser reset --------------------------------------
   font-size = 16px
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0em; padding: 0em; border: 0em; outline: 0em; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } :focus { outline: 0em; } body { line-height: 1em; color: black; background: #FFFFFF; } ol, ul { list-style: none; } table { border-collapse: separate; border-spacing: 0em; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; }
* { margin: 0em; padding: 0em; } option { padding-left: 0.4em; } * html body * { overflow: visible; } * html iframe, * html frame { overflow: auto; } * html frameset { overflow: hidden } html { height: 100% } body { min-height: 101%; font-size: 100.01%; color: #000000; background: #FFFFFF; text-align: left; } fieldset, img { border: 0em solid; } ul, ol, dl, div { margin: 0px; padding: 0px; } li { margin-left: 1.5em; line-height: 1.5em; } dt { font-weight: bold; } dd { margin: 0em 0em 1em 2em; } blockquote, cite { margin: 0em 0em 1em 1.5em; font-size: 0.93em; width: auto;} html * { font-size: 100.01%; } .clearfix:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; } .clearfix { display: block; } .floatbox { overflow: hidden; } #ie_clearing { display: none; } label { position: absolute; top: -1000em; left: -1000em; height: 1px; width: 1px; } img { margin: 0px; padding: 0px; border: none; line-height: 0px; }










/* --- global ---------------------------------------------
*/

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

table {
	height: 100%;
	border: none;
	}
	table tr td {
		vertical-align: middle;
	}

img {
	border: none;
}

.skip, .hideme, .print {
	position: absolute;
	top: -1000em;
	left: -1000em;
	height: 1px;
	width: 1px;
}

.skip:focus, .skip:active {
	position: static;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
}

.hide {
	display: none !important;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.center {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}

.middle {
	vertical-align: middle;
}




/* --- page structure -------------------------------------
	positioning and style of the basic page elements
*/

body {
	background: #657813;
}

#page_margins {
	background: transparent;
	border: none;
	height: 100%; 
	margin: 0 auto; 
	padding: 0px; 
	width: 980px;
}

#page {
	margin: 0 auto; 
	overflow: hidden;
	padding: 0px; 
	width: 980px;
	background: transparent url(img/bg.jpg) repeat-y 0 0;
}



/* --- text styles ----------------------------------------
	use only relative font-size values (% or em)
	
	Arial, Verdana, Helvetica, sans-serif
	"Times New Roman", Times, serif
	Courier, monospace
	
	link selectors should follow the LoVe-Follows-HAte scheme
		:link = not yet visited
		:visited = already visited
		:focus = focused by using tabulator-key
		:hover = mouse over
		:active = just clicked
*/

body {
	font-family: Georgia;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
}

a {
	font-size: 11px;
	line-height: 18px;
	font-family: Arial;
	font-weight: bold;
}

.single_content_element h1 {
	color: #657813;
	text-decoration: none;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	padding-top: 5px;
}

.single_content_element h2 {
	color: #657813;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
}

.single_content_element h3 {
	/*
	color: #657813;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial;
	line-height: 18px;
	*/
}

.subtitle-txt span {
	color: #657813;
	font-size: 24px;
	font-family: Georgia;
	font-style: italic;
	line-height: 45px;
	font-weight: normal;
}

#footer {

	}
	.footer_nav_content a {
		color: #657813;
		text-decoration: none;
		font-family: Arial;
		font-weight: bold;
		font-size: 11px;
		background: transparent url(img/link.png) no-repeat 0px 3px;
		padding-left: 10px;
	}
	.footer_nav_content a:hover {
		color: #ffffff;
		text-decoration: none;
		background: transparent url(img/link_over.png) no-repeat 0px 3px;
	}
	.footer_nav_content a:active {
		color: #ffffff;
		text-decoration: none;
		background: transparent url(img/link_over.png) no-repeat 0px 3px;
	}
	
.sidebar {
	color: #657813;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	line-height: 24px;
	}
	.single_rightcontent_element {
		color: #657813;
		text-decoration: none;
		font-family: Arial;
		font-size: 12px;
		line-height: 24px;
	}
.content {
	color: #657813;
	text-decoration: none;
	font-family: Georgia;
	font-size: 12px;
	line-height: 24px;
	}
	.csc-header h1 {
		color: #657813;
		text-decoration: none;
		font-weight: bold;
		font-size: 12px;
	}

/* links */
.bodytext a {
	color: #657813;
	text-decoration: none;
	background: transparent url(img/link.png) no-repeat 0px 3px;
	padding-left: 13px;
}

.bodytext a:hover {
	color: #657813;
	text-decoration: none;
	background: transparent url(img/link.png) no-repeat 0px 3px;
	padding-left: 13px;
}

.single_content_element a {
	color: #657813;
	text-decoration: none;
	background: transparent url(img/link.png) no-repeat 0px 3px;
	padding-left: 13px;
}

.single_content_element a:hover {
	color: #657813;
	text-decoration: none;
	background: transparent url(img/link.png) no-repeat 0px 3px;
	padding-left: 13px;
}

.subnav a {
	color: #657813;
	text-decoration: none;
	background: transparent url(img/link.png) no-repeat 0px 5px;
	padding-left: 13px;
	display: block;
	height: 25px;
}

.subnav a:hover {
	color: #657813;
	text-decoration: none;
	background: transparent url(img/link.png) no-repeat 0px 5px;
	padding-left: 13px;
	display: block;
	height: 25px;
}

.csc-textpic-image a {
	background: none;
	padding: 0px;
}

.csc-textpic-image a:hover {
	background: none;
	padding: 0px;
}


/* --- navigation -----------------------------------------
*/

.nav {
	color: #404041;
	text-decoration: none;
	font-family: Georgia;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	}
	.nav ul {
		padding: 0;
		margin: 0;
		width: 185px;
	}
	.nav ul li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #b5c823;
		width: 185px;
		padding-top: 1px;
	}
	.nav ul li:hover {
		width: 185px;
	}
	.nav ul li a {
		color: #404041;
		text-decoration: none;
		width: 155px;
		padding-left: 15px;
		display: block;
		font-size: 14px;
		font-family: Georgia;
		font-weight: normal;
		line-height: 24px;
	}
	.nav ul li a:hover {
		color: #ffffff;
		text-decoration: none;
		width: 155px;
		background: transparent url(img/nav-bg.png) no-repeat scroll 0 -1px;
		font-size: 14px;
		font-family: Georgia;
		font-weight: normal;
		line-height: 24px;
	}
	.nav ul li.current_cur a {
		color: #ffffff;
		text-decoration: none;
		width: 155px;
		background: transparent url(img/nav-bg.png) no-repeat scroll 0 -1px;
	}
	
	.nav ul li.current_cur ul,
	.nav ul li.current_act ul {
		padding: 0;
		margin: 0;
		width: 185px;
		border-top:1px solid #B5C823;
		margin:0 0 -1px;
	}
	
	.nav ul li.current_cur ul .last-child {
		border-top: none;
	}
	
	.nav ul li.current_cur ul li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #b5c823;
		width: 185px;
		padding-top: 1px;
	}
	.nav ul li.current_cur ul li:hover,
	.nav ul li.current_act ul li:hover{
		width: 185px;
	}
	.nav ul li.current_cur ul li a,
	.nav ul li.current_act ul li a	{
		color: #404041;
		text-decoration: none;
		width: 135px;
		padding-left: 15px;
		display: block;
		font-size: 14px;
		font-family: Georgia;
		font-weight: normal;
		line-height: 24px;
		left:20px;
		position:relative;
		background: none;
	}
	.nav ul li.current_cur ul li.current1_cur a,
	.nav ul li.current_act ul li.current1_cur a {
		color: #ffffff;
		text-decoration: none;
		width: 135px;
		background: transparent url(img/nav-bg.png) no-repeat scroll 0 -1px;
	}
	.nav ul li.current_cur ul li:hover a,
	.nav ul li.current_act ul li:hover a  {
		color: #ffffff;
		text-decoration: none;
		width: 135px;
		background: transparent url(img/nav-bg.png) no-repeat scroll 0 -1px;
		font-size: 14px;
		font-family: Georgia;
		font-weight: normal;
		line-height: 24px;
	}




/* --- minor page elements --------------------------------
*/

#header {
	width: 980px;
	height: 45px;
	background: #ffffff;
	}
	.bg-left {
		width: 45px;
		height: 45px;
		background: #cfdb73;
		float: left;
	}
	.subtitle-bg {
		width: 690px;
		height: 45px;
		background: url(img/subtitle-bg.png);
		float: right;
		}
		.subtitle-txt {
			height: 45px;
			text-align: center;
			}
			.subtitle-txt span {
				width: auto;
				height: 45px;
				background: transparent;
				padding: 8px 35px;
			}

#main {
	width: 980px;
	height: 846px;
	overflow: hidden;
	}
	.main_wrapper {
	width: 1200px;
	height: 846px;
	}
	.border_left_img {
		width: 45px;
		float: left;
		background: transparent;
		padding: 0;
		margin: 0;
	}
	.sidebar {
		width: 185px;
		float: left;
		background: transparent;
		padding: 0px 30px 0 30px;
		}
		.logo {
			text-align: center;
			position: absolute;
			top: 20px;
			left: 95px;
			z-index: 3;
		}
		.text {
			padding-top: 10px;
			padding-bottom: 50px;
			padding-left: 15px;
			}
			.text p {
				line-height: 20px;
			}
		.nav {
		
		}
	
	.content {
		width: 320px;
		height: 845px;
		float: left;
		background: transparent;
		padding: 0px 30px 0 30px;
		overflow: auto;
		margin-bottom:0px;
		}
		.single_content_element {
			padding: 5px 0;
		}
		.content ul {
			
			}
			.content ul li {
				list-style: outside;
			}
	.subnav {
		min-width: 65px;
		max-width: 190px;
		background: transparent;
		float: left;
		}
		.single_rightcontent_element {
			background: #e3e8a7;
			padding: 0px 15px 0 15px;
		}
	.border_right_img {
		min-width: 120px;
		max-width: 245px;
		background: transparent;
		padding: 0;
		margin: 0;
		float:left;
		}
	.border_right_img .csc-textpic-center,
	.border_right_img .csc-textpic-left,
	.border_right_img .csc-textpic-right{
		float:left;
		text-align: left;
		}
		
	.border_right_img DIV.csc-textpic-left DIV.csc-textpic-imagewrap,
	.border_right_img DIV.csc-textpic-right DIV.csc-textpic-imagewrap,
	.border_right_img DIV.csc-textpic-center DIV.csc-textpic-imagewrap {
		float:left;
		text-align: left;
	}

#footer {
	width: 980px;
	height: 45px;
	background: #cfdb73;
	}
	.footer_nav_content {
		padding: 10px 0 0 90px;
	}

.clearer {
	clear: both;
	height: 0px;
	width: 0px;
	margin: 0;
	padding: 0;
}

hr {
	display: none;
}

.single_content_element hr.ruler {
	height: 0px;
	margin-top: 20px;
	border: none;
	border-bottom: 1px solid #b5c823;
	margin-bottom: 15px;
	display: block !important;
}

.subnav hr.ruler {
	height: 0px;
	margin-top: 25px;
	border: none;
	border-bottom: 1px solid #b5c823;
	margin-bottom: 15px;
	display: block !important;
}

hr.hr-sidebar {
	height: 0px;
	margin-top: 30px;
	border: none;
	border-bottom: 1px solid #b5c823;
	margin-bottom: 25px;
	padding-top: 90px;
	display: block !important;
}

.imgtext-nowrap {
	background: #e3e8a7;
	}
	.imgtext-nowrap .bodytext {
		padding:0 10px 0 0;
	}

.csc-frame.csc-frame-frame1 {
	background: #e3e8a7;
	width: 100%;
	height: auto;
}
.csc-frame .bodytext {
	padding: 5px 8px;
}

.csc-frame.csc-frame-frame2 {
	background: #e3e8a7;
	width: 100%;
	height: auto;
}
.csc-frame .bodytext {
	padding: 5px 8px;
}

.csc-textpic-image {
	padding: 0;
	margin: 0;
}

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	display:inline;
	margin-left:0px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0;
}

.content .csc-textpic-imagewrap {
	/* border: 8px solid #E3E8A7; */
}

.content  div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	border:8px solid #E3E8A7;
	margin:0;
	padding:0;
}
.content div.csc-textpic div.csc-textpic-single-image img {
	border:8px solid #E3E8A7;
	margin:0;
	padding:0;
}


/* --- forms ----------------------------------------------
*/

form {
	margin: 0px;
	padding: 0px;
	font-family: Georgia;
	font-size: 1.0em;
	}
	textarea, select {
		padding: 0px 0px 0px 5px;
		border: 1px solid #e3e8a7;
		background: #e3e8a7;
	}
	textarea {
		height: 6.7em;
		line-height: 1.1em;
		width: 95%;
		overflow: auto;
	}
	input {
		border: 1px solid #e3e8a7;
		background: #e3e8a7;
		color: #657813;
		font-family: Arial;
		font-weight: bold;
		position:absolute;
			right:350px;
			float: right;
		}
		input[type="text"] {
			margin: 3px 0;
			padding:2px;
			position:absolute;
			right:350px;
			float: right;
		}
		input[type="password"] {
			padding: 1px;
			width: 200px;
		}
		input[type="file"] {
			padding: 1px;
			width: 200px;
		}
		input[type="radio"] {
			border: none;
			clear: both;
			height: 1.0em;
		}
		input[type="checkbox"] {
			border: none;
			height: 1.17em;
			padding: 1px;
			width: 1.17em;
		}
		input[type="submit"] {
			background: #e3e8a7;
			border: none;
			color: #657813;
			height: 1.7em;
			width: 150px;
			margin:3px 0;
		}
	.csc-form-label {
		width: 100px;
	}
	.csc-form-labelcell {
		vertical-align: top;
	}
	.csc-mailform-field label {
		position: inherit;
	}
		
#search {
	border: 1px solid #666666;
	color: #666666;
	float: left;
	width: 118px;
}




/* --- icons ----------------------------------------------
	background-position:	-80px	-16px;
							vert.	horiz.
*/

.icon {
	background: transparent url("img/icons.gif") no-repeat;
	border: none;
	float: left;
	font-weight: normal;
	height: 16px;
	margin-top: 2px;
	padding: 0px;
	text-align: center;
	width: 16px;
	}
	.icon-breadcrumb {
		background-position: -16px -16px;
		margin-top: 0.4em;
		width: 8px;
	}
	.icon-nav {
		background-position: -80px -16px;
		display: none;
	}
	.icon-nav1 {
		background-position: -80px -16px;
		display: none;
	}
	.icon-nav2 {
		background-position: -80px -16px;
		display: none;
	}

		.current_act .icon-nav, .current_cur .icon-nav {
			background-position: -96px -16px;
			display: none;
		}
		.current_act ul .current1_cur .icon-nav1, .current_act ul .current1_act .icon-nav1 {
		background-position: -96px -16px;
		display: none;
		}
		.current_act ul .current1_act ul .current2_cur .icon-nav2 {
		background-position: -96px -16px;
		display: none;
		}
		ul li:hover .icon-nav {
		background-position: -112px -16px;
		display: none;
		}
		.current_act ul li:hover .icon-nav1,
		.current_cur ul li:hover .icon-nav1 {
		background-position: -128px -16px;
		display: none;
		}
		
		.current_act ul .current1_cur ul li:hover .icon-nav2,
		.current_act ul .current1_act ul li:hover .icon-nav2,
		.current_act ul .current1_act ul .current2_cur:hover .icon-nav2 {
		background-position: -144px -16px;
		display: none;
		}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

label {
	height:auto;
	position:static;
	width:auto;
}


/* tt_news images */

.news-single-item img,
.news-list-image img {
	border: 8px solid #E3E8A7;
}
