div#approach-behind {
	position: absolute;
	top: 414px;
	left: 290px;
	width: 630px;
	height: 600px;
	background-color: #afd7e4;
}

div#approach-content {
	clear: both;
	min-height: 720px;
	background: url(/_images/approach/bg.jpg) no-repeat top left;
}

div#approach-content-inner {
	display: inline; /* IE double float margin fix */
	position: relative;
	z-index: 100;
	float: right;
	width: 605px;
	margin: 239px 20px 0 0;
	padding: 30px 0 60px;
	background-color: #f1f1f1;
	color: #71747b;
}

div#approach-content-inner h2, div#approach-content-inner p {
	margin: 0 19px 19px 19px;
}

div#approach-content-inner h2 {
	font-weight: bold;
}

div#approach-content-inner img {
	margin-bottom: 42px;
}



/** Office overrides **/
body.office div#approach-behind {
	background-color: #d35443;
}

body.office div#approach-content {
	background-image: url(/_images/office/efficient-office/bg.jpg);
}

body.office div#approach-content-inner {
	background-color: #d3dcde;
}

body.office div#approach-content-inner img {
	margin-left: 4px;
}



/** Public spaces overrides **/
body.public-spaces div#approach-behind {
	background-color: #6aaae6;
}

body.public-spaces div#approach-content {
	background-image: url(/_images/approach/public-spaces-bg.jpg);
}

body.public-spaces div#approach-content-inner {
	background-color: #fff;
}

body.public-spaces div#approach-content-inner img {
	margin-left: 5px;
}
