/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*

   GPF styles.
   
   Include this in your page header and alter to suit.

   Authors:
	   Name  : Hugh Field-Richards, Ian Field-Richards
	   Email : hsfr@hsfr.org.uk, ifr@sevenseventyfour.com

-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

   Date                   Who        Changes
   ==========================================================================

   31st July 2006         HSFR       Added single image class.
   26th April 2009        HSFR       Added left align to body.

*/

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*
   The overall fonts, background etc.
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: black;
	background-color: #414b37;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
}

body a:link {  color: #660032;  text-decoration: none}
body a:visited {  color: #660032;  text-decoration: none}
body a:hover {  color: #000000;  text-decoration: underline}
body a:active {  color: #660032;  text-decoration: none}

/* Note id prefix here */
#mainImage {
	background-position:	left;
	background-repeat:	no-repeat;
	height:					199px; /*important*/
}

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*
   Single images are displayed centred
*/

.singleImagePanel {
	margin: 15px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
   text-align: center;
}

/* ------------------- Body styles -------------------------- */
/*
   normalPara is the normal <t:p> style
*/

.normalPara {
	margin: 10px 0px 0px 0px; 
	font-size: 100%;
}

.heading-1 {
	margin: 15px 0px 0px 0px; 
	font-size: 120%;
	font-weight: bold;
}

.heading-2 {
	margin: 15px 0px 0px 0px; 
	font-size: 100%;
	font-weight: bold;
}

.heading-3 {
	margin: 10px 0px 0px 0px; 
	font-size: 90%;
	font-style:italic;
}

.listItem {
	margin: 0px 0px 0px 0px; 
	font-size: 12px;
	color: #000000;
}

div.importantNews .listItem {
	margin: 0px 0px 0px 0px; 
	font-size: 12px;
	color: #ffffff;
}

.contentsPanel {
   padding: 0px 10px 0px 0px;
}

/* ------------------- FAQs -------------------------- */

.faqContents {
	border-bottom: 1px solid #56554a;
	margin: 5px 0px 0px 0px;
	padding:			10px 0px 10px 0px;  /* top right bottom left */
	font-weight:	bold;
	color:			#610012;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		90%;
}

.faqContentsItem {
	padding: 3px 0px 0px 10px;  /* top right bottom left */
	margin: 0px 0px 0px 0px;
}

.returnToTop {
	text-align: right;
	font-style: italic;
}

/* ------------------- Includes -------------------------- */

.gpfLOGO {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}

.gpfLOGO a:link {  color: #ffffff;  text-decoration: none}
.gpfLOGO a:visited {  color: #ffffff;  text-decoration: none}
.gpfLOGO a:hover {  color: #d0a57c;  text-decoration: none}
.gpfLOGO a:active {  color: #ffffff;  text-decoration: none}

.gpfLOGOalt {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
}
.gpfLOGOalt a:link {  color: #ffffff;  text-decoration: none}
.gpfLOGOalt a:visited {  color: #ffffff;  text-decoration: none}
.gpfLOGOalt a:hover {  color: #d0a57c;  text-decoration: none}
.gpfLOGOalt a:active {  color: #ffffff;  text-decoration: none}

.BannerLINKS {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.BannerLINKS a:link {  color: #B8CAC8;  text-decoration: none}
.BannerLINKS a:visited {  color: #B8CAC8;  text-decoration: none}
.BannerLINKS a:hover {  color: #d0a57c;  text-decoration: underline}
.BannerLINKS a:active {  color: #B8CAC8;  text-decoration: none}

.footer {
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	color: #b8cac8;
	background-color: #414b37;
	text-align: center;
}
.footer a:link {  color: #B8CAC8;  text-decoration: none}
.footer a:visited {  color: #B8CAC8;  text-decoration: none}
.footer a:hover {  color: #d0a57c;  text-decoration: underline}
.footer a:active {  color: #B8CAC8;  text-decoration: none}

.footerAlt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	color: #d0a57c;
	background-color: #414b37;
	text-align: center;
}

/* ------------------- Content -------------------------- */

.ContentBKGRD {
	background-color: #b8cac8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #414b37;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #414b37;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	height: 400px;
}

.ContentHeader {
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.ContentNEWSborder {
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #414b37;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #414b37;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	color: #000000;

}

.W3CLogos {
	background-color: #D1E5E2;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #000000;
	text-align: center;
}

/* ------------------- News panel -------------------------- */
/*
*/

.ContentNEWSheader {
	background-color: #660032;
	font-size: 120%;
	font-weight: bold;
	color: white;
	padding: 0px 0px 0px 5px;   /* top right bottom left */
	margin: 0px 0px 0px 0px;
	text-align: left;
}

.ContentNEWSheaderAlt {
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}

.ContentNEWS {
	background-color: #D1E5E2;
	padding: 5px 5px 5px 5px;   /* top right bottom left */
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 5px 0px 0px 0px;
	text-align: left;
}

.newsReadMore {
	font-size: 90%;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	text-align: right;
}

.RSSCell {
	margin: 25px 0px 5px 0px;
	text-align: center;
}

.palooseCell {
	margin: 25px 0px 80px 0px;
	padding: 0px 0px 0px 15px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
}

.importantNews {
	background-color: #414b37;
	text-align: center;
	margin: 15px 15px 5px 5px;
	font-size: 12px;
	color: #ffffff;
	width: 90%; }
	
.importantTitle {
	background-color: #660032;
	font-size: 14px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	color: #ffffff; }
	
.important {
	text-align: left;
	padding: 5px 5px 5px 5px;
	}
	
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
/* For Sale */

.forSaleTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.forSalePrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* Quoted Text */

.paraQuote {
   text-align: left;
	font-size: 100%;
	font-style: italic;
	padding: 5px 15px 2px 15px;
}

.charQuote {
	font-style: italic;
}

.whoQuote {
	font-style: normal;
	padding: 0px 0px 0px 15px;
}

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
/* Centred images/caption */

.centredImage{
   text-align: center;
}

.centredCaption{
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
   text-align: center;
}

/* ------------------- Contact Details -------------------------- */

.contactDetails {
	border-width: 1px;
	border-style: solid;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.contactLabel {
	top: 0px; 
	right: 0px; 
	width: 120px; 

	border-width: 1px;
	border-style: solid;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.contactValue {
	top: 0px; 
	left: 120px; 
	width: 300px; 

	border-width: 1px;
	border-style: solid;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


.conformanceBox {
	border-top:		1px solid #56554a;
	margin:			15px 0px 5px 0px;  /* top right bottom left */
	padding:			5px 0px 5px 0px;  /* top right bottom left */
	font-weight:	bold;
	color:			#610012;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		10px;
	width: 100%;
}

.conformanceBoxCell {
   text-align: center;
}
