/*
--------------------------------------------------
Sure Communication - Print Styles
Last revised 2010/06/03 by ajcolburn@sur.co.uk
--------------------------------------------------
HEX COLOUR PALETTE

--------------------------------------------------
CALCULATIONS

960/2 = 480
960/3 = 320
960/4 = 240
960/6 = 160

--------------------------------------------------

TEMPLATE STYLES

--------------------------------------------------
*/

body {
	background: #FFF;
	color: #392133;
	text-align: left;
}

#page {
	margin: 0;
	text-align: left;
	width: 100%;
}

#content, #content .inner {
	width:100%;
	margin:0;
	padding:0;
}

#subheader, #subheader_home, #header, #content .content_right, #footer, .print {display:none;}

#directions {
	width:100%;
	height:auto;
	float:none;
	overflow-y:inherit;
}

.map,
.map_with_directions {
	display: none;
}