body {
	font-size: 0.8125em;
	line-height: 1.618;
	/*  */
	background: #fcfcfc url(../gfx/bg.jpg) repeat-x top center;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, 'Helvetica Neue', 'Helvetica', sans-serif;
	margin: 0 0 0.8125em 0;
	font-weight: normal;
}

h1 { font-size: 2.615em; line-height:1.18; } /* 34px */
h2 { font-size: 2em; line-height:1.19; } /* 26px */
h3 { font-size: 1.618em; line-height:1.24; } /* 21px */
h4 { font-size: 1.308em; line-height:1.23; } /* 17px */
h5,h6 { font-size: 1em; line-height:1.3; font-weight:700; } /* 13px */

a {
	color: #13ac48;
}
p {
	margin: 0 0 0.8125em 0;
}

blockquote > *:before { content: '\201C'; }
blockquote > *:after { content: '\201D'; }
blockquote q:before { content: '\2018'; }
blockquote q:after { content: '\2019'; }

code {
	border-left: 2px solid #ccc;
	margin: 0.8125em 0;
	padding: 0 1.618em 0;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
ul {
	margin: 0.8125em 0;
}
ol {
	padding-left: 2em;
}
ol li {
	list-style: decimal;
}

input[type="text"],
input[type="password"],
textarea {
	border-top: 1px solid #939697;
	border-right: 1px solid #dce4ea;
	border-bottom: 1px solid #dce4ea;
	border-left: 1px solid #939697;
	padding: .4em .5em;
}
input[type="submit"],
input[type="button"] {
	color: #fff;
	font-weight: 700;
	overflow: visible;
	border-top: 1px solid #e54d19;
	border-right: 1px solid #721906;
	border-bottom: 1px solid #721906;
	border-left: 1px solid #e54d19;
	padding: .4em .5em;
	background-color: #de310c;
}
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #f74028;
}
input.long {
	width: 14em;
}
input.medium {
	width: 11em;
}
input.short {
	width: 5em;
}
input.full,
textarea.full {
	width: 25em; 
}
#content form .asterisk {
	color: #13ac48;
	font-size: 1.2em;
	font-weight: 700;
}
#content form {
	clear: both;
	overflow: hidden;
	padding: 1em 0;
}
#content form div {
	line-height: 1.3;
	padding: .3em;
}
#content form label {
	text-align: right;
	font-size: 1em;
	font-weight: 300;
	/*  */
	float: left;
	/*  */
	display: block;
	width: 150px;
	padding: .5em 1em 0 0;
}
#content form div.submit {
	margin-left: 150px;
	padding-left: 1.3em;
}
#content form input[type="submit"] {
	font-size: 1.1em;
	margin-top: .3em;
	padding: .6em 1.3em;
}




/*   */

.center {
	clear: both;
	margin: 0 auto;
	width: 960px;
}

#hd {
	height: 135px;
}

	#hd h1 {
		float: left;
		/* 	 */
		width: 160px;
		height: 135px;
		margin: 0;
		background: transparent url(../gfx/EJKL_logo.png) no-repeat left center;
	}
		#hd h1 a {
			display: block;
			height: 100%;
			width: 100%;
		}
			#hd h1 a span {
				margin-left: -9876px;
			}

	#hd #tools {
		color: #5e5e5e;
		font-size: .85em;
		font-weight: 700;
		/*  */
		float: right;
		/*  */
		width: 500px;
		margin-top: 15px;
	}
		#hd #tools a {
			color: #5e5e5e;
			text-decoration: none;
		}
		#hd #tools a:hover {
			text-decoration: underline;
		}
		#hd #tools #lang {
			float: right;
			/*  */
			margin: 7px 0 0 0;
		}
		#hd #tools #members-area {
			float: right;
			position: relative;
			/*  */
			margin: 7px 2em 0 0;
		}
		#hd #tools #members-area .icon {
			position: absolute;
			left: -1.618em;
			top: 0;
			/*   */
			height: 16px;
			width: 9px;
			/*   */
			background: url(../gfx/icon_lock.png) no-repeat;
		}

		#hd #tools #search {
			float: right;
			position: relative;
			margin-right: 4em;
		}
		#hd #tools #search input {
		}
		#hd #tools #search input:focus {
			outline: 0;
		}
		#search-form { background:url(../gfx/search.png) no-repeat 0 0; height:29px; position:absolute; right:0; top:0; width:184px; }
		#search-form label { display:none; }
		#search-form input { color: #999999; display:block; float:left; }
		#search-form .input-text { background-color:transparent; border:0; height:27px; margin:0 0 0 10px; padding:1px 0 1px; width:144px; }
		.ie8 #search-form .input-text,
		.ie7 #search-form .input-text { height:20px; padding:7px 0 0; }
		.ie6 #search-form .input-text { width:107px; }
		#search-form .input-submit { background:url(../gfx/search.png) no-repeat 100% 0; border:0; font-size:0; height:26px; line-height:0; overflow: hidden; padding:0; text-indent:-9999px; width:30px; }






#nav ul {
	overflow: hidden;
	margin: 0;
	height: 60px;
	/*  */
	background: transparent url(../gfx/nav_bg.gif) repeat-x;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
	#nav ul li {
		color: #fff;
		font-size: 1.1em;
		/*  */
		float: left;
		/*  */
		height: 60px;
	}
	#nav ul li a {
		color: #fff;
		text-decoration: none;
		/*  */
		display: block;
		/*  */
		height: 100%;
		padding: 1.35em 1.5em;
	}
	#nav ul li.home.active {
		margin-right: 1em;
	}
	#nav ul li.home a {
		background: transparent url(../gfx/icon_home.png) no-repeat center center;
		width: 13px;
		height: 60px;
		padding: 0 30px;

	}
	#nav ul li.home a:hover {
		background: transparent url(../gfx/icon_home-hover.png) no-repeat center center;
	}
	#nav ul li.home a span {
		display: none;
	}
	#nav ul li a:hover span {
		border-bottom: 2px solid #bef079;
	}
	#nav ul li.active {
		background: transparent url(../gfx/nav-active_bg.gif) repeat-x;
	}
	#nav ul li.home.active a {
		padding: 0 30px;
		margin: 0;
		-moz-border-radius-topleft: 6px;
	}


#bd {
	margin: 40px 0;
	overflow: hidden;
}
	#bd a,
	#ft a {
		text-decoration: none;
	}
	#bd a:hover,
	#ft a:hover {
		text-decoration: underline;
	}



#bd #content {
	float: right;
	width: 580px;
	margin: 0 30px 0 0;
}
#bd.home #content {
	float: left;
	margin: 0 0 0 30px;
}

	#bd #content .title {
		margin-bottom: 1.5em;
	}
	#bd #content h2 {
		margin-bottom: 0;
	}
	#bd #content h2.news {
		color: #13AC48;
		font-family: Georgia;
		font-style: italic;
	}
	#bd #content h3 {
		color: #13ac48;
	}
	#bd #content .date {
		color: #5e5e5e;
		font-size: .9em;
		font-weight: bold;
		text-transform: uppercase;
		/*  */
		margin-top: .3em;
	}
	#bd #content p.read-more {
		font-size: 1.4em;
		/*  */
		margin-top: 1em;
	}
	#bd #content .information {
		margin: 1em 0;
		float: left;
		display: block;
	}
	#bd #content .information .row {
		clear: both;
	}
	#bd #content .information .label {
		float: left;
		display: block;
		width: 100px;
	}

	#bd #content ul li {
		list-style-type: disc;
		margin: 0 0 0 20px;
		padding: 0 0 0 20px;

	}


	#bd .search-results {
		margin-top: 1em;
	}
	#bd .search-results li {
		line-height: 1.4;
		margin-bottom: 1em;
	}
	#bd .search-results li .page-title {
		font-size: 1.2em;
		margin-bottom: .3em;
	}



#bd #sidebar {
	float: left;
	width: 280px;
	margin-top: 40px;
}
#bd.home #sidebar {
	float: right;
	width: 345px;
}

#bd #sidebar .read-more {

		margin: 0 0 0 20px;
}

	#bd #sidebar h2 {
		color: #a4a4a4;
		font-size: 1.5em;
		/*  */
		margin: 0 0 0 20px;
	}
	#bd #sidebar ul {
		margin: 0;
	}
	#bd #sidebar.news{
		float: right;
	}
	#bd #sidebar.news ul li {
		line-height: 1.3;
		border-bottom: 1px dotted #afafaf;
		padding: 1em 20px;
	}
	#bd #sidebar.news a {
		font-size: 1.2em;
		font-family: Georgia;
		font-style: italic;
		text-decoration: none;
		/* */
		margin-right: .8em;
	}
	#bd #sidebar.news a:hover {
		border-bottom: 1px solid #13ac48;
	}
	#bd #sidebar.news .date {
		color: #5e5e5e;
		font-size: .8em;
		font-weight: bold;
		text-transform: uppercase;
		/*  */
	}

	#bd #sidebar.nav-2>ul>li {
		font-size: 1.2em;
		font-weight: normal;
		line-height: 1.3;
		/*  */
		border-bottom: 1px dotted #afafaf;
	}
	#bd #sidebar.nav-2 ul li a {
		display: block;
		height: 100%;
	}
	#bd #sidebar.nav-2 ul li a:hover {
		color: #196415;
	}
	
	#bd #sidebar.nav-2 ul li a.active {
		color: #196415;
		font-weight: bold;
	}	

	#bd #sidebar.nav-2>ul>li>a {
		padding: .7em 30px;
		background: transparent url(../gfx/bullet.png) no-repeat 10px center;
	}

	#bd #sidebar.nav-2>ul>li>ul {
		margin: 0 0 1em 0;
	}
	#bd #sidebar.nav-2>ul>li>ul>li {
		font-size: .9em;
	}
	#bd #sidebar.nav-2>ul>li>ul>li>a {
		padding: .2em 50px;
		background: transparent url(../gfx/bullet.png) no-repeat 30px center;
	}

	#bd #sidebar.nav-2 #search {
	float: left;
	width: 280px;
	margin: 20px 0px 5px 34px;
		}
		#bd #sidebar.nav-2 #search input {
		}
		#bd #sidebar.nav-2 #search input:focus {
			outline: 0;
		}
		#bd #sidebar.nav-2 #search span {
			padding-left: 8px;
		}		

		#bd #sidebar.nav-2 #search-form { background:url(../gfx/search.png) no-repeat 0 0; position: relative; height:29px; width:184px; }
		#bd #sidebar.nav-2 #search-form label { display:none; }
		#bd #sidebar.nav-2 #search-form input { color: #999999; display:block; float:left; }
		#bd #sidebar.nav-2 #search-form .input-text { background-color:transparent; border:0; height:27px; margin:0 0 0 10px; padding:1px 0 1px; width:144px; }
		.ie8 #bd #sidebar.nav-2 #search-form .input-text,
		.ie7 #bd #sidebar.nav-2 #search-form .input-text { height:20px; padding:7px 0 0; }
		.ie6 #bd #sidebar.nav-2 #search-form .input-text { width:107px; }
		#bd #sidebar.nav-2 #search-form .input-submit { background:url(../gfx/search.png) no-repeat 100% 0; border:0; font-size:0; height:26px; line-height:0; overflow: hidden; padding:0; text-indent:-9999px; width:30px; }

#ft {
	color: #5e5e5e;
	/*  */
	border-top: 1px dotted #bdbdbd;
	overflow: hidden;
}
	#ft .padding {
		padding-top: 20px;
	}
	#ft #ft-1 {
		float: left;
		width: 600px;
		height: 100px;
		background: transparent url(../gfx/dotted-vertical-border.gif) no-repeat top left;
	}
	#ft #ft-1 a:hover {
		border: 0;
	}
		#ft #ft-1 .padding {
			padding-left: 30px;
		}
		#ft #ft-1 .logo {
			float: left;
			margin: 0 2.2em 0 1em;
		}
	#ft #ft-2 {
		float: right;
		width: 345px;
		height: 100px;
		background: transparent url(../gfx/dotted-vertical-border.gif) no-repeat top right;
	}
		#ft #ft-2 .padding {
			padding-left: 20px;
		}
		#ft #ft-2 .col {
			float: left;
			width: 140px;
		}
		#ft #ft-2 strong {
			margin-right: 5px;
		}

.fr {
	padding:0px 0px 30px 30px; 
}


#banner {
	margin: 20px 0 0 20px;
}
.bannera, .bannera.a, .bannera.a:visited; {
	
	text-decoration: none;
}

