/* Register your rubber tree styles */


/* css reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
	
:focus 
	{
	outline: 0;
	}

body 
	{
	line-height: 1;
	color: black;
	background: white;
	}

ol, ul 
	{
	list-style: none;
	}
	
table 
	{
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td 
	{
	text-align: left;
	font-weight: normal;
	}
	
blockquote:before, blockquote:after,
q:before, q:after 
	{
	content: "";
	}
	
blockquote, q 
	{
	quotes: "" "";
	}

a img 
	{ 
	border: none; 
	}

/* typography */

body
	{
	font: normal 75%/1.5em Helvetica, "Arial", sans-serif;
	color: #4c4c4c;
	}
	
p
	{
	margin: 0 0 1.5em; 
	}

	
h1, h2, h3
	{
	font-family: Georgia, "Times New Roman", serif;
	color: #1c3786;
	font-weight: normal;
	}
	
h2
	{
	font-size: 3em;
	}
	
h3
	{
	font-size: 1.2em;
	margin-bottom: 10px;
	}
	
/* replace code */

.replace
	{
	outline: none;
	display: block; 
	position:relative; 
	/*\*/ 
	overflow:hidden;
	 /**/
	} 

.replace span
	{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; 
	}
	
/* link styles */

a img
	{
	border:none;
	cursor: pointer;
	}

a:link, a:visited
	{
	cursor: pointer;
	color: #0d9540;
	text-decoration: none;
	outline: none;
	}

a:hover
	{
	cursor: pointer;
	color: #1c3786;
	text-decoration: none;
	}

a:active
	{
	cursor: pointer;
	color: #0d9540;
	}

/* general */

body
	{
	background: #cdebb9;
	}
	
#wrapper
	{
	background: #fff;
	}
	
#placeholder
	{
	width: 760px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/tree_background.gif) 425px 52px no-repeat;
	}
	
#header
	{
	margin-bottom: 35px;
	position: relative;
	}
	
#worldview_info
	{
	position: absolute;
	top: -30px;
	right: 9px;
	background: #cdebb9;
	border: 1px solid #bcdba7;
	padding: 3px 0px 1px 0px;
	font-size: 0.85em;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-khtml-border-bottom-right-radius: 7px;
	-khtml-border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	}
	
#worldview_info li
	{
	float: left;
	padding: 0px 7px;
	}
	
#site-title
	{
	margin: 30px 0px 50px 0px;
	}
	
#site-title a, 
#site-title span
	{
	background: url(../images/logo.gif) no-repeat;
	width: 218px;
	height: 65px;
	}
	
#col1
	{
	width: 280px;
	margin-right: 30px;
	}
	
#col2
	{
	width: 450px;
	}
	
#col1, #col2
	{
	float: left;
	}
	
#content
	{
	overflow: hidden;
	margin-bottom: 55px;
	}
	
#footer
	{
	clear: both;
	width: 760px;
	margin: 20px auto;
	font-size: 0.85em;
	position: relative;
	}
	
#toggle_cred
	{
	position: absolute;
	right: 9px;
	bottom: -17px;
	}
	
#footer_images
	{
	height: 137px;
	margin-bottom: 10px;
	}
	
#footer_images li
	{
	float: left;
	background: #fff;
	padding: 4px;
	margin-right: 8px;
	width: 172px;
	height: 131px;
	border: 1px solid #b7d9a1;
	}

/* Google forms */

.ss-required-asterisk
	{
	color: #0d9540;
	margin-bottom: 10px;
	font-size: 0.85em;
	}
	
.ss-q-short
	{
	display: block;
	margin-bottom: 10px;
	border: 1px solid #cecece;
	padding: 4px;
	width: 265px;
	}

.ss-q-short:focus
	{
	border: 1px solid #0d9540;
	}
