/* Global Styles */ 

body  {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 0.04em;
	background: #e1e1e1;
	margin: 0;
	padding: 0;
	color: #292929;
}
.kenya { 
	width: 60em;
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 4px solid #c63;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.didntwantto { 
	background: #FFF;
	border-style: none;
	margin: 0em;
	padding: 0em;
} 
.kenya #header { 
	background: #FFF; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.accent1 {
	height: .1em;
}
#accent2 {
	width: 36em;
	height: 1em;
	background: #363 url(../images/sb1-top.gif) repeat-x;
}
#accent3 {
	width: 12em;
	height: 1em;
	background: #363 url(../images/sb1-top.gif) repeat-x;
}
#accent4 {
	width: 24em;
	height: 1em;
	background: #363 url(../images/sb1-top.gif) repeat-x;
}
#accent5 {
	width: 48em;
	height: 1em;
	background: #363 url(../images/sb1-top.gif) repeat-x;
}
.logo {
	float: left;
	padding-left: 15px;
	margin: 0px;
}
.imglink {
	border-style: none;
}
.tools {
	display: block;
	height: 80px;
	padding-top: 0em;
	margin-left: 46em;
	width: 12em;
}
.tools a {
	padding-right: 1em;
	font-size: .70em;
}
.toollinkred {
	color: #009933;
	font-weight: bold;
}
.toollink {
	color:#999;
	font-weight: bold;
}
.searchbox {
	margin-top: 10px;
	margin-bottom: .1em;
	padding-top: .4em;
	font-size: 0.75em;
	}

.sidebar {
	padding-top: 2em;
	width: 12em;
	background: #f3f3c9;
}


.sidebar1 {
	padding-top: 2em;
	width: 12em;
	background: #7dc154 url(../images/sb1-bottom.gif) repeat-x bottom;
	border-bottom: 5px solid #363;
}
.sidelinks a {
	display: block;
	width: 14.4em;
	margin-left: 1em;
	margin-right: -6px;
	margin-top: .2em;
	padding: .5em 0em .5em .5em;   
	border-left: 1px solid #060;
	border-bottom: 1px solid #060;
	font-weight: bold;
	font-size: .75em;
	color: #FFF;
	text-decoration: none;
}	
.sidelinks a:hover {
	background-color: #060;
}
.sidelinks a#on {
	color: #060;
	background-color: #fff;
	border-right: 1px solid #fff;
}


#newsltrform {
	padding-bottom: 0.5em;
	border-top: 1px solid #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #cc6633;
	background: #f3f3c9;
	margin-right: -1em;
	}
#newsltrform form {
	margin: 0em;
	}
#newsltrform form label{
	padding-left: 1em;
	font-size: 0.75em;
	font-weight: bold;
	}
.outlinks {
	background: url(../images/visit.gif) no-repeat left top;
	height: 125px;
	padding-top: 30px;
	}
.outlinks a {
	display: block;
	font-size: .875em;
	padding-left: 45px;
	padding-top: 13px;
}
.pagehdr {
	margin-left: -10px;
	}


/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.kenya #mainContent {
	margin: 0px 16em 0px 0px;
	padding: 0px;
} 
.kenya #footer { 
	padding: 0 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #cc6633;
	font-size: .75em;
	color: #FFFFFF;
	} 
.kenya #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 7px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.kenya001 {
	display: block;
	margin: 0px;
	padding-top: 0em;
}	
.kenya002 {
	display: block;
	margin: 0px;
}	
.kenya001 p {
	margin-top: 0;
	margin-bottom: 1em;
	padding-left: 25px;
	font-size: .875em;
	line-height: 1.25em;
} 
.kenya001 img {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
} 
.kenya002 p {
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 15px;
	font-size: .875em;
	line-height: 1.25em;
} 
.kenya002 img {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 25px;
} 
.kenya003 {
	display: block;
	margin: 0px;
}	
.kenya003 img {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
} 
.kenya003 h1 {
	margin-top: 0;
	margin-bottom: 1em;
	padding-left: 15px;
	font-size: 1.25em;
} 
.kenya003 p {
	margin-top: 0;
	margin-bottom: 1em;
	padding-left: 15px;
	font-size: .875em;
	line-height: 1.25em;
} 
.kenya003 ul {
	margin-top: 0px;
	margin-bottom: 1em;
	padding-right: 22em;
	list-style: url(../images/diamond.gif);
} 
.kenya003 li {
	padding-bottom: .75em;
	font-size: .875em;
} 
.kenya003 blockquote {
	width: 17.5em;
	margin-left: 27em;
	margin-top: -14em;
	padding: 0.5em;
	display: block;
	border: 1px solid #ccc;
	font: italic normal 1em "Comic Sans MS", cursive;
	color: #C63;
	background: #FF9;
}
.kenya001 blockquote {
	width: 13em;
	margin-left: 22em;
	margin-top:-10em;
	padding: .5em;
	display: block;
	border: 1px solid #ccc;
	font: italic normal 1.25em "Comic Sans MS", cursive;
	color: #C63;
	background: #FF9;
}




/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}





/*******************************************************************************
 MENU BAR STYLES
 *******************************************************************************/

.navbar {
	border-top: 1px solid #FFCC00;
	width: 60em;
	clear: both;
}
ul.MenuBarHorizontal {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .75em;
	font-weight: bold;
	cursor: default;
	width: 100%;
	clear: both;
	letter-spacing: 0.05em;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 16em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 20%;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 16em;	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}
/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border-top-style: none;
	border-bottom: 1px solid #000;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background: #FFCC00 url(../images/navbg-reg.gif) repeat-x center;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 2px solid #FFFF66;
	padding: 0.4em 0em 0.3em 0.7em;
	color: #000;
	text-decoration: none;
}
/* SubMenu items orange background */
ul.MenuBarHorizontal ul li a
{
	background: #FFCC00;
	text-align: left;	
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background: #FFCC00 url(../images/navbg-over.gif) repeat-x center;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background: #FFCC00 url(../images/navbg-over.gif) repeat-x center;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
</style>[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.kenya #sidebar1, .thrColElsHdr #sidebar2 { padding-top: 30px; }
.kenya #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

a:hover img { border-style: none; }

