body {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #434a40;
	background-color: #57af28;
	margin: 0 10px 20px 10px;
	background-image: url("../images/bg_window.gif");
	background-position: top center;
	background-repeat: no-repeat;
}
div#panel {
	background-image: url("../images/bg_panel.png");
	padding-left: 3px;
	padding-right: 5px;
/*	width: 998px;*/
	width: 960px;
/*	border: 1px solid red;*/
}
div#panelbottom {
	background-image: url("../images/bg_panel_bottom.png");
	height: 11px;
	padding-left: 3px;
	padding-right: 5px;
/*	width: 998px;*/
	width: 960px;
}
div.innerpanelwhite {
	background-color: white;
}
h1, h2, h3, h4, h5 {
	margin: 0; 
	padding: 0;
}
p {
	margin: 0; 
	padding: 0;
}
a {
	text-decoration: none;
	color: #50a125;
}
a:hover {
	color: #3e642a;
}
/* header *****************************************************************************************/
div#header {
	position: relative;
	height: 105px;
}
img#logo {
	position: absolute; 
	top: 0;
	left: 0;
/*	border: 1px solid blue;*/
}
ul#languagenav {
	position: absolute;
	top: 0;
	left: 241px;
	margin: 0;
	padding: 0;
}
ul#languagenav li, ul#servicenav li {
	list-style-type: none;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
}
ul#languagenav li a {
	text-decoration: none;
	padding: 6px;
	display: block;
	color: #50a125;
}
ul#languagenav li a:hover, ul#languagenav li.active a {
	background-color: #50a125;
	color: white;
}
ul#languagenav li span {
	color: #dddddd;
	line-height: 26px;
	padding: 6px;
}
ul#servicenav {
	position: absolute;
	top: 0;
	right: 10px;
	margin: 0;
	padding: 0;
}
ul#servicenav li {
	padding: 6px 0px;
}
ul#servicenav li a {
	text-decoration: none;
	color: #50a125;
	border-left: 1px solid #50a125;
	padding-left: 6px;
	padding-right: 6px;
}
ul#servicenav li.first a {
	border-left: none;
}
ul#servicenav li a:hover, ul#servicenav li.active a {
	color: #365327;
	text-decoration: underline;
}
#mainnav {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 719px;
	height: 41px;
	overflow: hidden;
	background-image: url("../images/bg_mainnav.png");
}
#mainnav ul {
	margin: 0;
	padding: 0;
	width: 719px;
	height: 41px;
}
#mainnav li {
	list-style-type: none;
	float: left;
	font-size: 16px;
	line-height: 41px;
}
#mainnav li strong a {
	font-weight: normal;
}
#mainnav li a {
	text-decoration: none;
	display: block;
	color: white;
	padding: 0 10px;
	background-image: url("../images/bg_mainnav.png");
}
/*ul#mainnav li.active a, ul#mainnav li.trail a, ul#mainnav li a:hover {
	background-image: url("../images/bg_mainnav_active.png");
}*/
#mainnav li.active a, #mainnav li.trail a, #mainnav li a:hover {
	background-image: url("../images/bg_mainnav_active.png");
}
/* content header *********************************************************************************/
div#contentheader {
	position: relative;
	height: 60px;
	background-color: #50a125; 
	color: white; 
	padding: 0;
}
div#breadcrumb {
	float: left;
	width: 220px;
	font-size: 16px;
	margin: 25px 10px 15px 10px;
}
div#breadcrumb a {
	color: white;
	text-decoration: none;
}
div#breadcrumb a:hover {
	color: #e3efdd;
}
div#contentheader h1 {
	float:left; 
	width: 440px; 
	margin: 25px 10px 15px 0px;
	font-size: 16px;
}
div#contentheader form#sitesearchform {
	width: 235px;
	float: right;
	margin: 20px 5px 0px 0px;
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}
form#sitesearchform input.text {
/*	width: 150px;
	height: 25px;
	border: none;
	background-color: white;
	font-size: 12px;
	line-height: 25px;*/
	margin: 0;
	width: 150px;
	font-size: 12px;
	color: #666666;
	border: 1px solid #50a125;
	padding: 5px;
	float: left;
}
form#sitesearchform input.submit {
/*	padding: 0 4px;*/
	padding: 4px;
	padding-bottom: 5px;	
	font-size: 12px;
	border: 1px solid #50a125;
	background-color: #86be69;
	color: white;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	float: right;
}
form#sitesearchform input.submit:hover {
	background-color: #76b257;
}
/* subnav *****************************************************************************************/
div#subnav {
	float: left;
	position: relative;
	left: -10px;
	width: 220px;
	margin-right: 20px;
	margin-bottom: 50px;
	font-size: 13px;
}
div#subnav ul {
	margin: 0;
	padding: 0;
	background-color: white;
}
div#subnav li {
	list-style-type: none;
	width: 220px;
	margin-top: 1px;
}
div#subnav a {
	display: block;
	width: 180px;
	border-left: 10px solid white;
	padding: 7px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
div#subnav strong a {
	font-weight: normal;
}
div#subnav ul.level3 a {
	color: white;
	background-color: #73b451;
}
div#subnav ul.level3 a:hover, div#subnav ul.level3 li.active a, div#subnav ul.level3 li.trail a {
	background-color: #50a125;
	border-left-color: #386f1b;
}
div#subnav li.active ul.level4 a, div#subnav li.trail ul.level4 a {
	text-transform: none;
	color: #386f1b;
	background-color: #dcecd3;
	border-left-color: white;
}
div#subnav li.active ul.level4 a:hover, div#subnav li.trail ul.level4 a:hover, div#subnav ul.level4 li.active a, div#subnav ul.level4 li.trail a {
	background-color: #b9d9a8;
	border-left-color: #a9c19d;
}
div#subnav li.active ul.level5 a, div#subnav li.trail ul.level5 a {
	font-size: 12px;
	color: #73b451;
	background-color: white;
	border-left-color: white;
	padding: 6px 10px;
}
div#subnav li.active ul.level5 a:hover, div#subnav li.trail ul.level5 a:hover, div#subnav ul.level5 li.active a, div#subnav ul.level5 li.trail a {
	color: #386f1b;
	background-color: #f6faf3;
	border-left-color: #e9f3e3;
}
/* content ****************************************************************************************/
div#content {
	
}
div.fakeMinHeight {
	float: left;
	width: 10px;
	height: 600px;
}
div.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
div#contentend {
	height: 11px;
	background-image: url("../images/bg_content_end.png");
	background-repeat: no-repeat;
	font-size: 8px;
	line-height: 8px;
	background-color: #407d21;
}
div#contentcol {
	padding-top: 0.5em;
	float: left;
	width: 440px;
	line-height: 1.4em;
/*	background-color: lightblue;*/
}
div#contentcol h2 {
	color: #316218;
	margin-bottom: 0.75em;
	font-size: 16px;
}
div.linkbox {
	border-top: 1px solid #ebedea;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.linkbox a {
	display: block;
	padding-left: 20px;
	background-image: url("../images/arrow-right.gif");
	background-repeat: no-repeat;
	background-position: 0 4px;
}
div.boxend {
	border-bottom: 1px solid #ebedea;
	margin-bottom: 1em;
}
div.standardImageBox {
	float: left;
	width: 106px;
	padding-right: 15px;
}
div.standardImageBox img, img.standardImage {
	border: solid 2px #ebedea;
/*	width: 100px;
	height: 75px;*/
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
#servicecol div.banner a {
	display: block;
}
#servicecol div.banner a img {
	border-style: none;
	width: 240px;
	float: none;
	margin: 0;
}
div.subPageListing {
	 width: 440px;
}
div.subPageListing div.leftCol {
	float: left;
	width: 213px;
/*	padding-right: 15px;*/
}
div.subPageListing div.rightCol {
	float: right;
	width: 212px;
}
div.subPageListing div.colImg {
	float: left;
	width: 319px;
}
div.subPageListing div.leftColImg {
	float: left;
	width: 150px;
	padding-right: 15px;
}
div.subPageListing div.rightColImg {
	float: left;
	width: 150px;
}
div.leftcol {
	float: left;
	width: 210px;
	padding-right: 20px;
}
div.rightcol {
	float: right;
	width: 210px;
}
div.text ul {
	margin: 0;
}
div.text ul li {
	margin: 0;
}
div#contentBreadcrumb {
	font: 10px;
	margin-bottom: 1.5em;
}
/* home ******************************************************************************************/
div#homeheader {
	background-color: #50a125; 
	color: white; 
	padding: 0;
}
div#homeheader div#sitesearchform {
	position: absolute;
	bottom: 0;
	right: 0;
	float: none;
}
div#homeheader h1 {
	font-size: 16px;
	margin-top: 20px;
}
div#homeContentCol {
	float: left;
	width: 695px;
}
div#stage {
	position: relative;
	background-color: #eef1ec;
	padding: 10px;
	height: 227px;
	width: 675px;
	overflow: hidden;
	margin-bottom: 20px;
}
div#stage div.newsItem {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 685px;
	height: 227px;
	background-color: #eef1ec;
	overflow: hidden;
}
div#stage div.stageMessageText {
	position: absolute;
	top: 35px;
	right: 10px;
	width: 270px;
	height: 200px;
	overflow: hidden;
}
div.stageMessageText h2 {
	font-size: 18px;
	color: #50a125;
	margin-bottom: 0.75em;
}
div#stageNav {
	position: absolute; 
	top:0; 
	right: 0; 
	z-index: 101;
	font-size: 14px;
}
div#stageNav a {
	float: left;
	display: block;
	background-color: #8fc175;
	color: white;
	padding: 7px 12px;
	font-weight: bold;
}
div#stageNav a:hover, div#stageNav a.active {
	background-color: #eef1ec;
	color: #50a125;
}
div#stageNav h2 {
	float: left;
	font-size: 14px;
	padding: 7px 21px;
	background-color: #50a125;
	color: white;
}
div.homeLeftCol h2 { 
	font-size: 14px;
	padding-bottom: 0.5em;
}
div.quote h2 {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-color: #73b451;
	font-size: 13px;
	font-weight: bold;
	color: white;
}
div.quote div.img {
	border: 5px solid #ebedea;
	margin-bottom: 0em;
}
div.quote div.quoteText {
	margin-top: 1em;
	color: #386f1b;
}
/* people ****************************************************************************************/
div.lineAbove {
	border-top: 1px solid #ebedea;
}
div.peopleListing div.lineAbove {
	margin-top: 1px;
	border-top: 1px solid #ebedea;
	padding-top: 5px;
}
div.peopleListing div.noLineAbove {
	padding-top: 6px;
}
div.peopleListing div.function {
	float: left;
	width: 106px;
	padding-top: 6px;
	padding-right: 15px;
}
div.peopleListing div.colImg {
	float: left;
	width: 319px;
}
div.peopleListing div.colImg div.text {
	padding-top: 1em;
	padding-bottom: 5px;
}
div.peopleListing div.colImg div.text a {
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	background-image: url("../images/arrow-right.gif");
	background-repeat: no-repeat;
	background-position: 0 9px;
}
/* voting *****************************************************************************************/
div.votingTitle {
	float: left;
	width: 300px;
	color: #316218;
}
div.votingText {
	float: left;
	width: 300px;
	border-top: 1px solid #ebedea;
	padding-top: 4px;
	padding-bottom: 4px;
}
div.votingTextLineBelow {
	float: left;
	width: 300px;
	border-top: 1px solid #ebedea;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ebedea;
	margin-bottom: 2em;
}
div.votingGreen {
	float: left;
	width: 50px;
	padding-left: 2px;
	color: #316218;
}
div.votingGreen img {
	padding-top: 7px;
	padding-left: 12px;
}
div.votingPeople {
	float: left;
	width: 40px;
	padding-left: 2px;
	color: #316218;
}
div.votingPeople img {
	padding-top: 7px;
	padding-left: 6px;
}
div.votingPercent {
	float: left;
	width: 40px;
	padding-top: 4px;
	padding-bottom: 4px;
}
/* form *******************************************************************************************/
div.inputrow, div.inputrowMini, div.selectionRow {
	width: 440px;
	padding-top: 5px;
	margin-bottom: 3px;
	clear: both;
}
div.inputrow label {
	float: left;
	width: 106px;
}
div.inputrow div.inputelement {
	float: left;
	width: 330px;
}
div.inputrowMini div.textBox {
	float: left;
}
div.inputrowMiniHasImage {
	width: 319px;
}
div.inputrowMiniNoImage {
	width: 440px;
}
div.lineAboveWithImage {
	width: 319px;
	float: right;
	padding-bottom: 5px;
}
div.inputrowMini div.textBox div.titleLabelFieldBox {
	width: 100%;
}
div.inputrowMini div.textBox div.titleLabelFieldBox div.title {
	float: left;
}
div.inputrowMini div.textBox div.titleLabelFieldBox div.label {
	float: right;
	padding-right: 10px;
	text-align: right;
}
div.inputrowMini div.textBox div.titleLabelFieldBox div.field input {
	float: right;
	width: 25px;
}
div.inputrowMini div.textBox div.text{
	float: left;
	width: 100%;
	text-align: left;
}
div.inputMiniLeft {
	float: left;
	width: 106px;
}
div.inputMiniLeft input {
	width: 50px;
}
label.inputMiniLeft {
	float: right;
	width: 330px;
}
div.inputMiniRight {
	float: right;
	text-align: right;
	width: 106px;
}
div.inputMiniRight input {
	width: 50px;
}
label.inputMiniRight {
	float: left;
	width: 330px;
}
div.selectionSmallInput {
	float: left;
	width: 25px;
}
div.selectionSmallLabel {
	float: left;
	background-color: yellow;	
}
div.selectionRow div.inputelement {
	float: left;
}
div.selectionRow label {
	float: right;
	/*background-color: pink;*/
	width: 330px;
}
input, textarea, select {
	border-style: solid;
	border-width: 1px;
	border-color: #86bd69;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #434a40;
}
/*input.text, textarea {
	padding: 3px;
	width: 315px;
}*/
input.mini {
	text-align: right;
}
div.formNote {
	padding-left: 106px;
	font-size: 10px;
	line-height: 1.2em;
	margin-bottom: 1em;
}
div.submit {
	padding-left: 106px;
	padding-top: 1em;
}
/* pagination *************************************************************************************/
div.paginationLinks {
	margin-bottom: 1em;
}
div.paginationLinks a {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}
div.paginationLinks a.active, div.paginationLinks a:hover {
	background-color: #8fc175;
	color: white;
}
/* blog *******************************************************************************************/
div.blogListing a {
	display: block;
	margin: 0.5em 0;
}
div.blogDateLine {
	margin-bottom: 0.5em;
}
div.blogEntry {
	padding-bottom: 0.25em;
	border-bottom: 1px solid #ced4ca;
}
div.blogComment {
	margin-top: 1em;
}
div.blogCommentLine {
	margin-top: 0.25em;
	font-size: 11px;
	color: #959595;
}
div.blogCommentText {
	color: #73b352;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #ced4ca;
}
/* content footer *********************************************************************************/
div.footerborder {
	border-top: 1px solid #ebedea;
	margin-bottom: 1px;
}
/* service column *********************************************************************************/
div#servicecol {
	float: right;
	width: 240px;
}
div#servicecol h2, div.serviceTitle {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-color: #73b451;
	font-size: 13px;
	font-weight: bold;
	color: white;
}
div.serviceContent {
	background-color: #eef1ec;
	padding: 10px;
}
a.rss {
	display: block;
	padding-left: 25px;
	line-height: 20px;
	width: 210px;
	margin-bottom: 1em;
	background-image: url("../images/rss.gif");
	background-position: left center;
	background-repeat: no-repeat;
}
div.serviceImage {
	float: left;
}
div.serviceImage img {
	padding-right: 10px;
}
div.serviceTextHasImage {
	float: left;
	width: 130px;
}
div.serviceTextNoImage {
	float: left;
	width: 220px;
}
div.serviceLink {
	background-color: #eef1ec;
	padding: 10px;
}
div.serviceLink a {
	text-transform: uppercase;
}
div.serviceLink img {
	position: relative;
	padding-right: 8px;
	top: 0.25em;
}
div#servicecol div.footerborder {
	border-top: 1px solid white;
}
div.rssLink {
	border-bottom: 2px solid #ebedea;
	margin-bottom: 0.75em;
}
form.serviceNewsletterSignup {
	color: #316218;
	padding: 0;
	margin: 0;
}
form.serviceNewsletterSignup input.email {
	width: 140px;
	padding-top: 4px;
	padding-left: 2px;
/*	padding: 2px 2px;*/
	height: 18px;
/*	line-height: 23px;*/
}
form.serviceNewsletterSignup input.signup {
	float: right;
	width: 80px;
	height: 25px;
	text-align: center;
	background-color: #86be69;
	color: white;
	text-transform: uppercase;
	margin-right: 5px;
	border: none;
}
div#servicecol form.serviceNewsletterSignup div.footerborder {
	padding-bottom: 0.75em;
	border-bottom: 2px solid #ebedea;
	margin-bottom: 0.75em;
}
/* footer *****************************************************************************************/ 
div#footer {
	background-color: #458723;
	font-size: 11px;
	color: white;
}
div#footer h2 {
	margin: 0;
	margin-bottom: 7px;
	padding: 0;
	padding: 5px 20px 10px 20px;
	background-color: #407d21;
	color: white;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
div#footer div.linkcolumn {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1.6em;
}
div#footer a {
	color: #d7edcc;
	text-decoration: none;
}
div#footer a:hover {
	color: white;
	text-decoration: underline;
}
div.linkcolumn a {
	text-transform: uppercase;
}
div.linkcolumn td {
	padding-right: 35px;
}
div#address {
	float: right;
	width: 243px;
	padding: 5px 20px 10px 0;
}
div#address h3 {
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
/* form module *********************************************/
div#contentcol div.text h1 {
	color: #316218;
	margin-bottom: 0.75em;
	font-size: 16px;
}
div#contentcol div.text.error {
	color: red;
	margin-bottom: 1.25em;	
}
div#contentcol div.text.error h1, div#contentcol div.text.error a {
	color: red;
}
div.form-wrapper fieldset {
	border: 0;
	margin: 0;
	margin-bottom: 2em;
	padding: 0;
}
div.form-wrapper fieldset fieldset{
	margin-bottom: 0;
}
/*div.inputrow, div.inputrowMini, div.selectionRow {*/
div.form-wrapper fieldset div {
	width: 440px;
	padding-top: 3px;
	margin-bottom: 3px;
	clear: both;
}
div.inputrow input.text,
div.inputrow textarea {
	width: 320px;
}
div.form-wrapper label {
	float: left;
	width: 106px;
	margin-right: 10px;
}
div.form-wrapper input, 
div.form-wrapper textarea {
	float: left;
	width: 315px;
}
/* checkboxes, radio buttons */
div.form-wrapper div.form-item input {
	float: left;
	width: auto;
}
div.form-wrapper div.form-item label {
	float: none;
	display: block;
	margin-left: 20px;
	margin-right: 0;
	width: auto;
}
div.form-wrapper p.required {
	font-size: 10px;
	margin-top: 2em;
	/* position at bottom of form-wrapper */
	/*padding-left: 106px;
	line-height: 1.2em;*/
	margin-bottom: 2em;
}
div.form-wrapper div.button-wrapper input {
	margin-left: 106px;
	margin-top: 1em;
	width: auto;
}
div.error label span em {
	display: none;
}
div.form-wrapper fieldset div.horizontal_field div.form-field-value {
	width: auto;
	margin-left: 120px;
	clear: none;
}
div.horizontal div.form-field-value {
	width: auto; 
	clear: none;
}
/* e-card *****************************************************************************************/
table.cantons a {
	line-height: 29px;
	display: block;
	margin-right: 20px;
	margin-bottom: 10px;
}
table.cantons img {
	padding-right: 5px;
	border-style: none;
	float: left;
}
/* admin ***************************************************/
div.admin {
	background-color: #eeeeee;
	border: 2px dashed #cccccc;
	font-size: 11px;
	padding: 5px;
	margin-bottom: 5px;
}
div.admin h2 {
	font-size: 11px;
}
