@CHARSET "UTF-8";
/**Start About Us**/
#about_us {
	width:660px;
	margin:0 auto;
	position:relative;
}
#about_us h2 {
	color:#195E2E;
	font-size:17px;
	margin-bottom:-20px;
}
#about_us h4 {
	color:#195E2E;
	font-size:15px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:5px;
}
#about_us p {
	padding-bottom:10px;
}
#about_us p strong {
	color:#195E2E;
	font-weight:bold;
	font-size:13px;
}
#about_us p em {
	color:#EF8C0C;
}
.about_pic {
	position:absolute;
	right:0;
	bottom:0;
}
.opportunity_pic {
	position:absolute;
	right:0;
	bottom:-260px;
}
.about_pic span, .opportunity_pic span,
.about_pic a, .opportunity_pic a {
	background:url(../images/green.gif) no-repeat;
	display:block;
	height:69px;
	text-indent:-9999px;
	overflow:hidden;
	width:66px;
}
.notice {
	text-transform:uppercase;
}
/**End About Us**/
