@charset "UTF-8";
/* CSS Document */
/* mac hide\*/
html, body {
	height:100%;
	padding:0;
	margin:0;
}
/* end hide*/
body {
	background:#7BACD0;
	color: #171F43;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#outer {
	margin:0 20%;
	background:#FFF;
	color: #171F43;
	position:relative;
	min-height:100%;
	z-index:2;
	padding: 0px;
}
* html #outer {/*IE */
	height:100%;
}

#inner {
	width:100%;/*needed to fix ies bad handling of widths with percentages*/
	height: 100%;
	z-index: 3;
}
#header {
	border-bottom: 8px solid #0067B0;
	color: #000000;
	margin-left:-34%;
	margin-right:-33.6%;
	position:relative;
	min-height:0;
	background: #FFF url(images/mireabilis_otsikko2.jpg) no-repeat right;
	height: 200px;
}
#header h1 {
	display: none;
}
* html #header {
	height:1px;
}
#header p {
	background: url(images/mirean-logo24.png) no-repeat left;
	color: #FFF;
	height: 60px;
	padding-top: 100px;
	margin-left: 20px;
}

#left {
	position:relative;/*ie needs this to show float */
	width:32.5%;
	float:left;
	margin-left:-32.5%;/*must be same as width */
	background: #7BACD0;
	height: auto;
	margin-right: 1px;
	padding-bottom: 55%;
	z-index:3;
}
#left p {
	color: #FFF;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 1em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	line-height: 1em;
	padding-top: 50px;
}
#right {
	position:relative;/*ie needs this to show float */
	width:32%;
	float:right;
	margin-right:-32%;
	background: #7BACD0;
	margin-left: 1px;
	height: 100%;
	display: block;
	overflow: hidden;
	z-index:3;
}
#right h2 {
	font-size: 1.3em;
	color: #FFF;
	padding-left: 30px;
}
#right p {
	color: #FFF;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 1em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	line-height: 2.1em;
	padding-top: 30px;
}
#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:1px solid #035DAD;
	border-bottom:1px solid #035DAD;
	background: #0067B0;
	color: #000000;
	text-align:center;/* drag footer back into page*/
	position:relative;
	z-index:4;
	margin-top: -50px;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#footer p {
	font-size: 0.8em;
	color: #7BACD0;
	padding-top: 10px;
	padding-left: 40px;
	text-align: center;
}
a:link {
	color: #24487F;
	text-decoration: none;
}

a:visited {
	color: #171F43;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #E20A16;
}
a:visited:hover:after{
	color: #171F43;
	text-decoration: none;
}

a:active {
	color: #FFF;
}

#clearfooter {
	clear:both;
	height:52px;
}/*needed to make room for footer*/
h1, p {
	margin:0 0 .5em;
	padding:0 10px;
}
/* mac hide\*/
* html #centrecontent {
	height:1%;
}/* combat IE's 3 pixel jog */
/* end hide*/

/* safari and opera initial 100% height fix */
html >body #minHeight {
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-52px;
}

#centrecontent ul li {
	color: #0067B0;
	font-size: 0.85em;
	line-height: 1.5em;
	list-style: circle;
}
#centrecontent h3 {
	font-size: 1em;
	color: #0067B0;
	padding-left: 20px;
}
#centrecontent p {
	font-size: 0.87em;
	color: #0067B0;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#datamir {
	background: url(images/datamir2.jpg) no-repeat center 50px;
	width: 100%;
	height: 642px;
	position: absolute;
}
.ornaI {
	padding-top: 40px;
	position: relative;
	padding-right: 10%;
	padding-left: 15%;
}

