@charset "UTF-8";
/* CSS Document */

/* VARNISH STRIPPING */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */
* { margin:0; padding:0; }
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:100%; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

/* GENERAL  =============================================== GENERAL */

body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #fff;
	text-align: center; /* centers the wrapper in IE 5* browsers.*/
	color: #000000;
	background: #FFFFFF;
	background-image: url(../images/bg_body_grey.gif);
	padding-top: 10px;
}
#wrapper {
	width: 868px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	background: #f2f2f4;
	background-image:url(../images/bg_body_grey.gif) 
	padding: 15px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
	text-align:center;
}

/* CONTENT ================================================= CONTENT */

#content {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(../images/bg_content.jpg);
	background-position:center top;
	background-repeat:repeat-y;
}

.content_column {
	float: left;
	padding: 0 20px;
	text-align:center;
}

.link_company {
	font-style:italic;
	font-size: 82.5%;
	color:#663300;
	padding: 5px 0 8px 0;
	letter-spacing: .0625em;
}

.link_company a:link, .link_company a:visited {
	color:#663300;
	text-decoration:none;
}

.link_company a:hover, .link_company a:active {
	color:#99FF00;
	text-decoration:none;
}

#content .text_page p {
	padding-top: 0pt;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 90%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color: white;
}

#content .text_page h1 {
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 120%;
	font-family: Georgia,"Times New Roman",Times,serif;
	color: white;
}

#content .text_page .h2_pages {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 110%;
	font-family: Georgia,"Times New Roman",Times,serif;
	color:#E2FBDA
}

#content a:link {
	color:#FFFFff;
}

#content a:visited {
	color:#66FF66;
}

#content a:hover, #content a:active {
	color:#FFFF00;
	text-decoration:underline;
}

.divider_bottom {
	height: 30px;
	background-image:url(../images/divider_bottom.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.home_subtitle {
	color: white;
	font-size: 80%;
}

/* COMPANY INFO PAGES =============================== COMPANY INFO PAGES */

#info_reforestation {
	background-image: url(../images/bg_barl5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#FFFFFF;
	width: 847px;
	height: 493px;
	margin: 0;
}


.content_column_left {
	float: left;
	padding: 115px 0px 0 65px;
	text-align:left;
}
.content_column_left ul {
	font-size: 95%;
	color: white;
	font-weight: bold;
	width: 200px;
}
.content_column_left li {
	font-size: 90%;
	color: white;
	padding-bottom: 15px;
}

.content_column_left .back_button a:link, .content_column_left .back_button a:visited {
	color:#99CC00;
	text-decoration: none;
}


.content_column_left .back_button a:hover, .content_column_left .back_button a:active {
	color:#99FF00;
}

.content_column_center {
	float: left;
	padding: 30px 0px 0 40px;
	text-align:center;
}

.content_column_center p {
	width: 240px;
	font-size: 87%;
	color: white;
	padding-bottom: 15px;
	text-align:left;
	letter-spacing: .0625em;
}

.content_column_center h1 {
	color:#cc9966;
	font-size:130%;
	padding-bottom: 30px;
}

.content_column_center a:hover {
	color:#669900;
}

.align_left {
	text-align:left;
}

/* THREE COLUMN TABLE ================================= THREE COLUMN TABLE */

/*#three_column_table {
	width: 810px;
	clear: both;
}

#three_column_table td {
	width: 267px;
	text-align: left;
	vertical-align: top;
}

#three_column_table td p{
	text-align: left;
	font-size: 83%;
	padding: 10px;
}

#three_column_table ul {
	text-align: left;
	font-size: 83%;
}

#three_column_table ul li {
	padding: 0 10px 10px 10px;
} */

#three_column_table {
	width: 845px;
	clear: both;
	background-repeat:no-repeat;
}
#three_column_table td {
	width: 282px;
	text-align: left;
	vertical-align: top;
}
#three_column_table td p, #info_forest_restoration p  {
	text-align: left;
	font-size: 87%;
	padding: 0px 10px 5px 10px;
	color:000;

}
#three_column_table ul {
	text-align: left;
	font-size: 83%;
	list-style:outside;
	padding-left: 25px;
}
#three_column_table ul li {
	padding: 0 10px 6px 10px;
	list-style: circle;
}

.border_right {
	border-right: 1px solid #339900;
}

#three_column_table h1, #info_forest_restoration h1 {
	color:#006699;
	font-size: 120%;
	padding: 20px 10px 0 10px;
	font-family:"Times New Roman", Times, serif
}

#three_column_table h2, #info_forest_restoration h2 {
	color: #339900;
	font-size: 90%;
	padding: 15px 10px 0 10px;
}

#content .job_posting a:link, #job_posting a:visited {
	color:#0066CC;
}

#content .job_posting a:hover, #job_posting a:active {
	color:#FF9900;
}


/* FOREST RESTORATION and BARCA COMPANY PAGES */

#info_forest_restoration {
	background-image: url(../images/bg_forest.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#FFFFFF;
	width: 845px;
	height: 490px;
	margin: 0;
}

#info_forest_restoration h1, #info_forest_restoration h2, #info_forest_restoration p {
	padding-left: 40px;
}

#info_forest_restoration p { 
	padding-top: 7px;
}

#info_forest_restoration ul {
	margin-left: 20px;
	width: 600px;
}	

#info_forest_restoration ul li {
	width: 600px;
}	

#info_forest_restoration ol {
	list-style:decimal;
	padding-left: 10px;
}

.image_right {
	float: right;
	padding: 30px 30px 20px 50px;
}

#content .site_link a:link,  #content .site_link a:visited {
	color:#3300CC;
}


#content .site_link a:hover,  #content .site_link a:active {
	color:#CC0000;
}



/* CONTENT BOTTOM ======================================= CONTENT BOTTOM */

#bottom_info {
	text-align:center;
}

#bottom_info p { 
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 83%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color: white;

}

.content_bottom {
	background-image:url(../images/bg_content.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	height: 90px;
}

.content_bottom .action_logo {
	float: left;
}

.content_bottom .action_logo img {
	float: left;
	padding: 10px 0 0 30px;
}

.content_bottom .headlines {
	margin-left: 43px;
	float: left;
}

.content_bottom .headlines p {
	font-size: 90%;
	color:#663300;
	font-weight:bold;
	padding: 5px 0 8px 0;
}

.content_bottom .headlines ul {
	font-size: 82.5%;
	list-style:disc;
	list-style:inside;
	line-height: 150%;
	color: white;
}

.content_bottom .headlines ul a:link, bottom_info a:link, bottom_info a:visited {
	color: white;
}

 .content_bottom .headlines ul a:visited {
 	color:white;
}

.content_bottom .headlines ul a:hover, .content_bottom .headlines ul a:active, bottom_info a:hover, bottom_info a:active  {
	color:#99FF00;
}




/* FOOTER ======================================================= FOOTER */

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 45px;
}
#footer p {
	padding: 20px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#cccccc;
	font-size: 80%;
	float:left;
}

#footer p.credit {
	float: right;
}

/* TOOLS ====================================== TOOLS */

.clear_both {
	clear: both;
}

/* JOB POSTINGS ===============================================JOB POSTINGS */

.job_posting {
	background-color:#fff;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
}

#content .text_page .job_posting p {
	color: #333333;
}

.job_posting h2 {
	background:url("../images/shovel_handle.gif")  no-repeat;
	background-position:bottom left;
	padding: 14px 0 5px 40px;
	color:#339900;
}

.job_posting h3 {
	padding: 4px 0 5px 0px;
	color:#339900;

}

.job_details {
	background:url("../images/shovel_wood.gif") repeat-y;
	padding: 5px 0 5px 40px;
}

.job_dates {
	background:url("../images/shovel_blade.gif") no-repeat;
	padding: 5px 0 5px 40px;
		color:#333333;
}

.job_posting  ul, #info_forest_restoration ul {
	font-size: 95%;
	width: 200px;
	list-style:circle outside;
	padding-left: 35px;
}
.job_posting li, #info_forest_restoration ul li {
	font-size: 90%;
	padding-bottom: 5px;
}
