﻿/* Remove unwanted elements */
#header, #nav, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
#body
{
width: 100%; margin: 0; float: none;
}

/* Change text sizes and padding for printing */
p {
	font-size: 1em;
	line-height: 1.125em;
}

p.quote
{
	font-size: 1.25em;
	line-height: 1.375em;
	padding: 0.5em 1em 0.5em 1em;
}

p.callout
{
	font-size: 1.6em;
	color: #444;
}

h1 {
	font-size: 1.75em;
	margin: 0 0 1em 0;
}

h2 
{
	font-size: 1.375em;
	margin: 1em 0 1em 0;
}

ul 
{
	font-size: 0.875em;
}

section.callout-top
{
	 padding: 1.5em 0 1.5em 0;
}

section.services
{
	padding: 1em 0 1em 0;
}




	

/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000 
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}