/* RESET */
html, body, div, span, h1, h2, h3, ul, ol, dl, li, dt, dd, p,
pre, form, fieldset, table, th, td, hr {
	margin: 0; padding: 0;
	background: transparent;
}
html, body { width: 100%; height: 100%; margin: 1px 0 0; }

img { border: 0; }

.clear { clear: both; }

.container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

body {
	background: #fff url('../img/body_bg.jpg') no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
	
a {
	color: #218da6;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

h1 {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.71em;
	color: #218da6;
	font-weight: normal;
	padding-bottom: 0.86em;
}

h2 {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.36em;
	color: #218da6;
	font-weight: normal;
	padding-bottom: 0.43em;
	
}

div#header {
	width: 100%;
	height: 106px;
}

div#content {
	clear: both;
}

div#right { 
	background: transparent url('../img/right_bg.gif') repeat-y top left;
	float: right;
	width: 670px;
	padding: 24px 0 60px 20px;
}

div#right .quote {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	display: block;
	font-size: 1.43em;
	color: #0d3a44;
	padding-bottom: 1em;
}

div#right div.column { padding: 0 17px 30px 0; float: left; width: 310px; }

div#right div.column p { 
	word-spacing: 0.6pt;
	line-height: 1.4;
 }

div#right div.single_col {
	width: 560px;	
}
div#right div.single_col p {
	word-spacing: 0.6pt;
	line-height: 1.4;
	padding-bottom: 1em;
}
div#right div.single_col h2 {
	padding-bottom: 0.57em;
}

div#right div.single_col ul {
	padding-left: 25px;
	line-height: 1.4;
}

div#right div.single_col li {
	list-style: circle;
}

a.tutustu_palveluihimme {
	text-indent: -9999px;
	padding: 7px 0;
	clear: both;
	display: block;
	width: 654px;
	height: 73px;
	background: transparent url('../img/tutustu_palveluihimme.gif') no-repeat 0 7px;
}
div#palvelukaavio {
	padding: 20px 0 0 20px;
}


div#left {
	float: right;
	width: 243px;
	padding: 24px 5px 0 22px;
}
div#left h1 { padding-bottom: 0.63em; padding-left: 8px; }

div#left div.news_item {
	background: transparent url('../img/news_item_bg.gif') repeat-x bottom left;
	padding: 0 0 14px 8px;

}
div#left div.news_item .date {
	display: block;
	color: #fd9230;
	font-size: 1.14em;
	padding: 0.57em 0;
}
div#left div.news_item p {
	padding-bottom: 0.71em;
}

div#left div.news_item .read_more {
	
}

div#left div.left_bottom_links {
	padding: 1em 0 25px 8px;
	line-height: 160%;
}

.henkilot{vertical-align: top; padding-top: 10px;}

div#footer {
	clear: both;
	height: 33px;
	padding-top: 19px;
	margin-bottom: 25px;
	background: #fff url('../img/footer_bg.gif') repeat-y top center;
	border-top: 3px solid #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.79em;
	color: #7fbac8;
	text-align: center;
	letter-spacing: 0.1em;
}

span#footer_link a{color: #7fbac8; text-decoration: underline;}


