/* --------------------------------------- */
/* GENERAL EUROGOOS css */
/* --------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, em, font, small, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	}

body
	{
	background-color: #224d78;
	margin: 0px;
	}

body, td
	{
	font-family: verdana,arial,helvetica;
	font-size: 0.8em;
	color: #000;
	}

form							{ margin: 0px; padding: 0px; }

div#outerwrapper
	{
	position: relative;
	background: url(/grfx/background-outerwrapper.jpg) no-repeat;
	width: 1002px;
	margin: 0px auto;
	}

div#wrapper
	{
	position: relative;
	width: 950px;
	margin: 0px auto;
	}

#popupbdy						{ background-color: #fff; }

div#popupwrapper
	{
	position: relative;
	width: 100%;
	margin: 0px;
	}

.debug							{ color: #f00; display: block; }
.clear							{ clear: both; }
.button							{ cursor: pointer; }

a								{ color: #6b838f; text-decoration: none; }
a:hover							{ color: #000; text-decoration: underline; }

/* ======================================= */

/* --------------------------------------- */
/* HEADER */
/* --------------------------------------- */

div#header
	{
	position: relative;
	height: 175px;
	display: block;
	margin: 0px;
	padding: 0px;
	z-index: 8;
	}

div#header h1
	{
	position: absolute;
	background-image: url(/grfx/logo.png);
	_background-image: url(/grfx/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 107px;
	height: 131px;
	margin: 0px;
	top: 66px;
	left: 54px;
	z-index: 4;
	}

div#header h1 a					{ text-decoration: none; height: 131px; display: block; }

#header_print					{ display: none; }

/* ======================================= */

/* --------------------------------------- */
/* NAVIGATION */
/* --------------------------------------- */

#navigation
	{
	position:relative;
	height: auto;
	_height: 258px;
	min-height: 258px;
	}

#navigation hr
	{
	background: none;
	border: 0px;
	border-top: 10px solid #8fc258;
	width: 175px;
	height: 10px;
	}

ul.nav, ul ul
	{
	list-style-type: none;
	text-align: left;
	width: 175px;
	height: auto;
	margin: 0px auto;
	}

ul.nav							{ _height: 258px; min-height: 258px; }
ul.nav ul 						{ margin: -1px; }
ul.nav li						{ text-indent: 10px; }
ul.nav li a,
ul.nav li a:visited
	{
	color:#224d78;
	text-decoration:none;
	display:block;
	}

ul.nav li:hover ul,
ul.nav li a:hover ul
	{
	width: 175px;
	height: auto;
	display: block;
	}

ul.nav li ul li a
	{
	font-size: 11px;
	}

ul.nav li:hover ul li:hover a,
ul.nav li a:hover ul li a:hover,
ul.nav li ul.subnavigation li a:hover,
ul.nav li ul.subnavigation li#sub_on a
	{
	color: #8fc258;
	text-decoration: none;
	}

a#m1, a#m1:hover, a#m1_on,
a#m2, a#m2:hover, a#m2_on,
a#m3, a#m3:hover, a#m3_on,
a#m4, a#m4:hover, a#m4_on,
a#m5, a#m5:hover, a#m5_on,
a#m6, a#m6:hover, a#m6_on
	{
	background-image:url(/grfx/navigation.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	width: 175px;
	height: 43px;
	}

a#m1							{ background-position: 0px 0px; }
a#m2							{ background-position: 0px -43px; }
a#m3							{ background-position: 0px -86px; }
a#m4							{ background-position: 0px -129px; }
a#m5							{ background-position: 0px -172px; }
a#m6							{ background-position: 0px -215px; }

a#m1:hover, a#m1_on				{ background-position: -175px 0px; }
a#m2:hover,	a#m2_on				{ background-position: -175px -43px; }
a#m3:hover,	a#m3_on				{ background-position: -175px -86px; }
a#m4:hover,	a#m4_on				{ background-position: -175px -129px; }
a#m5:hover,	a#m5_on				{ background-position: -175px -172px; }
a#m6:hover,	a#m6_on				{ background-position: -175px -215px; }

/* ======================================= */

/* --------------------------------------- */
/* BREADCRUMB  */
/* --------------------------------------- */

#breadcrumb						{ font-size: 0.85em; color: #8fc258; margin-bottom: 10px; }
#breadcrumb a					{ color: #8fc258; text-decoration: none; }
#breadcrumb a:hover				{ color: #000; text-decoration: underline; }

/* ======================================= */

/* --------------------------------------- */
/* CONTENT */
/* --------------------------------------- */

div#main
	{
	position: relative;
	background: url(/grfx/background-main.gif) repeat-x 0px 50px;
	height: auto;
	_height: 370px;
	min-height: 370px;
	}

div#content, div#content_full
	{
	position: relative;
	background: url(/grfx/background-content.png) no-repeat 0px 0px;
	_background: url(/grfx/background-content.gif) no-repeat 0px 0px;
	height: auto;
	_height: 370px;
	min-height: 370px;
	margin-left: 232px;
	_margin-left: 226px;
	margin-right: 294px;
	padding: 15px;
	}

div#content_full				{ margin-right: 12px; }

div#content h3, div#content_full h3,
div#sidebar h3, div#sidebar2 h3
	{
	font-weight: normal;
	font-size: 1.4em;
	color: #000;
	margin-bottom: 10px;
	}

div#content p, div#content_full p,
div#content ul, div#content_full ul,
div#content ol, div#content_full ol
	{
	margin-bottom: 15px;
	}

div#content ul li, div#content_full ul li,
div#content ol li, div#content_full ol li
	{
	margin-left: 20px;
	}

div#content table td,
div#content_full table td
	{
	font-size: 1em;
	vertical-align: top;
	}

div#sidebar
	{
	position: relative;
	background: url(/grfx/background-sidebar.png) no-repeat;
	_background: url(/grfx/background-sidebar.gif) no-repeat;
	width: 184px;
	margin-left: 11px;
	_margin-left: 6px;
	padding: 15px;
	float:left;
	}

div#sidebar2
	{
	position: relative;
	background: url(/grfx/background-content.png) no-repeat right 0px;
	_background: url(/grfx/background-content.gif) no-repeat right 0px;
	width: 252px;
	margin-right: 12px;
	_margin-right: 6px;
	padding: 15px;
	float: right;
	}

div#sidebar2 ul					{ list-style: none; }

div#sidebar2 li
	{
	background: url(/grfx/bullet-sidebar2.gif) no-repeat 0px 2px;
	font-size: 0.85em;
	padding-left: 20px;
	}

.more
	{
	background: url(/grfx/icon-more.gif) no-repeat 2px 2px;
	margin-top: 15px;
	padding-left: 20px;
	}

#newsblock h4
	{
	font-size: 1em;
	}

.date							{ font-style: italic; color: #999; }

#content ul#sitemap ul,
#content_full ul#sitemap ul
	{
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	}

#content ul#sitemap li,
#content_full ul#sitemap li
	{
	background: url(/grfx/bullet-sidebar2.gif) no-repeat 0px 2px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	}

table#download, table#members, table#meetings
	{
	border-collapse: collapse;
    border: 0;
	font-size:1em;
    color: #636563;
    width: 100%;
	}

table#download th, table#members th, table#meetings th
	{
	background-color: #8fc258;
	border-top:1px #3e5a20 solid;
	border-bottom:1px #3e5a20 solid;
	font-weight: bold;
	font-size: 1em;
    color: #fff;
	text-align:left;
	padding: 5px 5px 5px 10px;
	}

th.dlhead1 					{ width:10%; }
th.dlhead2 					{ width:70%; }
th.dlhead3 					{}

th.mhead1 					{ width:15%; }
th.mhead2 					{ }
th.mhead3 					{ width:35%; }

th.mehead1 					{ width:15%; }
th.mehead2 					{ }
th.mehead3 					{ width:25%; }
th.mehead4 					{ width:25%; }


td.dlcell1, td.mcell1, td.mecell1		{ border: 1px #7ba96e solid; border-left: 0; text-align:center; padding-top: 5px; }
td.dlcell2,	td.mcell2, td.mecell2		{ border: 1px #7ba96e solid; border-right: 0; padding-left:10px }
td.dlcell3, td.mcell3, td.mecell3		{ border: 1px #7ba96e solid; border-right: 0; width:60px; padding-top: 9px; padding-left:10px; }
td.dlcell4, td.mcell4, td.mecell4		{ border: 0px #7ba96e solid; border-right: 0; border-bottom:1px solid #7ba96e; padding-top: 5px; }

td.mcell1					{ text-align: left; }
td.mcell2					{}
td.mcell3					{ width: auto; }
td.mcell4					{}

td.mecell1					{ text-align: left; }
td.mecell2					{}
td.mecell3					{ width: auto; }
td.mecell4					{ border: 1px #7ba96e solid; border-right: 0; }

table#download tr,
table#members tr,
table#meetings tr
	{
	vertical-align: top;
	}

div#content_full table#download td,
div#content_full table#members td,
div#content_full table#meetings td
	{
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	}

.dlr1 						{ background-color: #FFF; }
.dlr2 						{ background-color: #FFF; }

#links a					{ color: #8fc258;	font-weight: bold;	  }

/* ======================================= */

/* --------------------------------------- */
/* MAP */
/* --------------------------------------- */

.tooltip
	{
	background: url(/grfx/background-tooltip.gif) #fff no-repeat;
    border: 2px solid #8fc258;
	font-size: 0.8em;
	width: 180px;
	padding: 2px;
    }

.ttl
	{
	color: #8fc258;
	}

/* ======================================= */

/* --------------------------------------- */
/* FOOTER */
/* --------------------------------------- */

div#footer
	{
	position: relative;
	background-color: #000;
	font-size: 0.85em;
	color: #fff;
	height: auto;
	min-height: 50px;
	_height: 50px;
	margin: 0px;
	padding: 0px;
	clear:both;
	}

div#footer a					{ font-weight: bold; color: #8fc258; text-decoration: none; }
div#footer a:hover				{ font-weight: bold; color: #fff; text-decoration: underline; }

div#footer p#copyright
	{
	position: relative;
	height: auto;
	_height: 40px;
	min-height: 40px;
	margin: 0px;
	margin-right: 150px;
	padding-top: 10px;
	padding-left: 10px;
	}

div#footer ul#footernav
	{
	position: absolute;
	list-style: none;
	width: 150px;
	margin: 0px;
	padding: 0px;
	float: right;
	top: 10px;
	right: 0px;
	}

div#footer ul#footernav li
	{
	padding: 0px;
	float: left;
	}

div#footer ul#footernav a
	{
	padding: 0em 0.75em;
	display: block;
	}

/* ======================================= */
/* ======================================= */
/* ======================================= */