@import url(/themes/fonts/eauDouce/eauDouce_light.css);

HTML {
	margin: 0;
	padding: 0;
	border: 0;
	background: url(pics/bg.gif);
}
BODY {
	margin: 0;
	padding: 0;
	border: 0;
	color: #3c3c3c;
	background: url(pics/body_bg.gif) repeat-x;
	font: normal .88em Arial, sans-serif;
}

/* Basic Elements
===================*/
A {
	text-decoration: none;
	outline: none;
    color: #0a609d;
}
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: #3c3c3c;
}
H1 {
	font-size: 1.57em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0 0 14px 0;
  	padding: 10px 0 12px 0;
  	color: #3c3c3c;
  	border-bottom: 1px solid #c6c6c6;
}
H2 {
	font-size: 1.14em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0;
  	padding: 15px 0;
  	color: #3c3c3c;
}
H3 {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0;
  	padding: 10px 0 0 0;
  	color: #3c3c3c;
}
P {
	margin: 0;
	padding: 5px 0;
}
HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #c6c6c6;
	background-color: #c6c6c6;
}
INPUT, SELECT, TEXTAREA {
	font: 14px Arial, sans-serif;
}
IMG {
	border-color: #c6c6c6;
}
TABLE {
	border-color: #c6c6c6;
}
TD {
	border-color: #c6c6c6;
}
UL {
	margin: 0;
	padding: 15px 0 20px 0;
}
UL LI {
	margin: 0;
	padding: 0 0 0 40px;
	list-style-type: none;
	background: url(pics/bullet.gif) no-repeat 22px 5px;
}

/* Form
=========*/
FORM {
	margin: 0;
}

TEXTAREA {
	margin: 3px 0;
	border: 0;
	width: 531px;
	height: 186px;
	padding: 5px;
	background: url(pics/textarea.gif) no-repeat left top;
	overflow: auto;
}

.red {
	color: #fe0000;
}

/* wrapper
============*/
#wrapper {
	margin: 0 auto;
	width: 1000px;
	padding: 0;
	height: auto;
	min-height: 500px;
	overflow: hidden;
	position: relative;
}

/* Header
===========*/
#header {
	width: 1000px;
	height: 100px;
	overflow: hidden;
	position: relative;
}

/* logo
=========*/
.logo {
	width: 165px;
	height: 45px;
	overflow: hidden;
	position: absolute;
	left: 30px;
	top: 20px;
}
.logo P {
	margin: 0;
	padding: 0;
}

/* Bannerikuva 1.0
===================*/
.banner {
	position: relative;
	margin-bottom: 16px;
}
.banner .bannerText h1 {
	font-family: EauDouceSansLight, sans-serif, arial;
	color: #4b4b4b;
	font-size: 2.13em;
	line-height: 1.1em;
	border: none;
	position: absolute;
	top: 86px;
	left: 24px;
}
.banner .bannerText h2 {
	font-family: EauDouceSansLight, sans-serif, arial;
	color: #4b4b4b;
	font-size: 1.71em;
	line-height: 1.1em;
	border: none;
	position: absolute;
	top: 190px;
	left: 0;
	width: 100%;
	padding: 10px 30px;
	background: rgba(255, 255, 255, .7);
}

/* Top Navigation
===================*/
#nav {
	height: 35px;
	width: 747px;
	padding: 0 0 0 1px;
	overflow: hidden;
	position: absolute;
	top: 23px;
	right: 30px;
	background: #02649e url(pics/nav.jpg) no-repeat right top;
}
#nav UL {
	margin: 0;
	padding: 0;
}
#nav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	float: left;
	background: none;
}
#nav UL LI.open {
	padding: 0 2px 0 0;
	position: relative;
	left: -1px;
	background: #fafafa url(pics/navOpen.gif) no-repeat right top;
}
#nav UL LI A {
	display: block;
	float: left;
	line-height: 35px;
	padding: 0 13px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	background: url(pics/nav_sep.jpg) no-repeat right top;
}
#nav UL LI A:hover {
	text-decoration: underline;
}
#nav UL LI A.open {
	color: #3c3c3c;
	background: url(pics/navOpen.gif) no-repeat left top;
}
#nav UL LI A.open:hover {
	text-decoration: none;
}

/* linkList
=============*/
.linkList {
	width: 520px;
	height: 28px;
	position: absolute;
	right: 350px;
	bottom: 3px;
	overflow: hidden;
	font-size: 12px;
}
.linkList UL {
	margin: 0;
	padding: 0;
	float: right;
}
.linkList UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none;
	float: left;
}
.linkList UL LI A {
	display: block;
	float: left;
	line-height: 25px;
	padding: 0 8px;
	background: url(pics/linkList.gif) no-repeat left center;
}
.linkList UL LI A.first {
	background: none;
}


/* searchBox
==============*/
.searchBox {
	width: 290px;
	position: absolute;
	bottom: 8px;
	right: 30px;
}
.searchBox TABLE,
.searchBox tbody,
.searchBox tr,
.searchBox td {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
INPUT.searchInput {
	background: url(pics/searchInput.jpg) no-repeat right top;
    border: 0 none;
    height: 27px;
    line-height: 27px;
    margin: 0;
    padding: 0 8px;
    width: 223px;
    font-style: italic;
    color: #333;
}
INPUT.searchSubmit {
	background: url(pics/searchSubmit.jpg) no-repeat left center;;
    border: 0 none;
    display: block;
    font-size: 0;
    height: 27px;
    line-height: 0;
    margin: 0;
    text-indent: -9999px;
    width: 51px;
}

/* Content
============*/
#content {
	padding: 20px 0;
	margin-top: 12px;
	background: #fff;
}
#main {
	float: right;
	width: 610px;
	height: auto;
	min-height: 1px;
	overflow: hidden;
	line-height: 1.4em;
	margin-right: 65px;
}

#column1 {
	width: 236px;
	float: left;
	height: auto;
	min-height: 1px;
	overflow: hidden;
	font-size: .86em;
	margin-left: 30px;
}
.column1Text > :first-child {
	margin-top: 0;
	padding-top: 10px;
}
.column1Text {
	line-height: 1.4em;
}
#column2 {
	display: none;
}
#clearDiv,
.clearDiv {
	clear: both;
}

/* Sub Navigation
===================*/
#subnav {
	padding: 15px 0 40px 0;
}
#subnav UL {
	border-top: 1px solid #e2e2e2;
	margin: 0;
	padding: 0;
}
#subnav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	background: none;
}
#subnav UL LI A {
	display: block;
	padding: 10px 25px 10px 12px;
	text-decoration: none;
	font-size: 1.16em;
	background: #f4f4f4 url(pics/subnavOpen.gif) no-repeat left top;
	border-bottom: 1px solid #c4c4c4;
	text-decoration: none;
	
	color: #0a609d;
	position: relative;
	top: -1px;
}
#subnav UL LI A:hover {
	text-decoration: underline;
}
#subnav UL LI A.open {
	color: #1a1a1a;
	background: #f4f4f4 url(pics/subnavOpen.gif) no-repeat left top;
	border-bottom: 1px solid #c4c4c4;
	position: relative;
	top: -1px;
}
/* sub
=======*/
#subnav UL LI UL {
	padding: 10px 0 15px 0;
	border-top: 0;
	border-bottom: 0;
}
#subnav UL LI UL LI {
}
#subnav UL LI UL LI A {
	background: none;
	border: 0;
	padding: 2px 5px 2px 22px;
	top: 0;
}
#subnav UL LI UL LI A:hover {
}
#subnav UL LI UL LI A.open {
	background: none;
	border: 0;
	top: 0;
}
/* subsub
===========*/
#subnav UL LI UL LI UL {
	border: 0;
}
#subnav UL LI UL LI UL LI {
}
#subnav UL LI UL LI UL LI A {
	padding: 2px 5px 2px 32px;
}
#subnav UL LI UL LI UL LI A:hover {
}
#subnav UL LI UL LI UL LI A.open {
}

/* Footer
===========*/
#footerContainer {
	margin: 0 auto 20px auto;
	width: 1000px;
	height: auto;
	min-height: 1px;
	overflow: hidden;
	position: relative;
}
.footerNav {
	height: 31px;
	overflow: hidden;
	padding: 16px 30px 0;
	font-size: 10px;
	background-color: #fff;
}
.footerNav UL {
	margin: 0;
	padding: 0;
	height: 29px;
	border: 1px solid #c6c6c6;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.footerNav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none;
	float: left;
}
.footerNav UL LI A {
	display: block;
	float: left;
	line-height: 29px;
	padding: 0 6px;
	text-transform: uppercase;
}
.footerNav UL LI UL {
	display: none;
}

.footerOffices {
	background: #fff;
	padding: 0 30px;
}
.footerOffices p { display: none; }
.footerOfficesCenter {
	border-right: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	font-size: 11px;
	color: #3c3c3c;
	padding: 10px 20px 12px;
}

.footer {
	font-size: 11px;
	padding: 0 30px 20px;
	color: #747474;
	background: #fff url(pics/avainlippu.jpg) no-repeat 910px 16px;
}
.footerCenter {
	border: 1px solid #c6c6c6;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 14px 20px;
}
.footer TABLE TD {
	vertical-align: top;
	white-space: nowrap;
}


/* Design by REALLY
====================*/
.really A {
	float: right;
	margin-right: 30px;
	color: #c3c2c2;
	padding: 5px;
	font: bold 11px Arial, sans-serif;
	text-decoration: none;
}
.really A:hover {
	color: #666;
	text-decoration: none;
}


/* button
===========*/
A.button {
	margin: 10px 0;
	display: inline-block;
	padding: 0 0 0 15px;
	line-height: 45px;
	background: url(pics/button.gif) no-repeat left top;
	font-size: 16px;
	color: #0a609d;
}
A.button SPAN {
	display: inline-block;
	padding: 0 60px 0 0;
	background: url(pics/button.gif) no-repeat right top;
}
A.button:hover SPAN {
	text-decoration: underline;
	cursor: pointer;
}

/* box
========*/
.box {
	width: 236px;
	margin: 10px 0;
	background: url(pics/boxMid.gif) repeat-y left;
}
.boxCenter {
	
}
.boxContent {
	padding: 0 0 10px 0;
	height: auto;
	min-height: 141px;
	overflow: hidden;
	background: url(pics/boxBot.gif) no-repeat left bottom;
}
.boxContent H2 {
	margin: 0 0 10px 0;
	padding: 0 10px;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	background: #02649e url(pics/boxTop.gif) no-repeat left top;
}
.boxContent P {
	padding: 5px 10px;
}
.boxContent H2 A {
	display: block;
	color: #fff;
}
.boxContent H2 A:hover {
	color: #fff;
	text-decoration: underline;
}

/* extraBox
============*/
.extraBox {
	margin: 10px 0;
	width: 448px;
	padding: 15px 15px 10px 15px;
	height: auto;
	min-height: 135px;
	overflow: hidden;
	border: 1px solid #c6c6c6;
}
.extraBoxCenter {
	padding: 0 0 5px 0;
	background: url(pics/extraBox.gif) no-repeat right bottom;
}
.extraBoxContent {
}

/* Sitemap
============*/
#pageList UL LI.subList {
	background: none;
}
#pageList UL LI.subList UL {
	padding-top: 5px;
}