@CHARSET "UTF-8";

/** --------- FONTS  --------- **/
  

@font-face {
    font-family: 'InglebyBold';
    src: url('fonts/ingleby_bold-webfont.eot');
    src: local('☺'), url('fonts/ingleby_bold-webfont.woff') format('woff'), url('fonts/ingleby_bold-webfont.ttf') format('truetype'), url('fonts/ingleby_bold-webfont.svg#webfontWafkXyd8') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'linux_libertine';
    src: url('../fonts/linlibertine_dr-webfont.eot');
    src: url('../fonts/linlibertine_dr-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/linlibertine_dr-webfont.woff') format('woff'),
         url('../fonts/linlibertine_dr-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.Ingleby-Bold {
    font-weight: normal;
    font-style: normal;
    line-height:normal;
    font-family: 'InglebyBold', sans-serif;
    font-size-adjust: 0.42;
}

a.Ingleby-Bold:hover {
    /* color:#F9A0BD;*/
    
    color:#2035ff; /*#9893ff */
    
}
/** --------- END FONTS  --------- **/
body {
	/*background-color: #EEE;*/
        background-color: #dcdcdc;
        color: #000;
	font-weight: normal;
        font-size:12px;
        font-family: 'linux_libertine',Verdana,"Lucida Grande",Tahoma,Helvetica,sans-serif;
        
        
        
}

p,a,div {
	
}

hr {
	
}

a {
        color:#121291;
	text-decoration: none;
}

a.link {
    font-style: normal !important;
}

a:hover {
    color: #2035ff;
}

ol.numberlist {
    list-style: lower-roman;
    margin-left: 4em;
    margin-right: 1em;
}

ol.numberlist > li {
    padding-left: 1em;
}

h2 {
	margin-bottom: 5px;
	margin-top: 5px;
}


#ioaLogoDiv {
    margin-bottom: 1em;
    margin-left: 6px;
    height: 60px;
    background-image: url(dotted-logo.png);
    background-size: 59px;
    background-repeat: no-repeat;
}

#ioaLogoDiv .ioaMenuItem {
	height: 1.2em;
}

/*
.content-overlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	background-color:#ffffff;
	filter:alpha(opacity=75);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: .75;
	-khtml-opacity: 0.75;
}

#overlay-1 {
	border-radius: 10px 10px 10px 10px;
}
*/

.menulink {
	color: #121291;
	font-size: 1.1em;
	text-transform: uppercase;
        font-family: 'linux_libertine',Verdana;
        font-weight: bold;
}

.menulink:visited {
	text-decoration: none;
}
.menulink:hover { 
        color: #2035ff;
}

#ioa-site {
	margin-right: 6em;
    	padding: 10px;
	overflow: hidden;
}


#ioa-header {
	margin: 0;
}
#ioa-main {
	overflow: auto;
}
#ioa-menu {
	margin: 5px 0px 0px 0px;
        float: left;
}

#ioa-menu ul li {
	font-family: Georgia,serif;
	float:none;
	margin: 0.5em 1em 1em 0.5em;
}

#ioa-main {
	font-size: 1em;
	line-height:120%;
}
#ioa-main p{
	margin-bottom: 1em;
}

#overlay-1 {
background-color: white;
margin-bottom: 1em;
}

.textlist li a {
    font-style: italic;
}

.textlist li span {
    font-style: italic;
}

.textlist li {
    padding-left: 2em;
}

.textlist-headline {
    font-weight: bold;
    font-style: normal !important;
}

.publication {
    font-style: italic;
}

/* IOA popup stuff */


.ioa-hidden{display:none;}


.ioa-clear {
clear:both;
display:block;
height:0;
visibility:hidden;
}