/* Website design and implementation by futwick.co.uk */

/* stylesheet for printers */
.none {display: none;}
.screen {display: none;}
.access {display: none;}
.clearBoth {clear: both;}

/* S T R U C T U R E */
body {
	font-family: small Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	}
#header p, #network, #navigation {display: none;}
#footer {
	margin: 24px 0 0 0;
	border-top: 1px solid #000;
	padding: 4px 0 0 0;
	list-style-type: none;
	}
#footer li {
	font-style: italic;
	}

/* T Y P O G R A P H Y */
/* links */
a {
	color: #000;
	text-decoration: none;
	}
/* headings */
h1 {
	margin: 0;
	border-bottom: 1px solid #000;
	padding: 0;
	font-size: 150%;
	letter-spacing: 2px;
	font-weight: normal;
	font-variant: small-caps;
	}
#header h1 {
	margin-bottom: 36px;
	border: 0;
	font-size: 200%;
	}
h2 {
	margin: 24px 0 0 0;
	border-bottom: 1px solid #000;
	padding: 0;
	font-size: 125%;
	letter-spacing: 2px;
	font-weight: normal;
	font-variant: small-caps;
	}
h1 a {
	color: #000;
	text-decoration: none;
	}
/* paragraphs */
#content p {
	margin: 12px 0;
	/* text-align: justify; removed because of an MSIE float print bug */
	line-height: 150%;
	}
/* images */
#content img {
	float: right;
	margin: 0 0 0 16px;
	border: 1px solid #000;
	}
#content img.left {
	float: left;
	margin: 0 16px 0 0;
	}
#content ul img {
	float: none;
	margin: 0;
	}
/* tables */
table {
	margin: 8px 0 0 0;
	width:100%;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-collapse: collapse;
	}
table td, table th, table caption {
	text-align: left;
	line-height: 150%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 2px;
	}
table caption {
	border: 0;
	}
	
/* lists */
#inline {
	padding: 0;
	text-align: center;
	list-style-type: none;
	}
#inline li {
	float: left;
	margin: 0 8px 16px 8px;
	}
#content dl dt {
	font-weight: bold;
	}
#content dl dd {
	margin: 0 0 16px 0;
	text-align: justify;
	line-height: 150%;	
	}	
/* abbreviations */
abbr {
	border: 0;
	}
/* blockquote */
#content blockquote {
	float: right;
	margin: 8px 0 8px 16px;
	width: 30%;
	}
#content blockquote p {
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	padding: 8px 0;
	font-size: 150%;
	font-style: italic;
	text-align: left;
	line-height: 125%;
	}
	
	
	
/* images */
.image {
	margin: 16px 0;
	padding: 2px 2px 2px 2px !important;
	width: 510px;
	}
.insert {
	float: right;
	margin: 16px 0 0 8px;
	padding: 2px 2px 2px 2px !important;
	border: 0px;
	width: 300px; /* width of image + border */
	}
.insertLeft {
	float: left;
	margin: 16px 8px 0 0;
	}
.insert h4, .image h4 {
	font-size: 100%;
	margin: 0 4px !important;
	}
.insert p, .image p {
	font-size: 95%;
	line-height: 115% !important;
	float: none;
	}
.image p {
	font-weight: bold;
	}

.insert p {
	margin: 4px !important;
	}
.image p {
	margin: 2px 0 !important;
	}
.insert img, .image img {
	border: 1px solid;
	vertical-align: bottom;
	margin: 0;
	}


#homes .insert {
	width: 102px;
	}
