@charset "utf-8";
/* CSS Document */
body, html {
	margin: 0;
	padding: 0;
	font: 12px "Tahoma", sans-serif;
	background-color: #000000;
	line-height: 1.5em;
}
a {
	color: #007afd;
	text-decoration: none;
}
a:hover {
	color: #ec2127 !important;
	text-decoration: none !important;
}
a.act{
	background: #ffffff;
	text-decoration:none;
	color: #000000;
}
a.act:hover{
	color: #000000!important;
}
h1, h2, h3 {
	font-family: "Arial", sans-serif;
	font-weight: normal;
	line-height: 2em;
}
h1 {
	font-size: 32px;
}
h2, h3 {
	text-transform: lowercase;
}
h2 {
	font-size: 26px;
	text-transform: lowercase;
}
h3 {
	font-size: 18px;
}
div.emona, div.simeon {
	width: 35%;
	float: left;
	color: #ffffff;
}
div.emona:hover, div.simeon:hover {
	background: #ffffff;
	color: #000000;
}
div.emona {
	text-align: right;
	padding: 30px 5% 30px 10%;
}
div.simeon {
	padding: 30px 10% 30px 5%;
}
div.lang {
	width: 100%;
	float: left;
	padding: 1% 0 1% 0;
	text-align: center;
	font-size:11px;
}
div.lang  a{
	padding: 5px;
	background: #fff600;
	color: #000000;
}
div.lang  a:hover{
	background: #000000;
	color: #fff600 !important;
}

div.body {
	display: none;
}
div.contact{
	padding: 30px 50px 0 50px !important;
	color: #ffffff;
	height: 680px;
	width: 804px;
	text-align: left;
}
div.nav {
	width: 100%;
	font-size: 11px;
	color: #2a2a2a;
	padding: 0.3% 0 0.3% 0;
	margin: 1% 0 1% 0;
	text-align: center;
}
div.nav a {
	padding: 5px 10px 5px 10px;
}
iframe {
	display: block;
	height: 710px;
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	color: #ffffff;
}
div.footer {
	text-align: center;
	color: #333333;
	font-size: 10px;
}
div.footer acronym {
	visibility: hidden;
}
div.nature{
	position:absolute;
	bottom:0;
	height:50px;
	width:100%;
	background:url(i-grass.gif) no-repeat bottom;
}