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

#about_title
{
	font-size:45px;
	font-weight:bold;
	color:#333;
	line-height:1;
	margin-bottom:15px;
	letter-spacing:-1px;	
}

#about_description
{
	font-size:18px;
	font-weight:normal;
	color:#666;
	line-height:1.3;
	width:750px;
	margin-bottom:40px;	
}

#about_description a {
	text-decoration: underline;
	color: #333;
}

#about_bannerimage
{
	margin-bottom:20px;	
}


#about_content
{
	color:#333;
	font-size:13px;
	line-height:1.4;	
}

#about_content p
{
	color:#666;
	margin-bottom:15px;	
}

#about_content h1
{
	color:#333;
	font-size:25px;
	font-weight:normal;
	line-height:1.1;
	margin-bottom:18px;	
}

#about_content h1 strong
{
	color:;
	font-weight:normal;
}








/* CONTRIBUTE */

#contribute_content
{
	width:750px;
	overflow:hidden;
}


.contribute_box
{
	float:left;
	overflow:hidden;
	width:300px;
	margin-right:20px;
	margin-bottom:20px;
}

.contribute_box2
{
	float:left;
	overflow:hidden;
	width:640px;
	margin-right:20px;
	margin-bottom:20px;
}


.contribute_box_label
{
	color:#666;
	font-weight:bold;
	font-size:15px;
	margin-bottom:5px;
}

.contribute_box_label strong
{
	color:#ee0000;
	font-size:9px;
	margin-left:3px;
	font-weight:normal;

}

.contribute_box_form
{
	
}

.contribute_box_form input

{
padding: 5px;
border: 0px;
/* height: 15px;*/
overflow: hidden;
width: 280px;
font-size: 17px;
color: #666;
border:1px solid #999;
}

.contribute_box_form select

{
padding: 5px;
/* height: 15px;*/
overflow: hidden;
width: 292px;
font-size: 17px;
color: #666;
border:1px solid #999;
}

.contribute_box_form textarea

{
padding: 5px;
/* height: 15px;*/
width: 600px;
height:200px;
font-size: 17px;
color: #666;
border:1px solid #999;
max-width:600px;
font-family:Arial, Helvetica, sans-serif;
}

#contribute_submit
{
	width:750px;
	overflow:hidden;
	float:left;	
}

.contribute_box_form_error
{
	background-color:#ffdddd;	
}

#submit_button
{
	float:left;	
}

#submit_message
{
	float:left;
	font-size:12px;
	color: #ee0000;
	margin-left:10px;
	margin-top:5px;	
	display:none;
}

#contribute_thankyou
{
	font-size:17px;
	color:#666;	
}