/* 
  ------------------------------------------------
  EAFCA
  www.eafca.org
  boxes.css
  (c) 2009-10 artKenya.net Ltd.
  ------------------------------------------------
*/

/********************************************* HOMEPAGE LAYOUT ******************************************/

/* bgpage holds the background images of the homepage: */
#bgpage {
	z-index: 100;
	width: 976px;
	margin: 0px;
	padding: 0px;
}
#bgpage .top {
	z-index: 200;
	height: 10px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url("../images/pageelements/bg_pagetop.png");
	background-position:top;
	background-repeat:no-repeat;
}
#bgpage .body {
	height: auto;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url("../images/pageelements/bg_pagebody.png");
	background-repeat:repeat-y;
}
#bgpage .footer {
	height: 15px;
	margin: 0;
	padding: 0px;
	background-image: url("../images/pageelements/bg_pagebottom.png");
	background-repeat:no-repeat;
	background-position: bottom;
}

/******************************* BOXES ON HOMEPAGE ***********************************/

#container {
	z-index: 400;
	margin: 0;
	padding: 0px 15px 0px 15px;
	border: 0px solid #000000;
}
#container .box3Wrapper { 
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	zoom:normal!important;
	}
#container .box3Wrapper .box {
	float: left;
	width: 315px;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: 0px dotted #333;
	zoom:normal!important;
}
#container .box3Wrapper .box .top {
	height: 383px;
	padding: 23px 25px 0px 25px;
	background-color: transparent;
	background-image: url("../images/pageelements/bg_box.png");
	background-repeat:no-repeat;
	background-position:top;
	color: #333;
	line-height: 130%;
	text-align: left;
	border-top: 0px dotted #fff;
	zoom:normal!important;
}
html>body #container .box3Wrapper .box .top {
	height: 360px;
}
#container .box3Wrapper .box .bottom {
	z-index: 4000;
	background-color: transparent;
	background-image: url("../images/pageelements/bg_box.png");
	background-repeat:no-repeat;
	background-position:bottom;
	margin: 0;
	padding: 17px 25px 18px 25px;
	text-align: right;
	font-size: 12px;
	border-top: 0px dotted #990000;
	zoom:normal!important;
}
#container .box3Wrapper .box .bottom a{
	margin: 0;
	padding: 0;
	color: #9C0A3B;
	font-weight: bold;
	text-decoration: none;
}
#container .box3Wrapper .box .bottom a:hover{
	text-decoration: underline;
}
#container .box3Wrapper .box h2 {
	font-family: "times new roman", serif;
	font-size: 20px;
	font-weight: normal;
	margin: -6px 0 23px 0;
	padding: 0;
	color: #9C0A3B;
}
#container .box3Wrapper .box ul {
	font-size: 12px;
}
#container .box3Wrapper .box li {
	list-style-image: url("../images/pageelements/arrow_fwd.gif");
	list-style-position:outside;
}
/******************************************* 2ColRight *******************************************/
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#columnWrapper {
/*	background-image: url(img/clm01_middle.gif);
	background-repeat: repeat-y;*/
}
#top {
	position: relative;
	z-index: 1000;
	zoom:normal!important;
	height: 74px;
	background-color: transparent;
	background-image:url("../images/new/bg_pagetop.png");
	background-position: top;
	background-repeat: no-repeat;
}
#body {
	position: relative;
	z-index: 1000;
	zoom:normal!important;
	height: auto;
	background-color: transparent;
	background-image:url("../images/new/bg_pagebody.png");
	background-position: top;
	background-repeat: repeat-y;
}
#bottom {
	position: relative;
	z-index: 1000;
	zoom:normal!important;
	height: 75px;
	background-color: transparent;
	background-image:url("../images/new/bg_pagebottom.png");
	background-position: bottom;
	background-repeat: no-repeat;
}
.left {
	width: 641px;
	float: left;
}
.right {
	width: 335px;
	float: left;
}
#top .left .content {
	margin: 0;
	padding:  33px 0px 0px 30px;	
}
#top .left .content .printarea {
	float: right;
	width: 15px;
	height: 20px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
}
#top .right .content {
	margin: 0;
	padding: 30px 0px 0px 20px;	
}

#top .right .content h2 {
	margin: 0px;
	padding: 0px 0px 8px 0px;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999/*#9C0A3B*/;
	text-transform:capitalize;
}

#body .left .content {
	margin: 0;
	padding:  0px 21px 0px 29px;	
}
#body .right .content {
	margin: 0;
	padding: 0px 30px 0px 25px;	
}
#bottom .left .content {
	margin: 0;
	padding:  20px 0px 0px 30px;	
	font-size: 11px;
	color: #999;
}
#bottom .left .btn {
	float: right;
	width: auto;
	height: 15px;
	margin: 25px 20px 0px 0px;
	padding: 0px;
	background-color: transparent;
}

#bottom .right .content {
	margin: 0;
	padding: 20px 0px 0px 20px;	
}

/************************************************ BOXES AT BOTTOM OF EACH PAGE *********************************/
#sitemapbox .boxes {
	float: left;
	width: 20%;
	height: auto;
	}
#sitemapbox .boxes .content {	
	padding: 15px;
}
#sitemapbox .boxes .content p{
	margin: 0;
	padding: 0;
	color: #000!important;
	}
#sitemapbox .boxes .content blockquote{
	margin: 0 15px;
	padding: 0;
}

/****************************** EQUAL HEIGHT BOXES ***************************/
/********************************* 2 columns *********************************/

#container22 { /* read: container 2 of 2 (containers) */
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#ddd; /* column 2 background colour */
	border-right: 1px dotted #000;
}
#container12 {
	float:left;
	width:100%;
	position:relative;
	right:50%;
	background:transparent; /* column 1 background colour */
	padding: 15px 0;
	border-right: 1px dotted #000;
}
#col12 {
	float:left;
	width:46%;
	position:relative;
	left:52%;
	overflow:hidden;
}
#col22 {
	float:left;
	width:46%;
	position:relative;
	left:56%;
	overflow:hidden;
}


/********************************* 3 columns *********************************/
#container33 {
    float:left;
    width:100%;
    background:#fff;
    overflow:hidden;
    position:relative;
}
#container23 {
    float:left;
    width:100%;
    background: transparent;
    position:relative;
    right:33%;
	border-right: 0px dotted #000;
}
#container13 {
    float:left;
    width:100%;
    background:transparent;
    position:relative;
    right:33%;
	padding: 15px 0;
	border-right: 0px dotted #000;
}
#col13 {
    float:left;
    width:30%/*26%*/;
    position:relative;
    left:68%;
    overflow:hidden;
}
#col23 {
    float:left;
    width:30%/*36%*/;
    position:relative;
    left:72%;
    overflow:hidden;
}
#col33 {
    float:left;
    width:30%/*26%*/;
    position:relative;
    left:75%;
    overflow:hidden;
}



/********************************* 4 columns *********************************/
#container44 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#ddd; /* column 4 background colour */
}
#container34 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%;
	background:transparent; /* column 3 background colour */
	border-right: 1px dotted #000;
}
#container24 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%;
	background:transparent; /* column 2 background colour */
	border-right: 1px dotted #000;
}
#container14 {
	float:left;
	width:100%;
	position:relative;
	right:25%;
	background:transparent; /* column 1 background colour */
	padding: 15px 0;
	border-right: 1px dotted #000;
}
#col14 {
	float:left;
	width:21%;
	position:relative;
	left:77%;
	overflow:hidden;
}
#col24 {
	float:left;
	width:21%;
	position:relative;
	left:81%;
	overflow:hidden;
}
#col34 {
	float:left;
	width:21%;
	position:relative;
	left:85%;
	overflow:hidden;
}
#col44 {
	float:left;
	width:21%;
	position:relative;
	left:89%;
	overflow:hidden;
}


/********************************* 5 columns *********************************/

#container55 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#ff0000; /* column 5 background colour */
}
#container45 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:20%;
	background: #b2f0f9; /* column 4 background colour */
}
#container35 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:20%;
	background: #89ffa2; /* column 3 background colour */
}
#container25 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:20%;
	background: #ffa7a7; /* column 2 background colour */
}
#container15 {
	float:left;
	width:100%;
	position:relative;
	right:20%;
	background: #fff689; /* column 1 background colour */
}
#col15 {
	float:left;
	width:16%;
	position:relative;
	left:82%;
	overflow:hidden;
}
#col25 {
	float:left;
	width:16%;
	position:relative;
	left:86%;
	overflow:hidden;
}
#col35 {
	float:left;
	width:16%;
	position:relative;
	left:90%;
	overflow:hidden;
}
#col45 {
	float:left;
	width:16%;
	position:relative;
	left:94%;
	overflow:hidden;
}
#col55 {
	float:left;
	width:16%;
	position:relative;
	left:98%;
	overflow:hidden;
}
