/* guide section - colour stylesheet */

#topmenu_about_us, #topmenu_about_us:link, #topmenu_about_us:visited {
	background-color: #1EB836;
	color: #FFFFFF;
}
#topmenu_about_us:hover {
	background-color: #46D14D;
}

div.body_header {
  color: #1B8217;   /*1E931A*/
}

h2 {
  color: #1E931A;
}

.emp {
/*  color: #1E931A; */
}

.category {
  color: #1E931A;
}

/* left menu button colours */
a.leftmenu, a.leftmenu:active, a.leftmenu:visited {
	color: #197915;
}
a.leftmenu_header, a.leftmenu_header:active, a.leftmenu_header:visited {
        color: #FFFFFF;
}
th.leftbox_menu, th.leftbox_menu:link, th.leftbox_menu:visited {
	background-color: #1EB836;
	color: #FFFFFF;
	border-color: #1EB836;
}
th.leftbox_menu:hover {
	background-color: #46D14D;
}
td.leftbox_menu, td.leftbox_menu:link, td.leftbox_menu:visited {
	background-color: #DDF9DD;
	color: #197915;
	border-color: #1EB836;
}
td.leftbox_menu:hover {
	background-color: #CAE5CA;
}

/* Index page */

.summary_text {
  font-family: "arial" sans-serif; 
  font-size: 16px; 
  color: white;
}

.block_title {
  font-family: "arial" sans-serif; 
  font-size: 21px; 
  color: #1E931A;
}

.block_text {
  font-family: "arial" sans-serif; 
  font-size: 15px; 
  color: black;
}

img.no_border {
  border: none;
}

div.summary_block {
  position: absolute; 
  height: 88px; 
  width: 240px; 
  left: 20px; 
  top: -7px; 
  background-color: #23A140;
  padding: 17px;
}

div.ouraims_block {
  position: absolute; 
  height: 100px; 
  width: 260px; 
  left: 340px; 
  top: -8px; 
  background-color: #E1F9E1;
  padding: 12px;
  z-index: 5;
}

div.ouraims_image {
  position: absolute; 
  height: 185px; 
  width: 240px; 
  left: 465px; 
  top: 0px;
  z-index: 10;
}

div.ourhistory_block {
  position: absolute; 
  height: 100px; 
  width: 260px; 
  left: 0px; 
  top: 142px; 
  background-color: #E1F9E1;
  padding: 12px;
  z-index: 5;
}

div.ourhistory_image {
  position: absolute; 
  height: 185px; 
  width: 240px; 
  left: 130px; 
  top: 150px;
  z-index: 10;
}

div.whatwedo_block {
  position: absolute; 
  height: 100px; 
  width: 260px; 
  left: 340px; 
  top: 142px; 
  background-color: #E1F9E1;
  padding: 12px;
  z-index: 5;
}

div.whatwedo_image {
  position: absolute; 
  height: 185px; 
  width: 240px; 
  left: 465px; 
  top: 150px;
  z-index: 10;
}

div.wherewework_block {
  position: absolute; 
  height: 100px; 
  width: 260px; 
  left: 0px; 
  top: 292px; 
  background-color: #E1F9E1;
  padding: 12px;
  z-index: 5;
}

div.wherewework_image {
  position: absolute; 
  height: 185px; 
  width: 240px; 
  left: 130px; 
  top: 325px;
  z-index: 10;
}

div.ourteam_block {
  position: absolute; 
  height: 100px; 
  width: 260px; 
  left: 340px; 
  top: 292px; 
  background-color: #E1F9E1;
  padding: 12px;
  z-index: 5;
}

div.ourteam_image {
  position: absolute; 
  height: 185px; 
  width: 240px; 
  left: 465px; 
  top: 300px;
  z-index: 10;
}

div.ourfunding_block {
  position: absolute; 
  height: 100px; 
  width: 260px; 
  left: 0px; 
  top: 442px; 
  background-color: #E1F9E1;
  padding: 12px;
  z-index: 5;
}

div.ourfunding_image {
  position: absolute; 
  height: 185px; 
  width: 240px; 
  left: 130px; 
  top: 470px;
  z-index: 10;
}

div.contactus_block {
  position: absolute; 
  height: 100px; 
  width: 260px; 
  left: 340px; 
  top: 442px; 
  background-color: #E1F9E1;
  padding: 12px;
  z-index: 5;
}

div.contactus_image {
  position: absolute; 
  height: 185px; 
  width: 240px; 
  left: 465px; 
  top: 450px;
  z-index: 10;
}



