@import url(/themes/fonts/aller/aller-bold.css);
@import url(/themes/fonts/aller/aller-light.css);

HTML {margin: 0; padding: 0;}
BODY {
	margin: 0;
	padding: 0;
	border: 0; /* ie6 fix */
	font: normal 1em/1.4em Georgia, serif;
	color: #656565;
	background: #eeebe5 url(pics/bg.gif) repeat;
}

/* Basic Elements
===================*/
A {text-decoration: none; outline: none; color: #6b8003;}
A:hover {text-decoration: underline;}
A IMG {border: 0;}

H1 A, H2 A, H3 A,
H1 A:hover, H2 A:hover, H3 A:hover {
	text-decoration: none;
	color: #4f4b3f;
}
H1 {
	font-weight: normal;
	font-size: 1.25em;
	line-height: 1.4em;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #4f4b3f;
  	font-family: AllerBold, Georgia, sans-serif;
}
H2 {
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0;
  	padding: 15px 0 5px 0;
  	color: #4f4b3f;
  	font-family: AllerBold, Georgia, sans-serif;
}
H3 {
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0;
  	padding: 15px 0 0 0;
  	color: #4f4b3f;
  	font-family: AllerBold, Georgia, sans-serif;
}
P {margin: 0; padding: 5px 0;}
HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 5px 0;
	padding: 0;
	color: #e9e7e1;
	background-color: #e9e7e1;
}
INPUT, SELECT, TEXTAREA {
	font: 16px Georgia, serif;
}
TEXTAREA {
	width: 267px;
	height: 97px;
	background: url(pics/textArea.gif) repeat-x #f5f5f5 left top;
	border: 1px #d3cfcf solid;
	margin-bottom: 5px;
	font-family: Georgia, serif;
	font-size: 16px;
	padding: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
INPUT[type=text] {
	width: 267px;
	background: transparent url(pics/textInput.gif) no-repeat left top;
	height: 40px;
	border: 0;
	margin-bottom: 5px;
	padding: 0 10px;
}
BUTTON,INPUT[type=submit] {
	padding: 0 28px 0 28px;
	height: 27px;
	min-width: 80px;
	line-height: 27px;
	background: url(pics/greyButton.gif) no-repeat left top;
	color: #000;
	text-decoration: none;
	border: 1px #f8f6f2 solid;	
	border-top-color: #d3cfc6;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	cursor: pointer;
}
FORM {margin: 0;}
IMG, TABLE, TD {border-color: #ccc;}

/* sitemap
============*/
#pageList {padding: 10px 0;}
#pageList UL {margin: 0; padding: 0;}
#pageList UL LI {margin: 0; padding: 2px 0 2px 20px; list-style-type: none;}

/* wrapper
============*/
#wrapper {
	padding: 13px 0 22px 0;
}
#wrapperCenter {
	margin: 0 auto;
	width: 910px;
	padding: 10px 20px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
	background-color: #fff;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/* Header
==========*/
#header {
	width: 910px;
	padding: 65px 0 0 0;
	height: auto;
	min-height: 27px;
	overflow: hidden;
	position: relative;
}

/* Logo
========*/
#logo {
	width: 145px;
	height: 55px;
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 0px;
}

/* register
============*/
.register {
	width: 200px;
	height: 55px;
	overflow: hidden;
	position: absolute;
	top: 17px;
	right: 0px;
	text-align: right;
}
.register P {
	margin: 0;
	padding: 0;
}

/* Top navigation
==================*/
#nav {
	width: 897px;
	padding: 0 0 9px 13px;
	height: 27px;
	overflow: hidden;
	border-bottom: 1px solid #e9e7e1;
}
#nav UL {margin: 0; padding: 0;}
#nav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#nav UL LI.open {
	background: url(pics/navRight.gif) no-repeat right top;
	margin: 0 5px 0 0;
}
#nav UL LI A {
	display: block;
	float: left;
	padding: 0 8px;
	font-size: 16px;
	line-height: 27px;
	text-decoration: none;
	color: #656565;
}
#nav UL LI A:hover {
	text-decoration: underline;
}
#nav UL LI A.open {
	padding: 0 13px;
	color: #7d9704;
	font-weight: bold;
	background: url(pics/navLeft.gif) no-repeat left top;
}

/* Content
============*/
#content {
	height: auto;
	min-height: 100px;
	overflow: hidden;
	padding: 23px 0 30px 0;
}
#main {
	float: right;
	width: 560px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
}
.mainText {
}
.mainText > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#column1 {
	float: left;
	width: 330px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	position: relative;
	padding: 85px 0 0 0;
	background: url(pics/border.gif) repeat-x left 64px;
}
.column1Text {
	padding: 0 23px;
}
.column1Text > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#column2 {
	display: none;
}
.clearDiv {
	clear: both;
}

/* Sub navigation
==================*/
.subnav {
	width: 897px;
	padding: 0 0 0 0;
	height: 45px;
	overflow: hidden;
	background: url(pics/border.gif) repeat-x left 44px;
}
.subnav UL {
	margin: 0;
	padding: 0 0 0 13px;
}
.subnav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
.subnav UL LI A {
	display: block;
	float: left;
	padding: 0 8px 3px 8px;
	font-size: 16px;
	line-height: 44px;
	text-decoration: none;
	color: #656565;
}
.subnav UL LI A:hover {
	text-decoration: underline;
}
.subnav UL LI A.open {
	font-weight: bold;
	color: #7d9704;
	background: url(pics/subnavOpen.gif) no-repeat center bottom;
}
/* sub
=======*/
.subnav UL LI UL {
	display: none;
}

/* thirdNav
===============*/
.thirdNav {
	padding: 0 0 20px 0;
}
.thirdNav UL {margin: 0; padding: 0;}
.thirdNav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.thirdNav UL LI A {
	display: block;
	color: #6b8003;
	border-bottom: 1px solid #e9e7e1;
}
.thirdNav UL LI A SPAN {
	display: block;
	padding: 8px 23px;
}
.thirdNav UL LI.open {
	background: url(pics/thirdNavTop.gif) no-repeat left top;
}
.thirdNav UL LI A.open {
	background: url(pics/thirdNavBot.gif) no-repeat left bottom;
	color: #fff;
	border: 0;
	position: relative;
	top: -1px;
	font-weight: bold;
}
.thirdNav UL LI A.open SPAN {
	background: url(pics/thirdNavArrow.gif) no-repeat right top;
}
.thirdNav UL LI.sub {
	display: inline;
}
/* thirdNav
============*/
.thirdNav UL LI UL {
	padding: 10px 0 15px 0;
	border-bottom: 1px solid #e9e7e1;
}
.thirdNav UL LI UL LI {
	display: inline;
}
.thirdNav UL LI UL LI A {
	border: 0;
	font-size: .9em;
}
.thirdNav UL LI UL LI A SPAN {
	padding: 1px 23px 1px 33px;
}
.thirdNav UL LI UL LI.open {
	background: none;
}
.thirdNav UL LI UL LI A.open {
	background: none;
	color: #6b8003;
	border: 0;
	position: relative;
	top: 0px;
}
.thirdNav UL LI UL LI A.open SPAN {
	background: none;
}

/* Footer
===========*/
#footer {
	margin: 0 auto 20px auto;
	width: 950px;
	overflow: hidden;
	position: relative;
}

/* REALLY? -tag
===================*/
#really {
	padding: 0;
	text-align: right;
}
#really A {
	color: #909090;
	padding: 2px 5px;
	font: bold 12px Arial Black, Arial, sans-serif;
	text-decoration: none;
}

#really A:hover {
	background-color: #000;
	color: #8fd71e;
	text-decoration: none;
}

/* footerNav
=============*/
.footerNav {
	margin: 0 auto;
	width: 860px;
	padding: 12px 30px;
	background-color: #dfdbd4;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.footerNavCenter {
	width: 540px;
	height: 40px;
	overflow: hidden;
}
.footerNav UL {margin: 0; padding: 0;}
.footerNav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
.footerNav UL LI A {
	display: block;
	float: left;
	line-height: 40px;
	padding: 0 18px 0 0;
	color: #000;
}
/* search
==========*/
.searchBox {
	width: 325px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	right: 30px;
	top: 12px;
	background: #fff url(pics/search.gif) no-repeat left top;
	z-index: 3;
}
.searchBox TABLE {
	border-collapse: collapse;
}
INPUT.searchInput {
	margin: 0;
	padding: 10px 8px 10px 17px;
	width: 250px;
	height: 20px;
	font: italic 16px/20px Georgia, serif;
	border: 0;
	color: #656565;
	background: transparent;
}
INPUT.searchSubmit {
	height: 40px;
	width: 50px;
	overflow: hidden;
	border: 0;
	background: transparent;
	cursor: pointer;
	text-indent: -1000px;
}

/* footerLinks
===============*/
.footerLinks {
	margin: 0 auto;
	width: 860px;
	padding: 12px 0 15px 0;
	overflow: hidden;
}
.footerLinks UL {
	margin: 0;
	padding: 15px 0 0 0;
}
.footerLinks UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footerLinks UL LI A {
	display: block;
	color: #000;
	font-size: 12px;
	padding: 5px 0 5px 18px;
	background: url(pics/arrow.gif) no-repeat 2px 10px;
}
.footerLinks P {
	display: none;
}
.footerLinks TABLE P {
	display: block;
}

/* footerContact
=================*/
.footerContact {
	margin: 0 auto;
	width: 860px;
	color: #000;
	font-size: 12px;
	overflow: hidden;
}

/* button
===========*/
A.registerButton {
	display: inline-block;
	padding: 0 0 0 22px;
	height: 26px;
	line-height: 26px;
	background: #bdd200 url(pics/button.gif) no-repeat left top;
	color: #fff;
	text-decoration: none;
}
A.registerButton SPAN {
	display: inline-block;
	padding: 0 22px 0 0;
	height: 26px;
	line-height: 26px;
	background: url(pics/button.gif) no-repeat right top;
	cursor: pointer;
}
A.registerButton:hover,
A.registerButton SPAN:hover {
	text-decoration: underline;
}
A.button {
	display: inline-block;
	padding: 0 28px 0 28px;
	height: 27px;
	min-width: 80px;
	line-height: 27px;
	background: url(pics/greyButton.gif) no-repeat left top;
	color: #000;
	text-decoration: none;
	border: 1px #f8f6f2 solid;	
	border-top-color: #d3cfc6;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

/* Language dropdown
=====================*/
.langDropdown {
	margin: 0;
	padding: 0;
	clear: both;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 287px;
	height: 40px;
	z-index: 6;
	background: #fff url(pics/langDropdown.gif) no-repeat left top;	
}
.langDropdown DD, .langDropdown DT, .langDropdown UL { 
    margin: 0px; 
    padding: 0px; 
}
 .langDropdown DD { 
    position: relative; 
}
.langDropdown DT {
    display: block;
    width: 287px;
	height: 40px;
}
.langDropdown SPAN {
    color: #000;
    display: block;
    text-align: right;
	width: 227px;
	height: 40px;
	line-height: 40px;
	padding: 0 60px 0 0;
    cursor: pointer;
}
.langDropdown SPAN:hover {
	text-decoration: underline;
}
/* dropdown
============*/
.langDropdown DD UL {
	display: none;
	left: 0px;
	position: absolute;
	top: -2px;
	list-style-type: none;
	border: 1px solid #e9e7e1;
	background: #fff;
}
.langDropdown LI {
	background: #fff;
	display: block;
	width: 285px;
}
.langDropdown A {
    color: #000;
	outline: none;
	padding: 4px 60px 4px 0px;
	text-align: right;
	display: block;
}
.langDropdown A.langFi {
	background: url(pics/fi.gif) no-repeat 10px center;
}
.langDropdown A.langFi:hover {
	background: #e9e7e1 url(pics/fi.gif) no-repeat 10px center;
}
.langDropdown A.langEn {
	background: url(pics/en.gif) no-repeat 10px center;
}
.langDropdown A.langEn:hover {
	background: #e9e7e1 url(pics/en.gif) no-repeat 10px center;
}

/* linkList
==============*/
.linkList {
	padding: 0 0 30px 24px;
}

/* people
===========*/
.people {
	background: #eeebe5 url(pics/bg.gif) repeat;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 0 24px;
    margin: 0 0 20px 0;
}
.people H2 {
	padding-top: 10px;
}
.people P {
	display: none;
}
.people TABLE P {
	display: block;
}

/* box
========*/
.box {
	background: #eeebe5 url(pics/bg.gif) repeat;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 0 24px 10px 24px;
	margin: 0 0 20px 0;
	color: #000;
	line-height: 1.3em;
}
.greenBox {
	background: url(pics/greenBoxBg.jpg) repeat;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin: 0 0 20px 0;
	color: #000;
	line-height: 1.3em;
}
.greenBoxCenter {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 10px 24px 10px 24px;
	background: url(pics/greenBox.jpg) repeat-x left top;
  	color: #fff;
	font-size: 1.1em;
	line-height: 1.4em;
  	font-family: AllerBold, Georgia, sans-serif;
}
.greenBox A {
	padding: 5px 0;
	color: #fff;
	display: block;
	background: url(pics/whiteArrow.gif) no-repeat right center;
}

