
/*  START LEADERSHIP  */

#leadershipContainer {
	float:right;
	width:690px;
	font-size: 11px;
	color: #464646;
	margin-top: 20px;
}
.leadershipEntryContainer {
	clear:both;
	display:inline-block;
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:1px dotted #5b5a5b;
}
.leadershipImage {
	float:left;
	width:125px;
	text-align:center;
	vertical-align:middle;
	margin-right:30px;
	margin-bottom:10px;
}
.leadershipImage img{
	border:#e3e2e2 1px solid;
}
.leadershipContentContainer {
	float:left;
	width:500px;
}
.leadershipName {
	font-weight:bold;
	letter-spacing: 1px;
}
.leadershipTitle {
	
}
.leadershipBody {
	margin-top: 10px;
	line-height: 150%;
}
.leadershipBody p {
	margin-top:10px;
	margin-bottom:0px;
}

/*  END LEADERSHIP  */

/*  START PORTFOLIO  */
#portfolioContainer {
	float:right;
	width:690px;
	font-size: 11px;
	color: #464646;
	margin-top: 20px;
}
.portfolioEntryContainer {
	clear:both;
	display:inline-block;
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:1px dotted #5b5a5b;
}
.portfolioImage {
	float:left;
	width:126px;
	height:115px;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	margin-right:30px;
	margin-bottom:10px;
}
.portfolioImage img{
	border:#e4e3e3 1px solid;
}
.portfolioContentContainer {
	float:left;
	width:500px;
}
.portfolioTitle {
	font-weight:bold;
	letter-spacing: 1px;
}
.portfolioBody {
	margin-top: 10px;
	line-height: 150%;
}

/*  END PORTFOLIO  */

/*  START PRINCIPLES  */

#principlesContainer {
	font-family:Verdana, Geneva, sans-serif;
	color: #5b5a5b;
	font-size:10px;
	line-height:160%;
	float:right;
	width:692px;
	margin-top:50px;
	margin-right:10px;
}
.contactDivide {
	width:100%;
	border-top:#999 1px dotted;
	margin-top:5px;
	margin-bottom:5px;
}
.tableRow {
}
.odd {
	background-color:#f0f0f0;
}
.heightCrutch {
	float:left;
	min-height:100px;
	margin-right: 100px;
}
.principlesListSpacer {
	width: 40px;
}
.principlesPointContent {
	padding-left: 40px;
}

/*  END PRINCIPLES  */

/*
 *  START OUR TEAM
 */

.teamHeightCrutch {
	height:20px;
}

.ourTeamContent {
}

.teamListSpacer {
	width:10px;
}

.ourTeamContent a {
	text-decoration:none;
	color:#5B5A5B;
}

/*
 *  END OUR TEAM
 */