/* CSS Document */

/* contact: John Dowler, cosmicidea.com */
/* jdowler@cosmicidea.com */
/* december 2007 */
/* code: john dowler and ron white*/



/* a.	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;
}

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

body {
	width:100%;
	height:auto;
	margin:10px 0 0 0;
	padding:0;
	text-align:center;
	background:white;
	font-size: 100%;
}
#wrapper {
	width:760px;
	height:auto;
	margin:0 auto;
	padding:0;
	text-align:center;
	font-family:Verdana, Arial, Geneva, sans;
}
#header {
	width:760px;
	height:125px;
	margin:0 auto;
	background:url(images/header_forest_restoration.jpg) top center no-repeat;
}
#content {
	width:740px;
	height:auto;
	margin:0 auto;
	color:#484647;
	background:transparent;
	font-size: 83%;
}

#content p {
	padding: 0 0 10px 0;
}

#content a, #content a:visited {
	color:#009933;
	text-decoration:none;
	font-size:100%;
}

#content #nav a:hover {
	color:#0099CC;
	text-decoration: underline;
} 

#wrapper .project {
	clear: both;
}

#left a:hover, .project a:hover {
	color:#0099CC;
	text-decoration: underline;
}
#left, .project  {
	float:left;
	width:450px;
	margin:0;
	padding:0;
	text-align:left;
}

.project {
	width: 100%;
	padding: 0;

}

.project_info {
	width: 450px;
	float:left;
	vertical-align: top;
}

#left h1, .project h1 {
	font-size:150%;
	font-weight:normal;
	padding: 20px 0 10px 0;
}

.project_info a {
	font-weight: bold;
}

#content .project_info a:hover {
	text-decoration:underline;
	color:#3399CC;
}

.project_info ul {
	padding: 0px;
	margin: 0;
	list-style-position:outside;	
	list-style-type:none;
}

.project_info ul li {
	padding: 0 0 5px 0;
	margin: 0;
}

#left h2, .project h2 {
font-size:120%;
	padding: 20px 0 10px 0;
	color:#6699CC;
}

.project h2 {
	padding: 5px 0 10px 0;
	color:#6699CC;
}

h3 {
font-size: 110%;
color:#CC0033;
font-weight: normal;
}

.project_info strong {
	color:#CC0033;
}

#left p {
}


.project_image {
	width:220px;
	margin:0;
	padding:5px 0 30px 0;
	text-align:left;
	color:#669900;
	float: right;
	vertical-align: top;
}

#right {
	float:right;
	width:220px;
	margin:0;
	padding:60px 0 30px 0;
	text-align:left;
	color:#669900;
}
#right p {
}
#right_text {
	padding-left:10px;
	margin-bottom: 30px;
	border-left:solid 2px #db8202;
}
#right a:hover {
	color:#0099CC;
	text-decoration: underline;
}

#footer {
	clear:both;
	width:740px;
	height:50px;
	margin:0 auto;
	text-align:center;
	color:#999999;
	background:transparent url(images/footer.jpg) top left no-repeat;
}
#footer p {
		font-family:Arial, Verdana, Geneva, sans;
margin:0;
	padding:0;
	font-size:83%;
	line-height:50px;
}
#footer_left {
	float:left;
	width:300px;
	height:50px;
}
#footer_left p {
text-align: left;
padding-left: 15px
}
#footer_right {
	float:right;
	width:150px;
	height:50px;
}
#footer_right p {
}
#footer_right p a {
font-size: 100%;
}

#footer a, #footer a:visited {
	line-height:50px;
	font-size:15px;
	color:#339966;
}

#footer a:hover {
text-decoration:underline;

}

/* LISTS */

ul {
	list-style: disc outside;
	padding: 0 0 10px 15px;
}

ul li {
	padding: 0 0 10px 0;
}

/* OTHER */

.clear_both {
	clear: both;
}