/* Standard Elements */
html, body
 {
  height: 100%;
  margin: 0px;
 }
body, form
 { margin: 0px; }
td
 { vertical-align: top; }
body, td, div
 {
  font: 11px sans-serif, arial, verdana;
  color: #000;
  line-height: 140%;
 }
blockquote
 { margin: 0px 20px 10px 20px; }
img 
 {  border: 0px; }
 
img.image
 {
  border: 2px solid #B0762D;
  padding: 5px;
  margin: 5px;
 }

/* Header Elements */


.Header_MissionBarnabas, .Header_Kenya, .Header_Uganda, .Header_Tanzania
 {
  clear: both;
  margin: 0px auto;
  padding: 40px 40px 0px 40px;
  display: block;
  height: 60px;
  _height: 100px;
  font: bold 20pt "Times New Roman", arial, sans-serif;
  color: #5A4813;
  text-decoration: none;
 } 

.Header_MissionBarnabas
 { background: #fff url('/medialib/headers/template_missionbarnabas.jpg') left top no-repeat; }
.Header_Kenya
 { background: #fff url('/medialib/headers/template_kenya.jpg') left top no-repeat; }
.Header_Tanzania
 { background: #fff url('/medialib/headers/template_tanzania.jpg') left top no-repeat; }
.Header_Uganda
 { background: #fff url('/medialib/headers/template_uganda.jpg') left top no-repeat; }
 
.ds_body
 {
  height: 101%;
  color: #000;
  background-color: #F8E3C8;
  background-image: url('/medialib/i/background.jpg');
  background-repeat: repeat-x;
 }
.ds_logobg
 {
  background: #869bb0; 
  height: 1px
 }
.ds_leftcol
 {
  background-color: inherent;
  background-repeat: repeat-y;
  background-position: top right;
  background-image: url('/medialib/i/fade-left2.jpg');
  text-align: right;
 }
.ds_rightcol
 {
  background-color: inherent;
  background-repeat: repeat-y; 
  background-position: top left;
  background-image: url('/medialib/i/fade-right2.jpg');
  text-align: left;
 }
.ds_dropdown
 {
  position: absolute;
  top: 0px;
  width: 590px;
 }
.ds_dropdownbox
 {
  float: right;
  opacity: 0.7;
  filter: Alpha(opacity=70);
  cursor: pointer;
 }
.ds_dropdownbox:hover
 {
  opacity: 1.0;
  filter: Alpha(opacity=100); 
  cursor: pointer;
 }
.ds_pagelogo
 {
  color: #777560;
  height: 191px;
  background: #BB741A url('/medialib/i/MainHeader.jpg') no-repeat;
 }
.ds_mainpanel
 {
  background: #FFFDE6;
 }
.ds_mainleft
 {
  background: #F8E4CB;
 }
.ds_bodyleft
 { 
  background: #9D9E38 url('/medialib/i/left_column.jpg') repeat;
  padding: 5px;
 }
.ds_imgtd
{
 height: 150px;
 background: #fff url('/medialib/i/thumb_bg.png');
 text-align: center;
 vertical-align: middle;
}

/* Template Elements */

.rightcol
 {
  font-size: 11px;
 }
.rightbox
 {
  border: 1px solid #5E5B14;
  width: 190px;
  padding: 4px;
 }
input, textarea, select
 {
  font: 11px arial, verdana, helvetica, sans-serif;
  color: #000;
  padding: 2px;
  border: 1px solid #a77; 
  background: #fff url('/i/icons/FormTextGray.gif');
 }
legend
 {
  font-weight: bold;
  color: #5E5B14;
 }
 
/* Menu Elements */
.menubox
 {
  background: #FFFDE6;
  border-left: 1px solid #8F8F39;
  border-right: 1px solid #8F8F39;
  border-bottom: 1px solid #8F8F39;
  padding: 5px 5px 5px 5px;
  margin-bottom: 4px;
 }

#menu
 {
  width: 100%;
 }

#menu ul
 {
  list-style: none;
  margin: 0px;
  padding: 0px;
 }

#menu a, #menu h2
 {
  font: 11px/16px sans-serif, arial, helvetica;
  display: block;
  padding: 4px 4px 4px 10px;
  background-image: url('/medialib/i/arrow.gif') -2000px 0px;
}

#menu h2
 {
  color: #fff;
  background: #5E5B14;
  text-transform: uppercase;
 }

#menu a.menusub:link, #menu a.menusub:visited
 {
  background-image: url('/medialib/i/arrow.gif');
  background-position: right center;
  background-repeat: no-repeat;
  border: 1px solid #FFFDE6;  
 }

#menu a.menusub:hover
 {
  background: #5E5B14 url('/medialib/i/menuheader.jpg') repeat;
  border: 1px solid #5E5B14;  
 } 

#menu a:link, #menu a:visited
 {
  color: #000;
  background-color: #FFFDE6; 
  border: 1px solid #FFFDE6;  
  text-decoration: none;
 }

#menu a:hover
 {
  color: #fff;
  background: #5E5B14 url('/medialib/i/menuheader.jpg') repeat;
  border: 1px solid #5E5B14;  
  text-decoration: none;
 }
#menu li
 {
  position: relative;
  z-index: 10;
 }

#menu ul ul,
#menu ul ul ul,
#menu ul ul ul ul,
#menu ul ul ul ul ul,
#menu ul ul ul ul ul ul
 {
  position: absolute;
  top: -2px;
  left: 100%;
  width: 100%;
  border: 1px solid #8F8F39;  
  padding: 0px;
  background-color: #FFFDE6;
 }

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul ul,
div#menu ul ul li:hover ul ul,
div#menu ul ul ul ul,
div#menu ul ul ul li:hover ul ul,
div#menu ul ul ul ul ul,
div#menu ul ul ul ul li:hover ul ul
 {
  display: none;
 }

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul,
div#menu ul ul ul ul li:hover ul,
div#menu ul ul ul ul ul li:hover ul
 {
  display: block;
 }

 
/* Links */
a 
 {
  font-weight: bold; 
  text-decoration: none;
 }
a:link, a:visited
 {
  color: #9E9C37;
 }
a:hover
 {
  color: #9E9C37;
  text-decoration: underline;
 } 
a.ll
 { font-weight: normal }
a.menubar, a:link.menubar, a:visited.menubar, a:active.menubar
 {
  font: 900 12px tahoma, verdana, sans-serif;
  text-decoration: none;
  color: #fff;
 }
h2
 { font: bold 16px arial, helvetica, sans-serif; color: #5E5B14;}
h3
 { text-align: center }
div.caption
 {
  clear: both;
  font: 11px arial, verdana, sans-serif;
  padding: 4px 8px 4px 0px;
  border-top: 2px solid #e6eefc;
  border-left: 2px solid #e6eefc;
  border-right: 2px solid #919caf;
  border-bottom: 2px solid #919caf;
  margin: 8px 40px 14px 40px;
  text-align: center;
 }
hr
 { 
  color: #44375C; 
  background: #44375C; 
  height: 1px;
  border: 0px;
 }

.boxtitle, h1
 {
  border: 1px solid #5E5B14;
  padding: 2px 0px 2px 6px;
  color: #fff;
  background: #5E5B14 url('/medialib/i/menuheader.jpg') repeat;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
 }
.boxtitle a:link, .boxtitle a:visited, .boxtitle a:active
 { color: #fff; text-decoration: underline; font-weight: bold; } 
.boxtitle a:hover
 { color: #ff0; text-decoration: underline; font-weight: bold; }
.boxtext
 {
  background: #FFFDE6;
  border-left: 1px solid #5E5B14;
  border-right: 1px solid #5E5B14;
  border-bottom: 1px solid #5E5B14;
  padding: 2px 0px 2px 6px;
  margin-bottom: 4px;
  color: #000;
  font-weight: normal;
 }
 
/* DynamicONE Include Elements */
.guestbook
 {
  border-top: 1px solid #660066;
  padding: 8px 0px 8px 0px;
 }
.infofield0, .infofield1, .infofield2
 {
  float: left;
  width: 31%;
  border: 1px dotted #ccc;
  margin: 1px;
  padding: 1px;
 }
.infofield0
 {
  clear: both;
 }
.comments_table
 {
  width: 100%;
  background: #5E5B14;
  border-top: 1px solid #000000;
 }
.comments_head
 {
  color: #fff;
  background: #5E5B14;
  font: bold 11px arial, sans-serif;
  padding: 1px 0px 0px 3px;
  border: 1px solid #e5e5e5;
 }
.comments_left
 {
 }
.comments_cell, .comments_info, .comments_topic
 {
  font: 9px verdana, sans-serif;
  background: #fff;
 }
.comments_cell, .comments_info, .comments_left
 {
  border-bottom: 1px solid #000;
 }
.comments_cell
 {
  padding: 4px;
 }
.comments_infobox
 {
  border: 1px dotted #fff;
  background: #fff;
  font: 10px arial, verdana, sans-serif;
  padding: 4px;
  height: 210px;
 }
.comments_firstmsg
 {
  height: 210px;
  overflow: auto;
 }
.comments_responses
 {
  height: 175px;
  overflow: auto;
 }
.comments_tinytext
 {
  font: 9px verdana, sans-serif;
  background: #fff;
 }  
