@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #06AEFF;
	background-color: #0F384E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container {
	width: 860px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	color: #01598B;
} 
.twoColFixLtHdr #header {
	height: 239px;
	padding-top: 0;
	padding-bottom: 0;
	background-repeat: no-repeat;
	background-image: url();
} 
.twoColFixLtHdr #container #sidebar1 ul li {
	list-style-type: none;
	padding-left: 20px;
}
/********************************************************************************************/
/*topnav here*/
.twoColFixLtHdr #container #topnav {
	height: 50px;
	background-image: url(../image/nav.png);
}

.twoColFixLtHdr #container #topnav #topnavleftcol {
	background-color: #666;
	float: left;
	height: 20px;
	width: 200px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-weight: bolder;
	text-align: center;
	letter-spacing: 0.1em;
}
.twoColFixLtHdr #container #topnav ul {
	padding: 15px;
	margin: 0px;
	text-align: center;
}
.twoColFixLtHdr #container #topnav ul li {
	display: inline;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: bolder;
	letter-spacing: 0.1em;
	padding-right: 10px;
}
.twoColFixLtHdr #container #topnav ul li a {
	color: #FFF;
	text-decoration: none;
}

.twoColFixLtHdr #container #topnav ul li a:hover {
	color: #fff;
	text-decoration: none;
}

.twoColFixLtHdr #container #topnav ul li a:active {
	color: #FF6F0F;
	text-decoration: none;
}

/********************************************************************************************/
.twoColFixLtHdr #container #header #headerright {
	float: right;
	width: 200px;
	position: relative;
	height: 100%;
	background-color: #FFF;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: auto;
	border: 1px none #0D7AA4;
	text-align: left;
	padding-left: 0px;
	padding-bottom: 15px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.twoColFixLtHdr #container #mainContent #content ul li a 
/*TYLING FOR LINK INSIDE CONTENT BLOCK HELD WITHIN MAINCONTENT*/{
	color: #666;
}

.twoColFixLtHdr #container #mainContent #content ul li a:hover 
/*S HOVERED LINK INSIDE CONTENT BLOCK HELD WITHIN MAINCONTENT*/{
	color: #069;
}

.twoColFixLtHdr #container #mainContent h1 
/**STYLES THE H1 TAG WHICH OCCUR INSIDE OF THE MAIN CONTENT BLOCK/{
	font-size: 24px;
	margin: 0px;
	padding: 15px;
}
.twoColFixLtHdr #container #mainContent #content table 
/*STYLES THE TABLE HELD INSIDE THE CONTENT DIV ELEMENT INDISE THE MAIN CONTENT BLOCK*/{
	border: 1px none #eee;
	margin-top: 50px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}

.twoColFixLtHdr #container #mainContent #content table tr th 
/*STYLES A TABLE TH INSIDE OF THE CONTENT DIV HELD WITHIN THE MAIN CONTENT*/
{
	text-align: center;
	background-image: url(../image/nav.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container #mainContent #content table tr td 
/*STYLES A TABLE TD INSIDE OF THE CONTENT DIV HELD WITHIN THE MAIN CONTENT*/
{
	text-align: left;
	font-weight: bold;
}

.twoColFixLtHdr #container #mainContent #breadcrumbs
{
	margin-top: 15px;
	text-align:center;
	font-size: 11px;
	color: #999;	
	
	}

/*MAIN CONTENT DIV BLOCK ENDS HERE*/
/*************************************************************************************/
/*classes start here*/
.textcentre 
/* CLASS USED TO CENTER TEXT USED IN THE TABLE CAN BE APPLIED TO ANY TAG*/
{
	text-indent: 35px;
}
.image 
/*CLASS USED WITH A TAG TO STYLE IMAGE REMOVES DEFAULT IMAGE BORDER*/{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tr-alt 
/*STYLES TR ALTERNATE USED IN RATES TABLE*/{
	color: #FFF;
	font-weight: bold;
	background-image: url(../image/nav.jpg);
	background-repeat: repeat-x;
}

/*******************************************************************************/

#logo {
	background-repeat: no-repeat;
	background-position: 20px;
	height: 57px;
	background-color: #069;
	background-image: url(../image/logoshort.gif);
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: 400;
	text-align: right;
	vertical-align: middle;
	padding-right: 20px;
	padding-top: 5px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixLtHdr #container #sidebar1 ul {
	margin: 0px;
	padding: 0px;
}

/*******************************************************************************************/
/*footer STYLES START HERE*/
.twoColFixLtHdr #footer {
	background-color: #069;
	border-top-width: thin;
	border-top-color: #000;
	padding-top: 5;
	padding-right: 0px;
	padding-bottom: 5;
	padding-left: 5px;
	margin: 0px;
	height: 30px;
} 

/*.twoColFixLtHdr #container #footer #footerinner {
	width: 100%;
	background-color: #1C668E;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue 
}
*/
.twoColFixLtHdr #container #footer a {
	color:#CCC;
	text-decoration:none;
	
	}
.twoColFixLtHdr #container #footer ul li {
	display: inline;
	padding-right: 10px;
}
.twoColFixLtHdr #container #footer ul span {
	color: #F60;
	padding-right: 40px;
	padding-left: 10px;
}

/*COPYRIGHT STYLES END HERE*/
.twoColFixLtHdr #container #footer ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #sidebar1 #top {
	background-color: #069;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	padding: 5px;
}
#logooverlay {
	position: relative;
	width: 250px;
	left: 30px;
	top: 30px;
}


/*********************************************************************************************/
/*START OF FORM ELEMENTS STYLING ON THE CONTACT PAGE*/ 
/* form css*/
#contact form {
		margin-left:		30px;
		margin-right:		30px;
	}
	h1 {
	padding:			5;
	positon:			relative;
	height:				0px;
	text-indent:		30px;
	font-size:			18px;
	font-weight:		bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
		


	.submit{
	border-style: 		none;
	}
	
#content form #submitform 
/*STYLES SUBMIT BUTTON*/
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image:	none;
	text-align:center;
}

textarea 
/*STYLES TEXTAREA BLOCK*/
 {
	padding:			5px;
	font-size:			12px;
	border:				1px solid #C0C0C0;
	color:				#1E1903;
	background-color: #fff;
	text-align: center;
	margin-left: 30px;
	}

input 
/*STYLES THE INPUT FORM ELEMENT*/
{
	padding:			3px;
	font-size:			12px;
	border:				1px solid #C0C0C0;
	color:				#1E1903;
	background-color: #fff;
	}
#content form fieldset
/*STYLES FIELDSET TAG PROVIDES ACESSIBILITY SECTIONAL GROUPS FORM ELEMENTS*/
{
	margin-top: 5px;
	border: 1px solid #069;
}

input.radio 
/*STYLES RADIO INPUT TAG*/
{
		border:				none;
		background:			transparent;
		margin-right:3px;
	}
	
#content form fieldset legend 
/*STYLES LEGEND TAG PROVIDES NAME TO FIELDSET TAG FOR SCREENREADERS & ACESSIBILITY*/
{
	background-color: #069;
	text-transform: none;
	color: #FFF;
	padding: 2px;
	font-weight: bold;
	margin-left: 1em;
}

#content form  ol 
/* STYLES OL INSIDE A FORM TAG */
{
	list-style-type: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;

	
}
#content form  ol li 
/* STYLES LI TAGS INSIDE OL INSIDE OF A FORM TAG */
{
	position:			relative;
	line-height:		1em;
	padding: 5px;
	color: #666;
}

	.label
	/*STYLES A FORM LABEL TAG*/
	{
	position:			relative;
	clear:				left;
	float:left;
	width:				10em;
	margin-right:		5px;
	padding-right:		20px;
	line-height:		1em;
	text-align:			right;
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#content form #requirements ol li label #textarea {
}
	

/*************************************************************************************************/

/*DIV BLOCK USED INSIDE MAIN CONTENT TO HOLD AND CENTER CONTENT*/
#content {
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/**********************************************************************************************/
.twoColFixLtHdr #container #mainContent #map
/* DIV BLOCK INSIDE MAIN CONTENT FOR MAP USED ON LOCATION PAGE*/
{
	width: 425px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align: center;
	
}

/*****************************************************************************/
.twoColFixLtHdr #container #mainContent p span {
	font-weight: 500;
	font-style: italic;
}
.imageleft {
	margin: 5px;
	float: left;
	border: thin solid #CCC;
}


.imageright {
	margin: 5px;
	float: right;
	border: 1px solid #0F384E;
}
.twoColFixLtHdr #container #sidebar1 p a {
	font-size: 10px;
}
.twoColFixLtHdr #container #mainContent #content table tr th {
	color: #FFF;
}

.centretxt{
	text-align:center;
	font-size: 14px;
	font-weight: 600;
	color: #87BCE5;
	
	
	
	}.imageleft {
	float: left;
	margin: 10px;
	border: 1px solid #0F384E;
}
.twoColFixLtHdr #container #mainContent .centretxt a {
	color: #01598B;
}
.twoColFixLtHdr #container #sidebar1 h2 {
	font-size: 14px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	margin: 10px;
	
	background-image: url(../image/nav.png);
}
.twoColFixLtHdr #container #sidebar1 ul li a {
	color: #0F384E;
}

.twoColFixLtHdr #container #sidebar1 ul li a {
	color: #000;
}
.twoColFixLtHdr #container #mainContent p img {
	border: 1px solid #0F384E;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.imageside {
	border: 1px solid #0F384E;
	margin-top: 10px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent #breadcrumbs h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.twoColFixLtHdr #container #mainContent a {
	color: #39C;
}

.twoColFixLtHdr #container #mainContent a:hover {
	color: #0F384E;
}
.twoColFixLtHdr #container #sidebar1 p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.twoColFixLtHdr #container #sidebar1 p a {
	color: #0F384E;
	font-size: 16px;
	text-decoration: none;
}

.twoColFixLtHdr #container #sidebar1 p a:hover {
	color: #000000;
	
}
.twoColFixLtHdr #container #sidebar1 p img {
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}

.twoColFixLtHdr #container #sidebar1 p
{
	padding-left: 15px;
	
	
	}.twoColFixLtHdr #container #logo a {
	color: #FFF;
	text-decoration: none;
}

}.twoColFixLtHdr #container #logo a:hover {
	color: #3399cC;
	text-decoration: none;
}
