/* navigation elements */ @import url("benecolMain_navi.css");
/* page elements */ @import url("page.css");
body{
	font-family: "Arial", "Helvetica", sans-serif;
	font-size:12px;
	text-align:center;
	margin:0 auto;
	background: #e5e5d1 url(../gfx/body_bgNewMain.gif) repeat-x;
}
body.flashBody{
	background: #fff;
}
#main{
	width:950px;
	background: #f7f7ed;
	margin:auto;
	text-align:left;
}
a{
	color:#097b50;
}
a:visited{
	color:#097b50;
}
a:hover{
	color:#097b50;
}
p {
	margin:5px 0px;
}
form{
	margin:0;
	padding:0;
}
/* HEADER **************************************/
#header{
	height:195px;
	width:940px;
	margin-left:10px;
	background: url(../gfx/header_bgNewMain.gif) repeat-x 0px 23px;
}
#header_logo{
	float:left;
	width:210px;
}
#header_right{
	width: 685px;
	float:right;
	background: url(../gfx/header_bg2NewMain.gif) right top no-repeat;
	height: 189px;
}

#search{
	text-align:right;
	height: 81px;
	margin:36px 18px 0 0;
}
.search_field{
	width:145px;
	margin-left:10px;
}
/* CONTENT **************************************/
.lightviewContent{
	background:#fff;
	margin:10px 15px;
}
#page{

}
#content_left{
	width:715px;
	float:left;
}
#content_right{
	width:225px;
	float:right;
	margin-right:10px;
}
.login_field{
	width:145px;
}

.field_right{
	display:block;
	width: 225px;
	height:auto;
	margin:0;
	margin-bottom:9px;
}
.field_top{
	height:8px;
	font-size:1px;
	background: url(../gfx/banner_topNewMain.gif) no-repeat;
	margin:0;
	padding:0;
}
.field_txt{
	margin:0;
	background:#fff;
	border: #c6dac8 solid 1px;
	border-top:none;
	padding:0px 12px 12px 12px;
}
.field_txt h2{
	margin:0;
	padding:0; display:none;
}
h3{
	color:#097b50;
	font-weight:bold;
	font-size: 12px;
	text-transform: uppercase;
	padding:0;
	padding-bottom: 13px;
	margin:0;
}
#loginForm label{
	display:block;
	float:left;
	width:65px;
	padding-top:4px;
}
#loginForm input{
	float:left;
	width:130px; 
	margin-bottom:4px;
}

#loginForm input#loginsubmit{
	display:block;
	margin-right:0px;
	width:auto;
}
form#login input#loginsubmit{
margin-right:0px}
.field_txt a{
	color:#097b50;
}
.top_content{
	/*background: url(../gfx/topcontent_bgNewMain.jpg) no-repeat;*/
	height:171px;
	width:696px;
	margin-left:10px;
}
.contentWide {
	background:#FFFFFF none repeat scroll 0 0;
	float:left;
	margin:0 0 0 10px;
	padding:8px;
	width:679px;
	min-height:300px;

}
.top_content h3{
	float:left;
	width:300px;
	padding:8px 12px 12px 12px;
}
.top_content_news{
	float:right;
	width:220px;
	height:160px;
	overflow:hidden;
	padding: 5px;
}
.top_content_news p{
	padding:0;
	margin:5px;
}
.bottom_content{
	display:block;
	width: 225px;
	height:auto;
	float:left;
	margin-left:10px;
	margin-top:9px;
	margin-right:0;
	margin-bottom:0;
}
.banner{
	display:block;
	width: 225px;
	height:auto;
	margin-bottom:9px;
}
/* FOOTER **************************************/
#footer{
	height:23px;
	margin-top: 13px;
}
#footer_txt{
	border-top:#c6dac8 1px solid;
	margin: 0px 10px;
	font-size:11px;
	font-weight: bold;
	color: #66a385;
	padding:1px;
}
#footer_txt a{
	color: #66a385;
	text-decoration:none;
}
#footer_txt a:visited{
	color: #66a385;
	text-decoration:none;
}
#footer_txt a:hover{
	color: #66a385;
	text-decoration:underline;
}
/* YLEISET **************************************/
.clear{
	clear: both;
}
