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

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	line-height:125%;
}

h1 {font-family:Arial, Helvetica, sans-serif; color: #333333; line-height:100%; font-size:33px;}
h2 {font-family:Arial, Helvetica, sans-serif; color: #333333; line-height:100%;	font-size:18px;}
h3 {font-family:Arial, Helvetica, sans-serif; color: #333333; line-height:100%; font-size:18px; font-weight:bold;}

#container {
	width:930px;
	margin-left: auto;
	margin-right: auto;
	border: thick #333333 solid;
	padding:15px;
}

#wrapper {
	width:930px;
	margin: 0 auto;
	text-align:center;
}

#intro {
	width:700px;
	margin:0 auto;!important
	text-align:center;
}

h1#intro  {
	font-size:27px;
}

.introcopy {
	margin-left:240px;
	text-align:left;
}

.floatleft {
	float:left;
}

.center {
	text-align:center;
}
.right {text-align:right;}

/*.logo {
	float:left;
	background-image:url(../images/tree.gif) no-repeat;
}
*/
.clear {
	clear:both;
}

.pledge {
	width:270px;
	height:270px;
	float:left;
}

.plan {
	width:230px;
	height:270px;
	float:left;	
}

.participate {
	width:420px;
	_width:400px;
	height:270px;
	float:left;
}

#pledge-label {
	width:270px;
	height:70px;
	float:left;
}

#plan-label {
	width:230px;
	_width:220px;
	height:70px;
	float:left;
}

#participate-label{
	width:420px;
	height:70px;
	float:left;
	margin-left:-10px;
}

.divider {
	margin:20px;
	border-bottom:#666666 thin solid;
}

.one {
	width:320px;
	margin:0;
	float:left;
	text-align:left;
}

.two {
	width:315px;
	_width:280px; 
	margin:0 15px;
	float:left;
	text-align:left;
}

.three{
	width:260px;
	_width:250px; 
	margin:0;
	float:left;
	text-align:left;
}

.footer {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#999999; text-align:center; margin:auto;}
a.footer:link {color:#999999; text-decoration:none;}
a.footer:hover, a.footer:active {color:#999999; text-decoration:underline;}
 a:link, a:visited {color:#000; text-decoration:underline;}
 a:hover, a:active {color:#999999; text-decoration:underline;}

