/* $Id: layout-fixed.css,v 1.5.2.3 2009/02/13 19:20:19 johnalbin Exp $ */

/*
 * LAYOUT STYLES
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout is based on the Zen Columns layout method.
 *   http://drupal.org/node/201428
 *
 * Only CSS that affects the layout (positioning) of major elements should be
 * listed here.  Such as:
 *   display, position, float, clear, width, height, min-width, min-height
 *   margin, border, padding, overflow
 */


/** body **/
  body
  {background:#F3F1E4;
margin:0;
padding:0;
font: normal 90% arial, verdana;
}


p {margin-top: 0px;}

#bdinner {background:#F3F1E4 url(headers/headrepeat.jpg) repeat-x scroll 0 0;}

#bdinner1 {background:#F3F1E4 url(headers/susheadrpt.gif) repeat-x scroll 0 0;}

#bdinner2 {background:#F3F1E4 url(headers/en4mheadrpt.jpg) repeat-x scroll 0 0;}
#bdinner3 {background:#F3F1E4 url(headers/transportheadrpt.jpg) repeat-x scroll 0 0;}
#bdinner4 {background:#F3F1E4 url(headers/susnheadrpt.jpg) repeat-x scroll 0 0;}
#bdinner5 {background:#F3F1E4 url(headers/bridge5headrpt.jpg) repeat-x scroll 0 0;}
#bdinner35 {background:#F3F1E4 url(headers/bridge5headrpt.jpg) repeat-x scroll 0 0;}

#bdinner6 {background:#F3F1E4 url(headers/conferenceheadrpt.jpg) repeat-x scroll 0 0;}
#bdinner7 {background:#F3F1E4 url(headers/newsheadrpt.jpg) repeat-x scroll 0 0;}
#bdinner8 {background:#F3F1E4 url(headers/foodheadrpt.jpg) repeat-x scroll 0 0;}
#bdinner9 {background:#F3F1E4 url(headers/purchaseheadrpt.jpg) repeat-x scroll 0 0;}
#bdinner10 {background:#F3F1E4 url(headers/inclusionheadrpt.jpg) repeat-x scroll 0 0;}
#bdinner11 {background:#F3F1E4 url(headers/buildingsheadrpt.jpg) repeat-x scroll 0 0;}
#bdinner12 {background:#F3F1E4 url(headers/travelheadrpt.jpg) repeat-x scroll 0 0;}
#bdinner13 {background:#F3F1E4 url(headers/wasteheadrpt.jpg) repeat-x scroll 0 0;}
#bdinner14 {background:#F3F1E4 url(headers/energyheadrpt.jpg) repeat-x scroll 0 0;}
#bdinner15 {background:#F3F1E4 url(headers/partnershipheadrpt.jpg) repeat-x scroll 0 0;}
#bdinner18 {background:#F3F1E4 url(headers/projheadrpt.jpg) repeat-x scroll 0 0;}
#bdinner19 {background:#F3F1E4 url(headers/millheadrpt.jpg) repeat-x scroll 0 0;}
#bdinner20 {background:#F3F1E4 url(headers/aboutheadrpt.jpg) repeat-x scroll 0 0;}
#bdinner21 {background:#F3F1E4 url(headers/herbieheadrpt.jpg) repeat-x scroll 0 0;}
#bdinner22 {background:#F3F1E4 url(headers/videoheadrpt.jpg) repeat-x scroll 0 0;}
#bdinner24 {background:#F3F1E4 url(headers/eightthemesheadrpt.jpg) repeat-x scroll 0 0;}
#bdinner27 {background:#F3F1E4 url(headers/sceventheadrpt.jpg) repeat-x scroll 0 0;}
#bdinner28 {background:#F3F1E4 url(images/directoryheadrpt.jpg) repeat-x scroll 0 0;}

  #page,
  #closure-blocks
  {
    /*
     * If you want to make the page a fixed width and centered in the viewport,
     * this is the standards-compliant way to do that. See also the ie.css file
     * for the necessary IE5 hack to center a div.
     */
    margin-left: auto;
    margin-right: auto;
    width: 920px;
  }

  #page-inner
  {
  }

  #navigation-top,
  #navigation
  {
    position: absolute; /* Take the named anchors out of the doc flow    */
    left: -10000px;     /* and prevent any anchor styles from appearing. */
  }

  #skip-to-nav
  {
    float: right;
    margin: 0 !important;
    font-size: 0.8em;
  }

  #skip-to-nav a:link, #skip-to-nav a:visited
  {
    color: #fff; /* Same as background color of page */
  }

  #skip-to-nav a:hover
  {
    color: #000;
    text-decoration: none;
  }

  /* Alternatively, the skip-to-nav link can be completely hidden until a user tabs
     to the link. Un-comment the following CSS to use this technique. */
  /*
  #skip-to-nav a, #skip-to-nav a:hover, #skip-to-nav a:visited
  {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  #skip-to-nav a:active, #skip-to-nav a:focus
  {
    position: static;
    width: auto;
    height: auto;
  }
  */

/** header **/
  #header
  {
  }

  #header-inner {
background:transparent url(headers/welcome.jpg) no-repeat scroll 0 0;
height:100px;
}


/** sust change header bin  **/
 #header-inner1 {
background:transparent url(headers/susthead.jpg) no-repeat scroll 0 0;
height:100px;
}
/** en4m  header flowers  **/
#header-inner2 {
background:transparent url(headers/en4mhead.jpg) no-repeat scroll 0 0;
height:100px;
}

#header-inner3 {
background:transparent url(headers/transporthead.jpg) no-repeat scroll 0 0;
height:100px;
}

#header-inner4 {
background:transparent url(headers/susnhead.jpg) no-repeat scroll 0 0;
height:100px;
}

#header-inner5 {
background:transparent url(headers/bridge5head.jpg) no-repeat scroll 0 0;
height:100px;
}

#header-inner6 {
background:transparent url(headers/conferencehead.jpg) no-repeat scroll 0 0;
height:100px;
}

#header-inner7 {
background:transparent url(headers/newshead.jpg) no-repeat scroll 0 0;
height:100px;
}

#header-inner8 {
background:transparent url(headers/foodhead.jpg) no-repeat scroll 0 0;
height:100px;
}


#header-inner9 {
background:transparent url(headers/purchasehead.jpg) no-repeat scroll 0 0;
height:100px;
}


#header-inner10 {
background:transparent url(headers/inclusionhead.jpg) no-repeat scroll 0 0;
height:100px;
}

#header-inner11 {
background:transparent url(headers/buildingshead.jpg) no-repeat scroll 0 0;
height:100px;
}

#header-inner12 {
background:transparent url(headers/travelhead.jpg) no-repeat scroll 0 0;
height:100px;
}

#header-inner13 {
background:transparent url(headers/wastehead.jpg) no-repeat scroll 0 0;
height:100px;
}


#header-inner14 {
background:transparent url(headers/energyhead.jpg) no-repeat scroll 0 0;
height:100px;

}

#header-inner15 {
background:transparent url(headers/partnershiphead.jpg) no-repeat scroll 0 0;
height:100px;

}
#header-inner16 {
background:transparent url(headers/joinhead.jpg) no-repeat scroll 0 0;
height:100px;

}

#header-inner17 {
background:transparent url(headers/mercihead.jpg) no-repeat scroll 0 0;
height:100px;

}

#header-inner18 {
background:transparent url(headers/projhead.jpg) no-repeat scroll 0 0;
height:100px;

}


#header-inner19 {
background:transparent url(headers/millhead.jpg) no-repeat scroll 0 0;
height:100px;

}

#header-inner20 {
background:transparent url(headers/abouthead.jpg) no-repeat scroll 0 0;
height:100px;

}

#header-inner21 {
background:transparent url(headers/herbiehead.jpg) no-repeat scroll 0 0;
height:100px;

}

#header-inner22 {
background:transparent url(headers/videohead.jpg) no-repeat scroll 0 0;
height:100px;

}

#header-inner23 {
background:transparent url(headers/staffhead.jpg) no-repeat scroll 0 0;
height:100px;

}

#header-inner24 {
background:transparent url(headers/eightthemeshead.jpg) no-repeat scroll 0 0;
height:100px;

}

#header-inner25 {
background:transparent url(headers/calendarhead.jpg) no-repeat scroll 0 0;
height:100px;

}

#header-inner26 {
background:transparent url(headers/roombookingshead.jpg) no-repeat scroll 0 0;
height:100px;

}

#header-inner27 {
background:transparent url(headers/sceventhead.jpg) no-repeat scroll 0 0;
height:100px;

}

#header-inner28 {
background:transparent url(images/directoryhead.jpg) no-repeat scroll 0 0;
height:100px;

}

#header-inner32 {
background:transparent url(images/newsletter2.gif) no-repeat scroll 0 0;
height:100px;

}

#header-inner100 {
background:transparent url(headers/outreachhead.jpg) no-repeat scroll 0 0;
height:100px;

}

  #logo-title
  {
  }

  #logo
  {
    float: left;
  }

  #site-name
  {
  }

  #site-slogan
  {
  }

  #header-blocks
  {
    clear: both; /* Clear the logo */
  }

/** main (container for everything else) **/
  #main
  {
    
  }

 #main-inner {

position:relative;
}

/** content **/
 #content, .no-sidebars #content {
float:left;

margin-left:300px;
margin-right:-920px;
padding:0;
width:620px;
}
#eventcol {
float:left;
margin-left:0;
margin-right:-920px;
padding:0;
width:920px;
}
#content-bottom1 {margin-top:20px;
background:#fff url(images/eventcolback.jpg) repeat-y;
float:left;
clear:both;
}




#content2 {
float:left;
margin-left:0px;
margin-right:-920px;
padding:20px;
width:880px;
}
#content1 {
float:left;
margin-left:0px;
margin-right:-920px;
margin-top:20px;
width:920px;}
#content2  h1{padding-top:15px;}

  .sidebar-left #content
  {
    width: 620px;
    margin-left: 300px; /* The width of #sidebar-left. */
    margin-right: -920px; /* Negative value of #content's width + left margin. */
  }

  .sidebar-right #content
  {
    width: 440px;
    margin-left: 300px;
    margin-right: -740px; /* Negative value of #content's width + left margin. */
  }

  .two-sidebars #content
  {
    width: 440px;
    margin-left: 300px; /* The width of #sidebar-left */
    margin-right: -740px; /* Negative value of #content's width + left margin. */
  }

 #content-inner {
padding:20px 20px 0 0;
}

#content-innerdir {
padding:20px 0 0 0;
}

/** navbar **/
  #navbar
  {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: -100%; /* Negative value of #navbar's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #navbar-inner. */
     /* The navbar can have any arbritrary height. We picked one
                      that is twice the line-height pluse 1em: 2 x 1.3 + 1 = 3.6
                      Set this to the same value as the margin-top below. */
  }

  .with-navbar #content,
  .with-navbar #sidebar-left,
  .with-navbar #sidebar-right
  {
    margin-top: 20px; /* Set this to the same value as the navbar height above. */
  }

  #navbar-inner
  {
  }

  #search-box
  {
    width: 200px;
    margin-right: -200px; /* Negative value of #search-box's width. */
    float: left;
  }

  #primary
  {
   
  }

  #secondary
  {
    margin-left: 200px; /* Width of search-box */
  }

  #navbar ul /* Primary and secondary links */
  {
    margin: 0;
    padding: 0;
    text-align: left;
  }

  #navbar li /* A simple method to get navbar links to appear in one line. */
  {
    float: left;
    padding: 0 10px 0 0;
  }

  /* There are many methods to get navbar links to appear in one line.
   * Here's an alternate method: */
  /*
  #navbar li
  {
    display: inline;
    padding: 0 10px 0 0;
  }
  */

/** sidebar-left **/
  #sidebar-left
  {
    float: left;
    width: 300px;
    margin-left: 0;
    margin-right: -300px; /* Negative value of #sidebar-left's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
  }

 #sidebar-left-inner {
margin:20px 20px 0 0;
padding:270px 0 0;
}

#sidebar-left-innertax {
border-right:1px solid #BAB180;
margin:10px 20px 0 0;
padding:0 20px 0 0;
}

/** sidebar-right **/
  #sidebar-right
  {
    float: left;
    width: 180px;
    margin-left: 740px; /* Width of content + sidebar-left. */
    margin-right: -920px; /* Negative value of #sidebar-right's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
  }

  #sidebar-right-inner
  {
    margin: 0px;
    padding: 0;
  }

/** footer **/
  #footer
  {
  }

  #footer-inner
  {
  }

/** closure **/
  #closure-blocks /* See also the #page declaration above that this div shares. */
  {
  }

/** Prevent overflowing content **/
  #header,
  #content,
  #navbar,
  #sidebar-left,
  #sidebar-right,
  #footer,
  #closure-blocks
  {
    overflow: visible;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  #navbar
  {
    overflow: hidden; /* May need to be removed if using a dynamic drop-down menu */
  }
 #wenuwid {
margin:0 auto;
padding:3px 0;
position:relative;
width:920px;
}
  /* If a div.clear-block doesn't have any content after it and its bottom edge
     touches the bottom of the viewport, Firefox and Safari will mistakenly
     place several pixels worth of space between the bottom of the div and the
     bottom of the viewport. Uncomment this CSS property to fix this.
     Note: with some over-large content, this property might cause scrollbars
     to appear on the #page div.
  */
  /*
  #page
  {
    overflow-y: hidden;
  }
  */
 #menu2 {position: absolute;
  top:99px;
  left:0px;
  width: 100%;
 background:#fff;
 z-index: 1;}
 
 #under {background: url(headers/welcomeunder.jpg) no-repeat;
  height: 324px;
  width:270px;
  
   position:absolute;
   top: 0px;
   left:10px;
    z-index: 3;
   }
   
   #under1{background: url(headers/sustheadunder.jpg) no-repeat;
  height: 306px;
  width:270px;
  
   position:absolute;
   top: 0px;
   left:0px;
    z-index: 3;
   }
   
    #under2{background: url(headers/en4mheadunder.jpg) no-repeat;
  height: 324px;
  width:270px;
  
   position:absolute;
   top: 0px;
   left:0px;
    z-index: 3;
   }
   
   #under3{background: url(headers/transportheadunder.jpg) no-repeat;
  height: 324px;
  width:270px;
  
   position:absolute;
   top: 0px;
   left:0px;
    z-index: 3;
   }
   
    
   #under4{background: url(headers/susnheadunder.jpg) no-repeat;
  height: 324px;
  width:270px;
  
   position:absolute;
   top: 0px;
   left:0px;
    z-index: 3;
   }
   
     
   #under5{background: url(headers/bridge5under.jpg) no-repeat;
  height: 324px;
  width:270px;
  
   position:absolute;
   top: 0px;
   left:1px;
    z-index: 3;
   }
   
    #under6{background: url(headers/conferenceheadunder.jpg) no-repeat;
  height: 324px;
  width:270px;
  
   position:absolute;
   top: 0px;
   left:0px;
    z-index: 3;
   }
   
    #under7{background: url(headers/newsheadunder.jpg) no-repeat;
  height: 324px;
  width:270px;
  
   position:absolute;
   top: 0px;
   left:0px;
    z-index: 3;
   }
   
   
    #under8{background: url(headers/foodheadunder.jpg) no-repeat;
  height: 324px;
  width:270px;
  
   position:absolute;
   top: 0px;
   left:0px;
    z-index: 3;
   }
   
   
       #under9{background: url(headers/purchaseheadunder.jpg) no-repeat;
  height: 324px;
  width:270px;
  
   position:absolute;
   top: 0px;
   left:0px;
    z-index: 3;
   }
   
   
   #under10{background: url(headers/inclusionheadunder.jpg) no-repeat;
  height: 324px;
  width:270px;
  
   position:absolute;
   top: 0px;
   left:0px;
    z-index: 3;
   }

   
    #under11{background: url(headers/buildingsheadunder.jpg) no-repeat;
  height: 324px;
  width:270px;
  
   position:absolute;
   top: 0px;
   left:0px;
    z-index: 3;
   }
   
   
    #under12{background: url(headers/travelheadunder.jpg) no-repeat;
  height: 324px;
  width:270px;
  
   position:absolute;
   top: 0px;
   left:0px;
    z-index: 3;
   }
   
   
    #under14{background: url(headers/energyheadunder.jpg) no-repeat;
  height: 307px;
  width:270px;
  
   position:absolute;
   top: 0px;
   left:0px;
    z-index: 3;
   }
   
    #under15{background: url(headers/partnershipheadunder.jpg) no-repeat;
  height: 307px;
  width:270px;
  
   position:absolute;
   top: 0px;
   left:0px;
    z-index: 3;
   }
   
   #under18{background: url(headers/projheadunder.jpg) no-repeat;
  height: 307px;
  width:270px;
  
   position:absolute;
   top: 0px;
   left:0px;
    z-index: 3;
   }
   
   #under19{background: url(headers/millheadunder.jpg) no-repeat;
  height: 307px;
  width:270px;
  
   position:absolute;
   top: 0px;
   left:0px;
    z-index: 3;
   }
   
   #under20{background: url(headers/aboutheadunder.jpg) no-repeat;
  height: 307px;
  width:270px;
  
   position:absolute;
   top: 0px;
   left:0px;
    z-index: 3;
   }
   
   #under21{background: url(headers/herbieheadunder.jpg) no-repeat;
  height: 307px;
  width:270px;
  
   position:absolute;
   top: 0px;
   left:0px;
    z-index: 3;
   }
   
   #under22{background: url(headers/videoheadunder.jpg) no-repeat;
  height: 307px;
  width:270px;
  
   position:absolute;
   top: 0px;
   left:0px;
    z-index: 3;
   }
   
   #under24{background: url(headers/eightthemesheadunder.jpg) no-repeat;
  height: 307px;
  width:270px;
  
   position:absolute;
   top: 0px;
   left:0px;
    z-index: 3;
   }
 
 #menuin {
margin-left:275px;
width:630px;
}

#menuin a {
font-size:0.9em;
margin-left:-4px;
padding:5px 8px;
}



#menuin ul.links li {padding:0px;}


#crazy {position:absolute;
top:0px;
left:0px;
background: url(images/menuback.png);
z-index:10;
width:270px;
height:100%;

margin:0;} 

h2 {
font-size:1.2em;
line-height:1.3em;
margin-bottom:0.667em;
margin-top:0px;
}

a {color: #4682B4;
text-decoration: none;}

h1 {
font-size:1.6em;
line-height:1.3em;
margin-bottom:0px;
margin-top:0;
}

#node-3 h1 {display:none;}
img.imagefield-field_project_image {
float:left;
padding:0 10px 0 0;
}

#content-bottom {
margin-top:20px;
padding:0;
}

#content-bottom3 {
margin-top:0px;
padding:0;
}

.clear {clear:both;}

.view-projects-frontpage h2{
margin:0px;
padding:0px;
}

.view-projects-frontpage p{
margin:0px;
padding:0px;
}

#content-area {
padding:0px;}

.region-right h2.title {background: url(images/headback.jpg) repeat-x;
margin: 0px;
color: #fff;
padding: 10px;}

#block-formblock-event_registration_form h2.title {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/evhead.gif) no-repeat scroll right bottom;
color:#FFFFFF;
margin:0px;
padding:7px 0 11px 10px;
}

#block-block-4 h2.title {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/evhead.gif) no-repeat scroll right bottom;
color:#FFFFFF;
margin:0 0 -15px;
padding:7px 0 10px 10px;
}
#block-block-7 h2.title {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/evhead.gif) no-repeat scroll right bottom;
color:#FFFFFF;
margin:0 0 5px 0;
padding:7px 0 10px 10px;
}
#block-block-5 h2.title {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/evhead.gif) no-repeat scroll right bottom;
color:#FFFFFF;
margin:0 0 5px;
padding:7px 0 10px 10px;
}

#block-block-6 h2.title {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/evhead.gif) no-repeat scroll right bottom;
color:#FFFFFF;
margin:0 0 5px;
padding:7px 0 10px 10px;
}

#block-views-sc_questions-block_1 h2.title {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/evhead.gif) no-repeat scroll right bottom;
color:#FFFFFF;
margin:0 0 5px;
padding:7px 0 10px 10px;
}


#block-formblock-scquestion h2.title {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/evhead.gif) no-repeat scroll right bottom;
color:#FFFFFF;
margin:0 0 5px;
padding:7px 0 10px 10px;
}
.region-content_bottom h2.title {

color:#000000;
margin:0 0 0;
padding:5px 0 0 10px;
background: #F8F7F0;
}
.node-inner h2.title {background: transparent;
margin:0px;
padding:0px;}

.clear{clear:both;}

.node-inner{overflow: hidden;
margin-bottom: 0px;
}

.node-inner2{overflow: hidden;
margin-bottom: 20px;
background: #ededed;}
}

#frontone {float:left;
width:48%;
}

#fronttwo {float:right;
width:48%;
}

a.imagecache-news_intro_linked {float: left;}


img {
border:0 none;

}



#content-bottom .node-inner {background: #F8f7f0 ;
padding: 10px;}

#content-bottom3 .node-inner {background: #F8f7f0 ;
padding: 10px;}

#node-46 h1 {display: none;}

#node-33 h1 {display: none;}

.imagefield-field_staff_pic {float:right
;
margin: 0 0 0 20px;}

.imagefield-field_doorway_image {float:left
;
margin: 0 20px 10px 0px;}

.imagefield-field_news_image {float:left
;
margin: 0 20px 10px 0px;}

.node-teaser.node-type-doorway {
background:#F8F7F0 none repeat scroll 0 0;
margin-bottom:20px;
padding:10px 10px 0;
}


#block-views-merci_news_block-block_1 {padding: 5px 0px 0px 10px;
background: #F8F7F0;}



#block-menu-menu-conferences  li.leaf {
list-style-image:none;
list-style-type:none;
margin:0;
padding:0;
font-size: 1.2em;

}



#block-menu-menu-bridge-5-mill ul.menu {padding: 0px;
margin:0px;}

ul.menu {padding: 0px;
margin:0px;}

.imagecache-news_main_default {float:left
;
margin: 0 20px 10px 0px;}

.imagecache-general {float:left
;
margin: 0 20px 10px 0px;}


.node-type-video img {float: left;
margin-right: 10px;}

.field-field-video {float: left;
margin: 0 20px 20px 0;}






#block-menu-menu-about-us-menu {
padding:0px;
}


#block-menu-menu-about-us-menu li.expanded {
 color: #fff;
  list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
  
}
#block-menu-menu-about-us-menu  li.collapsed {
  list-style-type: disc;
  list-style-image: url(../../misc/menu-collapsed.png);
  padding: 0px;
	margin: 0px;
}
#block-menu-menu-about-us-menu li.leaf {

list-style-image:none;
list-style-type:none;
margin:0;
}
#block-menu-menu-about-us-menu li a:active {
  color: #ADFF2F;
}

#block-menu-menu-about-us-menu li a:hover {

border: 0px;

}
.node-teaser.node-type-project {
background:#F8F7F0 none repeat scroll 0 0;
margin-bottom:20px;
overflow:hidden;
padding:10px;
float:left;
}

.node-teaser.node-type-sustainingchangenetwork {padding: 10px ;
background:#F8F7F0;
margin-bottom:20px;
overflow: hidden;}

.node-teaser.node-type-book {padding: 10px ;
background:#F8F7F0;
margin-bottom:20px;
overflow: hidden;}

.node-teaser.node-type-video{padding: 10px ;
background:#F8F7F0;
margin-bottom:20px;
overflow: hidden;}

.node-teaser.node-type-resource{padding: 10px;
background:#F8F7F0;
margin-bottom:20px;
overflow: hidden;}

#block-menu-menu-about-us-menu a {
background:#F8F7F0;
color:#79B2C6;
display:block;

padding:6px 0px 6px 6px;
width:215px;


}

#block-menu-menu-about-us-menu a:hover {
background:#fff;

display:block;



}

#block-menu-menu-about-us-menu h2 {display: none;}

.block ul {
margin:0;
padding:0;
}










#block-menu-menu-bridge-5-mill {
padding:0;

}


#block-menu-menu-bridge-5-mill li.expanded {
 color: #fff;
  list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
  
}
#block-menu-menu-bridge-5-mill  li.collapsed {
  list-style-type: disc;
  list-style-image: url(../../misc/menu-collapsed.png);
  padding: 0px;
	margin: 0px;
}
#block-menu-menu-bridge-5-mill li.leaf {

list-style-image:none;
list-style-type:none;
margin:0 0 3px 0;
}
#block-menu-menu-bridge-5-mill li a:active {
  color: #ADFF2F;
}



#block-menu-menu-bridge-5-mill a {
background:#F8F7F0;
color:#79B2C6;
display:block;

padding:6px 0px 6px 6px;
width:215px;

}

#block-menu-menu-bridge-5-mill a:hover {
background:#fff;

display:block;


}

#block-menu-menu-bridge-5-mill h2 {display: none;}








#block-menu-menu-job {
padding:0;

}


#block-menu-menu-job li.expanded {
 color: #fff;
  list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
  
}
#block-menu-menu-job  li.collapsed {
  list-style-type: disc;
  list-style-image: url(../../misc/menu-collapsed.png);
  padding: 0px;
	margin: 0px;
}
#block-menu-menu-job li.leaf {

list-style-image:none;
list-style-type:none;
margin:0 0 3px 0;
}
#block-menu-menu-job li a:active {
  color: #ADFF2F;
}



#block-menu-menu-job a {
background:#F8F7F0;
color:#79B2C6;
display:block;

padding:6px 0px 6px 6px;
width:215px;

}

#block-menu-menu-job a:hover {
background:#fff;

display:block;


}

#block-menu-menu-job h2 {display: none;}












#block-menu-menu-conferences {
padding:0;

}


#block-menu-menu-conferences li.expanded {
 color: #fff;
  list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
  
}
#block-menu-menu-conferences  li.collapsed {
  list-style-type: disc;
  list-style-image: url(../../misc/menu-collapsed.png);
  padding: 0px;
	margin: 0px;
}
#block-menu-menu-conferences li.leaf {

list-style-image:none;
list-style-type:none;
margin:0 0 3px 0;
}
#block-menu-menu-conferences li a:active {
  color: #ADFF2F;
}



#block-menu-menu-conferences a {
background:#F8F7F0;
color:#79B2C6;
display:block;

padding:6px 0px 6px 6px;
width:215px;

}

#block-menu-menu-conferences a:hover {
background:#fff;

display:block;


}

#block-menu-menu-conferences h2 {display: none;}
















#block-menu-menu-sustainingchange {
padding:0;

}


#block-menu-menu-sustainingchange li.expanded {
 color: #fff;
  list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
  
}
#block-menu-menu-sustainingchange  li.collapsed {
  list-style-type: disc;
  list-style-image: url(../../misc/menu-collapsed.png);
  padding: 0px;
	margin: 0px;
}
#block-menu-menu-sustainingchange li.leaf {

list-style-image:none;
list-style-type:none;
margin:0 0 3px 0;
}



#block-menu-menu-sustainingchange a {
background:#F8F7F0;
color:#79B2C6;
display:block;

padding:6px 0px 6px 6px;
width:215px;


}

#block-menu-menu-sustainingchange a:hover {
background:#fff;

display:block;


}



#block-menu-menu-sustainingchange h2 {display: none;}









#block-menu-menu-merci-staff-menu {
padding:0;

}


#block-menu-menu-merci-staff-menu li.expanded {
 color: #fff;
  list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
  
}
#block-menu-menu-merci-staff-menu  li.collapsed {
  list-style-type: disc;
  list-style-image: url(../../misc/menu-collapsed.png);
  padding: 0px;
	margin: 0px;
}
#block-menu-menu-merci-staff-menu li.leaf {

list-style-image:none;
list-style-type:none;
margin:0 0 3px 0;
}
#block-menu-menu-merci-staff-menu li a:active {
  color: #ADFF2F;
}



#block-menu-menu-merci-staff-menu a {
background:#F8F7F0;
color:#79B2C6;
display:block;

padding:6px 0px 6px 6px;
width:215px;


}

#block-menu-menu-merci-staff-menu a:hover {
background:#fff;

display:block;


}

#block-menu-menu-merci-staff-menu h2 {display: none;}














#block-menu-menu-add-content {
padding:0;

}


#block-menu-menu-add-content li.expanded {
 color: #fff;
  list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
  
}
#block-menu-menu-add-content  li.collapsed {
  list-style-type: disc;
  list-style-image: url(../../misc/menu-collapsed.png);
  padding: 0px;
	margin: 0px;
}
#block-menu-menu-add-content li.leaf {

list-style-image:none;
list-style-type:none;
margin:0 0 3px 0;
}
#block-menu-menu-add-content li a:active {
  color: #ADFF2F;
}



#block-menu-menu-add-content a {
background:#F8F7F0;
color:#79B2C6;
display:block;

padding:6px 0px 6px 6px;
width:215px;


}

#block-menu-menu-add-content a:hover {
background:#fff;

display:block;


}

#block-menu-menu-add-content h2 {display: none;}









#block-menu-menu-scstaff {
padding:0;

}


#block-menu-menu-scstaff li.expanded {
 color: #fff;
  list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
  
}
#block-menu-menu-scstaff  li.collapsed {
  list-style-type: disc;
  list-style-image: url(../../misc/menu-collapsed.png);
  padding: 0px;
	margin: 0px;
}
#block-menu-menu-scstaff li.leaf {

list-style-image:none;
list-style-type:none;
margin:0 0 3px 0;
}
#block-menu-menu-scstaff li a:active {
  color: #ADFF2F;
}



#block-menu-menu-scstaff a {
background:#F8F7F0;
color:#79B2C6;
display:block;

padding:6px 0px 6px 6px;
width:215px;


}

#block-menu-menu-scstaff a:hover {
background:#fff;

display:block;


}

#block-menu-menu-scstaff h2 {display: none;}









.field {padding: 5px 0 5px 0;}

.field-field-susch-postcode {padding: 0 0 5px 0;}

.field-field-susch-borough {padding: 0px;}

.field-field-susch-address {padding:0px;}

table.herbie td {padding:0 20px 0 0;
}

h3 {color:#3A6F27;}

tbody {
border-top:0px solid #CCCCCC;}

.calendar-calendar div.date-nav {
background-color:#95C794;
border:1px solid #95C794;
color:#FFFFFF;
padding:0.2em;
width:auto;
}

.calendar-calendar th.days {

background-color:#EEEEEE;
border:1px solid #95C794;
color:#777777;
font-weight:bold;
}

.calendar-calendar td {
border:1px solid #95C792;
color:#CCCCCC;
margin:0;
min-width:12%;
padding:0;
text-align:right;
vertical-align:top;
width:12%;
}

.calendar-calendar tr td.today, .calendar-calendar tr.odd td.today, .calendar-calendar tr.even td.today {
background-color:#B5D7B4;
}

.calendar-calendar td.empty {
background:#FFFFFF none repeat scroll 0 0;
border: 1px solid #95C792;
}

.calendar-calendar td .inner div.calendar div, .calendar-calendar td .inner div.calendar div a {
background:#F1FFEF none repeat scroll 0 0;
border:medium none;
margin-bottom:4px;
padding:3px 2px;
}

.calendar-calendar div.calendar {
border:medium none;
font-size:small;
line-height:1.5em;
}

#content1 h1 {display:none;}

a.log {float:left;
padding-left: 10px;
color:#56795B;}

a:hover.log {color:#C2DB88;}

.ical-icon { display: none; }



#intra {float:left;
width: 350px;}

#intra2 {float:left;
width: 230px;}

tr.even, tr.odd {
background-color:#F8F7F0;
border-bottom:1px solid #F3F1E4;
padding:0.9em 0.6em;
}

table#attachments td {padding:10px;}

#node-214 .field-field-news-image {display:none;}

#block-views-merci_news_block-block_1 ul.links.inline {

display:none;
}

img.logo {padding:25px 25px 25px 0;}

.view-footer {background: #F8F7F0;
padding: 10px;}

#block-views-job_opportunities-block_1 {margin-bottom:20px;}

.multicolumncheckboxesradios-column {
float:left;
width:300px;
}

.form-checkbox {float:left;}



td {padding:10px; font-size:10pt;}

.comment-inner {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(images/comment-top.gif) no-repeat scroll left top;
padding:60px 20px 20px;
}
.box{margin-top:20px;}

.view-outreach {padding-top:20px;}

#supplierleft {width: 450px;
float:left;}

#supplierright {width: 400px;
float:right;
padding-top:10px;}


#supplierleft h1{padding:5px 0 0 0;
margin:0;}

#na {float:left;
width:210px;;}

#pwc {float:left;
width:210px;}

#dt {clear:left;}

.imagecache-directory_default {padding-top:10px;}

.view-empty {background: #F8F7F0;
padding:10px;}

.views-exposed-widgets  {background: #F8F7F0;
padding:10px;}



#dirtop{float:left;}
#dirtopleft{float:left;
width:400px;}
#dirtopright{float:left;
width:400px;}
#dirbottom{float:left;}
#dirbottomleft{float:left;
width:400px;}
#dirbottomright{float:left;
width:400px;}

.node-type-volunteer-opportunity strong {color:red;}

#dirtop h3{padding: 0px;
margin: 0px;
color: #79A57E;
font-size: 1.3em;}

#dirtop h1{padding: 0px;
margin: 0px;
color: #79A57E;
font-size: 1.5em;}

img.ntwork {float:left;
padding: 0px 10px 10px 10px;}

#node-631 .node-inner {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
float:left;
margin-top:20px;
padding:10px 10px 0 0;
}



#contunder {height:300px;}

#event3col {float:left;}
#eventcol1{float:left;
width:286px;
}
#eventcol2 {
float:left;
margin-left:21px;
width:286px;
}
#eventcol3{float:left;
width:286px;

margin-left:20px;}
#block-formblock-event_registration_form {width:287px;
}


.view-calendar-staff-diary {margin-top:30px;}



.view-calendar-room-bookings {margin-top:30px;}


.view-outreach{margin-top:30px;}

#event3col .node-form .text {
width:95%;
}
#event3col .content {padding:0px 10px;}
#event3col .node-form .form-text {
border:0px;
background: #F3F1E4;
}

#event3col .node-form textarea {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F3F1E4 none repeat scroll 0 0;
border:0 none;
display:block;
width:100%;
}
#block-block-4 .content {padding:0px;}
td.delta-order {width:0px;}

#block-views-sc_questions-block_1 .field-content {border-bottom:1px dashed #ccc;
padding: 10px 0;}

#block-block-5 td {
padding:5px 5px 5px 0;
vertical-align:top;
}




#edit-field-directory-addr-line-1-0-value-wrapper  label {
display:inline;
float:left;
width:140px;
font-weight:bold;
}

#edit-field-directory-addr-line-2-0-value-wrapper label {
display:inline;
float:left;
width:140px;
font-weight:bold;
}

#edit-field-directory-addr-line-3-0-value-wrapper label {
display:inline;
float:left;
width:140px;
font-weight:bold;
}

#edit-field-directory-borough-value-wrapper  label {
display:inline;
float:left;
width:140px;
font-weight:bold;
}

#edit-field-directory-postcode-0-value-wrapper label {
display:inline;
float:left;
width:140px;
font-weight:bold;
}

#edit-field-directory-phone-number-0-value-wrapper label {
display:inline;
float:left;
width:140px;
font-weight:bold;
}

#edit-field-directory-email-0-email-wrapper label {
display:inline;
float:left;
width:140px;
font-weight:bold;
}

#edit-field-directory-website-0-url-wrapper label {
display:inline;
float:left;
width:140px;
font-weight:bold;
}

#edit-field-directory-contact-name-0-value-wrapper label {

float:left;
width:140px;
font-weight:bold;
}

#contleft {float:left;
width: 440px;
margin-top:20px;}

#contright {
float:left;
width:440px;
margin-top:20px;}

#block-formblock-directory {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border:2px dashed #CCCCCC;
padding:0 20px 10px;
}

.desc {background: #F3F1E4;
padding: 10px;}

.mymap {background: #F3F1E4;
padding: 10px;}

#block-formblock-directory  .location {display:none;}




#edit-field-directory-addr-line-1-0-value {
width:245px;
}

#edit-field-directory-addr-line-2-0-value {
width:245px;
}

#edit-field-directory-addr-line-3-0-value {

width:245px;
}

#edit-field-directory-website-0-url {

width:245px;
}

#edit-field-directory-email-0-email {
width:245px;
}
#edit-field-directory-contact-name-0-value {

width:245px;
}


#edit-field-directory-upload-0-ahah-wrapper  .form-item{background:#F3F1E4;
}

#block-block-8 {padding-right:10px;}

#edit-field-directory-0-value-wrapper {margin-top: 0px;
background: #F3F1E4;
padding:10px;}



#edit-field-directory-0-value-wrapper .resizable-textarea {width:370px;}
.node-form .form-text {

background:#F3F1E4;

}

#edit-field-directory-borough-value {

background:#F3F1E4;

}


#edit-title-wrapper .form-text{
display:block;

}


#edit-title-wrapper.form-item label {position:relative;}

#dirleft {float:left;
width:300px;}

#dirright {float:left;
width:300px;
margin-left:20px;}
#dir{float:left;}

#dirunderleft {
float:left;
height:300px;
margin:20px 20px 0 0;
padding:0;
width:300px;
}
#dirunderright {
float:left;
height:300px;
margin-top:20px;
width:300px;
}

#dirunder {float:left;}

.view-merci-news-block  p{position:relative;}

#diradr {float:left;
width:130px;
margin-right:20px;
}

#dircon{float:left;
width:130px;
}

#dir h2 {color: #CF4D86;
margin-bottom:0px;}

img.scevent {float:left;
padding: 0 10px 10px 0;}

#scvideo{float:right;
padding:0 0 20px 20px;
width:440px;}

img.seevideo {float:left;
padding:0 0 10px 0;}

#block-block-9 {
width:172px;

font-size:14px;
font-weight:bold;
padding:0px;}

#block-block-9 p {padding: 5px 10px ;}

#block-block-9 h3 {
margin:0;
padding:0 10px;
}
#block-block-9  h2.title {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F3F1E4 url(images/waste.gif) no-repeat scroll 0 0;
color:#000000;
margin:0;
padding:5px 0 45px 10px;
text-indent:-999px;
}

#block-block-10 {
width:172px;

font-size:14px;
font-weight:bold;
padding:0px;}

#block-block-10 p {padding: 5px 10px ;}

#block-block-10 h3 {
margin:0;
padding:0 10px;
}
#block-block-10  h2.title {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F3F1E4 url(images/waste.gif) no-repeat scroll 0 0;
color:#000000;
margin:0;
padding:5px 0 45px 10px;
text-indent:-999px;
}


#block-views-fd69ba8e346fa888816ed9d4d3b141cc  label {
font-weight:bold;
}

#edit-field-directory-borough-value-many-to-one {border:0px;}

.field_directory_borough_value_many_to_one_wrapper {border:0px;}



#edit-field-test-select-list-value-many-to-one-wrapper {font-weight:bold;
color:#4682B4;
font-size:20px;}

#node-941 .field-field-news-image {display:none;}

#node-1019 .field-field-news-image {display:none;}

.block-taxonomy_blocks.block ul {
margin:0 0 0 15px;
padding:0;
}

h2.collapsiblock {color: #4682B4;
border-bottom:1px solid #ccc;
margin-bottom:0px;
padding: 10px 0 10px 0;
font-size:16px;
}



div .collapsiblock {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/collapse.gif) no-repeat scroll right center;
cursor:pointer;
}

div .collapsiblockCollapsed {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/expand.gif) no-repeat scroll right center;
border-bottom:1px solid #BAB180;
padding:10px 0;
}
#sidebar-left-innertax ul {
color:#4682B4;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
#sidebar-left-innertax ul ul {
color:#000000;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:10px;
}
#sidebar-left-innertax ul a{color:#4682B4;}
#sidebar-left-innertax ul ul a{color:#000;
}

#sidebar-left-innertax ul li {
font-size:16px;
padding:5px 0;
}

#sidebar-left-innertax ul ul li {
padding:5px 0 0;
font-size:14px;
}

#dirmain {float:left;
width:620px;
margin-right:20px;}

#dirmainright {float:left;
width:240px;
background: #fff url(images/addtop.gif) no-repeat;
padding:10px;}

h2.dirmainright {color: #69AEA9;
margin:10px 0 0 0;
border-top:1px solid #C2CFCE;
padding: 5px 0;}

#dirintro h2 {
border:0 none;
color:#DF0168;
font-size:18px;
margin:0;
}

.custom_taxonomy_node li {list-style: none;
}

.custom_taxonomy_node ul{padding:0px;
margin:0px;}

.node-teaser.node-type-directory {

padding: 10px 0 10px 0;
border-bottom: 1px solid #ccc;}

.node-teaser.node-type-directory a{color: #DF0269;}

h2.contact {border:0px;
color:#DF0168;
margin:5px 0 0 0;
}

.custom_taxonomy_node h2 {color: #69AEA9;
margin:10px 0 0 0;
border-top:1px solid #C2CFCE;
padding: 5px 0;}

#bdinner35 label {
display:none;}


#edit-field-oo-problem-upload-file-0-wrapper label {text-indent: -9999px;}


#edit-field-oo-problem-upload-file-0-wrapper .form-item {
margin-bottom:0;
margin-top:0;
}

#edit-field-oo-problem-upload-file-0-upload-wrapper  label{background: url(images/annoying.gif) no-repeat;
padding:10px 0;
text-indent: -9999px;
display:block;}



#edit-field-oo-problem-details-0-value-wrapper label{background: url(images/moredetails.gif) no-repeat;
padding:10px 0;
text-indent: -9999px;
display:block;}

#edit-title-wrapper  .form-text {

background:#fff none repeat scroll 0 0;
}

#carousel {
height:250px;
overflow:hidden;
position:relative;
width:665px;
}
#carousel strong {font-size:22px;}

#carousel p {padding:10px;}

.node-inner22 {padding:10px;
background:#fff;}

#edit-field-futuremanchesterwebsite-0-url-wrapper  .form-text {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#fff none repeat scroll 0 0;
}

.views-field-title {font-size:16pt;
color:#4682B4;
clear:both;}

.imagecache-newsletter {float:right;
margin: 0 0 10px 10px;}

td {
padding:10px;
vertical-align:top;
}

#block-menu-menu-newsletter li.leaf {
list-style-image:none;
list-style-type:none;}

.view-about-slideshow {display:none;}

a.newsletter {color:#fff;}