/* OLIO MODULAR CSS				 															*/
/*																							*/
/*																							*/
/* copyright (c) Medusaworks Oy 2008 / ML													*/
/* Portions of this document are licensed under CC-GNU LGPL <http://creativecommons.org/licenses/LGPL/2.1/> or are in Public Domain */
/*																							*/
/* General notes: _Always_ use element name if possible, do not use a class/ID alone. IE6	*/
/* and Opera inheritance is buggy as hell - so ".hmenu .menuitem .hsmenu" is baaad, m'kay?	*/

/* INITIAL STYLES																			*/

/* CSS RESETS   by Eric A. Meyer (http://meyerweb.com/), Public Domain						*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
	list-style: none;
	}
:focus {
	outline: 1px dotted gray;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

/* Assist styles */
.clrbrk {
	clear: both;
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-indent: -1000em;	/* overkill hiding from all browsers; use "&nbsp;" for content */
}

/* Type */

@font-face {
	font-family: 'Anivers';
	src: url('type/anivers_regular-webfont.eot');
	src: local('-----'), url('type/anivers_regular-webfont.woff') format('woff'), url('type/anivers_regular-webfont.ttf') format('truetype'), url('type/anivers_regular-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
	}/* 2-column fixed/float layout 950px */

/* Main layout blocks */

body {
	width: 100%;
	height: 95%;
	padding: 20px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 112%;
	color: #363636;
	}
#frame {
	margin: 0px auto;
	width: 950px;
	font-size: 68%;
	}
#top {
	position: relative;
	width: 100%;
	height: 270px;
	border-bottom: 1px solid #d0d2d3;
	}
#main {
	position: relative;
	width: 100%;
	min-height: 380px;
	}
#footer {
	position: relative;
	width: 100%;
	height: 180px;
	}

#content {
	position: relative;
	z-index: 90;
	width: 900px;
	margin: 0px 0px 0px 45px;
	padding: 60px 0px 60px 0px;
	}

/* TOP: internals */
#header {
	width: 100%;
	height: 190px;
	padding: 25px 0px 0px 0px;
	}
#menu {
	position: relative;
	width: 930px;
	height: 55px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	}

/* CONTENT: internals */

#textcontent {
	position: relative;

	width: 620px;
	margin: 0px 14px 0px 255px;
	}
#sidebar {
	position: relative;
	float: left;
	_display: inline;
	width: 220px;
	margin: 84px 0px 20px 0px;
	}
.articlesection {
	position: relative;
	}

/* Frontpage */
#frontpage #textcontent {
	position: relative;
	float: left;
	_display: inline;
	width: 420px;
	margin: 0px 14px 0px 0px;
	}
#frontpage #current {
	position: relative;
	width: 420px;
	margin: 0px 14px 0px 465px;
	}

/* Personnel page */
#page_30 #articlebody {
	width: 420px;
	margin: 0px 14px 0px 200px;
	}
#page_30 #articlebody .divider {
	clear: both;
	width: 620px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	text-indent: -1000em;	/* overkill hiding from all browsers; use "&nbsp;" for content */
	margin: 0px 0px 12px -200px;
	border-top: 1px solid #cccccc;
	}

/* Current */
body#page_01 #articlelist {
	position: relative;
	float: left;
	_display: inline;
	width: 320px;
	margin: 0px 14px 0px 0px;
	}
body#page_01 #textcontent {
	position: relative;
	width: 520px;
	margin: 0px 14px 0px 365px;
	}

/* FOOTER: internals */
#contact {
	height: 125px;
	}
#contact>div.col4 {
	float: left;
	_display: inline;
	width: 170px;
	line-height: 1.1em;
	}
#contact #first {
	margin-left: 90px;
	}
#contact #second {
	width: 245px;
	}/* MENUS AND NAVIGATION STRUCTURE */

a#logolink {	
	display: block;
	width: 350px;
	height: 55px;
	background: url(./imgs/is-logo.png) no-repeat;
	margin: 93px 0px 0px 45px;
	}
a#logolink span {
	display: none;
	}

a.toplink {
	display: block;
	float: right;
	clear: right;
	margin-right: 25px;
	height: 20px;
	line-height: 20px;
	color: #112d3e;
	font-family: Anivers, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.1em;
	}
a.toplink:hover {
	color: #026fa9;
	}

ul#navi {
	width: auto;
	float: right;
	}
ul#navi li {
	display: block;
	float: left;
	height: 54px;
	}
ul#navi a {
	display: block;
	padding: 0px 6px 0px 10px;
	height: 55px;
	_width: 1%;
	white-space: nowrap;
	font-family: Anivers, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333333;
	font-size: 1.1em;
	}
ul#navi a span {
	display: block;
	padding: 32px 10px 0px 0px;
	height: 23px;
	}
#navi a:hover {
	color: #ffffff;
	background-color: #eaeaea;
	background: url(./imgs/menu-a-hover-bk2.gif) no-repeat;
	}
ul#navi a:hover span {
	background: url(./imgs/menu-a-hover-bk1.gif) repeat-x top right;
	}

ul#navi li#link_00 {
	position: absolute;
	top: 0;
	left: 35px;
	}
body#frontpage li#link_00 a {
	display: none;
	}

body#page_10 #navi li#link_10 a, body#page_20 #navi li#link_20 a, body#page_30 #navi li#link_30 a,
body#page_40 #navi li#link_40 a, body#page_50 #navi li#link_50 a, body#page_60 #navi li#link_60 a {
	color: #026fa9;
	}
body#page_10 #navi li#link_10 a:hover, body#page_20 #navi li#link_20 a:hover, body#page_30 #navi li#link_30 a:hover,
body#page_40 #navi li#link_40 a:hover, body#page_50 #navi li#link_50 a:hover, body#page_60 #navi li#link_60 a:hover {
	color: #ffffff;
	}/* CONTENT */

em, i {
	font-style: italic;
	}
strong, b {
	font-weight: bold;
	}
hr {
	border: none;
	border-top: 1px solid #cccccc;
	color: #cccccc;
	height: 1px;
	}

/* Content block internal styling */

#content a:hover, #content a:active {
	color: #000000;
	text-decoration: none;
	}
#content p {
	line-height: 1.4em;
	margin-bottom: 8px;
	padding-left: 45px;
	}
#content h2 {
	font-family: Anivers, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	margin: 0px 0px 16px 0px;
	}
#content h4 {
	clear: both;
	font-family: Anivers, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	margin-bottom: 16px;
	}
#content h5 {
	clear: none;
	font-family: Anivers, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: -2px 0px 12px 0px;
	padding-left: 45px;
	}
#content ul {
	padding-left: 16px;
	margin-bottom: 8px;
	}
#content li {
	padding-left: 0px;
	margin: 0px 25px 0px 45px ;
	list-style: disc;
	line-height: 1.4em;
	}

#content .ingress {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 16px;
	}
#content img.left {
	float: left;
	margin: 0px 8px 4px 0px;
	}
#content img.right {
	float: right;
	margin: 0px 0px 4px 8px;
	}
#content img.farleft {
	float: left;
	margin: -10px 0px 0px -210px;
	}

#content .acronym {
	color: #203b4c;
	}

/* SIDEBAR: art */

#sidebar blockquote {
	margin: 14px 4px;
	line-height: 1.2em;
	font-size: 1.1em;
	color: #686868;
	font-style: italic;
	}
#sidebar blockquote span {
	float: right;
	margin: 14px 0px;
	font-style: normal;
	}

/* CONTENT: Current/News */

#jobs ul {
	margin-bottom: 16px;
	}
#current li, #jobs li {
	margin-left: 25px;
	padding-left: 0px;
	list-style: none;
	line-height: 1.4em;
	}
#articlelist #pager p, #current #pager p {
	padding-left: 0px;
	}
#articlelist li {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 1.4em;
	}
#articlelist a.newspath {
	color: #999999;
	}
#current li a, #jobs li a, #articlelist li a {
	display: block;
	padding-left: 12px;
	margin-left: 4px;
	background: url(./imgs/li-bullet.gif) no-repeat 0px 5px;
	color: #363636;
	}
#articlelist #pager p a, #current #pager p a {
	background: none;
	}
#current #pager p a {
	}
#current a:hover, #jobs a:hover, #articlelist a:hover {
	color: #026FA9;
	}

/* CONTENT: Open positions */
#openposition {
	margin: 0px 0px 24px 0px;
	}
#openposition a {
	background: none;
	padding-left: 0px;
	}

#content p.email {
	padding-left: 60px;
	background: url(./imgs/icon-email.gif) no-repeat 45px 3px;
	}
#content p.phone {
	padding-left: 60px;
	background: url(./imgs/icon-phone.gif) no-repeat 48px 3px;
	}
#content p.email a {
	color: #363636;
	}
#content p.email a:hover {
	color: #026FA9;
	}

/* FOOTER content */
#contact h4 {
	font-family: Anivers, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 22px;
	margin: 0px 0px 0px 45px;
	padding-top: 8px;
	}
#contact p#callcenter {
	padding: 0px;
	font-family: Anivers, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 22px;
	color: #363636;
	margin: 0px 0px 4px 45px;
	}
#contact p, #contact a {
	line-height: 18px;
	color: #5a5a5a;
	}
#contact a:hover {
	color: #026FA9;
	}
.legal {
	clear: left;
	margin: 16px auto 0px auto;
	text-align: center;
	color: #a6a6a6;
	font-size: 0.8em;
	}
/* INTERSEARCH INTL 2010 theme	*/

body {
	background-color: #333333;
	}
#frame {
	background-color: #ffffff;
	}
#top {
	background-color: #cccccc;
	}
#main {
	background: url(./imgs/main-bk.gif) repeat-x top left;
	}

/* changes by page_id */
#header {
	background: url(./imgs/header-bk.jpg) no-repeat bottom left;	/* default */
	}
body#page_10 #header {
	background: url(./imgs/header-bk-1.jpg) no-repeat bottom left;
	}
body#page_20 #header {
	background: url(./imgs/header-bk-4.jpg) no-repeat bottom left;
	}
body#page_30 #header {
	background: url(./imgs/header-bk-2.jpg) no-repeat bottom left;
	}
body#page_40 #header {
	background: url(./imgs/header-bk-5.jpg) no-repeat bottom left;
	}
body#page_50 #header {
	background: url(./imgs/header-bk-9.jpg) no-repeat bottom left;
	}


#menu {
	background: #dddddd url(./imgs/menu-bk.gif) no-repeat bottom left;
	}
#contact {
	background-color: #dddddd;
	}

a {
	color: #026FA9;
	}

