@charset "utf-8";
/* CSS Document */

    /* General styles */
    body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
		font-size:80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
    }
	a {
	color:#369;
	text-decoration: underline;
	}
	a:hover {
	color:#204060;
	text-decoration:underline;
	}
    h1 {
	padding:0;
	font-size: 120%;
	margin-top: 0.8em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
    }
	h1:first-letter {
	color: #008f33;
	text-transform: uppercase !important;
	font-weight: bold;
	}
	h2, h3 {
	padding:0;
	font-size: 100%;
	margin-top: 0.6em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 1.2em;
	font-weight: bold;
	color: #000000;
    }
	h2:first-letter, h3:first-letter {
	color: #008f33;
	text-transform: uppercase !important;
	font-weight: bold;
	}
    p {
	padding:0;
	margin-top: 0.4em;
	margin-right: 0.4;
	margin-bottom: 0.8em;
	margin-left: 1.2em;
	color: #333333;
	line-height: 130%;
    }
	img {
	margin:10px 0 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	left: 50%;
	margin-left: -390px; /* - (width/2) */
	margin-top: 0px;
	position: relative;
	background: #FFFFFF;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #005826;
	border-bottom-color: #005826;
	border-left-color: #005826;
	border-bottom-width: 1px;
	border-bottom-style: solid;
} 
	/* Header styles */
    #header {
	clear:both;
	float:left;
	width:100%;
	bottom:1px solid #000;
	background-color: #009933;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	height: 55px;
	}
	#header p,
	#header h1,
	#header h2 {
	margin:0;
	padding-top: 0.4em;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	}
	#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin-top: 29px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	font-size: 13px;
	}
	#header ul li {
	display:inline;
	list-style:none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	}
	#header ul li a {
	display:block;
	float:left;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	position:relative;
	left:230px;
	line-height:16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: bold;
	}
	#header ul li a:hover {
	color:#fff;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	background-color: #00842B;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	font-weight:bold;
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	}
	#header ul li a span {
	    display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
	clear:both;
	margin:0;
	padding:0px !important;
	text-align:left;
	background-color: #ff0500;
	width: 200px;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	.maincenter {
	background-color: #E5F5EA;
	background-image: url(../images/Solanyl-blad-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
    .maincenter .colright {
	float:left;
	width:190%;
	position:relative;
	left:14em;
	background:#fff;
    }
    .maincenter .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:12em;
	padding-bottom:1em;
	}
	.maincenter .col1 {
	position:relative;
	right:100%;
	min-height:400px;
	overflow:hidden;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 0;
	margin-right: 2em;
	margin-bottom: 0;
	margin-left: 14em;
	}
	.maincenter .col1 table {
	color: #333333;

	}
	.maincenter .col1 td {
	line-height: 130%;
	color: #333333;
	vertical-align: top;
	}
	.maincenter .col1 img {
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	}
    .maincenter .menuleft {
	right: 180px;
	position: relative;
	float: left;
	width: 180px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    }


	.maincenter .menuleft ul {
	list-style-position: outside;
	list-style-image: url(../images/Solanyl-blad-bull.gif);
	font-size: 12px;
	}
.maincenter .col1 ul {
	color: #333333;
	margin-top: -10px;
}
.maincenter .col1 li {
	color: #333333;
}

	.maincenter .menuleft ul li {
	margin-left: -15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 15px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2E7CE;
	}
	.maincenter .menuleft ul li a {
	color:#058F46;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	}
	.maincenter .menuleft ul li a:hover {
	color:#FF0000;
	background-color: #E5F5EA;
	}
	.maincenter .menuleft ul li a.active,
	.maincenter .menuleft ul li a.active:hover {
	font-weight:bold;
	}
	.maincenter .menuleft ul li a span {
	    display:block;
	}


	
	.maincentertop {
	width:100%;
	padding-top: 0px;
	height: 14px;
	left: 10px;
	color: #FFFFFF;
	padding-left: 10px;
	font-size: 10px;
	font-style: italic;
	clear: left;
	float: left;
	background-image: url(../images/redbar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
	}
	/* Footer styles */
	#footer {
	clear:both;
	float:left;
	width:100%;
	background-color: #E5F5EA;
	text-align: center;
	color: #999999;
    }
    #footer p {
	padding:10px;
	margin:0;
	font-size: 80%;
    }
    /*  */
