/* Flexible CSS development by HotScot Technology www.hotscot.net */
body /* Page colour */
{
	background: #ABC6DB url(../images/bg.gif);/* C */
	margin: 0px; /* C */
	padding: 0px; /* C */
	
}
p /* Body text paragraph formatting only - See content1 for font */
{
	margin: 0px; /* C */
	padding-bottom: 15px; /* C */
}
.pbold 
{
	margin: 0px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
}
#container
{
	position: relative;
	display: block;
	width: 750px;
	margin: 0px auto 0 auto; /* Aligns to center */
}
#header /* Leader graphic behind H1 and H2 tags */
{
	margin: 0px auto 0 auto;
	padding:0px;
	width: 750px;
	height: 149px; /* C */
	background:  url("../images/header.jpg") no-repeat;/* C */

}
#main
{
	margin: 0px;
	padding:0px;
	background: #F4F4F4;
	height:auto;
	width:750px;

}
#navigation
{
	margin: 0px;
	padding:0px;
	height: 32px;
	}
#mainl
{
	margin-top: 0px;
	padding:0px;
	height: 32px;
}

#contentzone
{
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 750px;
}
#footer /* Footer Space */
{
	position: relative;
	margin: 0px auto 0px auto;
	padding: 4px;
	width: 742px;
	text-align: center;
	background: #F4F4F4; /* C */
	border-bottom: none; /* C */
}
#footertext, #footertext a:link, #footertext a:visited /* C */
{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
}
#footertext a:hover  /* C */
{
	text-decoration: underline;
}
#address, #addressc /* Address space formatting */
{
	clear: both;
	width: 740px;
	position: relative;
	padding: 5px;
	border-top: 4px solid #CCCCCC; /* C */
	background: #F4F4F4; /* C */
	text-align: center; /* C */
	text-decoration: none; /* C */
}
#address a:link, #address a:visited, #addressc a:link, #addressc a:visited /* C */
{
	color: #333;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#address a:hover, #addressc a:hover  /* C */
{
	text-decoration: underline;
}
#address li, #addressc li
{
	color: #333; /* C */
	font-family: Arial, Helvetica, sans-serif; /* C */
	font-size: 11px; /* C */
	font-weight: normal; /* C */
	text-indent: 0px;
	letter-spacing: 1px; /* C */
	display: inline;
	padding-right: 10px;
}
#address ul, #addressc ul
{
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	list-style-type: none;
}
#content1 /* Main body of the page text formatting */
{
	float: left;
	clear: left;
	width: 400px;
	margin: 14px 15px 15px 0px;
	padding: 0px 0px 0px 36px;
	color: #3E425E;
	font: normal 15px Arial, Helvetica, sans-serif;

	font-weight: normal;

}
.quote{
	color: #666;
	font: italic normal 13px Arial, Helvetica, sans-serif;
}
#toptext /* Main body of the page text formatting */
{
	float: left;
	clear: left;
	width: 420px;
	color: #3E425E;
	font: normal 15px Arial, Helvetica, sans-serif;

}
#content1 a:link, #content1 a:visited /* C */
{
	color: #696F9C;
	font: normal 14px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#content1 a:hover /* C */
{
	color: #CC3333;
	text-decoration: none;
}
#content2 /* Image space. Text formatting for additional text if required */
{
	width: 250px;

	float: right;
	clear: right;
	padding: 0px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: url(../images/content2bg.jpg) no-repeat right top;
	margin-right: 5px;
	margin-top:16px;
}

#spread /* Main body of the spread pages text formatting */
{
	width: 390px;
	float: left;
	padding: 15px 75px 0px 15px;
	color: #666; /* C */
	font-family: Arial, Helvetica, sans-serif; /* C */
	font-size: 12px; /* C */
	font-weight: normal; /* C */
}
#news /* News text */
{
	position: relative;
	float: left;
	width: 350px;
	margin: 30px 0px 15px 0px;
	padding-top: 30px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-top: 1px dashed #6699FF;
	
}
#news a:link, #news a:visited /* C */
{
	color: #689CCD;
	font: normal 12px Arial, Helvetica, sans-serif;
}
#news a:hover /* C */
{
	color: #FF9900;
	text-decoration: underline;
}

h3 /* This floats above the header graphic or colours */
{
	color: #696F9C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: Bold;
	letter-spacing: 0px;
	margin: 5px 0px 3px;
	padding-right: 0px;
	padding-bottom: 0px;
}
h4 /* Subheader floats above header graphic */
{
	color: #696F9C; /* C */
	font-family: Arial, Helvetica, sans-serif; /* C */
	font-size: 24px; /* C */
	letter-spacing: 3px; /* C */
	font-weight: Bold; /* C */
	padding: 0px 0px 0px 0px; /* Change for position of header */
	margin: 0px;
	z-index: 2;
}
h1
{
	color: #696F9C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: Bold;
	padding-top: 0px;
}
h2
{
	color: #696F9C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: Bold;
	padding-bottom: 6px;
	margin: 0px;
	padding-top: 4px;
}
#navh
{
	position: relative;
	margin: 0px;
	background: url(../images/nav.jpg) no-repeat;
	width: 750px;
	height: 28px;
	padding:0px;

	
	
}
#navh li 
{	 /* C */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Navigation font */
	font-size: 13px; /* C */
	display: inline;
	height: 2px;
}
#navh ul 
{
	margin:0px;

	padding:0px 5px 0px 10px;
	list-style-type: none;
	color: #FFFFFF;
	height: 2px;
	z-index: 1;
}
#navh a
{
	padding: 1px 28px;
	border: 1px none #333;
	color: #FFFFFF;
	line-height: 28px;
	
}
#navh a:link, #navh a:visited  /* C */
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	height: 32px;
}
#navh a:hover /* C */
{
	
	color: #989CBE;
	 /* Image behind text on roll over. Delete if not required */
height: 32px;
}
#overlink a:link, #overlink a:visited, #overlink a:hover  /* C */ /* Selected page */
{

		color: #989CBE;
	 /* Image behind text on roll over. Delete if not required */
}
.image1 /* First and middle images */
{
	margin-bottom: 0px;
	padding-right:0px;
	border-top: 3px solid #989CBE;
	border-bottom: 3px solid #989CBE;

}
.image2 /* Last Image */
{
	margin-bottom: 10px;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
.image3 /* Last Image */
{
	margin-bottom: 10px;
	
}
TABLE.tbl
{
	border: 1px solid #B3B4B8; /* C */
	border-collapse: collapse;
	margin-bottom: 25px;
	width: 100%;
}
TR.tblr
{
	font-weight: bold; /* C */
	color: #666666; /* C */
	font-size: 13px; /* C */
	background: #CCCCCC; /* C */
	padding: 4px; /* C */
}
TR.tblh
{
	margin: 0px; /* C */
}
TD.tblh
{
	font-weight: bold; /* C */
	color: #FF6600; /* C */
	padding: 4px; /* C */
}
TD.tblmh
{
	padding: 4px; /* C */
}
TD.tbld
{
	padding: 4px; /* C */
	
}
TD.content
{
	vertical-align: text-top; /* C */
	padding: 4px; /* C */
}
INPUT
{
	color: #333; /* C */
	font-family: Arial, Helvetica, sans-serif; /* C */
	font-size: 11px; /* C */
	font-weight: normal; /* C */
	background-color: #f3f3f3; /* C */
	border: 1px solid #6D9BC0; /* C */
}
TEXTAREA
{
	color: #333; /* C */
	font-family: Arial, Helvetica, sans-serif; /* C */
	font-size: 11px; /* C */
	font-weight: normal; /* C */
	background-color: #f3f3f3; /* C */
	border: 1px solid #6D9BC0; /* C */
}
SUBMIT
{
	color: #333; /* C */
	font-family: Arial, Helvetica, sans-serif; /* C */
	font-size: 11px; /* C */
	font-weight: normal; /* C */
	background: #f3f3f3; /* C */
	border: 1px solid #6D9BC0; /* C */
}
.linkform {
	color: #620B1B;
	text-decoration: none;
}
.linkform:hover {
	color: #0000FF;
	text-decoration: underline;
}
