/*Hide the non-active menus for the other two sides*/
#caseStudiesMJP, #caseStudiesMRM
{
	display: none;
}

#n5 a
{
	background-color: #347c2b;
}

#col1
{
	float: left;
	width: 226px;
	margin-right: 2px;	
}
#col2
{
	float: left;
	width: 504px;
	margin-right: 2px;
}
#col3
{
	float: left;
	width: 226px;	
}

ul.menu a
{
	/*Make unselected menu light grey*/
	color: #787878 !important;
}

ul.menu li.current a
{
	color: #3a3a3a !important;	
}


/*Alter the color and spacing of the central column*/
#col2 .box
{
	background-color: #f6feef;
	color: #3b3b3b;
	
	background-image: url(../images/background.caseStudies.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	
	padding: 11px 24px 24px 24px;
}

/*Set up the font styles for the main copy*/
.morePadding
{
	padding-right: 64px;
}

.itemContent
{
	padding-bottom: 17px;
	margin-bottom: 17px;
}

#col2 h2
{
	font-size: 140%;
	line-height: 120%;
	font-weight: normal;
	color: #347c2b;
	margin: 0px 0px 5px 0px;
}
#col2 h2+h3
{
	margin-top: 0px;
}
#col2
{
	line-height: 110%;
}

#col2 p img
{
	float: left;
	margin: 5px 10px 5px 0px;
}

p.strapLine
{
	color: #0f7caa;
	font-size: 130%;
	font-weight: normal;
	
	margin: 5px 0px 5px 0px;
	padding: 8px 64px 8px 0px;
	
	border-top: 1px solid #d7ded9;
	border-bottom: 1px solid #d7ded9;
}