
/*
	MOTT MACDONALD classic

	John Rothwell - freeform
*/

/* containers */
#containRowBottom {
	position: relative;
	height: 125px;
	width: 0px;
	clear: both;
}

#containRowMiddle {
	position: relative;
	width: 575px;
	clear: both;
}

/* middle row */
#panelHeading {
	position: relative;
	background-color: #e3e6eb;
	padding-left: 5px;
	padding-top: 5px;
	padd\ing-top: 10px;
	width: 575px;
	w\idth: 575px;
	left: 0;
	margin-bottom: 5px;
}

#panelImageHolder {
	position: absolute;
	top: 0;
	left: 175px;
	width: 435px;
}

#panelBodyCopy {
	position: relative;
	left: 175px;
	top: 0;
	width: 575px;
}

#panelBodyHeader {
	display: none;
}

#panelInFocus {
	position: relative;
	left: 0px;
	top: 0px;
	width: 135px;
	float: right;
}

#panelSitemap {
	margin-top: 20px;
}

#panelSitemap a.sub {
	font-weight: normal;
}