﻿body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
}
.links {
	color: #0026FF;
	text-decoration: none
}
.links:hover {
	text-decoration: underline
}
.nav_links {
	color: #000000;
	text-decoration: none
}
.nav_links:hover {
	color: #0026FF;
	text-decoration: none
}
.navigation_item {
	position: relative;
	width: 240px;
	float: left;
	margin: 0px 8px 0px 9px;
	border-bottom: 1px #CCCCCC dashed;
	height: 22px;
	line-height: 22px;
	background-image: url('http://usocial.net/images/navigation/nav_arrow.gif');
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 12px;
	padding: 0px 0px 0px 10px;
}
.nav_text {
	position: relative;
	width: 260px;
	float: left;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
}
.link_group_green {
	position: relative;
	width: 250px;
	float: left;
	margin: 10px 0px 0px 9px;
	height: 50px;
	background-image: url('http://usocial.net/images/services.png');
	background-repeat: no-repeat
}
.link_group_blue {
	position: relative;
	width: 250px;
	float: left;
	margin: 10px 0px 0px 9px;
	height: 50px;
	background-image: url('http://usocial.net/images/resources.png');
	background-repeat: no-repeat
}
.link_group_pink {
	position: relative;
	width: 250px;
	float: left;
	margin: 10px 0px 0px 9px;
	height: 50px;
	background-image: url('http://usocial.net/images/blog.png');
	background-repeat: no-repeat
}
.newsitem {
	position: relative;
	width: 100%;
	float: left;
	margin: 15px 0px 0px 0px;
}
.news_image {
	position: relative;
	width: 198px;
	border: 1px #cccccc solid;
	float: left;
	height: 160px;
}
.website_region {
	position: relative;
	width: 1000px;
	margin: auto;
}
.news_title {
	position: relative;
	width: 470px;
	float: left;
	margin-left: 30px;
	height: 25px;
	line-height: 25px;
	color: #0026FF;
	font-size: 16px;
}
.news_text {
	position: relative;
	width: 470px;
	float: left;
	margin: 10px 0px 0px 30px;
	line-height: 18px;
	font-size: 12px;
	color: #343434;
}
.news_link {
	position: relative;
	width: 100%;
	float: left;
	height: 20px;
	line-height: 20px;
	text-align: right;
	color: #0026FF;
	font-size: 12px;
}