/* homepage */
div.homepage {
	margin: 0px;
}
.welcome {
	width: 920px;
	height: 181px;
	position: relative;
	overflow: hidden;
	background: url('wel_bg.png') left top no-repeat
}
div.slogan ul {
	list-style: none;
	color: #004f68;
	font: bold 28px/43px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-top: 25px;
}
div.slogan ul li {
	background: url('check.png') left 10px no-repeat;
	padding-left: 30px;
	text-shadow: 1px 1px #edf5f7;
}
div.join {
	width: 160px;
	height: 160px;
	position: absolute;
	top: 0px;
	left: 330px;
	background: url('joinfree.png') left top no-repeat;
}
div.join a, div.join a:hover, div.join a:visited, div.join a:active {
	width: 130px;
	height: 130px;
	display: block;
	top: 30px;
	left: 360px;
	text-indent: -10000px;
}
.latest_prof {
	width: 896px;
	border: 1px solid #e1e2e3;
	padding: 2px;
	margin-top: 5px;
}
.latest_img {
	width: 100px;
	height: 100px;
	padding: 2px;
	border: 1px #e1e2e3 solid;
	float: left;
	margin-left: 5px;
}
.latest_img div.caption {
	margin: 0;
	padding:0;
	position: relative;
}
.latest_img div.caption p {
	position: absolute;
	margin: 0px;
	padding: 2px;
	font-size: 12px;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: .7;
	width: 95px;
	height: 25px;
	font-weight: bold;
	color: #FFF;
	padding-left: 3px;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.latest_img div.caption img {
	margin: 0;
	padding: 0;
}
div.homepage div.members div.dataitem {
	padding-top: 0px;
}
div.homepage div.members div.image {
	text-align: center;
}
div.homepage div.news {
	margin-left: 10px;
	float: left;
	width: 420px;
}
div.homepage div.news div.dataitem {
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
div.homepage div.news div.dataitem div.image {
	padding: 0px 0px 0px 5px;
}
