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

/* contact: John Dowler, cosmicidea.com*/
/*jdowler@cosmicidea.com*/
/*styling code by Ron White and John Dowler  */
/* May 2008 */

/* 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 }

th { 
	font-weight: normal;
}

/* GLOBAL */
body {
background: #011E00 url(../images/bg_body_barl2.jpg) repeat-x  top center fixed;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
text-align: center;

}

#employment, #alberta_hiring, #bc_hiring, #ontario_hiring, #employment_application {
	background:#4c9cb1 url(../images/bg_body_employment2.jpg) repeat-x bottom center fixed;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	background-color: white;
	text-align: left;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
}

#header {
	text-align: center;
}

#header img {
	padding: 0;
	margin: 0;
	margin-bottom: -5px;
}

#content {
	background-color:white;
	margin-top: 0;
	padding-left: 25px;
}

p {
	padding: 0 0 15px 0;
	font-size: .87em;
}

a {
	padding: 0;
	margin: 0;
}

.image_right {
	float: right;
	padding: 0 10px 25px 25px;
}

#left_column {
	width: 450px;
	padding-left: 25px;
}

.full_width p, .full_width ul {
	padding-right: 25px;
}

#left_column p {
}



h1 {
	color: #00a651;
	font-size: 130%;
	font-weight:300;
	letter-spacing: .0625em;
	padding: 0 0 20px 0;
}

h2 {
	color:#006600;
	font-size: 110%;
	font-weight:300;
	letter-spacing: .0625em;
	padding: 0 0 15px 0;
}

h3 {
	color:#003399;
	font-size: 100%;
	font-weight:200;
	letter-spacing: .0625em;
	padding: 0 0 10px 0;
}

#column_wide {
	padding-left: 25px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.red {
	color: red;	
}

/* LISTS ============================================================ LISTS */

#wrapper #content ul {
	list-style:outside;
	padding-left: 20px;
	padding-bottom: 15px;
	list-style-type:disc;
}

#wrapper #content ul li {
	font-size: .87em;
	padding-bottom: 5px;
}

/* PANELS =========================================================== PANELS */

#content .panel_small, #content .panel_medium, #content .job_posting, #content .panel_small_right, #content .panel_large {
	width: 200px;
	background-color:#F6F7DC;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#content .panel_small p, #content .panel_medium p, #content .panel_small_right p, #content .panel_large p {
	padding: 10px;
	font-size: .83em;
}

#content .panel_medium {
	width: 420px;
	float: right;
	margin: 10px 18px 10px 20px;
}

#content .panel_small h2, #content .panel_medium h2 {
	color:#009933;
	text-transform:capitalize;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: .87em;
}

#content .panel_large {
	width: 450px;
}

#content .panel_medium h2 {
	font-size: 90%;
}

#content .panel_left {
	float: left;
	margin-left: 0;
	margin-top: 0;
}

#content .panel_small_right {
	float: right;
	margin: 0px 0 20px 20px;
}

#content .panel_image {
	float: left;
	padding: 0 5px 5px 0;
}

#content .panel_image_padded {
	float: right;
	padding: 5px;
}

/* ARTICLE PAGES ===============================================   ARTICLE PAGES */

#article #content  {
	padding-right: 50px;
	padding-left: 50px;
}

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


#footer {
	height: 20px;
	/*background-image: url(../images/bg_nav.jpg);*/
	background-color:#92827e;
	background-repeat:repeat-x;
	background-position: top center;
	text-align:center;
	font-size: 14px;
	color:#FFFFFF;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	clear:both;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;

}

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


.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.clear_both {
	clear: both;
}

/* EMPLOYMENT SECTION ================================================ EMPLOYMENT SECTION */

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

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

#content .job_posting {
	background-color:#FFFFFF;
	border: groove #FF00CC;
}

.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;
}

/* FORM STYLING ============================================ CONTACT FORM STYLING */

.bg_color {
	background-color:#FFFFCC;
}


#contact_form, #application_form {
	font-size: 80%;
	text-align: left;
}

#application_form {
	padding-left: 100px;

}

.application_table {
	font-size: .9em;
	visibility: visible;
	text-align: left;
	width: 670px;
}
#contact_form table td, #application_form table td {
	padding: 5px 5px 5px 10px;;
	color:#333399;
}

#contact_form input, #contact_form textarea, #application_form input, #application_form textarea {
	background-color:#E8F9FF;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
}

#wrapper #content .application_table option {
	padding: 2px;
	width: 180px;
}

#contact_form .button, #application_form .button {
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
	float:right;
}

.radio_buttons {
	font-size:83%;
}

.left {
	float: left;
}

#wrapper #content .application_table input:focus, select:focus, textarea:focus {
background:#66FF99;
color:#000000;
}

/* CREDIT ==================================================== CREDIT */
.credit {
	color:#FFFFFF;
font-size: 63%;
margin-top: 5px;

}

.credit a:link, .credit a:visited {
		color:#009933;
text-decoration:none;
padding: 0 10px;
}

.credit a:hover, .credit a:active {
	background-color:#006666;
	color:#FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}



