/* First we need to reset style formats... */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,img,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal; font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

body{
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #4a4a4a;
	color: #53534b;
}


#page{
	width:1000px;
	text-align:left;
	margin:44px auto 0px auto;
	padding:0px;


}
#header{
	width:1000px;
}
#menu{
	text-align: left;
	padding: 0 0 0 25px;
	background:url(../images/bg_top.jpg);
	
}

#contentArea{
	width: 1000px;
	background:url(../images/bg_content.jpg);
}
#contentLeft{
	width: 975px;
	margin: 0 0 0 0;
	background: url(../images/bg_left.jpg) no-repeat top left;
}

#contentRight{
	width: 975px;
	margin: 0 0 0 25px;
	background:url(../images/bg_right.jpg) right top no-repeat;
	min-height: 500px;

}
#contentRight.mittaus{
	background:url(../images/bg_right_mittaus.jpg) right top no-repeat;
}
#contentRight.yhteystiedot{
	background:url(../images/bg_right_yhteystiedot.jpg) right top no-repeat;
}
#contentRight.laadunvalvonta{
	background:url(../images/bg_right_valvonta.jpg) right top no-repeat;
}
#contentRight.laboratorio{
	background:url(../images/bg_right_laboratorio.jpg) right top no-repeat;
}
#contentRight.maaperatutkimukset{
	background:url(../images/bg_right_maaperatutkimus.jpg) right top no-repeat;
}
#contentRight.ymparistosuunnittelu{
	background:url(../images/bg_right_ymparistosuunnittelu.jpg) right top no-repeat;
}



#sidebar{
	padding: 320px 0 0 0;
	width: 320px;
	float: left;
}
#sidebar p{
	padding: 0 0 0 60px;
}
#content{
	width: 580px;
	float: left;
	padding: 0 0 0 0;
	margin: 0;
}
#content h1{
	font-family: Helvetica, Arial, Serif;
	font-size: 25px;
	color: #333;
	margin: 50px 0 5px 45px;
}
#content h2{
	font-weight: bold;
	padding: 10px 40px 5px 45px;
}
#content strong{
	font-weight:  bold;
}

#content p{
	margin: 0 40px 10px 45px;
}
#content ul{
	margin: 0 0 20px 60px;
	list-style: none;
}
#content ul li{
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
	padding: 0 0 0 0px;
}
#footer{
	width:1000px;
	padding:0px;
}
.clearfix:after{
	content:"."; display: block; height:0; clear:both; visibility:hidden; line-height:1px;
}


/* lomake */
form#yhteystietolomake {
	margin: 0 10px 0 0;
}
form#yhteystietolomake p {
	padding: 0 4px 0 10px;
	margin: 0 4px 0 35px;	
}
form#yhteystietolomake label {
	float: left;
	width: 150px;
	line-height: 24px;
}
form#yhteystietolomake input {
	width: 500px;
	border: 1px solid #ccc;
	-moz-border-radius: 7px;
	border-top-left-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;	
	height: 20px;
	font-size: 11px;
	color: #333;
	padding: 0 0 0 4px;
	margin: 0 3px 0 0;	
	background-color: #f8f8f8;
}
form#yhteystietolomake textarea {
	width: 500px;
	border: 1px solid #ccc;
	height: 90px;
	-moz-border-radius: 7px;
	border-top-left-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;	
	background-color: #f8f8f8;	
}
form#yhteystietolomake input#laheta {
	border-top: 1px solid #ffef72;
	border-left: 1px solid #ffef72;
	border-bottom: 1px solid #d7ae00;
	border-right: 1px solid #d7ae00;
	background-color: #fee004;
	color: #000;
	font-weight: bold;
	text-transform:uppercase;
	line-height: 20px;
	font-size: 9px;
	width: 90px;
	padding: 0;
	margin: 10px 0 10px 410px;

}

