/* CSS Document */

body
{background-color: #548DD4;
margin: 0pt;
margin-top: 0pt;
min-height: 101%;
}

html 	{height: 100%;}


#container {   /* box round complete page */
	width: 875px;			
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px solid #000080;
	}
	
#top {
background-image:url(images/other-top.gif);
background-repeat:no-repeat;
height: 120px;
width:875px}

#tel {
color: #ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size: 18pt; 
text-align: right;
padding-right: 10px;
padding-top: 3px;
padding-bottom: 3px;
background-color:#364256;
height: 24px}
	

.mainbox	/* background box for main text */
{max-height: 750px;
background-color: white;
border-style: solid;
border-width: 1pt;
padding: 1;
border-color: #E3E6E7;
color: #433F3F;
font-family: Arial, Tahoma, Sans-Serif, Helvetica;
font-size: 10pt;
}


/* Main text */
.textcontainer
{padding-left: 8pt;
padding-right:3pt;
font-family:  Arial, Tahoma, Sans-Serif, Helvetica;
font-size: 11pt;
height: 500px;}

.textcontainer a:link, .textcontainer a:active, .textcontainer a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #1E3344;
	}

.textcontainer a:hover {
	color: #F26D1C;
	text-decoration: underline;
	}
	
	
.box   /* this is framing the main coloured area of text */ 
{border: 1px solid #AC8E78;
background-image: url(images/mid-bgrnd2.jpg);
width:530px;
font-family: Sans-serif, Arial;
}

.main				
{border: 1px solid #AC8E78;
background-color: #ffffff;
padding-left: 0px;
padding-right: 0px;
color: #1E3344;
min-height: 500px;}






.h1 { /* title ot top of page */
font-family:  Arial, Tahoma, Sans-Serif, Helvetica;
font-size: 12pt;
color: black;
text-align:center;
font-weight:bold;}

.h2 /* orange text */
{font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: orange;
font-weight:bold;
font-family: Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
}

/* Quote Form */
.quote {
font-family: Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
font-size: 10pt;
color: #433F3F;
}

/* Link style for faq's answer */
.faqa {
font-family: Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
font-size: 10pt;
color: #1E3344;
font-weight: normal;
text-decoration: none;
}

.faqa a:link, .faqa a:active, .faqa a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #1E3344;
	}

.faqa a:hover {
	color: #F26D1C;
	text-decoration: underline;
	}

.askform {
font-family: Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
font-size: 10pt;
color: #433F3F;
}






.copyright			/* copyright text */
{font-size: 10pt;
color: #8F9381;
}
.buzzweb			/* designed by Buzz */
{font-size: 9pt;
text-decoration: none;
color: #8F9381;
text-align: right}

