/***************** apply a natural box layout model to all elements **********/
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
 
 img {
   border-image-width:0px;
   border-width:0px;
 }
/****** admin menu bar - kill drop shadow ******/
#admin-menu {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*** basic fluid layout ****/

body.two-sidebars #wrapper #container {
  width:95%;
}

#wrapper #container #header #logo-floater {
  top:-10px;
  left:-10px;
}
#wrapper #container #center #squeeze {
  top:34px;
}
/***** misson block - green at top of main content *********/
.node-front-page-splasher {
border-bottom: 1px solid #e9eff3;
margin: -1.5em -26px 1.5em;
padding: 1.5em 26px;
background-color: #BFB;
color: #000000;
}
.node-front-page-splasher .links,
.node-front-page-splasher h2 {
  display:none;
}
  
  
  
  