@charset "UTF-8";
/* CSS Document */

#flash { margin: 0; padding: 0; display: block; width: 850px; height: 305px;}

#colLeft {
	width: 588px;
	float: left;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	}
	
#textcontent {
	width: 538px;
	padding: 10px 25px;
	background: #D4D8DA url(../images/home/text-contBack.png) repeat-y center top;
	position: relative;
}

#textcontent p {
	white-space: pre;
	word-spacing: .05em;
	letter-spacing: .01em;
	}
	
.topShadow {
	position: absolute; left: 0px; top: 0px;
}

.botShadow {
	position: absolute; left: 0px; bottom: 0px;
}

#donateJoin {
	margin-top: 15px;
	}

#donateJoin .donate {
	float: left;
	margin-right: 12px;
	width: 285px;
}

#donateJoin span, .feature span {display: none; }

#donateJoin h3 a {
	display: block;
	height: 35px;
	background: #89BAD1 url(../images/home/video.png) repeat-y left top;
}

#donateJoin .email {
	float: right;
	padding: 7px;
	width: 277px;
}

#donateJoin .email a {
display: block;
	height: 39px;
	background: #89BAD1 url(../images/home/maji-tech-email.png) repeat-y left top;
}


#colRight {
	width: 222px;
	float: right;
	}
	
.feature {
	width: 222px;
	padding: 10px 0px 10px 0px;
	margin-bottom: 20px;
	background: #D4D8DA url(../images/home/feature-back.png) repeat-y center top;
	position: relative;
}

.feature h2 { margin: 0px; }
	
.feature h2 a {
	margin: 0px;
	display: block;
	height: 25px;
	background: url(../images/home/feature-well.png) no-repeat left top;
}

.feature p {
margin-top: 6px;
	margin-bottom: 4px;
	padding-left: 10px;
	white-space: pre;
	word-spacing: .05em;
	letter-spacing: .01em;
	}
	
.feature .map {
	background: url(../images/home/view-projects.png) no-repeat left top;
	}
