@charset "utf-8";
#aboutUscontainer {
	height: auto;
	float: left;
	width: 728px;
}
#tmp {
	font-size: 12px;
	color: #666;
	text-align: justify;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	padding-top: 8px;
	padding-bottom: 16px;
}
#rightWrapper {
	float: left;
	height: auto;
	width: 480px;
}
.aboutUsDescriptionWrapper {
	float: right;
	height: auto;
	width: 480px;
	margin-top: 9px;
}
#imgHeader {
	float: right;
	height: 75px;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgVision {
	background-image: url(../images/vision_Icon.gif);
}
.imgPartners {
	background-image: url(../images/partners_Icon.gif);
}
.imgTeam{
	background-image: url(../images/team_Icon.gif);
}

#aboutUsDetailWrapper {
	text-align: justify;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 16px;
	padding-left: 9px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	clear: right;
}
.visionContent {
	background-color: #968EFC;
	font-size: 14px;
	color: #FFF;
}

.partnersContent {
	background-color: #36C681;
	font-size: 14px;
	color: #FFF;
}

.teamContent {
	background-color: #949494;
	font-size: 14px;
	color: #FFF;
}

#dreamMakerWrapper {
	float: left;
	height: auto;
	width: 100%;
	padding-bottom: 16px;
}


#personList{
	float: left;
	width: 225px;
	font-size: 12px;
	text-align: left;
	padding-right: 9px;
	padding-left: 0px;
	height: auto;
	color: #999;
	list-style-image: none;
	list-style-type: none;
}

#companyList{
	float: right;
	width: 235px;
	font-size: 12px;
	text-align: left;
	padding-right: 9px;
	padding-left: 0px;
	height: auto;
	color: #999;
	list-style-type: decimal;
	}

#personList li, #companyList li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.stlye5 {
	font-size: 24px;
	color: #999;
	padding-left: 5px;
}

#dreamMakerWrapper li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}