html {
	height: 100%;
	margin: 0;
}

body {
	height: 100%;
	margin: 0;
	background-image: url('../images/body_background.png');
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}

div#omDimmer {
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0);
	opacity: 0.75;
	filter: alpha(opacity=75);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

div#omPopup {
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0px;
	text-align: center;
	z-index: 1001;
}

div#omPopupImage {
	margin: 0px auto;
	display: block;
}

div#omPopupText {
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	opacity: 0.80;
	filter: alpha(opacity=80);
	margin: 0px auto;
	padding: 4px;
}

div#omPopupText a {
	color: rgb(129, 216, 15);
	text-decoration: none;
}

div#omPopupText a:hover {
	text-decoration: underline;
}

div#africa {
	position: relative;
	height: 100%;
	width: 645px;
	margin: 0 auto;
	min-height: 400px;
	text-align: left;
}

div#kenya {
	position: absolute;
	top: 6px;
	bottom: 6px;
	left: 0;
	right: 0;
	width: 645px;
}

* html div#kenya {
	height: expression(document.body.clientHeight - 12 + "px");
}

div#headerBlock {
	height: 282px;
}

div#contentBlock {
	position: absolute;
	top: 282px;
	bottom: 40px;
	left: 0;
	right: 0;
	width: 645px;
	background-color: white;
}

* html div#contentBlock {
	height: expression(document.body.clientHeight - 335 + "px");
}

div#footerBlock {
	position: absolute;
	height: 40px;
	bottom: 0px;
	left: 0;
	width: 645px;
}

div#headerTop {
	position: relative;
	background-image: url('../images/headerTop_background.gif');
	background-repeat: no-repeat;
	height: 103px;
}

div#headerTop img.omnium {
	position: absolute;
	width: 218px;
	height: 53px;
	top: 21px;
	left: 22px;
}

div#headerTop img.africa {
	position: absolute;
	width: 134px;
	height: 94px;
	top: 9px;
	left: 249px;
}

div#headerTop img.creativewaves {
	position: absolute;
	width: 254px;
	height: 44px;
	top: 18px;
	left: 375px;
}

div#headerNav {
	background-image: url('../images/headerNav_background.gif');
	background-repeat: repeat-x;
	height: 23px;
	padding: 4px 0 0 0;
	border-left: 1px solid rgb(161, 161, 161);
	border-right: 1px solid rgb(94, 94, 94);
	text-align: center;
}

div#headerNav ul {
	margin: 0 auto;
	padding: 0;
}

div#headerNav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

div#headerNav ul li a img {
	height: 19px;
	width: 97px;
	border-width: 0;
}

div#headerSwoosh {
	position: relative;
	background-image: url('../images/headerSwoosh_background.gif');
	background-repeat: no-repeat;
	background-color: rgb(132, 132, 132);
	height: 152px;
	border-left: 1px solid rgb(161, 161, 161);
	border-right: 1px solid rgb(94, 94, 94);
}

div#headerSwoosh h1 {
	position: absolute;
	top: 60px;
	left: 18px;
	margin: 0;
	padding: 0;
}

div#headerSwoosh p {
	position: absolute;
	top: 76px;
	left: 182px;
	margin: 0;
	padding: 3px 6px;
	border-left: 2px solid rgb(66, 66, 66);
	color: rgb(33, 33, 33);
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

div#headerSwoosh p span {
	color: rgb(250, 176, 23);
}

div#contentPad {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(132, 132, 132);
	border-left: 1px solid rgb(161, 161, 161);
	border-right: 1px solid rgb(94, 94, 94);
}

* html div#contentPad {
	position: relative;
	height: expression(document.body.clientHeight - 334 + "px");
}

div#contentFrame {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 17px;
	right: 17px;
	background-color: rgb(105, 105, 105);
	border-left: 1px solid rgb(94, 94, 94);
	border-top: 1px solid rgb(94, 94, 94);
	border-right: 1px solid rgb(161, 161, 161);
	border-bottom: 1px solid rgb(161, 161, 161);
	overflow: auto;
	padding: 17px 17px 0 17px;
	font-family: arial, helvetica, sans-serif;
}

* html div#contentFrame {
	position: relative;
	left: auto;
	right: auto;
	margin: 0 17px;
	height: expression(document.body.clientHeight - 335 + "px");
}

div#contentFrame div {
	float: right;
}

div#contentFrame img {
	border: 5px solid rgb(61, 61, 61);
	display: block;
	margin: 0 0 25px 25px;
}

div#contentFrame img.inline {
	border-width:0;
	display:inline;
	margin:0;
}

div#contentFrame a {
	color: rgb(129, 216, 15);
}

div#contentFrame a:hover {
	text-decoration: none;
}

div#contentFrame h2 {
	margin: 32px 0 8px 0;
	color: rgb(250, 176, 23);
	font-size: 13px;
	text-transform: uppercase;
}

div#contentFrame h3 {
	margin: 16px 0 8px 0;
	color: rgb(250, 176, 23);
	font-size: 12px;
	font-weight: normal;
}

div#contentFrame p {
	margin: 0 0 8px 0;
	color: rgb(255, 255, 255);
	font-size: 12px;
}

div#contentFrame p.note {
	font-size: 11px;
}

div#contentFrame ul,
div#contentFrame ol {
	margin: 0 0 8px 24px;
	padding: 0;
	color: rgb(255, 255, 255);
	font-size: 12px;
}

div#contentFrame ul li,
div#contentFrame ol li {
	
}

div#contentFrame ul.bio {
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
}

div#contentFrame p.address {
	white-space: pre;
}

div#footerPad {
	position: relative;
	height: 100%;
	background-color: rgb(132, 132, 132);
	border-left: 1px solid rgb(161, 161, 161);
	border-right: 1px solid rgb(94, 94, 94);
	border-bottom: 1px solid rgb(94, 94, 94);
}

div#footerPad ul {
	position: absolute;
	bottom: 6px;
	right: 17px;
	margin: 0;
	padding: 0;
}

div#footerPad ul li {
	display: inline;
	margin: 0;
	padding: 0 0 0 14px;
}

div#footerPad ul li a img {
	border-width: 0;
}

img#footerNavContactus {
	height: 13px;
	width: 97px;
}

img#footerNavDownloadmediakit {
	height: 13px;
	width: 151px;
}

img#footerNavSiteinfo {
	height: 13px;
	width: 83px;
}

body#popup {
	background-image: none;
	background-color: rgb(105, 105, 105);
	font-family: arial, helvetica, sans-serif;
}

h1#popupHeader {
	height: 60px;
	background-image: url('../images/popupHeader_background.gif');
	background-repeat: repeat-x;
	text-align: right;
	margin: 0;
	padding: 0;
}

h1#popupHeader img {
	margin: 8px 8px 0 0;
}

body#popup ul {
	margin: 0 0 8px 36px;
	padding: 0;
	color: rgb(255, 255, 255);
	font-size: 12px;
}

body#popup a {
	color: rgb(129, 216, 15);
	text-decoration: none;
}

body#popup a:hover {
	text-decoration: underline;
}

div#popupContent {
	text-align: left;
}

div#popupContent h2 {
	margin-left: 17px;
	margin-right: 17px;
	color: rgb(250, 176, 23);
	font-size: 13px;
	text-transform: uppercase;
}

div#popupContent h3 {
	margin-left: 17px;
	margin-right: 17px;
	color: rgb(250, 176, 23);
	font-size: 12px;
}

div#popupContent p {
	margin-left: 17px;
	margin-right: 17px;
	color: rgb(255, 255, 255);
	font-size: 11px;
}

div#popupContent form {
	margin-left: 17px;
	margin-right: 17px;
	font-size: 11px;
}

div#popupContent form fieldset {
	border-width: 0;
	margin: 4px 0;
	padding: 0;
	border-bottom: 3px solid rgb(45, 45, 45);
}

div#popupContent form fieldset div.legend {
	color: rgb(255, 255, 255);
	background-color: rgb(45, 45, 45);
	font-weight: bold;
}

div#popupContent form fieldset div {
	background-color: rgb(80, 80, 80);
	padding: 6px;
	margin: 0 0 1px 0;
}

div#popupContent form fieldset label {
	display: block;
	color: rgb(255, 255, 255);
	margin-bottom: 4px;
}

div#popupContent form fieldset p {
	color: rgb(255, 255, 255);
}

div#popupContent form fieldset input {
	display: block;
	margin: 0;
	padding: 2px;
	width: 98%;
	border: 1px solid rgb(45, 45, 45);
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
}

div#popupContent form fieldset input[type=hidden] {
	display: none;
}

div#popupContent form fieldset textarea {
	display: block;
	width: 98%;
	height: 70px;
	margin: 0;
	padding: 2px;
	border: 1px solid rgb(45, 45, 45);
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
}

div#popupContent form fieldset select {
	border-width: 0;
	margin: 0;
	padding: 0;
	border: 1px solid rgb(45, 45, 45);
	font-size: 11px;
}

div#popupContent form fieldset p {
	margin: 0;
	padding: 0;
}

div#popupContent form fieldset input.submitbutton {
	border: auto;
	margin: 0;
	padding: auto;
	width: 100%;
	border: 2px outset rgb(200, 200, 200);
}

div#popupContent form fieldset p.note {
	background-color: rgb(105, 105, 105);
	padding: 4px;
}

div#popupContent form fieldset p.error {
	background-color: rgb(189, 51, 113);
}

div#popupContent form fieldset div.inline {
	padding: 0;
	margin: 6px 0 0 17px;
}

div#popupContent form fieldset div.inline label {
	display: inline;
}

div#popupContent form fieldset div.inline input {
	display: inline;
	width: auto;
	border-width: 0;
}

div#popupContent form fieldset div.inline select {
	display: inline;
}
