/**
 * MDLF CSS
 *
 * @filename    print.css
 * @author      Simon Mills
 * @date        2009-05-01
 * @copyright   Liquid Light Digital Ltd.
 * @url         http: //www.liquidlight.co.uk
 */

div#search-box,
div.movie,
ul.primary-nav,
div#tabs,
div#footer,
ul.secondary-nav,
div#breadcrumb,
a.inner-link,
form {
	display: none
}
body {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #333;
}
a {
	color: #478638;
}
div#logo a {
	width: 100%;
	clear: both;
	display: block
}
div#logo a img {
	display: block;
	clear:both;
	border: none;
	margin-bottom: 20px;
	float: left;
}
div#banner {
	clear:both;
}
div.column-one,
div.column-two,
div.column-three {
	clear:both;
	margin-bottom: 15px;
}
img {
	float:right;
	margin: 0 0 20px 20px;	
}

/* news */
div.news-list {
	border-bottom: 1px solid #eee;
}

/* Case study */
div.case-study {
	height:106px;
	clear:both;
	display:block;
	margin-bottom: 15px;
}
div.case-study div.left {
	width:70%;
	float:right;
}
div.case-study div.left div.wrapper {
	padding: 0;
}
div.case-study div.right {
	width: 25%;
	float: left;
	position: static;
}
div.case-study img {
	float:left;
	margin: 0;
}

/* Testimonial quote */
div.testimonial-quote div.left {
	width:85%;
	float:right;
}
div.testimonial-quote div.left div.wrapper {
	padding: 0;
}
div.testimonial-quote div.right {
	width: 15%;
	float: left;
	position: static;
}
div.testimonial-quote img {
	float:left;
	margin-bottom: 15px;
}


div.mission {
	margin-bottom: 20px;
}
div#footer-routing div.column-three div.testimonial-quote {
	clear:both;	
}
div#footer-routing div.column-three div.testimonial-quote img {
	margin: 0;
}