/* base styles */


/* main containers */
#container {
	text-align: left;
	background: transparent url(../img/common/bg_page.png) top center repeat-y !important;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
	padding-right: 24px;
     	font-size: 1em;
}
#header {
	border-bottom:dashed 1px #8D9719;
	border-top:dashed 1px #8D9719;
	position: relative;
	background: transparent url(../img/common/bg_header.png) top left repeat-x;
	height: 95px;
	margin: 0;
	overflow: hidden;
}
#sidebar {
	float: left;
	width: 185px;
}
#content {
	position: relative;
	width: 710px;
	float: right;
}
#content.fullwidth {
	width: 100%;
	float: none;
}
#footer {
	width: 932px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
	text-align: left;
	background-color: transparent;
	background-image: url(../img/common/bg_page_foot.png);
	background-repeat: repeat-x;
	background-position: left bottom;
//	color: #9B9D98;
      color: black;
	font-weight: bold;
	font-size: .9em;
}

/* page masthead */
#header h1 a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 190px;
	height: 75px;
	margin: 10px 0;
	border-right: 1px solid #BFD8B3;
	text-indent: -9999px;
	display: block;
	outline: none;
	background-color: transparent;
     	background-image: url(../img/common/header_necec.png);
	background-repeat: no-repeat;
	background-position: 11px top;
}
#header h2#slogan {
	position: absolute;
	left: 215px;
	top: 35px;
	width: 573px;
	height: 32px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url(../img/common/header_slogan.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#header ul {
	position: absolute;
	right: 10px;
	top: 10px; 
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: normal;
	font-size: .8em;
}
#header li {
	float: left;
	border-right: 1px solid #BFD8B3;
	padding-left: 0;
	padding-right: 7px;
	padding-top: 0;
}
#header li.last {
	border: none;
	padding-left: 7px;
	padding-right: 0;
}
/*
#header li a {
	color: #3176AA;
	text-decoration: none;
}
*/

/* primary page navigation */
ul#nav_primary {
	margin: 5px 0;
	overflow: hidden;
	list-style-type: none;
	font-size: 0.9em;
}
ul#nav_primary li {
	float: left;
	width: 8.7em;
	border-right: 1px solid #BFD8B3;
}
ul#nav_primary li.last {
	border: none;
	text-transform: uppercase;

}
ul#nav_primary li a {
	display: block;
/*
	line-height: 2em;
*/
	text-align: center;
/*
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
*/
}
ul#nav_primary li.active a {
	text-decoration: underline;
}

/* breadcrumb page navigation */
ul#breadcrumb {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #E5EFE0;
	border-bottom: 1px solid #E5EFE0;
	overflow: hidden;
	height: 24px;
}
ul#breadcrumb li {
	float: left;
	background-image: url(../img/common/chevron_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 4px 4px 8px;
	font-size: .9em;
}
ul#breadcrumb li.first {
	background: none;
	padding-left: 0;
}
/*
ul#breadcrumb li a {
	text-decoration: none;
}
*/

/* pagetitle */
h1#pagetitle {
	color: #056839;
	border-bottom: 5px solid #056839;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 2.5em;
}

/* sidebar - navigation */
ul#nav_secondary {
	list-style-type: none;
	margin: 0 0 17px 0;
	padding: 0;
	overflow: hidden;
}
ul#nav_secondary li {
	border-bottom: 1px solid #BFD8B3;
}
ul#nav_secondary li a {
	display: block;
	padding: 7px 0 7px 20px;
}
ul#nav_secondary li.active a {
	background-image: url(../img/common/bullet_leaf.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
}
/*
ul#nav_secondary li a {
	text-decoration: none;
}
*/

/* content area */
#content a.print {
	display: block;
	float: right;
/*
	color: #0174B3;
	text-decoration: none;
*/
	padding-left: 17px;
	background-image: url(../img/common/icon_print.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-transform: uppercase;
	font-size: .9em;
}
#content h1 {
	font-size: 1.4em;
	font-weight: bold;
}
#content h1 span {
	color: #75B140;
}
#content h2 {
	padding-top: 10px;
	font-size: 1.2em;
	font-weight: bold;
}
#content h3 {
	font-size: 1em;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 17px;
}
#content h3 span {
	font-weight: normal;
}
#content p {
	padding-right: 20px;//iWork changed from 100px #ITS issue 8 30-07-08
}
#content p .userid {
	font-weight: bold;
}

/* content - search filter */
#content a.hide_search {
	position: absolute;
	top: 0;
	right: 10px;
	display: block;
	float: right;
	color: #0174B3;
	text-decoration: none;
	padding-right: 17px;
	background-image: url(../img/common/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-transform: uppercase;
	font-size: .9em;
}
#content .tabs {
	position: relative;
	height: 30px;
	border-bottom: 1px solid #9BC6B8;
      width: 70%;
}
#content .tabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 30px;
}
#content .tabs li {
	float: left;
	margin-left: 8px;
}
#content .tabs li a {
	display: block;
	padding: 0 22px;
	border-top: 1px solid #B7D5CC;
	border-left: 1px solid #B7D5CC;
	border-right: 1px solid #B7D5CC;
	border-bottom: 1px solid #9BC6B8;
/*
	text-decoration: none;
*/
	height: 28px;
	line-height: 28px;
	float: left;
	background-image: url(../img/common/bg_footer.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#content .tabs li a:hover {
	text-decoration: underline;
	border-top: 1px solid #9BC6B8;
	border-left: 1px solid #9BC6B8;
	border-right: 1px solid #9BC6B8;
	border-bottom: 1px solid #9BC6B8;
	background: none;
}
#content .tabs li.active a, #content .tabs li.active a:hover {
	text-decoration: underline;
	border-top: 1px solid #9BC6B8;
	border-left: 1px solid #9BC6B8;
	border-right: 1px solid #9BC6B8;
	border-bottom: 1px solid #FFFFFF;
	background: none;
}
#search_filter {
	background-image: url(../img/common/bg_search_filter.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0 8px 10px 8px;
	border-bottom: 1px solid #9BC6B8;
}
#search_filter h2 {
	color: #75B140;
	font-size: 1.3em;
	font-weight: normal;
}
#search_filter h3 {
	color: #177444;
	text-transform: uppercase;
	margin: 0;
}
#search_filter ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#search_filter li {
	float: left;
	padding: 0 15px;//iWorktech
	height: 170px;
	border-left: 1px solid #9AC5B7;
}
#search_filter li.c1 {
	width: 190px;
	border-left: none;
	padding-left: 0;
}
#search_filter li.c2 {
	width: 190px;
}
#search_filter li.c3 {
	width: 190px;
}
#search_filter li.clustermap {
	height: 200px;
}
#search_filter .setwidth {
//	width: 100%;
width: 150px;
}
#search_filter .setheight {
	height: 120px;
}


/* content - news_summaries */
#news_summaries {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#news_summaries li {
	border-top: 1px solid #B7D5CC;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 25px;
	clear: both;
}
#news_summaries li.first {
	border-top: none;
	padding-top: 0;
}

/* content - clustermap */
#cluster_callout {
  width: 180px;
  background-color: #FFF;
}

#cluster_callout p {
        padding-right: 0px;
}

#cluster_intro {
	border: 1px solid #C9E0B5;
	padding: 3px 10px;
	background-color: #FFF;
	width: 410px;
/*
	background-image: url(../img/common/bg_clustermap.png);
	background-repeat: no-repeat;
	background-position: left center;
*/
}
#cluster_intro p {
        padding-right: 0px;
/*
	padding: 0 0 0 165px;
*/
}
#cluster_intro p a {
	text-decoration: underline;
}
#cluster_map {
	border: 1px solid #9BC6B8;
	background-color: #FFF;
	padding: 7px;
	margin-top: 10px;
}
#cluster_map .inner {
	background-color: #ECECEC;
	height: 578px;
	line-height: 579px;
	text-align: center;
	color: #CCCCCC;
	font-size: 5em;
}

/* footer */
#footer .inner {
	background-color: transparent;
	background-image: url(../img/common/bg_footer.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 30px;
	padding-left: 200px;/*iwork added 11-09-08
		horizontal-align : center;
		*/
	padding-bottom: 25px;

}
#footer ul {
	float: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	float: left;
	padding-right: 20px;
}
#footer #copyright {
	float: right;
}

/* homepage */

/* content - home */
#content #home {
	list-style-type: none;
	margin: 15px 20px 0 20px;
	padding: 0;
}
#content #home li {
	float: left;
}
#content #home li.c1 {
	width: 100%;
	/*iWork 04-09-2008 home right  side block...
	width: 950px;*/
	padding-right: 8px;
	
	/*
	//commented by iwork
	border-right: 1px solid #C9E0B5;
	*/
}
#content #home li.c2 {
	width: 220px;
	padding-left: 8px;
}
#content #home p {
	padding: 0;
	color: #666666;
	font-size: 1em;
}

#content #home #sponsors {
	background-color: transparent;
	padding: 2px;
/*	border: 1px solid #C9E0B5;//iwork home page16-09-08
	background-color: #ffffff;
*/
	float:right;
}


/* home - sponsors */
#sponsors h2 {
	font-size: 1em;
	color: #333333;
	margin: 0;
	margin-right: 5px;
/*	margin-bottom: 5px;
*/
	font-weight: bold;
   	text-transform: uppercase;
}
#sponsors #platinum {
	/*filter:shadow(color:gray,strength:10, direction:135);
	*/
	position: relative;
	float : right;

}
#sponsors #gold {
	//width: 471px;
	float: left;
	width:150px;
}
#sponsors ul {
	list-style-type: none;
	margin: 0;
	padding:0;
	padding-left: 0px;
   float: right;
   text-align : left;
  }
#sponsors li {
	float: right;
	padding-right: 0px;
    text-align : left;
}

/* callout box */
.callout {
	/*padding: 15px;
	*/
	line-height: normal;
	color: #8C8C8C;
}
.callout h2 {
	color: #75B140;
}
.callout p {
	line-height: 17px;
	background-repeat: no-repeat;
	background-position: left top;
}

/* callout box - sidebar */
.callout.side {
	border: 1px solid #E2EDDC;
}
.callout.side h2 {
	font-size: 1.3em;
}
.callout.side p {
	background-image: url(../img/common/treesprig.png);
	padding-left: 55px;
      min-height: 65px;
}
.callout.side a.more {
	margin-left: 55px;
}
//Added by iWork 05-09-2008 home page contact info
/*
#hdcustom {
	position: relative;
	height: 30px;
	margin: 0;
	overflow: hidden;
}

#hdcustom ul {
	position: absolute;
	right: 40px;
	top: 10px; 
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: normal;
	font-size: .8em;
}
#hdcustom li {
	float: left;
	border-right: 1px solid #BFD8B3;
	padding-left: 0px;
	padding-right: 7px;
	padding-top: 0;
}
*/
#hdcustom {
   	
	height:25px;
	width: 100%;
	margin: 0;
	overflow: hidden;
}

#hdcustom ul {
	position: absolute;
	right: 10px;
	top: 10px; 
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: normal;
	font-size: .8em;
}
#hdcustom li {
	float: left;
	border-right: 1px solid #BFD8B3;
	padding-left: 5px;
	padding-right: 7px;
	padding-top: 0;
}

#hdcustom li.last {
	border: none;
	padding-left: 7px;
	padding-right: 0;
}
#contactbottom {
	/*position: bottom;
	*/
	position: relative;
	height:25px;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:dashed 1px #8D9719;
	border-top:dashed 1px #8D9719;
}
#toplinks #link {
	position: relative;
	height:100px;
	width: 100%;
}
#gaptop {
background-color:transparent; 
position: relative;
float : right;
height:75px;
width:10px;
}
#gapright{
background-color:transparent; 
position: relative;
float : right;
height:75px;
width:10px;
}

#newstop {
	background-color: #ccc; 
	position: relative;
	float : right;
	top: 2px;
	left: 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:309px;
	height:78px;
/*
	filter:shadow(color:gray,strength:10, direction:135);
	position: relative;
	float : right;
	height:100px;
	width:280px;
	
*/	
   	/* border:solid 1px #8D9719;
	border-top:solid 2px #d3d3d3;
	border-left:solid 2px #d3d3d3;
	border-bottom:solid 3px #d3d3d3;
	border-right:solid 3px #d3d3d3;
	*/
}
#newstop #rounded{
	background-color: #fff;
	border: 2px solid #ccc; 
	color: #fff;
	float : right;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	top: -3px;
	left: -3px;
	width:320px;
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow:3px 3px 3px gray;
	-webkit-box-shadow: 3px 3px 3px gray;
    border-top:solid 1px gray;
	border-left:solid 1px gray;
	 border-right:solid 1px gray;
	border-bottom:solid 1px gray;
	*/
	}
#newsmiddle {
	position: relative;
	float : right;
	height:135px;
	width:320px;
	padding-right:5px;
	padding-left:5px;
	overflow:hidden;
}
#newsbottom {
	position: relative;
	float : right;
	height:140px;
	width:320px;
	padding-right:5px;
	padding-left:5px;
	overflow:hidden;
}
#quicklinks {
	position: relative;
	float : left;
	width:210px;
 	border-right:dashed 1px #8D9719;
	color: #999999;
	overflow:hidden;
}
#memberlinks {
	/*border-top:dashed 1px #8D9719;
	*/
	border-right:dashed 1px #8D9719;
	position: relative;
	float:left;
	height:115px;
	width:210px;
	color: #999999;
	overflow:hidden;
 }
#quicklinks H6{
	color:#1e90ff;
	font-weight:normal;
	font-family:Arial;
	font-weight:bold;

}

#newsbottom #frontmap {
	position: relative;
	float:left;
	height:75px;
	width:130px;
	border-right:dashed 1px #8D9719;
	border-left:dashed 1px #8D9719;
	border-top:dashed 1px #8D9719;
	border-bottom:dashed 1px #8D9719;
 }


//iwork section end for contact

/* callout box - home */
#content #home .callout {
	font-size: 1.3em;
}
#content #home .callout h2 {
	font-size: 1.4em;
	padding: 0;
	font-weight: bold;
}
#content #home .callout p {
	background-image: url(../img/common/treesprig2.png);
	padding-left: 85px;
	color: #999999;
    min-height: 105px;
}
#content #home .callout a {
	font-size: .9em;
}

/* common styles */
a.more {
	display: block;
	float: left;
	padding-right: 23px;
 	background-image: url(../img/common/bullet_leaf.png);
	background-repeat: no-repeat;
	background-position: right center;
/*
	text-decoration: none;
	color: #75B140;
*/
	font-weight: bold;
}
a.more:hover {
      text-decoration: underline;
      color: #71AE9B;
}

/** nice menu customizations **/
  ul.nice-menu,
  ul.nice-menu ul,
  ul.nice-menu li, ul.nice-menu li.menuparent {
    border: 0;
    font-weight:bold;
    font-size:100%;
    font-family:Verdana;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
	/*
	ITS Issue No. 60 About Us 10-10-08  iwork added the line above
	*/
	/*modified by iWorktech issue no. 39. 05-09-2008 padding for nice menus
	*/
}
	
   ul.nice-menu li,ul.nice-menu li.menuparent{
   background: #72AC1C;
   padding-left : 7px;/*iWorktechnology Code  change for issue no 74 by Sanjay Lende original value of padding-left : 10px;*/
   padding-right: 8px;/*iWorktechnology Code change for issue no 74 by Sanjay Lende original value of padding-left : 10px;*/

  /* padding-left: 10px;
   padding-right: 10px; 
  */
   /*
   previous was 18px,18px before ITS issue # 55 -foundation iwork modified on 07/10/08
   */
 }

 
  ul.nice-menu li, ul.nice-menu li.menuparent {
    border-right: 3px solid #fff;
   
	/*added by iWorktech issue no. 39. 02-09-2008 green coor for nice menus
	
    text-transform:uppercase;
	*/
	/*added by iWorktech issue no. 39. 02-09-2008 Uppercase for nice menus
	*/
    color#72AC1C;
	/*added by iWorktech issue no. 39. 02-09-2008 Uppercase for nice menus
	*/
  }

  ul.nice-menu li.menuparent ul, ul.nice-menu li.menuparent li {
    border: 0;
    
  }
  ul.nice-menu-right li.menuparent,
  ul.nice-menu-right li li.menuparent {
    background: url('http://www.cleanenergycouncil.org/sites/default/themes/leaf/css/arrow-right.png') right center no-repeat;
    background: #72AC1C;
  }

  li.menuparent li, li.menuparent ul {
    background: #72AC1C;
  }


/** turn off table background colors **/
tr.even, tr.odd {
  background-color: #fff;
}

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

/** border around status messages **/

.messages.status {
  border: 1px solid #BFD8B3;
  padding: 5px;
}

/** gray text for links in site map **/
#node-1836 a {
color: #6e6e6e;
}

/** member links larger **/
.member_links { 
font-size: 140%;
font-weight:bold;
color :#66CC00;
 }