/* @Color scheme
	+-------------------------------------------------------+
	| Color		|	Hex		 |	C.Y.M.K		|	R.G.B		|
	+-------------------------------------------------------+
	| Green		|	#8C8D30	 |	47.32.100.9 |	140.141.48	|
	| Grey dark	|	#D2D6DE	 |	16.11.7.0 	|	210.214.222	|
	| Grey Light|	#F4F4F4	 |	3.2.2.0		|	244.244.244	|
	| Brown		|	#C27D52	 |	21.56.74.4	|	194.125.82	|
	| Brown dark|	#6F4829	 |	41.65.87.39	|	111.72.41	|
	+-------------------------------------------------------+
/* global styles ---------------------------------------------------------- */
html {
	background:#fff url('../i/bg.jpg') repeat top left;
	font:normal 1em helvetica;
	letter-spacing:1px;
	padding:0;
}
body {
	height:100%;
	margin:0;
	padding:0;
	font:normal 1em "helvetica",Tahoma,Verdana,Arial;
	text-align:center; /* fix ie */
}
html>body {
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	margin:0 0 0 12px;
}
h1 {
	font-weight:normal;
	letter-spacing:2px;
	font-size:2em;
	font-family:verdana;
	margin:4px 0 0 0;
	padding:0 0 4px 0;
}
h2 a:hover {
	text-decoration:none!important;
}
h2 {
	font-size:1.55em;
	font-weight:normal;
	padding:10px 0 0 10px;
	margin:6px 0 6px 10px;
}
h3 {
	font-weight:normal;
	letter-spacing:1px;
	margin:12px 0 0 12px;
	font-size:1em;
}
#content>h3 {
	font-size:1.1em;
}
h4 {
	font-size:.8em;
}
h1,h2 { color:#513A4F; }
h3,h4 { color:#666; }
h5,h6 { color:#333; }
a:link,
a:active,
a:visited {
	text-decoration:none;
	color:#269;
}
a:hover {
	border-bottom:1px groove #999;
}
p {
	text-align:left!important;
	line-height:1.5em;
	margin:0;
}
table td {
	vertical-align:top;

}
ul,p {
	font-size:.8em;

}
ul li {
	list-style-type:square;
	color:#000;
	margin:0 0 0 10px;
	padding:2px 0;
}
/*
.fl {
	background:url(../i/fl.png) top center no-repeat;
	padding:9px 12px;
	font-size:1.8em;
	float:left;
	display:block;
	margin:6px 10px 0 0;
	color:#000;
}*/
/* LANGUAGE PICKER ----------------------------------------------------- */

#i18n {
	font-size:.8em;
	float:left;
	width:200px;
	display:none;
}
#i18n a {
	float:left;
	width:50px;
	text-align:center;
	border-bottom:4px solid #eee;
	margin:2px;
	padding:2px 0 2px 4px;
	color:#666;
	font-size:.7em;
}
#i18n a:hover {
	border-color:#8c8d30;
}
/* content layout --------------------------------------------------------- */
#layout {
	width:720px;
	margin:30px auto 20px auto;
}
#layout td {
	vertical-align:top;
}
/*----------------------MENU--------------------------------*/
.menu {
	/*padding:3px 15px 20px 15px;*/
	background:#fff;
}
.menu li {
	list-style-type:none;
	margin:0 10px 0 10px;
	padding:5px 0 15px 0;
	float:left;
	/*border:1px solid #c30;*/
}
.menu li a {
	display:block;
}
.menu li>a {
	font-size:1.3em;
}
.menu li a:hover {
	color:#6F8054;
}

.menu li.active a {
	color:#6F8054;
}
.menu li.active a:hover {
	border-color:#ccc;
}
/*----------------------LAYOUT--------------------------------*/
#layout {
	border:1px #ccc solid;
}
#layout * {
	text-align:left; /* reset default */
	background:#fff;
}
#layout #content {
	padding:10px 10px 40px 10px;
}
body * {
	/*border:1px solid #c30;*/
}
#banner {
	background:url('../i/topBanner_jj.jpg') no-repeat right;
	height:167px;
	/*height:170px;*/
}
#banner #logo {
	background:url('../i/logo.gif') no-repeat;
	width:200px;
	height:130px;
	float:left;
	margin-left:-55px;
	margin-top:20px;
	margin-bottom:15px;
	z-index:1000px;
	position:absolute;
}	
#content {
	background:#fff url('../i/bg_content.jpg') repeat-x;
	border-top:1px solid #ccc;
}
/* tables inside content */
#content table {
	margin:4px;
}
#content table th {
	background:#C4C38D;
	color:#000;
	vertical-align:middle;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
}
#content table tr>th {
	font-size:1em;
}
#content table tr:last-child td {}
#content table td {
	padding:4px 6px;
	font-size:.9em;
}
#content p {
	padding:6px 12px;
	font-size:.75em;
	font-family:helvetica;
	letter-spacing:.09em;
	line-height:1.5em;
	text-align:justify!important;
	margin:4px 10px 4px 10px;
	color:#4F4F4F;
}
#content h1 {
	text-align:left;
	font-family:helvetica;
	font-weight:normal;
	letter-spacing:3px;
	font-size:2.1em;
	color:#000;
	margin:0;
	padding:2px 20px;
}
address {
	padding:0;
	font-size:.8em;
	font-style:normal;
	margin:0 20px;
}

/* footer layout ---------------------------------------------------------- */
#footer {
	background:#fff url('../i/footer.png') no-repeat top center;
	border:0;
	font-size:.8em;
	height:40px;
}
#footer span {
	padding:0 6px;
}
#copyright {
	text-align:center!important;
	/*font-size:.8em;*/
	padding:10px;
	font-size:.6em;
	z-index:1000;
	color:#999;
}
#footer a {
	color:#8C8D30;
}
#footer a:hover {
	color:#8C8D30;
}

/*----------------------BOTTOM MENU-------------------------------------*/
.secondarymenu {
	margin:0 0;
	height:22px;
	text-align:center!important;
	font-size:.5em;
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
}
.secondarymenu a {
	padding:10px;
}
/*-----------------------------------------------------*/
input[type="text"],textarea {
	border:1px solid #513A4F;
}
#logo img,
#content img {
	visibility:hidden;
}
.publications {
	font-size:.8em;
}
.publications li {
	margin:18px 0!important;
}
#jj_map {
	margin-top:30px!important;
	border-color:#C4C38D;
}
