#center_column {
	padding-top: 8px;
}

#center_column h1, #center_column h1 span {
	display: block;
	height: 35px;
	position: relative;
	top: 0; left: 0;
	width: 252px;
} 

#center_column h1 span {
	position: absolute;
	background: url(../images/home-how-we-do-it.png) top left no-repeat;
}

#center_column p.large {
	font-size: 12px;
	margin-top: 10px;
}

#center_column p {
	width: 83%;
	margin-top: 12px;
}

#hwdo_info {
	margin-top: 18px;
	background-color: #f8eae8;
	padding: 12px;
}

#hwdo_info h2, #hwdo_info h2 span {
	display: block;
	height: 15px;
	position: relative;
	top: 0; left: 0;
	width: 253px;
} 

#hwdo_info h2 span {
	position: absolute;
	background: url(../images/how-we-do-it-sub-title.png) top left no-repeat;
}

#hwdo_info p {
	width: 97%;
}

#hwdo_info .red {
	color: #bf3019;
	font-weight: bold;
}

#hwdo_info .subtitle {
	font-weight: bold;
}

#hwdo_info ul {
	margin-top: 8px;
}

#hwdo_info li {
	border-bottom: 4px solid #bf3019;
	padding: 10px;
	background-color: #d8d8d8;
	margin-top: 10px;
	height: 105px;
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	top: 0; left: 0;
}

#hwdo_info li.keith_cottam {
	background-image: url(../images/keith-cottam.jpg);
	background-position: 3px 0;
}
#hwdo_info li.gareth_self {
	background-image: url(../images/gareth-self.jpg);
}
#hwdo_info li.debbie_doherty {
	background-image: url(../images/debbie-doherty.jpg);
}

#hwdo_info li h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1em;
	color: #bf3019;
	margin-top: 10px;
}

#hwdo_info .contact_info {
	position: absolute;
	bottom: 15px; left: 10px;
	width: 350px;
}

#hwdo_info .contact_info p {
	margin-top: 0;
	font-size: 15px;
	line-height: 1.2em;
}

#hwdo_info .contact_info .name {
	font-weight: bold;
}

#case_studies {
	padding: 12px 0 30px 0;
}

.case_study_links a {
	margin-left: 0;
	margin-right: 7px;
}

/* POPUP */
#popup {
	padding: 18px 38px 40px 38px;
	background: url(../images/case-study-bg.jpg) top right no-repeat;
}

#center_column #popup {
	background-color: #d1d2d4;
	padding-bottom: 60px;
}

#popup h4 {
	font-weight: bold;
	margin-bottom: 35px;
}

#popup h1 {
	border-bottom: 4px solid #bf3019;
	padding-bottom: 12px;
	margin-bottom: 20px;
	padding-bottom: 7px;
	text-indent: -9999px;
}

#popup h1, #popup h1 span {
	display: block;
	height: 35px;
	position: relative;
	top: 0; left: 0;
	width: 100%;
} 

#popup h1 span {
	position: absolute;
	background-position: top left;
	background-repeat: no-repeat;
}

#popup h1.case_study_one span {
	background-image: url(../images/case-study1.png);
}
#popup h1.case_study_two span {
	background-image: url(../images/case-study2.png);
}
#popup h1.case_study_three span {
	background-image: url(../images/case-study3.png);
}

#popup p {
	margin: 0 0 1.2em 0;
	width: auto;
}

#popup h5 {
	font-weight: bold;
	color: #bf3019;
}

#popup a {
	color: #000;
}

#popup ul {
	margin-left: 14px;
}

#popup li {
	list-style: disc outside;
	color: #bf3019;
}

#popup li span {
	color: #000;
}