/*****************************************************
*	Original design by Robbie Tutt
*	Coding by Stewart Orr (www.qodo.co.uk)
*-----------------------------------------------------
*	Copyright to Ramsters 2009+. All rights reserved
*****************************************************/

body {
	font: 11px Georgia, "Times New Roman", Times, serif;
	background: #fff;
	color: #333;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #003333;
}
img {
	border:none;
}
hr {
	display: none;
}
a {
	color: #006633;
	font-weight: bold;
}
/*#content a:link:after, #content a:visited:after {
	color: #666;
	content: " (" attr(href) ") ";
	font-size: 90%;
}*/
#navigation {
	display: none;
}
/* no need to show right hand col as it only contains form */
#right {
	display: none;
}
#header {
	border-bottom: 2px solid #006633;
	height: 100px;
	margin: 0 0 1em 0;
	overflow: hidden;
}
#header h3, #header h4, #header p {
	margin: 0;
}
#header h4 {
	color: #006633;
	font-size: 120%;
	position: absolute;
	right: 20px;
	top: 15px;
}
#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 2.3em;
}
#header ul li, #header ul li a {
	color: #006633;
	font-weight: normal;
}
#header ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
#header ul li.phone {
	font-size: 175%;
}


div.gallery {
	width: 100%;
	overflow: hidden;
}
div.gallery .ngg-gallery-thumbnail-box {
	float:left;
	margin:10px 0 0 10px !important;	
}



#footer {
	border-top: 2px solid #006633;
	margin: 1em 0 0 0;
}



