.userProfileSectionWrapper{
	width: 100%;
}

.userProfileWebsiteWrapper{
	width: 223px;
	float: left;
}

.companyProfileWebsiteContainer{
	width: 223px;
	margin-right: 10px;
}
.userProfileWebsiteContainer{
	width: 223px;
	margin-right: 10px;
	border-right: 1px solid #EEEEEE;
}

.companyProfileWebsite{
	float: left;
    font-family: helvetica, arial,sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	margin-left: 10px;
	padding-right: 20px;
    margin-bottom: 7px;
}
.companyProfileWebsite a, .companyProfileWebsite a:visited, .companyProfileWebsite a:active{
	text-decoration:none;
	color:#1b70b1;
}
.companyProfileWebsite a:hover{
	text-decoration:underline;
}
.userProfileWebsite{
	float: left;
    font-family: helvetica, arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	margin-left: 10px;
	padding-right: 20px;
    margin-bottom: 7px;
}

.userProfileWebsite a{
	color:#444;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

.userProfileWebsite a:hover{
	border-bottom: 1px solid #999;
}

.userpublictelephone{
	width: 100%;
	float: left;
	color:#444;
	font-family: helvetica, arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	margin-left: 10px;
	margin-bottom: 7px;
	padding: 0;
}
