/* $Id: layout-liquid.css,v 1.5 2008/09/14 10:39:32 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 Border Politics 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{
}

#page{
}

#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
  {
  }

  #logo-title
  {
  }

  #logo
  {
    float: left;
  }

  #site-name
  {
  }

  #site-slogan
  {
  }

  #header-blocks
  {
    clear: both; /* Clear the logo */
  }

#main{
	position: relative;
	border: 1px solid #CCCCCC;
	border-top: 0 none;
	border-bottom: 0 none;
}

  #main-inner
  {
  }

/** content **/
  #content
  {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: -100%; /* Negative value of #content's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
  }

#content-area-home /* for the home page*/
  { 

  }

#content-area
  { 
    border:1px; 
	border-left-style:solid; 
	border-left-color:#cccccc;
	padding-left:10px;
	/*width: 450px;*/
        
  }

#content-inner-home,
.no-sidebars #content-inner-home{

	margin: 0;
    padding: 0;
}

  #content-inner,
  .no-sidebars #content-inner
  {
    margin: 0;
    padding: 0;
    margin-top:-45px;  
  }

  .sidebar-left #content-inner
  {
    padding-left: 200px; /* The width + left margin of #sidebar-left. */
    padding-right: 0;
  }

  .sidebar-right #content-inner
  {
    padding-left: 0;
    padding-right: 200px; /* The width + right margin of #sidebar-right. */
  }

  .two-sidebars #content-inner
  {
    padding-left: 200px; /* The width + left margin of #sidebar-left. */
    padding-right: 212px; /* The width + right margin of #sidebar-right. */
  }







#navbar{
}
#navbar ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#navbar ul li{
	padding: 0;
	margin: 0;
}
#navbar li a{
	display: block;
	border: 0 none;
	overflow: hidden;
	height: 0;
	background: transparent url(images/navigation.gif) scroll no-repeat 0 0;
}
.front #navbar li a{
	background-image: url(images/nav_front.gif);
}
.section-green-resource-center #navbar li a{
	background-image: url(images/navigation-green.gif);
}


#navbar li.menu-267 a{ background-position:0 0; padding-top:39px; }
#navbar li.menu-153 a{ background-position:0 -39px; padding-top:38px; }
#navbar li.menu-155 a{ background-position:0 -77px; padding-top:38px; }
#navbar li.menu-151 a{ background-position:0 -115px; padding-top:37px; }
#navbar li.menu-154 a{ background-position:0 -152px; padding-top:38px; }
#navbar li.menu-156 a{ background-position:0 -190px; padding-top:39px; }

#navbar li.menu-267 a:hover{ background-position:-200px 0; }
#navbar li.menu-153 a:hover{ background-position:-200px -39px; }
#navbar li.menu-155 a:hover{ background-position:-200px -77px; }
#navbar li.menu-151 a:hover{ background-position:-200px -115px; }
#navbar li.menu-154 a:hover{ background-position:-200px -152px; }
#navbar li.menu-156 a:hover{ background-position:-200px -190px; }

.front #navbar li.menu-267 a{ background-position:-400px 0; }
.section-solutions #navbar li.menu-153 a{ background-position:-400px -39px; }
.section-partners #navbar li.menu-155 a{ background-position:-400px -77px; }
.section-personality #navbar li.menu-151 a{ background-position:-400px -115px; }
.section-green-resource-center #navbar li.menu-154 a{ background-position:-400px -152px; }
.section-events #navbar li.menu-156 a{ background-position:-400px -190px; }

.front #navbar li.menu-267 a:hover{ background-position:-600px 0; }
.section-solutions #navbar li.menu-153 a:hover{ background-position:-600px -39px; }
.section-partners #navbar li.menu-155 a:hover{ background-position:-600px -77px; }
.section-personality #navbar li.menu-151 a:hover{ background-position:-600px -115px; }
.section-green-resource-center #navbar li.menu-154 a:hover{ background-position:-600px -152px; }
.section-events #navbar li.menu-156 a:hover{ background-position:-600px -190px; }



#navbar li.menu-462 a{ background-position:0 0; padding-top:53px; }
#navbar li.menu-463 a{ background-position:0 -53px; padding-top:52px; }
#navbar li.menu-464 a{ background-position:0 -105px; padding-top:51px; }
#navbar li.menu-465 a{ background-position:0 -156px; padding-top:52px; }
#navbar li.menu-466 a{ background-position:0 -208px; padding-top:51px; }
#navbar li.menu-461 a{ background-position:0 -259px; padding-top:52px; }
#navbar li.menu-462 a:hover{ background-position:-201px 0; }
#navbar li.menu-463 a:hover{ background-position:-201px -53px; }
#navbar li.menu-464 a:hover{ background-position:-201px -105px; }
#navbar li.menu-465 a:hover{ background-position:-201px -156px; }
#navbar li.menu-466 a:hover{ background-position:-201px -208px; }
#navbar li.menu-461 a:hover{ background-position:-201px -259px; }



#sidebar-left ul.menu{
	padding: 0;
	margin: 0 0 0 12px;
	list-style: none;
}
#sidebar-left ul.menu ul{
	margin-left: 10px;
}
#sidebar-left ul.menu li.active-trail{
	list-style-type: disc;
	list-style-position: outside;
}
#sidebar-left ul.menu li a{
	border-top: 1px solid #ccc;
	border-bottom: 0 none;
	color: #051247;
	display: block;
	line-height: 27px;
	font-style: normal;
	font-size: 12px;
}
#sidebar-left ul.menu li.first a{
	border-top: 0 none;
}
#sidebar-left ul.menu li.active-trail,
#sidebar-left ul.menu li.active-trail > a,
#sidebar-left ul.menu li a:hover{
	color: #0071bc;
}
#sidebar-left .menu .menu{
	display: none;
}
.section-green-resource-center #sidebar-left ul.menu li.active-trail,
.section-green-resource-center #sidebar-left ul.menu li a.active-trail,
.section-green-resource-center #sidebar-left ul.menu li a:hover{
	color: #729528;
}
#sidebar-left ul.menu ul li a{
	font-size: 11px;
	border-top: 0 none;
	line-height: 22px;
}




.with-navbar #content,
.with-navbar #sidebar-left,
.with-navbar #sidebar-right{
	margin-top: 3.6em; /* Set this to the same value as the navbar height above. */
}

#search-box{
	width: 200px;
	margin-right: -200px; /* Negative value of #search-box's width. */
	float: left;
}

#primary{
	margin-left: 674px;
}
.front #primary{
	margin-left: 673px;
}

#secondary{
	margin-left: 200px; /* Width of search-box */
}

#navbar ul{
	margin: 0;
	padding: 0;
	text-align: left;
}

#navbar li{
}

/** sidebar-left **/
#sidebar-left{
	float: left;
	width: 200px;
	margin-left: 0;
	margin-right: -200px; /* 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: 0 20px 0 0;
	padding: 0;
	margin-top:-30px;
}

/** sidebar-right **/
  #sidebar-right
  {
    float: right;
    width: 200px;
    margin-left: -200px; /* Negative value of #sidebar-right's width + right margin. */
    margin-right: 20px;
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
	
  }

  #sidebar-right-inner
  {
    margin: 0 0 0 20px;
    padding: 0;
margin-top:-30px;
  }

/** footer **/
  #footer
  { 
    background: transparent url(images/foot.png) scroll no-repeat bottom;
	height:64px;
  }

  #footer-inner
  {
  }

/** closure **/
#closure-blocks{
	background-color: #000;
	color: #fff;
	padding: 10px;
	font-size: 80%;
}

/** 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 */
  }

  /* If a div.clear-block doesn't have any content after it, Firefox and Safari
     will mistakenly place several pixels worth of space between the bottom of
     the div and the bottom of the viewport. This fixes it. */
  #page { overflow-y: hidden; } /* CSS3 property */
