* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}


body {
	font-family: helvetica, arial, sans-serif;
	color: #333;
	background-color: #fff;
	font-size: 77%;
}

p {
	padding-bottom: 10px;
	line-height: 1.35em;
}

.sort {
	padding-bottom: 20px;
	/*text-align: right;*/
	font-size: 0.975em;
}

.error {color: red;}

.highlight {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #ededd6;
	background: #f8f8e2;
}

.highlight_word { background-color:#ffcc66; font-weight:bold;	}

.highlight ul li {
	padding: 0 0 0 1.2em;
	/*background-image: url(/images/introcircleBullet.png);*/
	background-image: url(/images/circleBullet.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
}

input.styled,
textarea.styled {
	padding: 3px;
	border: 1px solid #a4b97f;
}


.section_head {
	font-weight: bold;
	margin-top: 1.5em;
}


ul { list-style: none; }

a,
a:visited {
	color: #439213;
	text-decoration:none;
}

a:hover {
	color: #5D441C;
	text-decoration: underline;
}


.smalltxt { font-size: 0.975em; }
.smallertxt { font-size: 0.975em; }

.longtxt {
	 white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	 white-space: -pre-wrap; /* Opera 4-6 */
	 white-space: -o-pre-wrap; /* Opera 7 */
	 white-space: pre-wrap; /* CSS3 - Text module */
	 word-wrap: break-word; /* IE 5.5+ */
}

.submitBtn {
	vertical-align: middle;
	padding-bottom: 3px;	
}

/**| TAG CLOUD STYLES |***********************************/

#tagwrapper { padding: 5px; line-height:normal; }
.tag_cloud { padding: 3px; text-decoration: none; }
.tag_cloud:link  { color: #81d601; }
.tag_cloud:visited { color: #439213; }
.tag_cloud:hover { color: #ffffff; background: #69da03; text-decoration: none;}
.tag_cloud:active { color: #ffffff; background: #ACFC65; }

/**| PAGINATION STYLES |***********************************/

div.pg_wrapper {
	display: block;
	padding: 30px 0 0 0;
}

/*.paginate {
    line-height: 1.5em;
}*/
a.paginate {
	border: 1px solid #d8d8d8;
	color: #439213;
	padding: 3px;
	margin: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

a.prev, 
a.next,
a.all {
	color: #439213;
	padding: 3px;
	margin: 1px;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #fff;
}

a.prev:hover,
a.next:hover,
a.all:hover {
	background-color: #439213;
	border: 1px solid #439213;
	color: #fff;
}
a.paginate:hover {
    background-color: #439213;
	border: 1px solid #439213;
    color: #FFF;
}
a.current {
	color: #444;
	text-decoration: none;
	padding: 3px;
	margin: 1px;
}



/**| FORM STYLES |***********************************/

fieldset {
	position: relative;  
	float: left;  
	clear: both;  
	width: 100%;  
	margin: 0 0 -1em 0;  
	padding: 0 0 1em 0;  
	border-style: none; 
}

fieldset table.forms {
	margin: 1em;
}

fieldset table.forms tr {
	vertical-align: top;
}

fieldset.submit {
	float: none;  
	width: auto;  
	padding-top: 1.5em;  
	padding-left: 12em;  
	background-color: #FFFFFF;
}

fieldset label {
	position: relative;  
	float: right;
	font-weight:bold;
	color: #439213;
	text-align:right;  
	width: auto;
	white-space: nowrap;
}
fieldset label span {
	font-weight: normal;
	font-style:italic;
	color: #777;
}
fieldset label.hide {
	display: inline-block;
	overflow: hidden;
	width: 0;
	height: 0;
}

/**| FLOAT CLEARING HACK |***********************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }
* html .clearfix { height: 1%; }

/**| MASTHEAD STYLES |***********************************/

#masthead {
	background-color: #362812;
	padding: 0;
}

#wrapper{
	margin: auto;
	width: 920px;
}

#container{
	width: 920px;
	float: left;
}

/**| SIGN IN STYLES |***********************************/

#signin{
	float: right;
	/*font-size: 0.975em;*/
	margin-top: 10px;
	color: #efefef;
}
#signin a {color: #fff;}
#signin a.signed_in {
	color:#00446e;
	font-weight:bold;
}
#signin .feedback{
	font-weight: bold;
	color: #EE7009;
}

/**| LOGO STYLES |***********************************/

#logo {
	float: left;	
	width: 176px;
	height: 111px;
	margin-top: 0px;
}

#logo h1 a {
	/*background: url(../images/ecoplanit_Logo.png) no-repeat;*/
	width: 175px;
	height: 110px;
	line-height: 600px;
	overflow: hidden;
	display: block;
}

/**| HEADER STYLES |***********************************/

#header h1 {
	float: left;
	background: url(../images/ecoplanit_Logo.png) no-repeat;
	width: 175px;
	height: 110px;
	line-height: 600px;
	overflow: hidden;
	display: block; 
}

#header #logo p {
	color: #EE7009;
	text-align: right;
	text-transform: uppercase;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#header {
	width: 920px;
	text-align: left;
	float: left;
	/*margin-bottom: 10px;*/
}

/**| SEARCH FORM STYLES |***********************************/

#search {
	width: 705px;
	height: 72px;
	margin-top: 16px;
	float: right;
	background:  url(../images/search_bg.png) no-repeat;
	color: #fff;
}
#search dt {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
}
#search dt label { font-weight: bold; }

#search input{
	height: auto;
	padding: 2px;
	width: 250px;
	color: #4a3717;
}


#search_for {
	float: left;
	margin: 10px 0 0 25px;
	display: inline;
}
#search_near {
	float: left;
	margin: 10px 0 0 20px;
	display: inline;
}
#search_submit {
	float: left;
	margin: 22px 0 0 10px;
	display: inline;
}
#search_submit input {
	width: auto; 
	height: auto;
	border: none;
}
#search .search_desc{
	text-transform: none;
	font-size: 0.975em;
	font-style: italic;
}

/**| LAYOUT |***********************************/	
	
#main-body {
	padding: 30px 0;
	background-color: #fff;
	
}
#main-body-inner {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	line-height: 1.6em;
	text-align: left;
}

#content_600px {
	width: 600px;
	float: left;
}

#content_400px {
	width: 400px;
	float: left;
}

#content_720px {
	width: 720px;
	float: left;	
}
#content_920px {
	width: 920px;
	float: left;
}
#sidebar {
	width: 300px;
	float: right;
	margin-left: 20px;
}

#l_sidebar {
	width: 180px;
	float: left;
	margin-right: 20px;
}

/**| INTRO BOX |************************************/

#intro {
	padding-bottom: 10px;
	/*min-height: 260px;
	height: auto;
	background-color: #fff;
	background-image: url(/images/main_illustration.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
	margin-bottom: 10px;
	}
#intro h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	/*margin: 0 170px 10px 0;
	margin: 0 240px 10px 0;*/
	margin: 0 0 10px 0;
	font-size: 2.3em;
	line-height: 1.25em;
	font-weight: normal;
	color: #439213;
	letter-spacing: -1px;
	word-spacing: -1px;
	}
#intro p {
	/*margin: 0 220px 0 0;*/
	line-height: 1.35em;
}

#intro ul.introlist { 
	/*margin: 10px 220px 10px 15px;*/
	margin: 10px 0 10px 15px;
}

#intro ul.introlist li {
	padding: 0 0 0 1.2em;
	/*background-image: url(/images/introcircleBullet.png);*/
	background-image: url(/images/circleBullet.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
}

/**| SIDE BAR |************************************/

#l_sidebar .sbmodule {
	width: 180px;
	margin: 0 0 10px 0;
	line-height: 1.25em;
}

#sidebar .sbmodule {
	width: 300px;
	margin: 0 0 10px 0;
	line-height: 1.25em;
}

#sidebar .sbmodule_r {
	width: 300px;
	margin: 0 0 10px 0;
	line-height: 1.25em;
}


#sidebar .sbmodulebody p,
#l_sidebar .sbmodulebody p {
	line-height: normal;
}
#sidebar .sbmodulebody,
#l_sidebar .sbmodulebody {
	background: #fff url(/images/sbmodulebody.gif) bottom left no-repeat;
	padding: 5px 8px 8px 8px;
}

#sidebar .sbmodulebody_r {
	background: #fff url(/images/sbmodulebody300px.gif) bottom left no-repeat;
	padding: 5px 8px 8px 8px;
}


#sidebar .sbmodulebody ul,
#l_sidebar .sbmodulebody ul {
	width: 164px;
}

#sidebar .sbmodulebody_r ul {
	width: 284px;
}
#sidebar .sbmodulebody ul li, 
#sidebar .sbmodulebody ol li,
#l_sidebar .sbmodulebody ul li,
#l_sidebar .sbmodulebody ol li {
	padding: 2px 0 2px 1.2em;
	background-image: url(/images/circleBullet.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
}
#sidebar .sbmodule h3,
#l_sidebar .sbmodule h3 {
	padding: 5px 8px;
	font-size: 1.1em;
	background-image: url(/images/sbmoduletop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
}

#sidebar .sbmodule_r h3 {
	padding: 5px 8px;
	font-size: 1.1em;
	background-image: url(/images/sbmoduletop300px.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;	
}


#sidebar .sbmodulebody ul, 
#sidebar .sbmodulebody ol, 
#sidebar .sbmodulebody p, 
#sidebar .sbmodulebody form,
#l_sidebar .sbmodulebody ul, 
#l_sidebar .sbmodulebody ol, 
#l_sidebar .sbmodulebody p, 
#l_sidebar .sbmodulebody form {
	margin: 5px 0;
}
ul.last {
	padding: 0;
}
#sidebar .sbmodulebody li,
#l_sidebar .sbmodulebody li {
	margin-bottom: 3px;
	padding: 0 0 0 20px;
}

/**| CATEGORY |************************************/

#content_600px h2,
#content_400px h2,
#content_720px h2,
#content_920px h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.8em;
	line-height:1.25em;
	color: #439213;
	font-weight:normal;
	padding: 0 0 10px 0;
	/*letter-spacing: -1px;
	word-spacing: -1px;*/
}

#content_600px h2 span,
#content_400px h2 span,
#content_720px h2 span,
#content_920px h2 span {
	color: #444;
	font-size: 0.775em;
}

#content_600px h3,
#content_400px h3,
#content_720px h3,
#content_920px h3 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.4em;
	line-height:1.25em;
	color: #333;
	font-weight:bold;
	padding: 0 0 10px 0;
	/*letter-spacing: -1px;
	word-spacing: -1px;*/
}

#content_600px h3 span,
#content_400px h3 span,
#content_720px h3 span,
#content_920px h3 span {
	color: #439213;
	font-size: 1em;
	font-style:italic;
}

#content_600px h3 span a,
#content_400px h3 span a,
#content_720px h3 span a,
#content_920px h3 span a {
	text-decoration: underline;
}

#content_600px h3 span.smtxt,
#content_400px h3 span.smtxt,
#content_720px h3 span.smtxt,
#content_920px h3 span.smtxt {
	color: #444;
	font-size: 0.725em;
}

#content_920px ul {
	padding: 0 0 10px 0;
	margin-left: 15px;
}

#content_920px ul.bullet li {
	padding: 0 0 0 1.2em;
	background-image: url(/images/bullet.png);
	background-position: 0 3px;
	background-repeat: no-repeat;
}

#content_920px ul li {
	padding: 0 0 0 1.2em;
	/*background-image: url(/images/bullet.png);
	background-position: 0 3px;
	background-repeat: no-repeat;*/
}

#content_600px .module
{
	width: 600px;
	float: left;
	display: block;
	margin: 0 0 10px 0;
	
}

#content_600px .modulebody
{
	background: #fff url(/images/catModuleBody2.gif) bottom left no-repeat;
	float: left;
	padding-bottom: 5px;
}

#content_600px .modulebody_listings
{
	background: #fff url(/images/catModuleBody2.gif) bottom left no-repeat;
	padding: 10px 15px 20px 15px;
	width: 570px;
	float: left;
}

#content_600px .module h3
{
	padding: 5px 8px;
	font-size: 1.2em;
	font-weight: bold;
	width: 584px;
	background-image: url(/images/catModuleTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
}

#content_600px .module ul.categories {
  width: 580px;  /* room for 3 columns */
  position:relative;
  margin: 10px;
  
}

#content_600px .module ul.categories li {
  float: left;
  width: 13.5em;  /* accommodate the widest item */
  padding: 0 0 .20em 25px;
  background-image: url(/images/folder.gif);
  background-position: 0 1px;
  background-repeat: no-repeat;

}

#content_600px .module ul.categories li a {
  display: block;
  width: auto;
}

/**| GLOSSARY STYLES |***********************************/

#glossaryNav {
	width:720px;
}
#glossary_terms
{
	margin: 10px 0;
}
#glossary_terms a,
#glossary_terms a.current:hover
{
	border: 1px solid #d8d8d8;
	color: #439213;
	padding: 2px 6px;
	margin-right: 1px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

#glossary_terms a:hover,
#glossary_terms a.current
{
	background: #439213;
	border: solid 1px #439213;
	color: #fff;
}

.section-title {
	font-weight: bold;  
	color: #000000; 
	border-bottom: 1px solid #d8d8d8; 
	/*background-color: #fff9f0;*/ 
	text-decoration: none;
	padding: 5px 0;
	margin-bottom: 15px;
}



/**| RECENT/SEARCH LISTINGS |***********************************/

.heading {
	background: #fff;
	border: 2px solid #fff;	
}

.result_details h1 {
	/*width: 600px;*/
	text-align: center;
	text-transform: uppercase;
	color: #5C441C;
	font-weight: normal;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	letter-spacing: 1px;
	padding-top: 1px;
	margin: 10px 0;
	background: url(/images/heading_bg_line.gif) 3px 6px repeat-x;	
}


.separator_rule {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.result_details,
.smresult_details {
	padding: 0 0 5px 0;
}

.result_details a,
.result_details a:visited,
.smresult_details a,
.smresult_details a:visited
 {
	text-decoration: none;
}

.result_details a:hover,
.smresult_details a:hover {
	color: #f78200;
}

#content_600px .result_details h2,
#content_400px .result_details h2,
#content_720px .result_details h2 {
	color: #439213; 
}

#content_600px .result_details h3,
#content_400px .result_details h3,
#content_720px .result_details h3 {
	color: #5D441C;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.result_details h4,
.result_details h4 a,
.result_comment_wide h4 {
	color: #5D441C;
	font-size: 1.2em;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background: none;
    text-decoration: none;
	padding-bottom: 5px;
}

.result_details h4 a:hover {
    text-decoration: underline;
}

.result_details h4 span {
	color: #444;
	font-size: 0.975em;
	font-style: italic;
	font-weight:normal;
}

.longtxt {
	 white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	 white-space: -pre-wrap; /* Opera 4-6 */
	 white-space: -o-pre-wrap; /* Opera 7 */
	 white-space: pre-wrap; /* CSS3 - Text module */
	 word-wrap: break-word; /* IE 5.5+ */
}

.result_thumbnail,
.smresult_thumbnail {
	float:right;
	padding-right:3px !important;
	margin-top:-2px !important; 
	margin-left:4px !important;
	text-align:right; 		
}

.result_thumbnail /*img*/ {
	display:block;
	width: 160px;
}

.smresult_thumbnail /*img*/ {
	display:block;
	width: 100px;
}

.result_comment,
.smresult_comment {
	display: block;
}

.result_comment h4 {
	font-size: 1.1em;
}

.smresult_comment h4 {
	font-size: 1.1em;
	color: #5D441C;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.smresult_comment p {
	font-size: 0.975em;
}

.result_comment_wide {
	display: block;
	
}
/*.result_comment_wide p {
	font-size: 1em;
}*/
img.img_space {margin-bottom:8px !important;}


/**| FORM STYLES |***********************************/

#content_600px table.forms,
#content_400px table.forms,
#content_720px table.forms,
#content_920px table.forms  {
	border-collapse:collapse;
	/*width: 99%;*/	
}

#content_600px table.forms tr,
#content_400px table.forms tr,
#content_720px table.forms tr,
#content_920px table.forms tr {
	vertical-align: top;
}

#content_600px table.forms td,
#content_400px table.forms td,
#content_720px table.forms td,
#content_920px table.forms td {
	padding: 7px 4px;
}

#content_600px table.forms td.x,
#content_400px table.forms td.x,
#content_720px table.forms td.x,
#content_920px table.forms td.x {
	/*width: 100px;*/
	font-weight: bold;
	white-space: nowrap;
	text-align:right;		
}

/**| TABLE GRID STYLES |***********************************/

/**
 * Formatting for table grid.
 *
 * Usage Example:
 *
 *	<table class="grid">
 *		<tr>
 * 			<td>item1</td><td>item2</td>
 *		</tr>
 *	</table>
 *
 */

table.grid {
	border-collapse:collapse;
	background-color: #fff;
	width: 99%;
	margin: 5px 0 25px 0;
}

table.grid th {
	/*text-align: left;*/
	font-weight:bold;
	color: #fff;
	border-right: 1px solid #fff;
	vertical-align:top;
	text-align: left;
	background-color: #6ea537;
	padding: 5px;
}

#content_600px table.grid tr th a,
#content_600px table.grid tr th a:visited,
#content_400px table.grid tr th a,
#content_400px table.grid tr th a:visited,
#content_720px table.grid tr th a,
#content_720px table.grid tr th a:visited
#content_920px table.grid tr th a,
#content_920px table.grid tr th a:visited

{
	color: #fff;
}

table.grid tr td {
	padding: 5px;
	color: #333;
	border-right: 1px solid #fff;
	vertical-align:top;
}

.even {
	background-color: #f1f3e9;
	padding: 5px;
	color: #333;
}


/**| CALENDAR |***********************************/


.vevent {
	margin: 20px 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #e9e9d2;
	}
	
.vevent .summary {
	font-size: 1.2em; 
	color: #5b0a0a;
	font-weight: bold;
	display: block;
	}
	
.vevent .description {
	margin-top: 10px;
	}
	
.vevent abbr {
	border: none;
	display: block;
	}

#content_720px .month h3 {
	margin-bottom: 20px;
	color: #5D441C;
	font-weight:bold;
	border-bottom: 1px solid #ccc;
	}

.month .vevent {
	margin: 0 0 20px 0;
	padding: 0 !important;
	border: none;
	}

.month .vevent h4.summary {
	margin: 0;
	padding: 0 0 0 20px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	background: transparent url(/images/calendar.png) 0 3px no-repeat;
	color: #439213;
	}
	
.vevent dt {
	border-bottom: 1px dotted #ccc;
	clear:both;
	width:15%;
	float:left;
	margin-top: 3px;
	font-weight: bold;
	padding: 2px 0 4px 0;
}

.vevent dd {
	border-bottom: 1px dotted #ccc;
	float:left;
	width:85%;
	margin: 3px 0 0.5em 0;
	padding: 2px 0 4px 0;
}

.vevent .last {
	border: none;
	}

.vevent abbr {
	display: inline;
	}

#calendarNav {
	list-style: none;
	/*font-size: 93%;*/
	font-weight: bold;
	color: #ccc;
	/*text-align: center;*/
	margin: 0 0 25px 0;
	padding: 10px 0px;
	}

#calendarNav li {
	margin-right: 5px;
	padding-right: 6px;
	border-right: 1px solid #ccc;
	display: inline;
	}

#calendarNav li.last {
	border: none;
	padding-right: 0;
	}
	
#calendarNav li a:link, #calendarNav li a:visited {	
	background: none;
	}
	
#calendarNav li a:hover, #calendarNav li a:active {
	color: #fff;	
	background: #439213;
	}


/**| FOOTER |***********************************/

#footer {
	width: 920px;
	margin: 0 auto;
	padding: 12px 0 30px 0;
	line-height: 1.5em;
	text-align: left;
	border-top: 1px solid #ccc;
	}
#footer-inner {
	/*padding-left: 40px;*/
	}
#footer p {
	margin: 0;
	padding: 0;
	}


/**| MISC |***********************************/

.boxy { 
	border: 2px solid #addb00; 
	}
	
span.map {
	display: block;
	padding-bottom: 20px;
	font-size: 0.975em;
}

hr, .hide {
	display: none;
}
a img {
	border: none;
}
#masthead:after,
#nav:after,
#nav ul:after, 
#main-body:after, 
#main-body-inner:after,
#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}