/* $Id: style.css,v 1.38.2.4 2009/09/14 13:10:47 goba Exp $ */

/**
 * Garland, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * Generic elements
 */
body {
  margin: 0;
  padding: 0;
  background: #fff repeat scroll 0;
  color: #000000;
  font-family:  Arial,"Helvetica LT Std",serif;

}
body#edit-body, #edit-body  {
background-color: #FFFFFF;} 

tbody {
border: none;}

/*.node-form, form#contact-mail-page, form#forward-form{ margin-left: 35px;}  */
form#contact-mail-page, form#forward-form{ margin-left: 35px;}
.node-form { margin-left: 0px;}
.node-form fieldset {padding: 0px; }

input {
  font: 12px/100% Verdana, sans-serif;
  color: #494949;
}
sup {
        font-size: 0.83em;
        vertical-align: super;
        line-height: 0;
    }


textarea, select {
  font: 12px/160% Verdana, sans-serif;
  color: #494949;
  
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Verdana, sans-serif;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: /*0.6em 0 1.2em;*/ 0;  
  padding: 0;
}

.clear-block .block .content p {
  margin: /*0 -70px*/ 0;
  padding: 0;
}

a:link, a:visited {
  color: #027AC6;
  text-decoration: none;
}

a:hover {
  color: #0062A0;
  text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em; /* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; /* LTR */
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
}

ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

table {
  margin: 0 /*1em 0*/;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {  margin-bottom: 2em;}
#comment-form{ padding-left: 35px;}
#comment-form #edit-subject{width: 95%} 

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */
#header-region {
  /*min-height: 1em;*/
  background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%;
  display: none;
}

#header-region .block {
  display: block;
  margin: 0 1em;
}

#header-region .block-region {
  display: block;
  margin: 0 0.5em 1em;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}

#header-region * {
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}
#header #email-box{
-moz-border-radius-bottomleft:30px;
-moz-border-radius-bottomright:0;
background-color:#474F53; border:1px solid #CCCCCC;
float:right; padding:8px; position:relative; top:0; width:253px;
border-right: none;
display: none;
}

#header #email-box .form1{
padding-left: 10px;
display: none;}

#header #email-box .signup{
color: #FFFFFF; font-size: 11px;}

#header #email-box .text{
font-size: 9px;}

#header-usaid {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/usaid.gif) no-repeat scroll center bottom;
clear:left;
float:left;
height:60px;
/*margin:20px 0 0;*/
margin: 40px 0 0 0;
width:204px;
}

#header-mchip {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/mchip.gif) no-repeat scroll center bottom;
float:left;
height:60px;
margin:38px 0 0 0px;
width:220px;
}



/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#header-region script {
  display: none;
}

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header-region h2 {
  margin: 0 1em 0 0; /* LTR */
}

#header-region h3, #header-region label, #header-region li {
  margin: 0 1em;
  padding: 0;
  background: none;
}

/*#wrapper {
  background: url(images/site-bg.png) repeat-x scroll 0;
  background-color: #fff;
  background-position: top;
 

}
*/
#wrapper {
    background: url("images/site-bg.png") repeat-x scroll center top;
}


#wrapper #container {
  margin: 0 auto;
  padding: 0;
  max-width: 950px;
  background-color: white;
  -moz-box-shadow: 0px 5px 10px #666;
  -webkit-box-shadow: 5px 5px 5px #666;
  box-shadow: 5px 5px 5px #666;

}

#wrapper #container #header {
  /*height: 100px;
  background-color: #0C2577;*/
  /*background-image:url(/images/bg_header.png);
  height:93px;*/
  height: 120px;
  margin:0;
  padding:0;
  position:relative;
}



#wrapper #container #header #logo-floater {
  position: relative;
}

#globals {
position: relative;
float: right;
width:300px;
margin-top: 35px;}

/*was  60px*/


#translation-navigation {
position: relative;
float: right;
width:315px;
margin-top: 5px;}



#globals ul {
list-style: none;
padding: 0;
margin: 0 5px 0 0;

}
#globals ul li {
float: right;
margin: 0;
padding: 0 0 0 4px;
background-image: none;}

#globals ul li a, #globals ul li a:hover {
line-height:12pt;
color:#660000;
font-family:Arial,Helvetica,sans-serif;
font-size: 12px;
padding-right:5px;
text-decoration:none;
}

#search { float: right; clear:right; vertical-align: middle; padding:5.5px 20px 0;}
#search  .form-item { margin:0; padding:0;}
#search .form-submit {margin:0; padding:0;}

#search label { display: none;}

#search input.form-submit {
    -moz-border-radius:/* 0 0 0 0*/ 2px;
    -moz-outline-radius: 0 0 0 0;
    /*background: none repeat scroll 0 0 #EFEBE7;*/
    border: 1px solid #CCCCCC;
    color: #333333;
    cursor: pointer;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: .8em;
    font-weight: normal;
    outline: medium none;
    padding: 2px 2px;
    text-transform: none;
}


#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#wrapper #container #header h1 span {
  font-weight: bold;
}

#wrapper #container #header h1 img {
  padding-top: 14px;
  padding-right: 20px; /* LTR */
  float: left; /* LTR */
}
/* primary menu */
#nav-bar {
 background-color: #007B9B;
 min-height: 36px; 
 width: 950px;
 position: relative;
  z-index:999999999999;}
 
 #nav-bar ul.nice-menu{ margin:0; border: none; width: 100%; background-color: #007B9B;}
 
 #nav-bar ul.nice-menu-down li{ background-color: #007B9B;  background-image: none;
 border:none; padding: 0; }
 
 #nav-bar ul.nice-menu-down li:hover{
 border: 0 none; height: 36px;}
 
 #nav-bar ul.nice-menu-down li a,
#nav-bar ul.nice-menu li a{
position: relative;    
color: #FFFFFF;
    font-size: 18px;
 text-decoration: none;
  font-weight: bold;
/*font-stretch: extra-condensed;*/
font-stretch:extra-expanded;
 padding: 7.8px 16px;
 text-align: center;  
    font-family: 'ITCFranklinGothicW01-Md 812698';}
 
 #nav-bar ul li a{
position: relative;
 font-family:'ITCFranklinGothicW01-Md 812698';}
 
 #nav-bar ul.nice-menu ul {
 border: none;
 top:36px;
 width: auto;
 background-color: #007B9B;
 }
 
 #nav-bar ul.menu li ul {
 z-index:999999999999;
 position: relative;}
 
  #nav-bar ul.nice-menu ul li{
  height: 27px;
  min-width: 170px;
  background-color:  #007B9B;
  border-bottom: #666666 1px dotted; 
  }
 
 #nav-bar ul.nice-menu li ul li:hover,
 #nav-bar ul.nice-menu li ul li.active{
min-width: 170px;
 background-image: none; height: 27px;
  border-bottom: #666666 1px dotted;
   background-color: #B7D7DF; 
   }
 
  #nav-bar ul.nice-menu li ul li a {
  color: #ffffff;  font-weight: normal;  font-size: 14px;
  white-space: nowrap; text-align: left; vertical-align: middle;
  padding: 8.5px 5px; font-weight: normal;
position:relative;
  }
  
  #nav-bar ul.nice-menu li ul li a:hover,
    #nav-bar ul.nice-menu li ul li a.active {
   color:  #007B9B;; font-weight: normal;  font-size: 14px; white-space: nowrap; text-align: left; vertical-align: middle;
   padding: 8.5px 5px;  /*background-color: #D2E0EF;*/}
   
  #nav-bar ul.nice-menu li ul li ul /*third tier of dropdown menu*/{
  position: relative;
  top: -33px;
  background-color: #007B9B;
  min-width: 240px;
  }
  
  #nav-bar ul.nice-menu li ul li ul li{
  min-width: 240px;
  background-color: #007B9B;  
  }
  
  #nav-bar ul.nice-menu li ul li ul li:hover{
   border-bottom: #666666 1px dotted;
   background-color: #B7D7DF;
  min-width: 240px; 
  }
 #nav-bar ul.nice-menu-down li a:hover,
 #nav-bar ul.nice-menu li a:hover,
#nav-bar ul.nice-menu li a.active,
  #nav-bar ul.nice-menu-down li a.active {
 color:  #007B9B;
 background-color: #B7D7DF;
  padding: 7.8px 16px; } 
 div#views_slideshow_singleframe_teaser_section_home2slideshow-default .views-row {
 position: relative; z-index:1;}
 
 
/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 980px;
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 780px;
}

/*#sidebar-right.sidebar {
background-image:url(images/horizontal.gif);
background-position:left center;
background-repeat:repeat-y;
}
#sidebar-left.sidebar {
background-color: #FFF8DA;
}*/

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left;
  width: 100%;
 /* background: #ffffff url(/images/cornerwoman_screen.jpg) no-repeat bottom right;
  background-image:url('img_tree.png');
  background-repeat:no-repeat;
  background-position:top right;*/
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  margin-left: -250px;
}
body.sidebar-right #center {
  margin-right: -250px;
}
body.sidebars #center {
margin: 0 -224px 0 -210px;
}



/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  margin-left: 170px /*210px*/;
}
body.sidebar-right #squeeze {
  margin-right: 250px /*210px*/;
}
body.sidebars #squeeze {
  margin: 0 224px 0 220px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container #sidebar-left.sidebar {
  margin: 0;
  width: /*210*/204px;
  float: left;
  z-index: 0;
  position: relative;
  padding-top:40px;
}

#wrapper #container #sidebar-right.sidebar{
 margin: -2px 0 0 -1px;
  width: /*240*/ 220px;
  float: left;
  z-index: 2;
  position: relative;
  /*border-left: 1px solid #CCCCCC;*/
  
}

#wrapper #container .sidebar .block {
  margin: 0 0 0 0 ;
}

#sidebar-left .block {
  padding: 0 0px 0 0px;
}

#sidebar-right .block {
  padding: 0;
}

.block .content {
  margin: 0;
}

#sidebar-left .block-region {
  margin: 0 15px 0 0px; /* LTR */
}

#sidebar-right .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
  /*background: #fff url(images/bg-content.png) repeat-x 50% 0; border-right:1px solid #d8d2d4;*/
  position: relative;
 
}

#wrapper #container #center .right-corner {
  /*background: transparent url(images/bg-content-right.png) no-repeat 100% 0;
  left: 10px;*/
  position: relative;
  padding:0;
  
}

#wrapper #container #center .right-corner .left-corner {
  padding: 0px;/*60px 25px 5em 35px;*/
  /*background: transparent url(images/bg-content-left.png) no-repeat 0 0;
  margin-left: -10px;
  left: -10px;*/
  position: relative;
  min-height: 400px;
  
}

#wrapper #container #footer {
  float: none;
  clear: both;
  text-align: center;
  margin: /*4em 0 -3em*/ -0.59em 0 0em;
  height: 55px;
  background-color: #D6CCBC;
  width: 950px;
/*line-height:4em;*/
color:#000;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
border-top: 7px solid #007B9B;
line-height: normal;
  -moz-box-shadow: 0px 5px 10px #666;
  -webkit-box-shadow: 5px 5px 5px #666;
  box-shadow: 5px 5px 5px #666;
}

#footer {height: 70px !important;}

.footertext {margin-top: 10px; footer-bottom: 40px; font-size:12px;}


#wrapper #container #footer  a{
color: #106979;}

#bar{
background-image:url(/images/bar.jpg);
background-position:center top;
clear:both;
height:132px;
width:950px;
display:none;
}


#wrapper #container .breadcrumb {
  /*position: absolute;
  top: 15px;*/
  /*left: 35px;  LTR */
  z-index: 3;
}

.clear-block .breadcrumb {
margin-top: 0px;
}

body.sidebar-left #footer {
  margin-left: -210px;
}

body.sidebar-right #footer {
  margin-right: -210px;
}

body.sidebars #footer {
  margin: 0 -210px;
}

/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

.overleft .breadcrumb a {
}

#wrapper #container .breadcrumb,
#wrapper #container .overleft .breadcrumb   {
  font-size: 0.92em;
 /* width: 93%;*/
  background: white none repeat scroll 0 0;
  padding-bottom: 20px;
  }
#wrapper #container .overleft {padding-bottom: 20px;   margin-left: -202px;}
#wrapper #container .overleft .breadcrumb  {
  }

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a,
#wrapper #container .overleft .breadcrumb, #wrapper #container .overleft .breadcrumb a{
  color: #529ad6;
  font-size:0.92em;
   font-family:'ITCFranklinGothicW01-Md 812698';
   text-transform: none;}

#wrapper #container .breadcrumb a.active,
#wrapper #container .overleft .breadcrumb a.active {
color: #000000;
font-size:0.92em;}


#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

/**
 * Primary navigation
 */
ul.primary-links {
  margin: 0;
  padding: 0;
  float: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.primary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #fff;
  background: transparent url(images/bg-navigation-item.png) no-repeat 50% 0;
}

ul.primary-links li a:hover, ul.primary-links li a.active {
  color: #fff;
  background: transparent url(images/bg-navigation-item-hover.png) no-repeat 50% 0;
}

/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 18px 0 0;
  float: right; /* LTR */
  clear: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #cde3f1;
  background: transparent;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #cde3f1;
  background: transparent;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  margin:  /*0 -26px 1em;*/ 0;
  border-bottom: 1px solid #e9eff3;
  
}
#tabs-wrapper ul.primary {display: block; width: 480px;}
#tabs-wrapper ul.primary li{float: left;}


ul.primary {
  padding: 0.5em 0 10px;
  float: left; /* LTR */
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs, .clear-block h2 {
  margin: 0; /*0 2em 0 0;  LTR */
  padding: 0;
  line-height:15pt;
  /*padding:4px 30px 8px 35px;*/
    color:#000000;
 font-family:'ITCFranklinGothicW01-Md 812698';
 font-size:22px;
font-weight:500;
font-stretch: semi-condensed;
}
h2.with-tabs {
 float: left; /* LTR */ }



ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
  display: inline-block;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: url(images/bg-tab.png) repeat-x 0 50%;
  color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
.node {
   /*border-bottom: 1px solid #e9eff3;
 margin: 0 -26px 1.5em;padding: 1.5em 26px;*/
  padding:/*0  35px 0 35px*/ 0 0 0 30px;
}

.node .content ul {
margin: .5em .5em .5em 30px;
font-family: Arial,"Helvetica LT Std",serif;
font-size: 12px;
line-height: 14px;
color: #000000;
}

.node .content ul li {
background: none;
list-style-type: disc;
padding: 0 0 .2em .4em; }


/*exception for homepage node 12 */
#node-12.node, #node-12 td, #node-12 th {
padding: 0; margin: 0; background-color:#ffffff; border: none;}

#node-12 .print-link {
display:none;}
#node-12 tbody {
border: none;}
#news2 {
color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:1em;
text-align:left;
margin-bottom:0px;
height: 250px;
}

#news2_0{
border-right:1px solid #d8d2d4;
width: 222px;
height: 290px;
padding-top: 11px;
}


div.img-dec {
background-image:url(images/news_shadow.jpg);
background-position:left bottom;
background-repeat:no-repeat;
clear:right; float:left;
/*margin:10px 15px 10px 0;*/
 padding:0 0 10px 0;
position:relative; }

div.img-dec img {
background-color:#FFFFFF;
/*border:1px solid #A9A9A9;*/
display:block;/* margin:-5px 5px 4px -2px;
padding:3px; */
margin: 0; padding:0;
position:relative;
}
#news2_text {
/*border-right:0 dotted #999999;*/
font-family:Arial,Helvetica,sans-serif;
font-size:11px; padding-left:0; width:211px;
clear: both; text-align:center;  }

#blog_text{
margin-top: 9px;
margin-bottom: 9px;
padding: 15px;
border-top:  #002664 thin solid;
/*border-bottom:  #002664 thin solid;*/
color: #002664;
padding: 10px;
text-align: left;
}

#prog_text{
margin-top: 9px;
margin-bottom: 9px;
padding: 15px;
border-top:  #007B9B thin solid;
/*border-bottom:  #007B9B thin solid;*/
color: #007B9B;
padding: 10px;
text-align: left;
}

#glob_text{
margin-top: 9px;
margin-bottom: 9px;
padding: 15px;
border-top:  #91AE6F thin solid;
/*border-bottom:  #91AE6F thin solid;*/
color: #91AE6F;
padding: 10px;
text-align: left;
}


#news2_text a {
 font-family:'ITCFranklinGothicW01-Md 812698';
text-align:center; text-decoration:none; font-size: 15px; line-height: 12pt;}


#news2_text #blog_text a,
#news2_text #blog_text a:link,
#news2_text #blog_text a:visited,
#news2_text #blog_text a:hover
{color: #002664;font-size: 15px;
text-decoration: none;}

#news2_text #prog_text a,
#news2_text #prog_text a:link,
#news2_text #prog_text a:visited,
#news2_text #prog_text a:hover{color: #007B9B; font-size: 15px;
text-decoration: none;}


#news2_text #glob_text a,
#news2_text #glob_text a:link,
#news2_text #glob_text a:visited,
#news2_text #glob_text a:hover {color: #91AE6F; font-size: 15px;
text-decoration: none;}





.style1 {
color:#304572; font-weight:bold; text-align:left; }

#sidebar_news {
background-color:#FFFFFF; background-position:right bottom;
background-repeat:no-repeat; font-family:Calibri,Arial,"Helvetica LT Std",serif;
font-size:0.8em; 
/*height:464px; */
height:100%; 
margin-top:15px; overflow: visible; padding: 0 8px 0 5px; text-align:left;
width:92%;
}

#soctitle {padding: 20px 0 10px 0;
}

#node-12.node p.news_title {
margin: 0.9em 5px 0.5em 0;}

#sidebar_news .news_title {
color:/*#336699*/ #007B9B;
font-family: 'ITCFranklinGothicW01-Md 812698';
font-size:/*1.3em*/ 28px;
font-weight:bold;
}
#node-12.node #sidebar_news p .title{
padding-bottom: 20px;}


#sidebar_news .title, #sidebar_news .title a {
color:#000;
font-family: 'ITCFranklinGothicW01-Md 812698';
font-size: 16px;
font-weight:normal;
padding-bottom:1.5em;
}

#sidebar_news p, #sidebar_news p a{
margin:20px 5px 0.5em 0;
line-height:11pt;
color: #07455B;
font-size: 12px;
text-decoration: none;
}
 #sidebar_news p a:hover{
 text-decoration: underline;}

 #sidebar_news p a{
 margin-bottom: 30px;}

table#homepagebottom {
margin-top: /*-12px*/ 0;
width: 100%;}

table#homepagebottom td.blogbg,
table#homepagebottom td.progbg,
table#homepagebottom td.globbg{
  padding: 0 19px 0 0;
}



/*homepage print end*/



ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}

.node .links, .comment .links {
  text-align: right; /* LTR */
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}






.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.terms {
  float: right; /* LTR */
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: /*-1.5em -25px 0*/ 35px;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0px 35px/*-25px*/;  
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #494949;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
 /*background: transparent;*/
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */ }
  
html.js #signup-form fieldset.collapsed legend a, 
html.js #signup-form fieldset.collapsible legend a {
  background: url(images/signupbutton.gif) no-repeat 0% 0%; /* LTR */ 
  font-size:17px;
font-weight:bold;
height:80px;
padding-left:90px;
padding-top: 10px;
font-style: italic;}  

html.js #signup-form fieldset{ border: none;
padding-bottom: 90px;}

/*removes the text stating that a user must be logged in*/
#signup-form .form-item .description {
display: none;
}
/*blog fieldset */
html.js fieldset.blog.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: transparent url(/images/arrow_all_down_menu2.gif) no-repeat scroll 1px 0.35em; /* LTR */}

html.js fieldset.blog.collapsed legend a {
  background: transparent url(/images/arrow_all_right_menu2.gif) no-repeat scroll 0 0.35em; }

fieldset.blog, html.js fieldset.blog.collapsed {
  margin: 0 0 0 10px;
  padding:0;
  border: none;
  background: none;
}


/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}
/*help text*/
.help{
margin-top: 25px;
padding: 20px 35px;}



.node .clear-block.content{margin: 0; font-size: 12px;}

/*amideast html styles */

.header2 {
color:#0C2577;
display:block;
font-family:helvetica;
font-size:10pt;
font-weight:bold;
line-height:11pt;
margin:0 5px 0 0;
padding:8px 0px 2px;
}

.left-corner .view-content,
#user-login,
.profile,
.breadcrumb { padding: 0 35px; }

.view-blogs .view-content{padding: 0 35px 35px;}

.clear-block h2, ul.primary { /* height: 45px; */  margin-top: 15px; }
 .clear-block h2, ul.primary.tabs  { padding-left: 30px;  padding-bottom: /* 25px; */}

.clear-block.view  {
clear: left;
float:left;}

/*bullet for view rows*/
.view-contentsite .view-content .views-row { background: transparent url(/sites/default/files/press_release_bullet.jpg) no-repeat 0px 50%; /* LTR */
padding: 4px 0px;}
.view-contentsite .view-content .views-field-title{ padding-left: 20px;} /*makes room for bullet image*/
.view-contentsite.view { padding-bottom: 20px;}

/*panel spacing*/
.clear-block .panel-display {padding: 0 35px;}
.panel-3col-33-stacked .panel-col {
border-left: #999999 thin solid;
border-right: #999999 thin solid;}

/*about us bullet style*/
.feature1 ul li {
color:#2E2E2E;
font-family:"verdana";
font-size:11pt;
font-style:normal;
line-height:12pt;
margin:0 0 0 50px;
padding:3px 30px 3px 40px;
background: none;
list-style-type: disc;
}
.feature1 hr {
 background: none repeat scroll 0 0 #d6d6d6;
 color: #d6d6d6
}
/*** email links page ***/
.node .meta .emaillinks {
    position: absolute;
    top: 20px;
    width: 94%; } /*moving the email links up, and setting the h2 height:    margin-top: -80px; padding:0 0 20px;*/

.node .meta .emaillinks li.notifications_0,
.node .meta .emaillinks li.notifications_1,
.node .meta .emaillinks li.notifications_2{display: none;}



.node .clear-block .content{padding-top: 0px; line-height: 12pt;}

.node .meta .emaillinks li.statistics_counter,
 .node .meta .emaillinks a,
  .view-worldmap .meta .emaillinks a { 
color: #646464; text-decoration: none; font-size: 12px; padding-left: 20px;}

.node .meta .emaillinks li.statistics_counter{ margin-top: 0.35em; padding-left: 0;}

.node .meta .emaillinks li.forward_links, .view-worldmap .meta .emaillinks li.forward_links{
background: transparent url(/images/email_icon.jpg) no-repeat scroll 0px 0.35em;}

.node .meta .emaillinks li.print_html, .view-worldmap .meta .emaillinks li.print_html{
background: transparent url(/images/print_icon.gif) no-repeat scroll 0px 0.35em;}


.view-worldmap .meta .emaillinks{
margin-top:/*-80px*/-100px;
padding-bottom:0px;
float: right;}

.clear-block.openlayers-blockswitcher{
height: 106px;}


/*setting notifications style*/
.emaillinks li.notifications_0, .emaillinks li.notifications_1, .emaillinks li.notifications_2,
.emaillinks li.blog_usernames_blog, .emaillinks li.statistics_counter {
  clear: both;
  float: right;
}

 /*the first in the list of notification. Adding a margin shifts the whole list down below printer friendly*/

.emaillinks li.blog_usernames_blog{
  margin-top: 0px;
}


/*** styles from theme ***/
.node .body {
color:#292929;
display:block;
font-family: Calibri,Arial,"Helvetica LT Std",serif;
font-size:14px; /*9pt*/
font-style:normal;
line-height:12pt;
margin:0 5px 0 0;
padding:8px 10px 2px;
}


.node p, .node em, .node .fieldset-wrapper, /* div */
#mapteaser p, #mapteaser ul li{
color:#000000;
display:block;
font-family: Arial,"Helvetica LT Std",serif;
font-size: 12px;
font-style:normal;
line-height:14pt;

/*padding:8px 15px 2px 0;*/}

.node p, #mapteaser p{margin: 1.5em 5px 0.5em 0;}

/*line-height:14pt;
margin: 1.5em 5px 0.5em 0;*/

/*#node-12.node p{
margin: 0.5em 5px .5em 0;}*/


.node em {
font-style: italic;
}

.node a:link,.node a:visited {
color:#0C2577;
font-family: Calibri,Arial,"Helvetica LT Std",serif;
font-size:14px;
font-style:normal;
text-decoration:underline;
}



#main_listing li{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/themes/garland/images/arrow.gif) no-repeat scroll 0 7px;
margin:0;
padding:0 0 4px 12px;}

.body_header4 {
color:#000000;
display:block;
font-family:"verdana";
font-size:10pt;
font-weight:bold;
line-height:11pt;
padding:10px 0 5px;
}

.bottom_right {
border-bottom:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
}

.bottom {
border-bottom:1px solid #CCCCCC;
}

.left {
border-left:1px solid #CCCCCC;
}

.right {
border-right:1px solid #CCCCCC;
}

/*homepage panel background*/
#home-center {
background: transparent url(/themes/garland/images/homepage-bg.png) repeat-y scroll 0 70px;
padding:0;
position:relative;
/*top:-12px;*/ }

/*#node-12.node .clear-block.content {
margin-left: -40px;
}*/


#newsnote {padding: 0 15px;  line-height: 14px;}
#newsnote a{ font-size: 14px; color:#000099; text-decoration: none;}
#newsnote a:hover{ text-decoration: underline;}

/*specific block theming */
#block-menu_block-1{
background-color: transparent;
width: 240px;}

#block-menu_block-1 h2 {
/*background:transparent url(/themes/garland/images/titlebar.gif) repeat-x scroll left center;*/
background: transparent url(/images/blockheader.jpg)  no-repeat scroll left center;
height:35px;
padding:0;
width:230px;
text-align: center;
margin-top: 35px;
margin-bottom: -4px;
line-height: 33px;
color: #FFFFFF;
font-size: 14px;
}



#block-menu_block-1 ul.menu{
background: #2D4978 url(/images/blockbottom.jpg) bottom  center no-repeat scroll;
margin: 0 0 0px 0px;
}

#block-menu_block-1 ul ul.menu{
background-color: #2D4978;
background-image: none;
}


.menu-name-primary-links{
width: 230px;}

#block-menu_block-1 ul.menu li.leaf {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/arrow_all.gif) no-repeat scroll 5px 50%;
border-bottom:1px dashed #FFFFFF;
display:block;
padding:2px 0 0 25px;
}

#block-menu_block-1 ul li.expanded{
background: transparent url(/images/arrow_all_down.gif) no-repeat scroll 1px 0.35em;}

#block-menu_block-1 ul li.collapsed{
background: transparent url(/images/arrow_all_right.gif) no-repeat scroll 0 0.35em; }

#block-menu_block-1 a:link {
font-family: Calibri,Arial,"Helvetica LT Std",serif;
font-size:10pt;
font-weight:lighter;
line-height:15pt;
text-decoration:none;
color:#FFFFA8}

#block-menu_block-1 a:hover{
color: #CEE8E4;
}

object#FlashID {
height: 280px;
background-color:#333333;}

#node-66.node p{
margin:0.9em 5px 0.9em 0;}

#node-7 table tr td {
border: #ffffff thin solid;}

table#maptable {
margin-left: 200px;}

/*social icons*/
#socialmedia {
	background-color:/*#f0edc4*/ transparent;
	width: 100%;
	text-align: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 10px;
}

#socialmedia.homepage {
	text-align: left;
	width: /*269px*/ 90%;
	height: 120px;
	margin-top: 10px;
	padding-left: 7px;
}
form.socmedia,
#block-block-19 form.socmedia {margin-bottom: 0.5em;
    margin-top: -0.7em;}
#soctitle{
    border-top: medium solid #66b0C3;
    font-family:'ITCFranklinGothicW01-Md 812698';
	font-weight: normal;
	font-size: 20px;
	padding-top: 10px;
}
#soctitleinner{
    border-top: none;
	font-family:'ITCFranklinGothicW01-Md 812698';
	font-weight: normal;
	font-size: 20px;
}

#socialmediainner {
	background-color:/*#f0edc4*/ transparent;
	width: 100%;
	text-align: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 10px;
}

#soctitlesub{
    font: Arial;
	font-weight: normal;
	font-size: 15px;
	color: #000000
}


/******************************************menu block**********************************************************/
#block-block-3 h2,
#block-block-7 h2, /*what we do*/
#block-block-8 h2, /*Where We Work*/
#block-block-6 h2,
#block-tagadelic-5 h2,
#block-menu_block-2 h2,
#block-boxes-mediacontact h2,
#block-aggregator-category-1 h2,
#block-block-10 h2,
#block-block-15 h2, /*blog tags categories*/
#block-views-related_content-block_1 h2,
#block-views-related_content-block_2 h2,
#block-views-country_blocks-block_2 h2,
#block-views-Resource_Carousel-block_1 h2
{
height: auto; margin:0; /*!!important*!! so that the h2 positioning is not affected by .clear-block h2*/
border-top: #007B9C 1px solid;
padding-top: 10px;
padding-bottom: 3px;
padding-left: 10px;
width: 100%;
color:#007B9C;  font-family:'ITCFranklinGothicW01-Md 812698'; font-size:16px;
font-stretch:semi-condensed;
font-weight: 500;
}

#block-block-19{
border-top: #007B9C 1px solid;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 10px;
width: 230px;}

#block-block-19 #soctitle{
border-top: none;
}

#block-block-19 form.socmedia {width: 230px;}

#block-views-related_content-block_2 h2 /* Internal Related block*/,
#block-block-6 h2 /*Internal Latest block*/,
#block-views-Resource_Carousel-block_1 h2
{
font-weight:bold;
padding-top:25px;
font-size: 20px;
border-top: none;}


#block-block-6 .content,
#block-block-7 .content,
#block-block-8 .content,
#block-boxes-mediacontact .content,
#block-views-related_content-block_2 .view-content,
#block-views-related_content-block_1 .view-content,
#block-views-country_blocks-block_2 .view-content,
#block-views-Resource_Carousel-block_1 .view-content{
padding:5px;
padding-right: 0;
padding-left: 10px;
padding-bottom: 15px;
background-color:#FFFFFF;

width:99%;}

#countryselect{
width: 200px;
}

#block-menu_block-2 ul.menu { margin: 0;}

#block-menu_block-2 ul.menu ul li.leaf {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/arrow_all_menu2.gif) no-repeat scroll 5px 50%;
display:block;
padding:/*2px 0 0 25px*/ 0 0 0 1.5em;
}

#block-menu_block-2 ul li.expanded{
background: transparent url(/images/arrow_all_down_menu2.gif) no-repeat scroll 1px 0.35em;}

#block-block-10 ul li.expanded{
list-style: none;
list-style-image: none;
background: transparent url(/images/arrow_all_down_menu2.gif) no-repeat scroll 1px 0.55em;}


#block-menu_block-2 ul li.collapsed, #block-menu_block-2 ul li,
#block-block-15 a:link, #block-block-15 a:visited {
background: transparent url(/images/arrow_all_right_menu2.gif) no-repeat scroll 0 0.35em;
padding: 0 0 0 1.5em; }

#block-block-10 ul li.collapsed, #block-block-10 ul li ul li {
list-style: none; list-style-image: none; padding: 0;
background: transparent url(/images/arrow_all_right_menu2.gif) no-repeat scroll 0 0.35em; }

#block-menu_block-2 a:link, #block-menu_block-2 a:visited,
#block-block-10 a:link, #block-block-10 a:visited,
#block-block-15 a:link, #block-block-15 a:visited{
font-family: Calibri,Arial,"Helvetica LT Std",serif;
font-size:10pt;
font-weight:lighter;
line-height:15pt;
text-decoration:none;
color:#145B74}

/*#block-block-10 a:link, #block-block-10 a:visited{ padding-left: 15px;}*/
#block-block-15 a:link, #block-block-15 a:visited { padding-left: 15px; margin-left: 15px;}

#block-menu_block-2 a:hover{color: #145B74; } 

#block-menu_block-2 a.active,
#block-block-10 a:active, #block-block-10 a.active, 
{color: #000000;}


/******************************************tagadelic block**********************************************************/

.wrapper.tagadelic {text-align: center;  margin-right: 10px; }
#block-tagadelic-5 .content { text-align: center;}
a.tagadelic.level1 { font-size : .75em; color: #340085;} /*blue purple*/ 
a.tagadelic.level2 { font-size : .8em;  color: #0A1E79;} /*deep blue*/ 
a.tagadelic.level3 { font-size : .9em;  color: #0C759A;} /*blue*/ 
a.tagadelic.level4 { font-size : 1em;   color: #B0005C;} /*magenta*/ 
a.tagadelic.level5 { font-size : 1.1em; color: #F2A537;} /*light gold*/ 
a.tagadelic.level6 { font-size : 1.2em; color: #12ADA1;} /*sky blue*/
a.tagadelic.level7 { font-size : 1.3em; color: #5E9F36;} /*drk green*/
a.tagadelic.level8 { font-size : 1.4em; color: #F0675E;} /*lgt green*/
a.tagadelic.level9 { font-size : 1.5em; color: #A0D86A;} /*lgt pink*/
a.tagadelic.level10{ font-size : 1.6em; color: #30758E;} /*lgt yellow*/

/*****************************************views style for sitecontent***********************************************/
.view .listtitle a, .view .listtitle a:hover { color: #084A62; font-size: 20px; font-family: Calibri, Arial;}
.view .listtitle{ padding: 15px 0 5px 0; }
.view .listdate {color: #1C1D1D; font-size: 11px; font-family: Arial; font-weight: bold; padding: 15px 0;}
.view .listteaser  {color: #000; font-size: 14px; font-family: Calibri; font-weight: normal;  padding-bottom: 10px; 
border-bottom: 22px #F2E8D8 solid; margin-bottom: -18px;} /* brings the three text links onto the border*/
.view .listteaser a {color: #2E787B; font-size: 14px; font-family: Calibri; font-weight: normal;}
.view .listfooter a, .view .listfooter1 a, .view .listfooter2 a,
.view .listfooter  , .view .listfooter1 , .view .listfooter2 {float: left; color: #000; font-size: 12px; font-family: Calibri; font-weight: normal;}
.view .listfooter2 {padding-left: 5px;}
.view-sitecontent {margin-bottom: 25px;} /*allow for the pager to be seen */
/*.view-sitecontent .listteaser p img{display: none;}*/
/***************************************open layers map**********************************************************
<div class='openlayers-tooltip'
  <span class='openlayers-tooltip-name'> Bolivia
  <span class='openlayers-tooltip-description'> Key Facts
</div>






.openlayers-tooltip, .openlayers-tooltip-name{ color: #E3593C;} /*key facts title*/
 /*.openlayers-tooltip-description{ color: yellow;} key facts listing
 
 .openlayers-tooltip .openlayers-tooltip-name a,  .openlayers-tooltip { color: #E3593C;}*/

/***************************************************************************************************************/



.openlayers-tooltip{
position: absolute; top:0; left:30;
background: #231F20; padding: 5px; color: #FFF;
z-index:999; -moz-border-radius:5px; -webkit-border-radius:5px;
}
#block-block-9 .content #mapteaser,
form#print-mail-form {
padding: 0 35px 15px 35px;}


.openlayers-tooltip, .openlayers-tooltip-name{ color: #E3593C;} /*key facts title*/
.openlayers-tooltip-description{ font-size:12px; line-height:11pt; 
font-family: Calibri,Arial,"Helvetica LT Std",serif; } /*key facts listing*/
 
 .openlayers-tooltip .openlayers-tooltip-name a,  .openlayers-tooltip span { color: #ffffff;}
.openlayers-tooltip .keyfacts-title { color: #E3593C;}
/**********************/
#block-block-6 .content, 
#block-block-6 .content p a,
#block-views-related_content-block_1 .view-content,
#block-views-related_content-block_1 .view-content a,
#block-views-related_content-block_2 .view-content,
#block-views-related_content-block_2 .view-content a,
#block-views-Resource_Carousel-block_1 .view-content,
#block-views-Resource_Carousel-block_1 .view-content a{
line-height:11pt;
color: #07455B;
font-size: 12px;
text-decoration: none;
}
#block-block-6 .content .title a,
#block-views-related_content-block_1 .views-field-title a,
#block-views-related_content-block_2 .views-field-title a,
##block-views-Resource_Carousel-block_1 .views-field-title a
{
color:#000000; font-family:Arial,"Helvetica LT Std",Helvetica,serif;
font-size:12px; font-weight:bold; padding-bottom:0.5em; text-decoration: none; }

#block-block-6 .content a:hover,
#block-views-related_content-block_1 .views-field-title a:hover,
#block-views-related_content-block_2 .views-field-title a:hover,
#block-views-Resource_Carousel-block_1 .views-field-title a:hover{text-decoration: underline;}

#block-block-6 .content p,
#block-views-related_content-block_1 .views-field-title,
#block-views-Resource_Carousel-block_1 .views-field-title,
#block-views-related_content-block_2 .views-field-title{margin: 0.5em 5px 0.5em 0;}


#site-map{padding-left: 20px;}

/**********admin area overwrite*********/
body.layout-main #content-wrapper {
width: 950px;
padding: 0 10px;
}

.node .submitted, /*hide date and author*/
.node .blog_usernames_blog a,/*hide blog author*/ 
.node .terms /*hide tags listed at the bottom of nodes*/{
display: none;}

li.first.comment_forbidden, li.first.comment_forbidden a,
{/*hide option to login to post comments*/
display: none;} 

#insidewrapper #content-wrapper, body.layout-main #content-wrapper{ width: 950px;}
body.layout-main #content-wrapper, #content-wrapper { width: 900px;}

.view-id-worldmap .view-content {
margin:-25px 22px 0 34px;}

div.view.view-Resource-Carousel.view-id-Resource_Carousel.view-display-id-page_2.view-dom-id-1{
padding-left: 30px;
}
#browsewrapper div.view.view-Resource-Carousel.view-id-Resource_Carousel.view-display-id-page_2.view-dom-id-1{
padding-left: 0px;
}

.view-id-Resource_Carousel .view-content,
.view-id-Resource_Carousel .view-display-id-block_1{
padding:0;
}

/*********************/
span.caption{
margin-top: -50px;
background-color: #333333;
color: #FFFFFF;
position: absolute;
height: 50px;
width: 615px;
}

.galleria_wrapper{
width: 700px;}

.galleria_wrapper img{
/*opacity:0.4;
filter:alpha(opacity=40);}*/}

#galleria-content .item-list{
display: visible;}

#galleria-content  a.galprev {
font-weight: bold;
font-size: 120px;
color: transparent;
padding: 33.5px 0;
background: url("/images/left_nav.png")  no-repeat scroll 0 0 transparent /*repeat-x scroll 0 0 #FFFFFF*/;
}

#galleria-content  a.galnext {
font-weight: bold;
font-size: 120px;
color: transparent;
float: right;
padding: 33.5px 0;
background: url("/images/right_nav.png") no-repeat scroll 0 0 transparent/*repeat-x scroll 0 0 #FFFFFF*/;
}

#main-image.galleria_container { }

.galleria-nav {
margin-top: -90px;}
/************/

div.view-homeslideshow div.views-field-body,
div.view-home2slideshow div.views-field-field-slideshow-text-value  {
    background-image: url("images/mchipsliderbg.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 50px /*100px */;
    margin-top: -55px /*-104px*/;
    overflow: hidden;
    position: absolute;
    width: 669px;}

div.view-home2slideshow div.views-field-field-slideshow-text-value .field-content{
padding: 10px;}

div.view-homeslideshow div.views-field-body p,
div.view-home2slideshow div.views-field-field-slideshow-text-value p{
position: relative;
z-index: 500;
margin: 5px 10px;}

.view-homeslideshow .view-content,
.view-home2slideshow .view-content{
padding: 0;}
	

	 /*****************/
#block-block-21 #imgtitle	{
  color: #333333;
    font-family: Arial,"Helvetica LT Std",serif;
    font-size: 10px;
    font-weight: normal;
    padding: 0 10px;}
	
#block-block-21 #imgtestimonial{
padding: 20px 5px 0 5px;
font-family:"Times New Roman", Times, serif;
color: #007B9B;
font-size: 18px;
text-align: right;}
	 
#pubtitle,
#pubfeatures{ 
  color: #007B9C;
    font-size: 18px;
    font-stretch: extra-expanded;
    font-weight: normal;
    text-decoration: none;}
#pubfeatures{ color:#333333; font-size: 14px;}
.pubfeadate{ color:#999999; margin-bottom: 10px; font-size: 11px;}
.pubfeatitle{
font-weight: bold;
font-size: 12px;
}
.pubtitle2{ 
    color: #000;
    font-family: 'ITCFranklinGothicW01-Md 812698';
    font-size: 16px;
    font-stretch: semi-condensed;
    font-weight: 500;}
h2.with-tabs, .clear-block h2 {
    color: #000000;
    font-family: 'ITCFranklinGothicW01-Md 812698';
    font-size: 21px;
    font-stretch: semi-condensed;
    font-weight: 500;
    line-height: 17pt;
    margin: 0;
}

.node .fieldset-wrapper, #mapteaser p, #mapteaser ul li {
    color: #000000;
    display: block;
    font-family: Arial,"Helvetica LT Std",serif;
    font-size: 12px;
    font-style: normal;
    line-height: 12pt;
}


.node p, .node em {
 color: #000000;
    display: block;
    font-family: Arial,"Helvetica LT Std",serif;
    font-size: 12px;
    line-height: 12pt;
}

.node em{
font-style: italic;
display: inline;}


.node .content ul li {
    background: none repeat scroll 0 0 transparent;
    list-style-type: disc;
    padding: 0 0 0.2em 0.2em;
}
ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
    margin: 0 0 0 0.2em;
}

.node .content ul {
    color: #000000;
    font-family: Arial,"Helvetica LT Std",serif;
    font-size: 12px;
    line-height: 12pt;
}
div.view.view-Resource-Carousel.view-id-Resource_Carousel.view-display-id-page_2.view-dom-id-1 .views-row{
padding-bottom: 25px;
}

div.view.view-Resource-Carousel.view-id-Resource_Carousel.view-display-id-page_2.view-dom-id-1 .views-field-teaser .field-content{
font-size:12px;
color: #333333;}


.view-id-Resource_Carousel .view-content, .view-id-Resource_Carousel .view-display-id-block_1 {
}

p {font-size: 12px;}


#pubfeatures {
   color: #333333;
   font-size: 12px;}

span.date-display-single {
color: #999999; font-size: 11px; }

#pubfeatures span.date-display-single {
display: block; padding-bottom: .5em;
}
#pubwrapper h2{
padding-left:0px;
}
#browsewrapper{
padding: 2px;
}
div.view.view-Resource-Carousel.view-id-Resource_Carousel.view-display-id-page_1.view-dom-id-2.views-processed .view-content{
padding-left: 30px;
}
/****experiment view*/
.view-experiment .views-row  {
margin-top: 1em;
font-size: 12px;
    margin-top: 1em;}
	
		 
	 
/* tools and resources - related content block*/
#block-block-23 .content{
padding-left: 30px;}

.rellinktitle{
font-size: 12px;
font-weight: bold;
color: #027AC6;
padding-bottom: 1em;}


/* ------------------
 Joel's Styles
   ------------------   */
  
#countrytable { border: 1px solid #CCC; margin-bottom: 20px;}
   
   #hor-minimalist-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 0;
	width: 474px;
	border-collapse: collapse;
	text-align: left; 
	
}

#hor-minimalist-a th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
	
}
#hor-minimalist-a tr td
{
	color: #000;
	font-size: 13px;
	padding: 7px;
	font-family: "Franklin Gothic Book", sans-serif;
	border-bottom: 1px solid #CCC;
		
}

#hor-minimalist-a tr
{
	color: #000;
	font-size: 13px;
	padding: 7px;
	font-family: "Franklin Gothic Book", sans-serif;
	border-bottom: 1px solid #CCC;
}

#hor-minimalist-a .tablenumber
{
	color: #000;
	font-family:"Franklin Gothic Book", sans-serif;
	float: right;
	
}

#hor-minimalist-a .tableheader
{
	color: #ffffff;
	font-family:"Franklin Gothic Book", sans-serif;
	padding: 9px 0px 9px 0px;   
	background:#007B9B;
	text-align:center;
	font-size:12.0pt;
	font-weight:700;
	
}

#hor-minimalist-a .tablesection1
{
	color: #000000;
	font-family:"Franklin Gothic Book", sans-serif;
	padding: 5px 0px 5px 0px;   
	background:#F39B31;
	text-align:center;
	font-size:10.0pt;
	font-weight:700;
	
}

#hor-minimalist-a .tablesources
{
	color: #000;
	font-size: 11px;
	padding: 7px;
	font-family: "Franklin Gothic Book", sans-serif;
}


#hor-minimalist-a tbody tr:hover td
{
	color: #ffffff;
	background:#1195b8;
}

#hor-minimalist-a tbody tr:hover td .tablenumber
{
	color: #ffffff;
	background:#1195b8;
}

#hor-minimalist-a tr:hover td.tablesection1
{
	color: #000;
	background:#F39B31;
}

#hor-minimalist-a tr:hover td.tablesources
{
	color: #000;
	background:#fff;
}


/* ------------------
Modified Country Pages
   ------------------   */

   #hor-minimalist-a1
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 0;
	/*width: 410px;*/
	border-collapse: collapse;
	text-align: left; 
	
}

#hor-minimalist-a1 th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
	
}
#hor-minimalist-a1 tr td
{
	color: #000;
	font-size: 13px;
	padding: 7px;
	font-family: "Franklin Gothic Book", sans-serif;
	border-bottom: 1px solid #CCC;
		
}

#hor-minimalist-a1 tr
{
	color: #000;
	font-size: 13px;
	padding: 7px;
	font-family: "Franklin Gothic Book", sans-serif;
	border-bottom: 1px solid #CCC;
}

#hor-minimalist-a1 .tablenumber
{
	color: #000;
	font-family:"Franklin Gothic Book", sans-serif;
	float: right;
	
}

#hor-minimalist-a1 .tableheader
{
	color: #ffffff;
	font-family:"Franklin Gothic Book", sans-serif;
	padding: 9px 0px 9px 0px;   
	background:#007B9B;
	text-align:center;
	font-size:12.0pt;
	font-weight:700;
	
}

#hor-minimalist-a1 .tablesection1
{
	color: #000000;
	font-family:"Franklin Gothic Book", sans-serif;
	padding: 5px 0px 5px 0px;   
	background:#F39B31;
	text-align:center;
	font-size:10.0pt;
	font-weight:700;
	
}

#hor-minimalist-a1 .tablesources
{
	color: #000;
	font-size: 11px;
	padding: 7px;
	font-family: "Franklin Gothic Book", sans-serif;
}


#hor-minimalist-a1 tbody tr:hover td
{
	color: #ffffff;
	background:#1195b8;
}

#hor-minimalist-a1 tbody tr:hover td .tablenumber
{
	color: #ffffff;
	background:#1195b8;
}

#hor-minimalist-a1 tr:hover td.tablesection1
{
	color: #000;
	background:#F39B31;
}

#hor-minimalist-a1 tr:hover td.tablesources
{
	color: #000;
	background:#fff;
}


/* MISC STYLES BY JOEL

---------------------------------------------------------------- */	



/* Image Styles

---------------------------------------------------------------- */

dl.image img.no-border { border: none; padding: 0; }

dl.image {
	margin: 0 0 20px 0;
	padding: 0;
	}

dl.image dt {
	margin: 0;
	padding: 0;
	}	

dl.image dt img {
	display: block;
	margin-top:0px;
	margin-right:10px;
	padding:2px;
	border:1px solid #ccc;
	}

dl.block-3 dt img, dl.block-4 dt img, dl.block-6 dt img, dl.block-7 dt img, dl.block-8 dt img { border: 1px solid #ccc; }

		

dl.block-1 { width: 100px; }

dl.block-2 { width: 198px; }

dl.block-3 { width: 296px; }

dl.block-3-left { width: 296px; }

dl.block-4 { width: 396px; }

dl.block-6 { width: 455px; }

dl.block-8 { width: 655px; }




.sc dl.block-sc { width: 266px; }



dl.image dd {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 12px 0;
	padding: 5px;
	color: #333333;
	border-bottom: 1px solid #909090;
	}

	

dl.block-3-left {
	/*margin-left: -200px;*/
	float: left;
	display: inline;
	margin: 6px 15px 10px 0;
	}	

dl.block-3-left:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}	



dl.left {
	float: left;
	display: inline;
	margin: 6px 15px 10px 0;
	}

dl.right {
	float: right;
	display: inline;
	margin: 0 0 10px 15px;
	}

dl.wide {
	float: none;
	clear: both;
	display: block;
	margin: 0 15px 10px 0;
	}		



img.left {
	float: left;
	margin: 0 17px 10px 0;
	padding: 4px;
	background-color: #E8E8CB;	
	display: block;
	}

img.right {
	float: right;
	margin: 0 0 10px 17px;
	padding: 4px;
	background-color: #E8E8CB;	
	display: block;
	}

.left {
	float: left;
	padding: 0;
	}

.right {
	float: right;
	padding: 0;
	}
	
	

/*
	Golden Grid - CSS Library
	Author:Vladimir Carrer
*/

/* CSS Grid */


#main {  
  
    min-width: 200px;
    min-height: 130px;
    margin: auto;
    background: #fff;
   /* border: 1px solid #CCC;*/
    position:relative;
  /*  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.49);
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.49);*/
} 

.mainslideshow {  width:940px; height: 500px; /*padding-top:10px;*/ 
  
    min-width: 200px;
    min-height: 130px;
    margin: auto;
    background: none;
    border: 5px solid white;
    position:relative;
   /* box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.49);
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.49);*/
} 


.g160,.g180,.g190,.g200,.g210,.g230,.g270,.g290,.g300,.g400,.g440,.g480,.g580,.g600,.g660,.g800,.g960,.g80,.g210,.g400,.g560,.g720,.g880,.g910 {float:left; display: inline; margin-left:15px;  } 

/*.g440 {float:left; display: inline; margin-left:0;  } */

/* 6 columns */
.g160 {width:160px; }
.g180 {width:180px; }
.g190 {width:190px; }
.g200  {width:200px;}
.g210  {width:210px;}
.g230  {width:230px;}
.g270  {width:270px;}
.g290  {width:280px;}
.g300  {width:300px;}
.g400  {width:400px;}
.g440  {width:430px;}
.g480  {width:480px;}
.g580  {width:570px;}
.g600  {width:600px;}
.g660  {width:660px;}
.g800  {width:790px;}
.g960  {width:950px;}

/* 12 columns */
.g80 {width:70px;}
.g210 {width:210px;}
.g400 {width:390px;}
.g560 {width:550px;}
.g720 {width:710px;}
.g880 {width:870px;}

/* margin */
.ml80{margin-left:90px;}
.ml160{margin-left:170px;}
.ml240{margin-left:250px;}
.ml320{margin-left:330px;}
.ml400{margin-left:410px;}
.ml480{margin-left:490px;}
.ml560{margin-left:560px;}
.ml640{margin-left:650px;}
.ml720{margin-left:730px;}
.ml800{margin-left:810px;}
.ml880{margin-left:890px;}
.ml910{margin-left:920px;}

.inside{margin-left:0;}

p.grid{ padding-left:10px;}
  
.clear {clear:both;}
.clearfix, .main{ display:block;} 

.clearfix:after, .main:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
	 }


.clearfix, .mainslideshow{ display:block;} 

.clearfix:after, .mainslideshow:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
	 }
	 
/* Divider Styles

---------------------------------------------------------------- */		
	
hr {
  height: 20px;
  margin-bottom: 10px;
  background: url("http://www.jhpiego.org/themes/garland/images/hr/hr4.png") 0px 10px repeat-x;
  width: 100%; }

.hr-gray, .hr1, .hr2, .hr3, .hr4, .hr5, .hr6, .hr7, .hr8, .hr9, .hr10 {
  height: 20px;
  margin-bottom: 10px; }

.hr2 a, .hr3 a, .hr5 a, .hr6 a, .hr8 a, .hr9 a, .hr10 a {
  height: 10px;
  padding-top: 5px;
  width: 20px;
  color: #b5b5b5;
  float: right;
  text-shadow: #fff 0 1px 0px; }

.hr2 a, .hr5 a, .hr8 a {
  font-size: 10px;
  margin-right: 5px;
  text-align: right;
  margin-top: -1px; }

.hr3 a, .hr6 a, .hr9 a {
  margin-right: 3px;
  background: url("http://www.jhpiego.org/themes/garland/images/hr/hr-arrow.png") 50% no-repeat; }

.hr10 a {
  padding-top: 0px;
  color: #7e7e7e;
  line-height: 29px;
  height: 29px;
  width: auto;
  margin-right: 5px;
  padding-right: 21px;
  background: url("http://www.jhpiego.org/themes/garland/images/hr/hr10-arrow.png") 100% 50% no-repeat; }

.hr-gray {
  background: url("http://www.jhpiego.org/themes/garland/images/hr/hr-gray.png") 0px 10px no-repeat; }

.hr1 {
  background: url("http://www.jhpiego.org/themes/garland/images/hr/hr1-2-3.png") 0px 10px no-repeat; }

.hr2 {
  background: url("http://www.jhpiego.org/themes/garland/images/hr/hr1-2-3.png") 0px 10px no-repeat; }

.hr3 {
  background: url("http://www.jhpiego.org/themes/garland/images/hr/hr1-2-3.png") 0px 10px no-repeat; }

.hr4 {
  background: url("http://www.jhpiego.org/themes/garland/images/hr/hr4.png") 0px 10px repeat-x; }

.hr5 {
  background: url("http://www.jhpiego.org/themes/garland/images/hr/hr5-6.png") 0px 10px no-repeat; }

.hr6 {
  background: url("http://www.jhpiego.org/themes/garland/images/hr/hr5-6.png") 0px 10px no-repeat; }

.hr7 {
  background: url("http://www.jhpiego.org/themes/garland/images/hr/hr7.png") 0px 10px no-repeat; }

.hr8 {
  background: url("http://www.jhpiego.org/themes/garland/images/hr/hr8-9.png") 0px 10px no-repeat; }

.hr9 {
  background: url("http://www.jhpiego.org/themes/garland/images/hr/hr8-9.png") 0px 10px no-repeat; }

.hr10 {
  font-size: 12px;
  height: 40px;
  background: url("http://www.jhpiego.org/themes/garland/images/hr/hr10.png") 0px 0px repeat-x; }
  
#header-bottom-menu ul.nice-menu-down .menuparent a,
#header-bottom-menu ul.nice-menu-down .menuparent a:link,
#header-bottom-menu ul.nice-menu-down .menuparent a:visited,
#header-bottom-menu ul.nice-menu-down li a,
#header-bottom-menu ul.nice-menu-down li a:link,
#header-bottom-menu ul.nice-menu-down li a:visited{
  color: #64900D; font-size: 19px; font-family:  Calibri, Arial,"Helvetica LT Std",Helvetica,serif; font-weight:bold; padding: 0.3em 8px; text-align: left;}
  
  #header-bottom-menu ul.nice-menu-down li.menuparent a:hover,
#header-bottom-menu ul.nice-menu-down li a:hover{color: #c9d0bb; font-weight: bold; padding: 0.3em 8px; text-decoration: none;}





/***********search box*******************/


/* Target all Gecko (includes Firefox) */
*>

#header-bottom-menu ul.nice-menu-down .menuparent a,
#header-bottom-menu ul.nice-menu-down .menuparent a:link,
#header-bottom-menu ul.nice-menu-down .menuparent a:visited,
#header-bottom-menu ul.nice-menu-down li a,
#header-bottom-menu ul.nice-menu-down li a:link,
#header-bottom-menu ul.nice-menu-down li a:visited{
  color: #64900D; /*font-size: 16.7px;*/ font-size: 17px; font-family:  Calibri, Arial,"Helvetica LT Std",Helvetica,serif; font-weight:bold; padding: 0.3em 8px; text-align: left;}





#search {margin-top: -5px; margin-left: 4px; }


#searcharea{
float: right;
width: 200px;
height:34px; }

#searchbox{ padding-top: 7px; width: 200px; }
#search-theme-form .form-text{width: 130px;}
#searchbox .form-button, #searchbox .form-submit { margin:0;}
#searchbox input.searchbox_submit{padding-top: 0px;}
#searchbox input#edit-search-theme-form-1{position:relative; top: -2px;}

#logo-floater h1 a img{
position: absolute;
margin-top: 24px;
}

.sidebar #block-block-5.block .content{
height: 116px; background-color: #FFFFFF; }


/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
#logo-floater h1 a img{
  position: absolute;
 /* margin-left: 31px; */ margin-top: -12px;

}

#header-bottom-menu ul.nice-menu-down .menuparent a,
#header-bottom-menu ul.nice-menu-down .menuparent a:link,
#header-bottom-menu ul.nice-menu-down .menuparent a:visited,
#header-bottom-menu ul.nice-menu-down li a,
#header-bottom-menu ul.nice-menu-down li a:link,
#header-bottom-menu ul.nice-menu-down li a:visited{
  color: #64900D; font-size: 17px; font-family:  Calibri, Arial,"Helvetica LT Std",Helvetica,serif; font-weight:bold; padding: 0.3em 8px; text-align: left;}
  
  #header-bottom-menu ul.nice-menu-down li.menuparent a:hover,
#header-bottom-menu ul.nice-menu-down li a:hover{color: #c9d0bb; font-weight: bold; padding: 0.3em 8px; text-decoration: none;}

#bottomfooter { margin-bottom: 50px; margin-top: 40px;}


  






	










