a:link,
a:visited
{
	color: #00A0AF;
}

a:hover
{
	text-decoration: underline;
}

hr {color: #fff; background-color: #fff; border: 1px dotted #00A0AF; border-style: none none dotted; }

#page
{
	border-top: 0.5em solid #00A0AF;

}

#footer
{
	border-top: 0.5em solid #00A0AF;
}

#section_navigation
{
	background: #00A0AF;
}

#page_image
{
	border-left: 0.5em solid #00A0AF;
}


#content_title,
#content_heading
{
	background-color: #00A0AF;
}

#content h3,
#content h4
{
	color: #00A0AF;
}

	#content table tbody th
	{
		color: #00A0AF;
	}

	a.content:link,
	a.content:visited
	{
		display: block;
		color: #00A0AF;
		text-decoration: none;
	}
	
	a.content:hover
	{
		text-decoration: underline;
	}
	
	a.inline_content:link,
	a.inline_content:visited
	{
		color: #00A0AF;
		text-decoration: none;
	}
	
	a.content-inline:hover
	{
		text-decoration: underline;
	}
	
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 20px;  
   	border: 1px solid #F0F0F0;
	background: #F0F0F0;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5em;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;	
	color: #555;	
}

	
	
#enquiry-form fieldset {
	
	margin: 0 0 0 0;
	}
	
#enquiry-form fieldset label {
	display:block;
	margin: 20 0 8 0;
	font-weight:bold;
	}
	
#enquiry-form fieldset input,
#enquiry-form fieldset textarea {
	width: 230px;
	padding:5px;
	font-size:1.4em;
	border:none;
	border-bottom:1px solid #fff;
	border-right: 1px solid #fff;
	background:#d3f1f4;

}

#enquiry-form fieldset input:focus,
#enquiry-form fieldset textarea:focus {
	width: 230px;
	background-color:#fff;

}


	
#further_links_title
{
	background: #00A0AF;
}

	#further_links li
	{
		background: url("/Images/Templates/links_bullet_home.jpg") no-repeat left center;
	}
