#mainImage {
	position: relative;
	margin: 0 auto;
	width: 860px;
	height: 100px;
	background: url('/images/company/main-image.png');
}

.companyTitle {
    margin-bottom: 20px;
}

#companyContent {
    width: 590px;
    float: left;
}

.companyDetails {
    margin-bottom: 30px;
}

.companyImage {
    float: left;
    height: 64px;
    width: 64px;
}

.companyText {
    margin-left: 75px;
}

.companyText p {
    margin-bottom: 0.75em;
}

.companyHeading {
    font-weight: bold;
    font-size: medium;
    margin-top: 20px;
    margin-bottom: 10px;
}

.section {
    margin-top: 40px;
    margin-bottom: 40px;
}

#meetInvestors {
    padding-bottom: 30px;
}

hr {
    border: 0;
    width: 90%;
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    clear: both;
    margin: 0px auto;
}

.employee {
    background: #EDF2F6;
    border: thin solid #AAA;
    padding: 15px 15px 5px 15px;
    margin: 5px 0px 15px 0px;
}

.employeePhoto {
	float: left;
	width: 125px;
	height: 125px;
}

.employeeText {
    margin-left: 150px;
}

.employeeName {
	font-size: medium;
	font-weight: bold;
    margin-top: 0.2em;
    margin-bottom: 1em;
}

.employeeBio p {
    margin-bottom: 1em;
}

.employeeSocial {
    margin-bottom: 10px;
}

.employeeSocialItem {
    float: left;
    min-width: 110px;
}

.employeeSocialIcon {
    float: left;
    padding-right: 10px;
}

hr {
    border: 0;
    width: 80%;
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    clear: both;
}

#aboutCompany {
    margin-bottom: 40px;
}
