ahtml, 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;
	text-decoration: none;
}

:focus {
	outline: 0;
}

body {
	line-height: 0px;
}

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: "" "";
}

body {
	font-size: 10pt;
	font-family: Arial, sans-serif;
	line-height: 1.4;
	color: #000;
}

input,select,textarea {
	font-size: 10pt;
	font-family: Arial, sans-serif;
	line-height: 1.4;
	color: #000;
}

h1,h2,h3,h4,h5,h6 { 
	margin-bottom: 20px;
	line-height: 1;
	font-family: Arial, sans-serif;
}


h1 { font-size: 14pt; font-weight: normal; color: #3581bf; text-transform: uppercase; }
h2 { font-size: 11pt; font-weight: bold; color: #3581bf; text-transform: uppercase; padding-bottom: 8px; border-bottom: 1px solid #ccc; letter-spacing: -0.2px; }
h3 { font-size: 10.5pt; font-weight: bold; color: #000; }
h4 { font-size: 10pt; font-weight: bold; color: #3581bf; padding-bottom: 8px; border-bottom: 1px solid #ccc; }
h5 { font-size: 9.5pt; font-weight: bold; color: #000; }
h6 { font-size: 9.5pt; font-weight: bold; color: #3581bf; }


em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	color: #3581bf;
}

a:hover {
	color: #666;
}


* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

p {
	margin-bottom: 15px;
}

ul {
	margin-left: 15px;
	margin-bottom: 15px;
	list-style-position: outside;
	line-height: 1.5;
}

body {
	background-color: #fff;
	background-repeat: repeat-x;
	text-align: center;
}

body.frontpage {
	background-image: url(/assets/background/body-frontpage.png);
}

body.article, body.contact {
	background-image: url(/assets/background/body-article.png);
}

#wrap {
	width: 958px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 958px;
	height: 85px;
	float: left;
	position: relative;
}

#header h1 {
	left: 18px;
	top: 25px;
	width: 158px;
	height: 31px;
	position: absolute;
	margin: 0px;
}

#header h1 a {
	width: 158px;
	height: 31px;
	display: block;
	background-image: url(/assets/background/alphaform.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#navi {
	height: 36px;
	margin: 0px;
	float: right;
	position: relative;
	z-index: 8;
	list-style-type: none;
	background-image: url(/assets/background/navi-item.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#navi li {
	display: inline;
	float: left;
	list-style-type: none;
}

#navi li a {
	color: #0d2c4c;
	font-size: 11pt;
	display: block;
	float: left;
	font-weight: bold;
	height: 28px;
	padding: 8px 22px 0px 22px;
	white-space: nowrap;
	background-image: url(/assets/background/navi-item.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#navi li a:hover {
	color: #3581bf;
}

#splasher {
	float: left;
	background-image: url(/assets/background/splasher.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}

.frontpage #splasher {
	width: 958px;
	height: 309px;
}

.frontpage #splasher img {
	top: -21px;
	left: 25px;
	position: absolute;
}

.article #splasher, .contact #splasher {
	width: 958px;
	height: 129px;
	float: left;
}

.article #splasher img, .contact #splasher img {
	top: -24px;
	left: 84px;
	position: absolute;
}

#links {
	width: 305px;
/*	height: 270px; */
	list-style-type: none;
	margin-left: 0px;
}

.frontpage #links {
	position: absolute;
	right: 0px;
	top: 15px;
	margin-bottom: 0px;
	color: #ffffff;
}

.article #links, .contact #links {
	float: left;
	margin-bottom: 25px;
	color: #FFFFFF;
}

#links li {
	width: 297px;
	height: 80px;
	padding: 1px 4px 9px 4px;
	float: left;
	background-image: url(/assets/background/links-li.png);
	background-repeat: no-repeat;
}

#links div.boxcontent {
/*	width: 267px; */
/* 	height: 60px; */
	width: 267px; 
 	height: 80px; 	
	padding: 0px 15px 0px 15px;
/*	float: left; */
	background-repeat: no-repeat;
}

#links div.boxcontent
{
  display: table-cell;
  vertical-align: middle;
}

#links div.boxcontent p
{
	margin: 0px;
}

#links .first div {
	background-image: url(/assets/background/links-first.png);
}

#links .second div {
	background-image: url(/assets/background/links-second.png);
}

#links .third div {
	background-image: url(/assets/background/links-third.png);
}

#links h6 {
	color: #fff;
	font-size: 15pt;
	margin-bottom: 5px;
}

#links a, #links .pipe {
	color: #fff;
/*	font-size: 8.5pt; */
}

#links .pipe {
	padding: 0px 3px;
}


#contentwrap {
	width: 910px;
	padding: 10px 24px 0px 24px;
	min-height: 320px;
	height: auto !important;
	height: 320px;
	float: left;
	background-color: #fff;
}

.frontpage .contentleft {
	width: 255px;
	float: left;
	margin-right: 37px;
}

.article .contentleft, .contact .contentleft {
	width: 567px;
	float: left;
	margin-right: 37px;
}

.frontpage .contentcenter {
	width: 326px;
	float: left;
	margin-right: 37px;
}

.frontpage .contentright {
	width: 255px;
	float: right
}

.article .contentright, .contact .contentright {
	width: 306px;
	float: right;
}

#ajankohtaista a {
	font-size: 8.5pt;
}

#footer {
	width: 910px;
	padding: 10px 24px 0px 24px;
	float: left;
	border-top: 1px solid #ccc;
	background-color: #fff;
	font-size: 8.5pt;
	color: #aed3e9;
}

#subnavi {
 width: 305px;
 float: left;
}

#subnavi ul{
 width: 305px;
 float: left;
 margin-left: 0px;
 list-style-type: none;
 line-height: 1;
}

#subnavi li{
 width: 305px;
 float: left;
}

#subnavi li a {
 width: 305px;
 float: left;
 display: block;
 padding: 0px 0px 10px 0px;
 margin-bottom: 10px;
 border-bottom: 1px solid #ccc;
 color: #3581BF;
}

#subnavi li.current a {
 font-weight: bold;
}

#header #toolsbox {
 position: absolute;
 right: 0px;
 top: 0px;
 list-style-type: none;
 margin: 0px;
 line-height: 1;
}

#header #toolsbox li{
 float: left;
 height: 22px;
 padding-top: 14px;
 display: inline;
 margin-right: 15px;
}

#header #toolsbox li.orange {
 padding-top: 0px;
 height: 36px;
 margin-right: 0px;
}

#header #toolsbox li a {
 display: block;
 float: left;
 background-image: url(/assets/background/tools-item.png);
 background-repeat: no-repeat;
 background-position: 0px 3px;
 padding: 0px 0px 0px 10px;
}

#header #toolsbox li.orange a {
 padding: 14px 8px 0px 8px;
 color: #fff;
 height: 21px;
 border-bottom: 1px solid #f3c75b;
 border-left: 1px solid #f3c75b;
 border-right: 1px solid #f3c75b;
 background-image: url(/assets/background/tools-orange.png);
 background-repeat: repeat-x;
 background-position: left top;
 background-color: #e18235;
}

div.rightarticle {
	float: left;
	width: 305px;
}





body.mceContentBody
{
	text-align: left !important;
}
