.profile-container {
	clear: both;
	margin: 0 auto 1em;
	border-bottom: 1px solid #000;
}
.profile-container table {
	border-collapse: collapse;
}
.profile-container td {
	padding: 0;
}
.profile-container .full-width {
	width: 740px;
	margin: auto;
}
.profile-container .half-width {
	width: 600px;
	margin: auto;
}
.profile-container .third-width {
	width: 450px;
	margin: auto;
}
.profile-container h1,  .profile-container h2, .profile-container h3 {
	background: transparent;
	color: #000;
	margin: 0 auto;
}
.profile-container .company-title {
	margin-bottom: 5px;
	padding: 5px;
	border: 2px solid #000;
	-moz-border-radius: 10px;
}
.profile-container .columns {
	position: relative;
}
.profile-container .columns .col-2of3 {
	position: absolute;
	width: 34%;
	top: 0;
	left: 33%;
	text-align: center;
}
.profile-container .columns .col-3of3 {
	position: absolute;
	width: 33%;
	top: 0;
	left: 67%;
	text-align: right;
}
.profile-container .box-sectors {
	border: black solid 2px;
	margin-bottom: 5px;
	padding: 5px 0 5px 10px;
	min-height: 3.8em;
	-moz-border-radius: 20px;
}
.profile-container .box-sectors h3 {
	text-align: center;
	padding-right: 5px;
}
.profile-container .box-sectors table {
	width: 100%;
}
.profile-container .box-sectors td {
	vertical-align: top;
}
.profile-container .box-sectors td.half {
	width: 50%;
}
.profile-container .box-sectors td.third {
	width: 33%;
}
.profile-container .box-sectors ul {
	padding: 0;
	margin: 0;
}
.profile-container .box-sectors ul.none {
	list-style-type: none;
}
.profile-container .box-sectors ul.bullet {
	list-style-position: inside;
}
.profile-container .box-sectors li {
	padding: 0;
	margin: 0;
}
.profile-container div.tight-bottom p {
	margin-bottom: 0;
}