/*-----------------------------------------------------------------------
//
//	Aldrock Surveyors Ltd
//
//	by DPI 21 Ltd - http://www.dpi21.com
//
//  Copyright 2008 DPI 21 Ltd. This code cannot be redistributed without
//  permission from http://www.dpi21.com
//
// ---------------------------------------------------------------------
//	Print Style Sheet
// --------------------------------------------------------------------*/

* {
	margin: 0 ;
	padding: 0;
	border: 0;
}


body {
	font: 11px Arial, Helvetica, sans-serif;
	color: black;
	margin: 0;
}

#margin-left, #margin-right, #mainNav, #banner, #skipNav, #strapline, #call, #newsletter, #footerContainer, #logo {
	display: none;
}

#wrapper, #contentContainer, #footer, #overflow, #footerNav {
	width: 880px;
}

#contentContainer {
	padding: 5px;
}

a:link, a:active, a:visited {
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* @group Headings */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 18px;
	border-bottom: 1px solid #666666;
	padding: 5px 0px;
	margin-bottom: 5px;
}

h2 {
	font-size: 15px;
	padding: 5px 0px;
	line-height: 18px;
}

h3 {
	font-size: 14px;
	padding: 5px 0px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

/* @end */


#contentContainer, #logo, #column1, #overflow, #contactDetails, #column2 {
	float: left;
}

#column1 {
	width: 880px;
	padding: 10px;
}

#column1 p, #column2 p {
	line-height: 16px;
	padding: 5px 0px;
}

#column2 {
	width: 880px;
	padding: 0px 10px 10px 10px;
}