html, 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background:#fffef7;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper, #header, #container {
	width:850px;
}

#header {
	position: relative;
}

#logo, #logo a {
	display:block;
	width:180px;
	height:82px;
}
#logo {
	background:transparent url("/static/images/suomenviljava/logo.gif") top left no-repeat;
	overflow:hidden;
}
#logo a {
	text-indent:-9999px;
}

a#english {
	background-image:url("/static/images/flag_en.gif");
	background-position:right 0;
	background-repeat:no-repeat;
	color:#000002;
	font-size:13px;
	font-weight:bold;
	height:25px;
	position:absolute;
	right:0;
	text-decoration:none;
	top:5px;
	width:90px;
}

#container {
	position:relative;	
}
* html #container {
	overflow:hidden;
}
#illustration {
	position:absolute;
	top:0;
	right:0;
}
#sub {
	float:left;
	width:166px
}
#content {
	margin:0 150px 15px 200px;
	padding:16px 0;
}
#container .wide {
	margin-right:0;
}
.cms_navigation_main {
	display:block;
	background:#ff9c04 url("/static/images/suomenviljava/palkki_top.gif") top left no-repeat;
	padding:22px 0 5px;
}
.cms_navigation_main li {
	float:left;
	clear:both;
	width:166px;
	padding-right:7px;
	background: transparent url("/static/images/suomenviljava/nav_selected.gif") 100% -9999px no-repeat;
}
.cms_navigation_main li.selected, .cms_navigation_main li.opened, .cms_navigation_main li:hover {
	background-position: 100% 11px;
	cursor:pointer;
}
.cms_navigation_main li a {
	display:block;
	color:#000002;
	text-align:right;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;	
	padding:5px 0;
}
.cms_navigation_sub {
	margin:10px 0 0 0;
}
.cms_navigation_sub li {
	text-align:right;
	font-size:14px;
	line-height:16px;	
}
* html .cms_navigation_sub li a {
	display:inline-block;
}
* html .cms_navigation_sub li a {
	display:block;
}
.cms_navigation_sub li a {
	text-decoration:none;
	color:#006600;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:5px 0 5px 5px;	
}
.cms_navigation_sub li.selected a {
	color:#000002;
	font-weight:bold;
	border-bottom:1px dotted #006600;
}
.cms_navigation_sub li.parent ul {
	margin-top:5px;
}
.cms_navigation_sub li.parent ul {
	margin:0;
	padding-right:5px;
}
.cms_navigation_sub li.parent ul li {
	font-weight:normal;
	background: transparent url("/static/images/subnavi_bullet2.gif") 100% 50% no-repeat;
	padding-right:10px;
}
.cms_navigation_sub li.parent ul li a {
	font-weight:normal;
	color:#666;
	border-bottom:1px dotted #ccc;
}
.cms_navigation_sub li.parent ul li.selected {
	border-bottom:1px dotted #006600;
}
.cms_navigation_sub li.parent ul li.selected a {
	font-weight:bold;
	color:#000002;
}

h2 {
color:#006600;
font-weight:bold;
margin-bottom:6px;
}
#content, h2,td,th,p {
font-size:14px;
line-height:18px;
}
p {
margin:13px 0;
}
a {
color:#006600;
}
#content ul {
	list-style: disc inside;
}
#feedbackForm {
	font-size:13px;
	width:360px;
	margin-top:15px;
}
#feedbackForm .formWrapper {
	float:left;
	clear:both;
	padding:2px 0;
	width:360px;
}
#feedbackForm textarea {
	width:260px;
}
#feedbackForm label {
	width:100px;
	float:left;
}
#feedbackForm .freeText {
	margin-bottom:15px;
}
#feedbackForm .freeText label {
	float:none;
	display:block;
	width:auto;
	padding:2px 0;
}
#feedbackForm input {
	width:155px;
}
#feedbackForm input.button {
	width:auto;
}
#feedbackForm div.submit {
	padding-left:100px;
}
span.formError {
    display:block;
    color:red;
    padding-left:100px;    
}
.newsArticles {
	margin-bottom:15px;

}
.newsArticles li {
	margin-bottom:2px;
}
.newsArticles .news_date {
	margin-right:5px;
}
#content ul.newsArticles {
	list-style:none;
}
#content strong, #content h3 {
	color:#006600;
}
.print {
	padding-left:15px;
	height:12px;
	background:transparent url("/static/images/print.gif") top left no-repeat;
	font-size:12px;
	color:#006600;
}
.clear:after, .cms_navigation_main:after { content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clear, .cms_navigation_main {display:inline-block;}
html[xmlns] .clear, html[xmlns] .cms_navigation_main {display:block;}
