html, body {
	height: 100%;
	width:100%;
	margin: 0;
	padding: 0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#ffffff;
	color: #000000;
}
#wrapper {
	position:relative;
	margin: 0 auto;
	min-height: 100%; /* For Modern Browsers */
	width: 780px;
	text-align: center;
}
#header {
	padding: 10px 0;
	text-align: left;
	border-bottom: 2px solid #4f7222;
}
#logo {
	display: inline-block;
	vertical-align: top;
}
#menu {
	display: inline-block;
	vertical-align: top;
}
h1 {
	font-family: arial;
	font-size: 18px;
	color: #4f7222;
}
a, a:visited { font-weight: bold; color: #000; text-decoration: undeline; }
a:hover { font-weight: bold; color: #4f7222; text-decoration: none; }
ul li { margin: 7px 0; line-height: 15px; }
#menu ul { display: inline-block; }
#menu ul li { display: inline-block; margin: 0 5px; padding: 3px; max-width: 110px; }
#menu ul li a, #menu ul li a:visited { position: relative; font-weight: bold; color: #000; text-decoration: none; z-index: 1; }
#menu ul li a:hover { font-weight: bold; color: #4f7222; text-decoration: none; }
#menu ul li .icon, #menu ul li .trunk { display: none; }
#menu ul li.selected {
	position: relative;
	background-color: #ccdcb7;
	border-radius: 50%;
	text-align: center;
	padding: 1px 7px 5px 7px;
	box-shadow: 5px 5px rgba(79,114,34,0.8);
}
#menu ul li.selected:before, #menu ul li.selected:after {
	position: absolute;
	display: inline-block;
	content: "";
	background:inherit;
    border-radius:inherit;
	box-sizing: border-box;
	z-index: 0;
}
#menu ul li.selected:before {
  top: -10%;
  height: 50%;
  width: 40%;
  left: 7%;
  /*border-bottom-color: transparent;
  border-right-color: transparent;
  transform: rotate(40deg);*/
}
#menu ul li.selected:after {
  height: 70%;
  width: 60%;
  top: -23%;
  right: 7%;
}
#menu ul li.selected .trunk {
	position: absolute;
	display: inline-block;
	background-color: #874545;
	width: 20%;
    height: 22px;
    bottom: -24px;
    right: 40%;
}
#menu ul li.selected .icon {
	position: absolute;
	display: inline-block;
	background-image: url(../images/menu_icons.png);
    background-size: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 1;
}
#menu ul li#mi_forest.selected .icon {
	background-image: url(../images/fire.gif);
	width: 31px;
    height: 22px;
    top: 39px;
    left: 0px;
}
#menu ul li#mi_sust.selected .icon {
	background-image: url(../images/solar_panel.png);
	width: 40px;
    height: 27px;
    top: -28px;
    left: 27px;
}
#menu ul li#mi_web.selected .icon {
	background-image: url(../images/spider_web.png);
	width: 23px;
    height: 0;
    top: 40px;
    left: 73px;
	animation-name: spider;
	animation-duration: 3s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
}
#menu ul li#mi_who.selected .icon {
	width: 33px;
    height: 25px;
	top: -100px; 
	left: -1000px;
	background-image: url(../images/kite.png);
/*	background-image: url(../images/menu_icons.png), url(../images/menu_icons.png);
	background-position: 0 0, 33px -25px;8*/
	animation-name: kitefly;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
#menu ul li#mi_contact.selected .icon {
	background-image: url(../images/girl.png);
	width: 12px;
    height: 25px;
    top: 20px;
    left: 10px;
}
@keyframes spider {
	from { height: 0; }
	to {height: 34px; }
}
@keyframes kitefly {
  0% {top: -100px; left: -1000px;}
  /*50% {background-position: 0 0, 33px -25px; top: -33px; left: 60px;}
  53% {background-position: 33px 0, 0 -25px;}*/
  50% {top: -33px; left: -30px;}
  /*70% {background-position: -33px -25px;}
  71% {background-position: -33px 0;}
  74% {background-position: 0 0;}*/
  60% {top: -33px; left: 60px;transform: scaleX(1);}
  61% {top: -33px; left: 55px;transform: scaleX(0.5);}
  62% {top: -33px; left: 50px;transform: scaleX(0);}
  63% {top: -33px; left: 45px;transform: scaleX(-0.5);}
  64% {top: -33px; left: 40px;transform: scaleX(-1);}
  70% {top: -33px; left: -30px;}
  71% {top: -33px; left: -25px;transform: scaleX(-0.5);}
  72% {top: -33px; left: -20px;transform: scaleX(0);}
  73% {top: -33px; left: -15px;transform: scaleX(0.5);}
  74% {top: -33px; left: -10px;transform: scaleX(1);}
  84% {top: -33px; left: 70px;}
  100% {top: -100px; left: 250px;}
}

div.content {
	position: relative;
	margin: 0 30px 0 165px;
	text-align: left;
}
div.contact {
	margin: 0 auto;
	width: 407px;
}
div.contact fieldset {
	margin: 0 auto;
	text-align: left;
	padding: 0;
	padding-left: 5px;
	border: none;
}
div.contact fieldset label{
	display: block;
	width: 100px;
	float: left;
}
input.field,
textarea.field {
	width: 300px;
	height: 20px;
	font-family: arial;
	font-size: 12px;
	border: 1px solid #4f7222;
	margin-bottom: 8px;
}
textarea.field {
	height: 140px;
}
input.field:hover,
textarea.field:hover {
	border: 1px solid #ccdcb7;
}
div.g-recaptcha {
	padding-left: 100px;
}
input.button {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #4f7222;
	margin-bottom: 8px;
	float: right;
	cursor: pointer;
}
input.button:hover {
	background-color: #ccdcb7;
}
ul.images {
	position: absolute;
	top: 0;
	left: -165px;
	margin: 0;
	padding: 0;
	width: 150px;
	list-style: none;
}
ul.images li {
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	line-height: 0;
}
ul.images li img {
	width: 100%;
	height: auto;
	border-radius: 50px;
}
#footer_spacer {
	height: 40px;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 780px;
	height: 20px;
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	line-height: 20px;
}
#footer a {
	color: #000000;
	font-size:11px;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	font-size:11px;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearboth {
	clear: both;
}
.form_errors {
	color: #ff0000;
}
.flip_H{ display: inline-block; transform: scale(-1, 1); }
a.flip_H{ text-decoration: underline; }
a:hover.flip_H{ text-decoration: none; }

