* {
	margin:0;
	padding:0;
	outline: 0; 
}

* :focus { outline: 0; }

body {
	-x-system-font:none;
	color:#000000;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:80.5%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:150%;
	background-color: #D9F1D9;
}
a {
	color:#00A000;
	font-weight:normal;
	text-decoration:underline;
}
a:hover {
	color:#000000;
}
h1, h2 {
	font-weight:bold;
}

h1 {
	font-size:21px;
	margin-bottom:4px;	
	line-height:30px;
}

h2 {
	color:#00A100;
	font-size:100%;
}

p {
	font-family:Verdana,Helvetica,sans-serif;
	line-height:18px;
	margin-bottom:20px;
	padding:0;
}
img {
	border:0 none;
}
ul {
	list-style-position:inside;
}
ul li {
	margin-top:10px;
}
hr {
	margin:6px 0;
}
fieldset {
	border:medium none;
}
#wrapper {
	margin:0 auto;
	width:814px;
}

#footer {
	float: right;
	font-size: 70%;
}

#footer a {
	color: #808080;
}

#footer a:hover {
	color: #00A100;
}

#header {
	height:142px;
	background-color: #D9F1D9;

}

#headertop {
	height: 35px;
	width:100%;
	text-align: right;
	margin-right: 8px;
	color: #000;
	font-size: 13px;
	float: right;
}

#headertop a, #headertop a:hover {
	font-weight:bold;
	color: #000;
	text-decoration: none;
}


#headermid{
	float: left;
     width:800px
}

#headermid img {
	float: left;
}

#headermid h1 {
	float: left;
	margin-left:5px;
	font-size:50px;
	font-family: Arial,sans-serif;
	line-height:53px;
}

#headermid h1 a, #headermid h1 a:hover {
	color: #000;
	text-decoration: none;
}

#headermid #search{
	float: right;
	width: 312px;
	height: 22px;
}
/* ##### menu ##### */
#top_menu {
	width: 100%;
	hight:36px;
	float: left;
}

#top_menu ul {
	float: right;
}

#top_menu ul li {
	display:inline;
	margin: 0;
}

#top_menu ul li.active{
	display:inline;
}

#top_menu ul li a, #top_menu ul li.active a {
	color:#000000;
	font-family:Tahoma,sans-serif;
	font-weight:bold;
	font-size: 120%;
	text-decoration:none;
	line-height: 28px;
	padding: 10px;	
	margin-right: 10px;
	float: right;
}

#top_menu ul li a:hover {
	background-color: #fff;

}

#top_menu ul li.active a {
	color:#00A100;
	background-color:#FFF;
	display:inline;
}


#middle {
	background-attachment: scroll;
	background-color: #FFF;
	float: left;
	padding: 14px;
}

#content_header {
	height: 230px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #B8E5B8;
}

#content_header img{
	width: 485px;
	height: 230px;
	overflow: hidden;
}

#content_header img#slogan{
	margin: 59px 64px 0 0;
	width: 215px;
	height: 101px;
	float: right;
}

#top_text{
	margin: 10px 0 0 10px;
	color: #FFF;
	font-size:112%;
	font-weight: bold;
	width: 300px;
	height: 80px;
	float: left;
}

#col_left {
	float:left;
	width:485px;
}

#col_right {
	float: right;
	width: 300px;
}

#content {
	min-height: 300px;	
	padding-right:10px;
}

#breadcrum {
	font-weight:bold;
	font-size: 110%;
	text-transform:lowercase;
	margin-bottom: 10px;
}
#breadcum a {
	color:#00A000;
	font-weight:normal;
	text-decoration:underline;
}

#breadcum a:hover {
	color: #000;
}

#sidebar {
	width: 300px;
	margin-bottom:15px;
}

.item {
	background-color:#E0DCD6;
	border-top:3px solid #00A000;
	margin-bottom:15px;
}

.item h2, .item p {
	padding: 10px 15px;
}

.item p {
	color: #00A100 ;
	font-size: 120%;
	font-weight: bold;
}

.item .logos a {
	float: left;
}

.greenblock{
	background-color:#00A000;
	height:159px;
	padding-top:10px;	
	margin-bottom:15px;
}

.greenblock_left {
	float:left;
	width:45%;	
}

.greenblock_right {
	float:right;
	padding-right:4px;
	width:48%;	
}

.greenblock a {
	background:transparent url(images/arrow_right.png) no-repeat scroll 90% 6px;
	border:2px solid #FFFFFF;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin-top:4px;
	padding:5px;
	position:relative;
	text-decoration:none;
	width:90%;	
}

#bottom {
	background-attachment: scroll;
	/*background-image: url('images/bg_bottom.png');*/
	background-position:0;
	background-repeat:repeat-y;
	height: 12px;
}

.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
}




