/* This is a class 'cos an id can only be used once and creates a right hand column*/
.box {
	width: 170px;
	float: right;
	padding-bottom: 10px;
	padding-right: 7px;
	background: url(../graphics/bot.jpg) no-repeat left bottom;
	margin-bottom: 20px;
}
/* H2 tag must go between divs used for box and boxinner */
.box h1 {
	background: url(../graphics/top.jpg) no-repeat right top;
	background-color: #eef5f9;
	color: #002c61;
	height: 32px;
	padding: 5px 10px 0 10px;
}
/* This is a class 'cos an id can only be used once */
.boxinner {
	background-color: #eef5f9;
	padding-bottom: 5px; 
	border-right: 3px solid Silver;
	margin-right: 1px;
	margin-top: -27px;
}

.box p {	
	padding: 0 10px 0 10px;
}
/* This is a medium sized box to be used with the above box */
.boxlarge {
	width: 390px;
	margin-left: 10px;
	float: left;
	padding-bottom: 155px;
	background: url(../graphics/botlarge1.jpg) no-repeat left bottom;
}
.boxlarge h1 {
	background: url(../graphics/toplarge.jpg) no-repeat right top;
	color: #fff;
	line-height: 20px;
	height: 33px;
	padding: 5px 10px 0 10px;
}
.boxlargeinner {
	padding-bottom: 5px;
	padding-right: 5px;
	border-right: 3px solid Silver;
	margin-right: 1px;
	margin-top: -27px;
}

.boxlarge p {	
	padding: 0 10px 0 10px;
}
/* This is a page sized box to be used on its own, 
	boxpage is a general page, 
	boxpage2 is consulting,
	boxpage3 is management services,
	boxpage4 is interim management,
	boxpage5 is project management */
.boxpage {
	width: 560px;
	margin: auto;
	padding-bottom: 135px;
	background: url(../graphics/botpage1.jpg) no-repeat left bottom;
}
.boxpage2 {
	width: 560px;
	margin: auto;
	padding-bottom: 135px;
	background: url(../graphics/botpage2.jpg) no-repeat left bottom;
}
.boxpage3 {
	width: 560px;
	margin: auto;
	padding-bottom: 135px;
	background: url(../graphics/botpage3.jpg) no-repeat left bottom;
}
.boxpage4 {
	width: 560px;
	margin: auto;
	padding-bottom: 135px;
	background: url(../graphics/botpage4.jpg) no-repeat left bottom;
}
.boxpage5 {
	width: 560px;
	margin: auto;
	padding-bottom: 135px;
	background: url(../graphics/botpage5.jpg) no-repeat left bottom;
}
/* if any further pages are added that require a different 'botpage.jpg' 
	image the the appropraite 'boxpage h2' must be added to the list. */
.boxpage h1, .boxpage2 h1, .boxpage3 h1, .boxpage4 h1, .boxpage5 h1 {
	background: url(../graphics/toppage.jpg) no-repeat right top;
	color: #ffffff;
	line-height: 20px;
	height: 33px;
	padding: 5px 10px 0 10px;
}
.boxpageinner {
	padding-bottom: 5px;
	padding-right: 5px;
	border-right: 3px solid Silver;
	margin-right: 2px;
	margin-top: -27px;
}
.boxpage p, .boxpage2 p, .boxpage3 p, .boxpage4 p, .boxpage5 p {	
	padding: 0 10px 0 10px;
}

.case {
	float: right;
	width: 170px;	
	padding-bottom: 10px;
	padding-right: 7px;
	margin-bottom: 20px;
}