/*--------------------------------------------------------------*/
/*		             Globals & General Cases                      */
/*--------------------------------------------------------------*/
body {
	background: url(/images/body_bg.gif) #466432;
	text-align: center;
	}

body, body div, body p, body th, body td, body li, body dd	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	x-small;
	voice-family:	"\"}\"";
	voice-family:	inherit;
	font-size:	small;
	}

html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd	{
	font-size:	small;
	}	

h1 { font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }

h1 {
	color: #FF9900;
	margin: 0;
	padding: 5px 0;
	}
	
a { 
	color: #466432;
	}
	
#Left a {
font-weight:bold;
}	
	
a:hover {
	background-color: #466432;
	color: #fff;
	text-decoration: none;
	}
	
.sponsors a:hover {
background:none;
}
	
.clear {
	clear:both;
	font-size: 1px;
	}

/*--------------------------------------------------------------*/
/*		                       Page                               */
/*--------------------------------------------------------------*/
#Page {
	position: relative;
	margin: 0 auto;
	width: 720px;
	border: 2px solid #404240;
	background-color: #fff;
	text-align: left;
	}
	
/*--------------------------------------------------------------*/
/*		                       Head                               */
/*--------------------------------------------------------------*/
#Head {
	background: url('/images/public_head_bg.gif') bottom right no-repeat;
	} 
	
#TopNavigation {
	position: relative;
	margin: 0 auto;
	width: 720px;
	text-align: right;
	}
	
#TopNavigation, #TopNavigation a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
	
	
#TopNavigation a:hover{
	background-color:#fff;
	color: #466432;
	}

#Head form
{
    position: absolute;
    top: 7px;
    right: 5px;
    background: url(/images/search_bg.gif) no-repeat transparent;
    text-align: center;
    width: 181px;
    height: 26px;
}

#Head form input {
margin-top:2px;
border:none;
color: #999;
font-weight:bold;
font-size: 80%;
width: 130px;
border-color:#fff;
border-width:0;
}
/*--------------------------------------------------------------*/
/*		                       Menu                               */
/*--------------------------------------------------------------*/
#Menu {
	background: url('/images/menu_bg.gif') no-repeat bottom left;
	margin: 0;
	padding: 0 0 0 0;
	height: 35px;
	}

#Menu ul {
	padding: 0;
	margin: 0 auto;
	height: 26px;
	background: url('/images/menu_ul_bg.gif') repeat-x bottom #89B732;
	border: 2px solid #466432;
	border-width: 2px 0;
	}

#Menu ul, #Menu li {
	list-style-type: none;
	}
	
#Menu li {
	float: left;
	padding: 0;
	margin: 0;
	}
	
#Menu a {
	float: left;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 5px 15px;
	font-size: 12px;
	}
	
.page_chapters #li_chapters,
.page_ #li_,
.page_green_building #li_green_building,
.page_events #li_events,
.page_green_pages #li_green_pages,
.page_membership #li_membership,
.page_benefits #li_membership,
.page_about_us #li_about_us {
	background: url('/images/btn_background.jpg') bottom left repeat-x #FFAB2D;
	border-bottom: 2px solid #E27F00;
	}
	
.page_chapters #li_chapters a:hover,
.page_ #li_ a:hover,
.page_green_building #li_green_building a:hover,
.page_events #li_events a:hover,
.page_green_pages #li_green_pages a:hover,
.page_membership #li_membership a:hover,
.page_benefits #li_membership a:hover,
.page_about_us #li_about_us a:hover {
	background: none;
	}
	
ul.submenu, ul.submenu li {
	display:block;
	list-style-type:none;
	padding: 0;
	margin: 0;
	}	

ul.submenu li {
	height: 30px;
	width: 220px;
	}

ul.submenu li.active {
	background:url(/images/submenu_active.gif) no-repeat top left;
	}

ul.submenu li.active a {
	border:none;
	color: #fff;
	}

ul.submenu li.active a:hover {
	background:none;
	}

ul.submenu a {
	display:block;
	margin: 0 35px 0 10px;
	padding: 4px 0 0 3px;
	color: #666;
	font-size: 110%;
	text-decoration:none;
	border-bottom: 2px solid #D7D2BF;
	}

ul.submenu a:hover {
	background:#79766D;
	color: #fff;
	}

/*--------------------------------------------------------------*/
/*		                       Body                               */
/*--------------------------------------------------------------*/
#Body {
	position: relative;
	width: 100%;
	background: url('/images/body_column_bg.gif') left repeat-y #fff;
	}
	
/*--------------------------------------------------------------*/
/*		                       Right                              */
/*--------------------------------------------------------------*/
#Right {
	position:relative;
	padding: 10px 0 0 0;
	margin: 0 25px 10px 235px;
	}

.breadcrumb {
	margin:0;
	padding:0;
	font-size:80%;
	}

.breadcrumb a {
	color: #999;
	text-decoration:none;
	}
	
.breadcrumb {
	color: #999;
	font-weight:bold;
	}

.breadcrumb a:hover {
	color: #fff;
	background-color: #999;
	}
	
#Right h1 {
	margin-top:0;
	padding-top:1;
	}

#Right h2 {
	margin-top:0;
	padding-top:0;
	color: #333;
	font-size:110%;
	}

#Right h2 a { color: #666; }
#Right h2 a:hover { background-color: #666; color: #fff; }

#Right img {
border:4px solid #CFBFAA;
margin: 10px;
}

#Right img.no_border {
border:none;
margin: 10px;
}
/*--------------------------------------------------------------*/
/*		                       Left                               */
/*--------------------------------------------------------------*/
#Left {
  float: left;
  clear: left;
  position: relative;
	width: 190px;
  color: #4F4536
	}

#Left h1, #Left h2, #Left p, #Left form {
	padding-left:10px;
	}

#Left form {
	text-align: center;
	padding: 5px;
	}

#Left form input {
	margin: 5px;
	width: 90%;
	font-weight:bold;
	color: #666;
	font-size: 90%;
	padding: 2px;
	}

#Left form input.button {
	color: #fff;
	}

#Left form.basic {
	text-align:left;
	padding:10px 0 0 10px;
	margin:0;
	width:210px;
	}

form.basic select, form.basic input {
	margin:0;
	padding:0;
	}

#Left form.basic .button {
	margin:0;
	width: 26px;
	height: 21px;
	}


/*--------------------------------------------------------------*/
/*		                       Forms                              */
/*--------------------------------------------------------------*/

	
	
/*--------------------------------------------------------------*/
/*		                       Foot                               */
/*--------------------------------------------------------------*/	
#Foot {
	position: relative;
	margin: 0;
	padding: 0 0 0 200px;
	background: url('/images/foot_bg.png') bottom left no-repeat;
padding-top:50px;	
}
	
#Foot {
	width:720px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:520px;
}

html>body .content {
  width:520;
} 
	
#Foot h2 { 
	color: #333; 
	margin: 0;
	padding: 0;
	}
	
#Foot form {
	padding: 10px 20px;
	}
	
#Foot input {
	padding: 2px;
	margin: 0;
	font-size: 80%;
	font-weight: bold;
	color: #666;
	}
	
#Foot input.button {
	color: #fff;
	}

#Foot form p {
	text-align: left;
	color: #333;
	background: #fff;
	padding:5px 0 10px 0;
	margin:0;
	}

#Foot p {
	margin: 0;
	padding: 0;
	background-color: #333;
	color: #fff;
	font-size: 80%;
	text-align: center;
	}

#Foot a, #Credits a {
	color: #fff;
	}
	
#Credits {
	margin: 0 auto;
	color: #fff;
	font-size: 80%;
	}
	
#ProjectList dd, #ProjectList p{
	padding: 0;
	margin: 0;
	color: #333;
	}

#ProjectList .crud {
margin-bottom:15px;
}

#ProjectList .crud a, #ProjectList  .crud, .project {
	color: #666;
	}

#ProjectList .crud a:hover {
	color: #fff;
	background-color: #666;
	}

#ProjectList dt {
font-size: 16px;	
position: relative;
	border-bottom: 1px solid #999;
	}

#ProjectList dd {
	padding-bottom: 30px;
	}

.tab_menu {
position: relative;
font-size:10px;
border-bottom: 1px solid #ccc;
padding-bottom:3px;
}

p.tab_menu a {
text-decoration: none;
color: #666;
padding: 3px;
border: 1px solid #ccc;
border-width: 1px 1px 0 1px;
background-color: #f1f1f1;
}

#Right p.tab_menu a.highlighted{
color: #fff;
background-color: #666;
}

p.tab_menu a:hover {
background-color: #ccc;
}

fieldset, .fieldset {
background-color: #fdfdfd;
}

/*--------------------------------------------------------------*/
/*		                       Forums                             */
/*--------------------------------------------------------------*/

.forum_list {
	border: 1px solid #d7d2bf;
	background-color: #f9f8f5;
	padding: 0;
	margin: 0 0 25px 0;
	width: 99%;
	position: relative;
	}

.forum_list table {
	width: 100%;
	margin: 0;
	padding: 0;
	}

.forum_list th, .forum_list td {
	padding: 3px;
	margin: 0;
	font-size: 11px;
	}

.forum_list th.forum_list_title {
	color: #fff;
	background-color: #79766d;
	text-align: left;
	}

.forum_list th {
	color: #79766d;
	text-align: left;
	background-color: #ece5d5;
	}

.forum_list td {
	color: #666;
	}

.forum_list .c1 {
	width: 125px;
	}

.forum_list .c4 {
	width: 150px;
	}

.forum_list .c2, .forum_list .c3 {
	text-align: center;
	}

.forum_list tbody td {
	padding: 10px 5px;
	}

.forum_list a {
	color: #666;
	}

.time a{
	color: #666;
	text-decoration: none;
	font-weight:normal;
	}

.forum_list a:hover {
	background-color: #666;
	color: #fff;
	text-decoration: none;
	}
	
.forum_post_list {
	width: 99%;
	position: relative;
	}

.forum_post_list dt {
	margin:0;
	padding: 5px;
	background-color: #79766d;
	color: #fff;
	position:relative;
	}

.forum_post_list .crud {
	position: absolute;
	top:5px;
	right:5px;
	}

.forum_post_list .crud a {
	color: #fff;
	}

.forum_post_list dt {
	margin:0;
	padding: 5px;
	background-color: #79766d;
	color: #fff;
	position:relative;
	}

.forum_post_list .crud {
	position: absolute;
	top:5px;
	right:5px;
	}

.forum_post_list .crud a {
	color: #fff;
	}

.forum_post_list .crud a:hover {
	color: #79766d;
	background-color: #fff;
	}

.forum_post_list .author {
	padding: 0;
	margin: 0;
	}
	
.forum_post_list dd {
	margin: 0 0 15px 0;
	padding: 0;
	}
	
.forum_post_list .author {
	background-color: #ece5d5;
	color: #79766d;
	width: 125px;
	}
	
.forum_post_list dt {
	border: 1px solid #d7d2bf;
	border-width: 1px 1px 0 1px;
	
	}	
	
.forum_post_list table {
	width: 100%;
	border: 1px solid #d7d2bf;
	background-color: #f9f8f5;
	border-width: 0 1px 1px 1px;
	}
	
.forum_post_list td, .forum_post_list th.author {
	padding: 5px;
	vertical-align:top;
	}
	
.gp_search_results, .gb {
background-color:#f9f8f5;
padding: 0;
position:relative;
border: 1px solid #d7d2bf;
}

.gp_description {
padding: 10px;
}

#Right .green_pages_title {
padding: 15px 10px 0 10px;
}

#Right .gp_search_results h2, #Right .gb h2 {
color: #fff;
padding:3px;
background-color:#79766d;
}


#Right .gp_categories {
position:relative;
border-top:1px solid #ddd;
margin:10px;
padding-top:10px;
}
#Right .gp_categories h2 {
font-size:12px;
font-weight:normal;
}

#Right .gp_categories a {
font-weight:normal;
}

#Right .gp_categories .plain li {
padding:0;
}
.gp_search_results dd {
margin:0 5px 5px 5px;
padding:5px;
border: 1px solid #d7d2bf;
border-width: 0 1px 1px 1px;
}

.gp_search_results dt {
border: 1px solid #d7d2bf;
border-width: 1px 1px 0 1px;
padding:5px;
margin:5px 5px 0 5px;
background-color:#d7d2bf;
}

.gp_search_results .helper {
padding: 0 5px;
}

.gp_contact_info {
padding: 0 10px;
}

.gb_desc {
padding: 15px;
}


.gp_form input.text, .gp_form select {
	font-weight:bold;
	color: #666;
	font-size: 90%;
	padding: 2px;
}

.gp_form select {
  position: relative;
  margin: -8px 0 8px 0;
}
.gp_form {
background-color:#f9f8f5;
border: 1px solid #d7d2bf;
padding: 10px;
margin-bottom: 25px;
}

.left_panel1{
text-align:center;
font-size: 11px;
margin: 15px;
padding-top: 30px;
}

/*--------------------------------------------------------------*/
/*		                       Calendar                           */
/*--------------------------------------------------------------*/
.calendar, .month, .calendar .month td, #Left .calendar td,  .days th {
  font-size: 10px;
  text-align: center;
  padding: 3px;
  }

.calendar th { margin: 0; }

.calendar .event a {
  color: #fff;
  text-decoration: none;
  }

.calendar .event a:hover {
  background-color: #FFAB2d;
  }

.calendar .event { background-color:#FFAB2D; }

.month { background-color:#79766d; }

.month a {
  text-decoration: none;
  color: #fff;
  padding: 0;
  margin: 0;
  }

.month a:hover {
  background-color::#79766d;
}

a.no_hover:hover {
background:none;
}


.article_list dd {
margin:0 0 45px 0;
padding:0;
}

.article_list dt {
font-size:18px;
font-weight:bold;
}

.article_list dt a {
text-decoration:none;
color: #333;
}

.article_list dt a:hover {
color:#fff;
background-color: #333;
}

.article_list dt .helper {
font-size: 11px;
font-style:italic;
}

.article_title {
margin-botom:0;
padding-bottom:0;
}

#Body .article_author {
font-style:italic;
font-size: 11px;
color: #999;
margin:0;
padding:0;
}

a .sponsor {
border: 1px solid #333;
margin-bottom: 25px;
}

a.no-background:hover{
background:none;
}

a.pdf-link {
display:block;
padding-left: 85px;
padding-bottom: 15px;
background:url('/fck_files/14908/Image/pdf.gif') no-repeat #fff;
}

a.pdf-link:hover {
background:url('/fck_files/14908/Image/pdf.gif') no-repeat #fff;
}

/*--------------------------------------------------------------*/
/*		             Chapter                            */
/*--------------------------------------------------------------*/
#chapter-summary {
  padding-bottom: 15px;
  border-bottom: 2px solid #ECE5D5;
  margin-bottom: 15px;
}

#Right .event-preview h2 {
  font-size: 16px;
  margin-bottom: 0;
  padding-bottom: 0;
}

#Right .event-preview h3 {
  font-size: 12px;
}

.event-preview .date {
  margin: 0;
  padding: 0;
  font-style: italic;
  font-weight: bold;
  color: #999;
}

.event-preview .event-flyer p {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.event-preview {
  padding-bottom: 15px;
  border-bottom: 2px solid #ECE5D5;
  margin-bottom: 15px;
}

/* Added 2008-07-01 by Richard Kuhnel based on changes by Cristpher Gronbeck

/*--------------------------------------------------------------*/
/*		                          Tables                        */
/*--------------------------------------------------------------*/

table.wide {
	width: 100%;
	}
	
table.wide td {
	padding: 5px;
	}
	
table th {
  text-align: left;
  padding:5px;
  }
  
table th a {

	color: #fff;
}

table th a:link,
table th a:visited {

	text-decoration: none;	
}

table th a:hover,
table th a:active {

	text-decoration: underline;	
}

.SearchResults {
	width: 100%;
	}

.SearchResults th {
	background-color: #FF9900;
	color: #fff;
	padding: 3px;
	border: 2px solid #CC6600;
	border-width: 2px 0;	
	text-align: left;
	}
.SearchResults tbody tr td{
padding:4px 2px;
cursor: pointer;	
cursor: hand;
}

.highlight_0 {
	background-color: #EEEDE7;
}
	
.highlight {
background-color: #333;
color:#fff;
}

#ResultsNav {
	margin-top: 5px;
	border-top: 4px solid #EBE8DE;
	text-align: center;
	font-weight: bold;
	}

#ResultsNav form {
	display: inline;
	}

td.alert {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 25px;
	}
	
table.formlist td {
  padding: 5px;
  }

form.search th {
  text-align: left;
  padding:1px;
  }

.side {
float:right;
margin:0 0 0 10px;
}


/*--------------------------------------------------------------*/
/*		         Survey Form Table Cells                        */
/*--------------------------------------------------------------*/

.surveyCell {

	color: #000;
}

.surveyCell a {

	color: #000;
	text-decoration: none;
	background: none;
}

.surveyCellCurrent {

	color: #FFF;
	background-color: #F90;
}

.surveyCellCurrentNone {

	background-color: #888;
}

.surveyCellHighlighted {

	background-color: #F90;
}


/*--------------------------------------------------------------*/
/*		                 Misc                                   */
/*--------------------------------------------------------------*/

.surveyInstructionsTable {

	background-color: #CCC;
	color: #000;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.surveyInstructionsHeader {

	font-size: 14pt;
	font-weight: bold;
}

.orangeNote {

	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	color: #F90;
}

.gplicenseHeader {
	color:blue;
	font-weight:bold;
}

/* End addition by Richard Kuhnel