/* Global styles */
html {
	font-size:100.01%;
	height: 100%;
}
body {
	margin:0;
	height: 100%;
	color:#333;
	font:62.5% Arial, Verdana, Helvetica, sans-serif;
	background: #eff4fa url(../images/bg-body.jpg) no-repeat 50% 0;
}
img{border:none;}
a{text-decoration: none;}
a:hover{text-decoration: underline;}
a:focus{outline: none;}
.logo{
	position: absolute;
	top: 0;
	left: 17px;
	z-index: 2;
	width: 250px;
	height: 88px;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.logo a{
	position: relative;
	cursor: pointer;
	display: block;
	height: 100%;
	background: url(../images/logo.png) no-repeat 0 0;
}
/* for print version */
.logo-print{
	display: none;
}
/* wrapper styles */
#wrapper{
	width: 783px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	overflow: hidden;
	background: #fff;
}
* html #wrapper{
	height: 100%;
	overflow: visible;
}
.inner-wrapper{
	padding: 256px 7px 20px 7px;
}
/* header block styles */
#header {
	width:783px;
	position:absolute;
	top:0;
	left:0;
	overflow: hidden;
	height: 239px;
	z-index: 1;
	background: url(../images/bg-header.jpg) no-repeat;
}
.topbar{
	position: absolute;
	top: 213px;
	left: 0;
	height: 26px;
	width: 100%;
	background: #008aca;
}
.topbar:after {
	display: block;
	content: "";
	clear: both;
}
.photos{
	position: absolute;
	top: -213px;
	right: 0;
	width: 363px;
	height: 226px;
	overflow: hidden;
}
.photos img{
	display: block;
	z-index: 1;
	margin: -25px 0 0 -12px;
}
.photos .border{
	position: absolute;
	top: 0;
	left: 0;
	width: 363px;
	height: 226px;
	background: url(../images/border.png) no-repeat;
	z-index: 2;
}
.photos .paperclip{
	position: absolute;
	top:0;
	right: 0;
	width: 79px;
	height: 78px;
	background: url(../images/paperclip.png) no-repeat;
	z-index: 3;
}
/* language select list styles start */
.translation{
	float: right;
	margin: 0 6px 0 0;
	display: inline;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 10;
}
.translation li{
	float: left;
	padding: 8px 0 0 0;
	margin: 0 4px 0 0;
}
.translation li a{
	float: left;
	width: 18px;
	height: 11px;
	text-indent: -9999px;
	overflow: hidden;
}
.translation li.fi a{
	background: url(../images/flag-finland.gif) no-repeat;
}
.translation li.en a{
	width: 22px;
	background: url(../images/flag-britten.gif) no-repeat;
}
.translation li.sv a{
	background: url(../images/flag-sweden.gif) no-repeat;
}
.translation li.de a{
	width: 19px;
	background: url(../images/flag-germany.gif) no-repeat;
}
.translation li.ru a{
	width: 17px;
	background: url(../images/flag-russia.gif) no-repeat;
}
/* language select list styles end */
/* main navigation styles start */
.topnav{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.topnav li{
	float: left;
	padding: 0 4px 0 10px;
}
.topnav li a{
	float: left;
	line-height: 26px;
	font-size: 1.3em;
	font-weight: bold;
	color: #f1f9fe;
	text-decoration: none;
}
.topnav li a:hover{
	text-decoration: underline;
}
/* main navigation styles end */
/* main block styles */
#main{
	width: 100%;
	padding: 0 0 26px;
}
#main .bg{
	background: url(../images/divider.gif) repeat-y 178px 0;
}
#main .right-bg{
	overflow: hidden;
	height: 1%;
	padding: 0 0 0 198px;
	background: url(../images/divider.gif) repeat-y 589px 0;
}
/* block styles start */
.block{
	width: 100%;
	overflow: hidden;
}
.block .central{
	padding: 10px 44px 6px 11px;
}
.block .text{
	padding: 8px 5px 9px 6px;
}
.block .blockimg{display: block;}
.block h2{
	margin: 0;
	font-size: 1.2em;
	color: #fffefe;
	line-height: 19px;
	background: #008aca;
	padding: 0 9px;
}
.block p{
	margin: 0;
	font-size: 1.1em;
	line-height: 1.273em;
}
.block .more{
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
.block .more img{
	padding: 0 0 0 4px;
	vertical-align: middle;
}
.block .more:hover{
	text-decoration: none;
}
.block .weather{
	min-height: 188px;
	padding: 11px 16px 0 0;
	text-align: center;
	font-size: 1.1em;
}
* html .block .weather{
	height: 188px;
	overflow: visible;
}
.left-logo{
	display: block;
	padding: 0 0 0 26px;
}
.block .weather span{
	display: block;
}
.block .weather .temperature{
	color: #cc2700;
	font-size: 1.2em;
	font-weight: bold;
}
.block .weather .img{
	display: block;
	width: 20px;
	padding: 6px 0 11px 0;
	margin: 0 auto;
}
/* list Styles */
.block ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
.block ul li{
	padding: 0 0 8px 0;
	text-indent: 9px;
	background: url(../images/bullet.gif) no-repeat 0 5px;
}
.block ul li a{
	line-height: 1.273em;
	font-size: 1.1em;
	color: #333;
	text-decoration: none;
}
.block ul li a:hover{
	text-decoration: underline;
}
.sideblock ul li{
	padding: 0;
}
.left-logo img{
	display: block;
}
/* block styles end */
/* content block styles start */
#content {
	float: left;
	width: 370px;
}
.big-img{
	display: block;
	margin: 0 0 16px;
}
#content h1{
	margin: 0 0 7px;
	padding: 0 0 4px;
	font-size: 2.4em;
	color: #0b74ad;
	border-bottom: solid 1px #008aca;
}
#content h2{
	margin: 0 0 16px;
	font-size: 1.2em;
	color: #333;
}
#content ul{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}
#content ul li{
	background: url(../images/bullet2.gif) no-repeat 0 8px;
	padding: 0 0 0 8px;
	font-size: 1.2em;
	line-height: 1.334em;
}
/* content block styles end */
#leftcolumn{
	float: left;
	width: 174px;
	margin: -3px 0 0 -568px;
	display: inline;
}
/* sidenav Styles start */
#sidenav{
	margin: 0;
	padding: 0 0 14px 7px;
	list-style: none;
}
#sidenav:after {
	display: block;
	content: "";
	clear: both;
}
#sidenav li{
	position: relative;
}
#sidenav li a{
	height: 44px;
	line-height: 1.667em;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
#sidenav li a:hover{
	text-decoration: underline;
}
/* Submenu level 1 styles */
#sidenav li ul{
	list-style: none;
	margin: 0;
	padding: 0 0 0 9px;
	display: none;
}
#sidenav li.active ul{
	display: block;
}
#sidenav li ul li a{
	font-weight: normal;
}
#sidenav li ul li a:hover{
	text-decoration: underline;
}
/* Submenu level 2 styles */
#sidenav li.active ul li ul{
	display: none;
}
#sidenav li ul li ul{
	list-style: none;
	display: none;
}
#sidenav li ul li.active ul{
	display: block;
}
/* sidenav Styles end */
#rightcolumn{
	float: right;
	width: 174px;
}
/* footer block styles */
#footer {
	width: 783px;
	margin: -23px auto 0 auto;
	position: relative;
	overflow: hidden;
	padding: 5px 0 0;
	border-top: solid 3px #008aca;
	background: #eff4fa;
	height: 15px;
	font-size: 1em;
	color: #676767;
}
#footer p{
	margin: 0;
	font-size: 1em;
	color: #676767;
}
.vcard a{
	color: #676767;
	text-decoration: none;
}
.vcard a:hover{
	text-decoration: underline;
}
#footer div,
.vcard .adr, #footer .vcard .adr div{
	display: inline;
}
.vcard .tel .type{ display: none;}

.leading_separator{
    display:none;
}
.filefield-icon{float:left}
