/* GENERAL STUFF */
body {
	font: 9pt Arial;
	margin:0px;
	padding:0px;
	color: #666666;
}
/* FIXING PADDING AND MARGINS SO IT WORKS THE SAME ON ALL BROWSERS */
p, h1 {
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
}
/* THE VARIOUS LINES ON THE HOME PAGE  */
td.bottom_line {
	border-bottom: solid 3px #999999;
	padding-left: 100px;
}

td.left_red_line {
	border-left: solid 2px #8E2430;
}
td.lines_framing_header {
	border-top: solid 2px #8E2430; border-bottom: solid 1px #8E2430;
}
td.top_blue_line {
	border-top: solid 3px #31CFFF;
}
td.top_purple_line {
	border-top: solid 3px #9933CC;
}
/* THE MAIN COLOURS USED */
.dark_red {
	color: #8E2430;
}
.dark_grey {
	color: #333333;
}
.grey {
	color: #666666;
}
.greybold {
	color: #666666;
	font-weight: bold;
	font-style: italic;
}
.light_blue {
	color: #31CFFF;
}
/* FORMAT FOR THE BLURBS */
p.blurb {
	font-size: 9pt;

}
/* HEADERS. */
h1 { /* THIS IS USED FOR THE MAIN TITLE, EG. 'OUR SERVERICES' */
	font-size: 18pt;
	margin:0px;
	padding:0px;
}
h2 { /* THIS IS A SLIGHTLY SMALLER TITLE. USED ON 'NEWS' AND 'CONTACT US AT' */
	font-size: 14pt;
	margin:0px;
	padding:0px;
}
/* IMAGE FORMATTING */
img.thumbnail {
	padding: 0px 5px 5px 0px;
}


/* CONTACT US HEADER */
.contact_us_header {
	font-size: 12pt;
}
/* CONTACT US BODY TEXT */
.contact_us_body {
	font-weight: normal;
	line-height: 1.5;
}
/* LEFT MENU BACKGROUND FOR ACTIVE PAGE */
td.left_menu_bg {
	background-color: #B67971;
}
/* LEFT MENU FORMATTING */
tr.left_menu {
	text-indent: 10px;
	height: 25px;
}
tr.left_menu_sub{
	height: 25px;
	text-indent: 20px;
}
/* AT THE MOMENT THIS IS JUST BOLDING NORMAL TEXT. USED FOR SMALL HEADERS  */
.subheader {
	font-weight: bold;
	font-size: 10pt;
	font: Arial;
}
.mainlinks {
	font-weight: bold;
	font-size: 9pt;
}
p.news_body {
	font: 9pt Arial;
	margin:0px;
	padding:0px 0px 20px 0px;
	color: #666666;
}
p.news_link_underline {
	font: 9pt Arial;
	margin:0px 0px 15px 0px;
	padding:0px 0px 15px 0px;
	color: #666666;
	border-bottom: solid 1px #999999;
	font-weight: bold;
}
.homehighlight {
	font-weight: normal;
	font-size: 10pt;
	font: Arial;
	line-height: 1.3;
}
.left_menu_category_open {
	font-weight: bold;
	color: 8E2430;
}
.subheader_red {
	font-weight: bold;
	font-size: 10pt;
	font: Arial;
	color: #8E2430;
}
.pquote {
	font: 13px;
	float: left;
	;
	color: #333333;
	background-image: url(../images/openquote.gif);
	background-repeat: no-repeat;
	background-position: top-left;
}
img.thumbnailright {
	padding: 0px 5px 5px 15px;
}

