/* Print Stylesheet
-----------------------------------------------------------------------------
version:   1.1
date:      24/01/2009
author:    Chris Beale
website:   http://www.totalofficetechnologies.co.uk
*/

/* Basic Elements
-----------------------------------------------------------------------------*/

body {
	background: #fff url("/img/background-body.jpg") top left no-repeat;
	color: #000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}

img {
	border: 0px;
	margin: 0;
	padding: 0;
}

/* Display None
-----------------------------------------------------------------------------*/

.nav, #colSub, .submenu, #nbs, #social {display: none;}

/* Typography
-----------------------------------------------------------------------------*/

h2 {
	color: #666;
	text-align: left;
	text-transform: lowercase;
}
	
.heading {
	color: #0066ff;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
	text-transform: lowercase;
}
	
.subHeading {
	color: #003399;
	font-size: 110%;
	text-align: left;
}
	
.small {
	color: #000;
	font-size: 80%;
}
	
a, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;}

.bodyText {font-size: 95%;}

td, td a, td a:visited {
	color: #000;
	font-size: 85%;
	text-decoration: none;
}
td a:hover {
	color: #333;
	text-decoration: underline;}

.sectionText {padding: 0 8px 0 0;}

#colMain #tableMore td {padding: 20px 0 0 0;}

/* Layout
-----------------------------------------------------------------------------*/

#container {
	border-top: 1px #ccc solid;
	clear: both;
	margin: 0 auto;
	padding: 20px 0 30px 0;
}

#footer {
	border-top: 1px #ccc solid;
	clear: both;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: left;
}

#footnotes {margin: 30px 0 0 0;}

