﻿/*GENERIC PAGE STYLES*/
/*------------------*/

body {
	background: #FFF;
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #7A7A7A;
	margin: 20px 0 30px 0;
	text-align: center;
}
h1, h2, h3, h4, h5, h6, h33,p  {
	margin: 10px 0;
}
h1, h2, h3, h4, h5, h6, h33 {
	color: #444444;
	font-weight: normal;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
}

img {
	border: 0;
}
.img {
	display: block;
}
form {
	margin: 0;
}
hr {
	background: #FFF;
	color: #FFF;
	border: 0 none;
	border-top: 1px solid #E5E5E5;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0 none;
}
input, select, textarea {
	font: 100% Arial, Helvetica, sans-serif;
}
input.text {
	padding: 1px;
	border: 1px solid #9AD9FC;
	color: #16A8EC;
}
input.button {
	background: #98D8FC url(/sites/eastafrica/SiteCollectionImages/btn-bg.gif) bottom repeat-x;
	border: 1px solid #16A8EC;
	color: #FFF;
	padding: 0;
}
a {
	color: #93e036;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
	visibility: hidden;
	height: 1px;
	line-height: 1px;
}

.master
{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	height:10%;
	background-color:#FFFFFF;
}
.masterContent
{
	background-color: #FFFFFF;
	text-align:center;
}

.siteActionMenu
{
    float:right;
}
.authoringRegion
{
	width:100%;
	height:10%;
	background-color:#DDDDDD;
	color:#333333;
}


#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}


/*HEADER STYLES*/
/*-------------*/
#header {
	min-height: 97px;
	padding: 0 0 10px 100px;
	background: url(/sites/eastafrica/SiteCollectionImages/header-right.jpg) bottom right no-repeat;
}
* html #header {
	height: 97px;
}

#ltop img {
	float: right;
}


#header #logo {
	float: left;
	margin-left: -100px;
	display: inline;
}
#header h1 {
	color: #4a6515;
	font-weight: bold;
	font-size: 210%;
	margin: 0;
	padding-top: 20px;
}
#header h2 {
	color: #397900;
	margin: 0;
}
#header #languagedropdown {
	position: relative;
	z-index: 1000;
	float: right;
	background: url(/sites/eastafrica/SiteCollectionImages/language-bg.gif) no-repeat;
	width: 115px;
	height: 17px;
	padding: 3px 0 0 10px;
	color: #558d1e;
}
#header #languagedropdown ul {
	display: none;
	width: 123px;
	position: absolute;
	right: 0;
	top: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #749238;
	background: #aec97b;
}
#header #languagedropdown ul li {
	border-top: 1px solid #90b04f;
}
#header #languagedropdown ul li a {
	color: #4d6b12;
	display: block;
	padding: 2px 10px;
	text-decoration: none;
}
* html #header #languagedropdown ul li a {
	height: 1px;
}
#header #languagedropdown ul li a:hover {
	background: #4d6b12;
	color: #FFF;
}
#header #languagedropdown img {
	float: right;
}
/*NAVIGATION STYLES*/
/*-----------------*/
ul.nav li {
	float: left;
	height: 42px;
	position: relative;
	padding-right: 2px;
}
ul.nav li.left {
	position: absolute;
	left: -13px;
	top: -1px;
}
ul.nav li.right {
	position: absolute;
	right: -15px;
	top: -1px;
}
ul.nav li.left img, ul.nav li.right img {
	position: static;
	display: block;
}
ul.nav li a:hover {
	background: #F2F9E6;
}
ul.nav li img {
	position: absolute;
	top: 10px;
	right: 0;
}
.navbelow {
	position: relative;
	background: #84A83D url(/sites/eastafrica/SiteCollectionImages/nav-below-bg.gif) top repeat-x;
	color: #D6E9AF;
	padding: 7px 10px;
	margin-bottom: 10px;
}

.navbelow .text
{
	position:absolute;
	float:right;
	right:20px;
	
}
.navbelow .left {
	position: absolute;
	bottom: 0;
	left: 0;
}
.navbelow .right {
	position: absolute;
	bottom: 0;
	right: 0;
}
.navbelow a {
	color: #4a6515;
	text-decoration: none;
}
.navbelow a:hover {
	text-decoration: underline;
}
/*CONTENT STYLES*/
/*--------------*/
#left
{
	width: 160px;
	float: left;
	
}

#lefttop
{
	float:none;
	width:160px;
}

#left h5 {
	font-size: 100%;
	font-weight: bold;
	color: #93e036;
	margin: 4px 0;
}
#left p {
	margin: 4px 0;
}
#main {
	margin: -1px 0 0 170px;
	background: #FFF url(/sites/eastafrica/SiteCollectionImages/main-shadow.gif) top left no-repeat;
	border-left: 1px solid #E2E2E2;
	padding: 1px 16px 0 15px;
	min-height: 450px;
	width:480px;
	
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	color: #5cad00;
}
* html #main {
	height: 450px;
}
#main .right {
	float: right;
	margin: 10px -160px 30px 30px;
	display: inline;
}
* html #main .right {
	margin-left: 27px;
}
#main .box {
	margin: 15px 0;
	border: 1px solid #E2E2E2;
	background: #FFF url(/sites/eastafrica/SiteCollectionImages/box-bg.gif) bottom repeat-x;
	padding: 1px 10px;
}
#main .box img {
	vertical-align: top;
	margin-bottom: 10px;
}
#footer {
	clear: both;
	color: #999;
}
#footer img {
	display: block;
	margin-bottom: 6px;
}
#footer .right {
	float: right;
	text-align: right;
}
#footer span {
	color: #CCC;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.leftfloat {
	float: left;
}
.rightfloat {
	float: right;
}
#navaleft {
	margin-left: -13px;
}
#navaright {
	margin-right: -13px;
}
.zz1___Page_2 {
	/*MOSS 2007 asp menu*/
	margin-left: 7px;
	height: 100%;
}

/*Top Navigation*/

#navcontent 
{
	height: 44px;
	background: #FFF url(/sites/eastafrica/SiteCollectionImages/nav-bg.gif) bottom repeat-x;
}


.topNavItem {
	color: #397900;
	background-image: url(/sites/eastafrica/SiteCollectionImages/nav-separator.gif);
	background-position:right 10px;
	margin-top:3px;
	background-repeat: no-repeat;
	height: 44px;
	padding-left:3px;
	padding-bottom:2px;

}
.topNavItem a {
	margin-left: 5px;
	margin-right: 7px;
	background-image: none;
}
.topNavSelected
{
	height:100%;
	
}

.topNavHover
{
	background: url(/sites/eastafrica/SiteCollectionImages/nav-bg-on.gif) repeat-x;
	height:44px;
				
}

.topNavFlyOuts {
	margin-top: 7px;
}
.topNavFlyOutsItem {
	padding: 3px 5px 3px 5px;
	color: white;
	border-bottom: 1px solid #4E8FF0;
}

.flyingtopnav
{
	
	padding: 3px 5px 3px 5px;
	background:#70A5F3	;
	/*color: lime;*/
	border-bottom: 1px solid #4E8FF0;
	color: #0932CA;
	}

.ms-standardheader {
	font-size:12px!important;
}
