﻿/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color:#D6E000;
 font-family:Tahoma,verdana,arial;
 font-size:1em;
 line-height:1.5em; 
} 
 
#pagewidth{ 
 width:1000px; 
 height:388px;
 background-image:url('../images/home.jpg');
 background-repeat:no-repeat;
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 
} 
 
#rightcol{
 float: right; 
 display:inline; 
 position: relative; 
 width:243px;
 height:388px;
 background-image:url('../images/home_right.jpg');
 background-repeat:no-repeat; 
 }

#right_partner {
 margin-left:20px;
 margin-right:10px;
 font-size:1.0em;
 font-weight:bold;
 color:#00882F;
 }

#right_partner a {
	text-decoration:none;
	color:#00882F;
}
#right_partner a:hover {
	text-decoration:underline;
	color:#00882F;
}

#right_news {
 margin-left:20px;
 margin-right:20px;
 font-size:12px;

 color:#fff;
 }

#right_news h1 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:15px;
}

#right_news h2 {
	font-size:14px;
	font-weight:bold;
	color:#00882F;
	margin-bottom:0px;
	margin-top:7px;
}

#right_news p {
	margin-top:0px;
    line-height:1.5em;
    font-weight:bold;
}

#right_morenews {
	/*not used yet*/
}

#disclaimer
{
position:relative;
    margin-top:-235px;
    float:right;
    margin-right:15px;
    font-size:11px;
    color:#333;
    }

#footer{
 height:180px; 
 /*clear:both;*/
 background-image:url('../images/home_footer.jpg');
 background-repeat:no-repeat;
 } 
 
#maincol {
	padding-left:280px;
	padding-right:273px; /*right column + 30px */
	padding-top: 85px;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
}
 
 #menu {
	padding-top:133px;
	margin-left:5px;
	font-size:13px;
	font-weight:	bold;
	color:#00882F;
	/*border:1px solid lime;*/
}

#menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height:41px;
  /*border: 1px solid red;*/
 
	}
#menu li {
	  float: left;
  position: relative;
  width: 150px;
/*  border: 1px solid white;*/
}

#menu ul li {
	position: relative;
	}

#menu ul li a {
	display: block;
/*	background-image:url('images/menu/home_menu_p1.jpg');*/
	background-repeat:no-repeat;
	text-decoration: none;
	color: #00882F;
	height:41px;
	padding-top:17px;
/*	border:1px solid blue;*/
	}


#mnu_item1 a {
	background-image:url('../images/menu/home_menu_p1.jpg');
	padding-left:15px;
}
#mnu_item2 a {
	background-image:url('../images/menu/home_menu_p2.jpg');
	padding-left:25px;
}
#mnu_item3 a {
	background-image:url('../images/menu/home_menu_p3.jpg');
	padding-left:25px;
}
#mnu_item4 a {
	background-image:url('../images/menu/home_menu_p4.jpg');
	padding-left:25px;
}
#mnu_item5 a {
	background-image:url('../images/menu/home_menu_p5.jpg');
	padding-left:25px;
}

#mnu_item1 a:hover {
	background-image:url('../images/menu/home_menu_a1.jpg');
}
#mnu_item2 a:hover {
	background-image:url('../images/menu/home_menu_a2.jpg');
}
#mnu_item3 a:hover {
	background-image:url('../images/menu/home_menu_a3.jpg');
}
#mnu_item4 a:hover {
	background-image:url('../images/menu/home_menu_a4.jpg');
}
#mnu_item5 a:hover {
	background-image:url('../images/menu/home_menu_a5.jpg');
}




 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

