﻿html, body {
	margin:0; 
	padding:0; 
	}
form {
  display:inline;
}

body {
	margin:0;
	width: 100%;
	background:#202020;
}

body, td{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #555;
	line-height: 1.3em;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#5c741b; 
}

a:hover {
	border-bottom: 1px solid #5c741b;
	font-weight: bold;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 10px;}

img { border: 0 none; margin:0px; }

#page_bg {
	padding: 0px;
	margin: 0 !important;
	padding-bottom: 3px;
	background: #202020 url(../img/layout/bg_page.png) center repeat-y;
}

div#top_menu{
	height:54px;
	margin:0px auto;
	width: 978px;
}

#topnav{ background: #000000 url(../img/layout/top_menu_bg.png) top repeat-x; height: 54px; width:978px; margin: 0px; padding:0px; font-weight: bold; }
#topnav ul { margin: 0px 0px 0px 11px; padding: 0; padding-left:1.5em; width: auto; float: left; list-style-type:none; }
#topnav ul li{ margin: 0; padding: 0; height: 54px; float: left; position: relative; }
#topnav ul li a{ color: #FFFFFF; font-weight: bold; text-decoration: none; padding: 16px 10px 0px 20px; height:40px; display: block; float: left; }
#topnav ul li a:hover{ background: #AAD132; }
#topnav ul li a.active{ background: #AAD132; color:#333; }
#topnav ul ul {clear:both; width:69px; visibility:hidden; position: absolute; height:50px; top:49px; left:-26px; border-top:0px solid #aad132; line-height:1.2em; padding:5px 5px 5px 15px; }
#topnav ul ul a, #topnav ul ul a:visited {background: #aad132; color:#fff; height:50px; line-height:1.2em; padding:5px 5px 5px 15px; width:69px; border: none 0;}
#topnav ul li:hover ul, #topnav ul a:hover ul {visibility:visible;z-index:5000;}	



div#main_bg{
	margin:0px auto;
	width: 978px;
	text-align:left;
}
div#main_top{ 
	margin:0;
	background: url(../img/layout/banner1.jpg) top center no-repeat;
	width:978px;
	height:215px;
}

#content	{
	background: #fff;
	letter-spacing:0.1em;
	line-height:1.5em;
	padding-bottom:2em;
}
#content h1 {
	font-size:17px;
	color: #555;
	background: #fff url(../img/layout/bg_h1.png) top repeat-x;
	height:42px;
	vertical-align:middle;
	padding:0.5em;
	padding-left:2em;
	text-shadow:#fff 0px 1px 0, #000 0 -1px 0;
}
#content h2	{
	font-size:15px;
	color: #5c741b;
	padding: 0 2em;
}
#content p	{
	padding: 0 2em;
}
.imgleft	{
		float:left;
		padding:1em 1em 1em 2em;
	}
.imgright	{
		float:right;
		padding:1em 2em 1em 1em;
	}
.clearer	{
		clear:both;
	}
.centered	{
	text-align:center;
}
.cadre	{
	background: #f9ffe9; 
	padding:0.5em 0; 
	border: 1px solid #a8cf2a;
	width:680px; 
	margin: 0 auto;
}

div#footer{
	background: url(../img/layout/footer.png) top left repeat-x;
	margin:0px auto;
	text-align:left;
	margin-bottom:0px;
	height:25px;
	color:#FFFFFF;
	padding:7px;
	padding-top:18px;
	width:962px;
}
