/* GLOBAL DEFINITIONS */

/* @import url("assets/js/jqGalScroll.css"); */

body {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 28px;
	background-color: #d2d9d2;
	background-image: url(images/png_body_bg.png);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hr {
	color: #CCCCCC;
}
pre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
h1, h2, h3, h4, h5, h6, p {
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a {
	color: #336633;
	text-decoration: none;
}
a:hover {
	color: #AACCAA;
	text-decoration: underline;
}
a img {
	border: 0px;
}
li a {
	color: #336633;
	text-decoration: none;
}
.errors {
	margin: 0px;
	padding: 0px;
	color: #FF0000;
}
/* CONTAINER */

.CONTAINER {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/png_container_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* HEADER */

.HEADER {
	height: 175px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #FFFFFF;
	background-color: #336633;
	background-image: url(images/png_header_bg.png);
	background-repeat: no-repeat;
}
.HEADER h1 {
	color: #FFFFFF;
	font-size: 1.7em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.HEADER h2 {
	color: #FFFFCC;
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
.HEADER p {
	color: #FFFFFF;
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}
.HEADER a {
	color: #FFFFFF;
	text-decoration: none;
}
.HEADER a:hover {
	text-decoration: none;
}
.HEADER img {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/* NAVIGATION */

.NAVIGATION {
	height: 32px;
	font-size: 85%;
	color: #FFFFFF;
	background-color: #336633;
	background-image: url(images/png_nav_bg.png);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.NAVIGATION ul {
	list-style: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: none;
}
.NAVIGATION li {
	float: left;
	color: #FFFFFF;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.NAVIGATION li a {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}
.NAVIGATION li a:hover {
	color: #AACCAA;
}
.NAVIGATION li ul {
	left: 0px;
	top: 26px;
	width:220px;
	right: 0px;
	position: absolute;
	display: none;
	border: 1px solid #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.NAVIGATION li ul li {
	width:220px;
	margin: 0px;
	padding: 0px;
}
.NAVIGATION li ul li a {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-image: none;
	background-color: #669966;
}
.NAVIGATION li ul li a:hover {
	color: #AACCAA;
	background-color: #336633;
	opacity: 1.0;
	filter:alpha(opacity=100)
}
.NAVIGATION li ul li a {
	width:190px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	text-align: left;
}
.NAVIGATION li ul li a:hover {
	width:190x;
}
.NAVIGATION li:hover ul {
	display: block;
}
.NAVIGATION ul li:hover ul ul {
	display: none;
}
.NAVIGATION ul ul li:hover ul {
	display: block;
}
.NAVIGATION a {
	display: block;
	padding-left: 25px;
	padding-right: 25px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
/* INVISABLE WRAPPER */

.WRAPPER {
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/* DIVBOX_LEFT */

.DIVBOX_LEFT {
	width: 520px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.DIVBOX_LEFT img {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.DIVBOX_LEFT ul {
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
}
.DIVBOX_LEFT blockquote {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #336633;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-image: url(images/png_blockquote_bg.png);
	background-repeat: repeat-x;
}
.DIVBOX_LEFT blockquote h3 {
	font-size: 1.3em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: -1px;
	margin-bottom: 10px;
	color: #000000;
	font-weight: lighter;
}
.DIVBOX_LEFT blockquote p {
	font-size: .9em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-bottom: 0px;
	color: #000000;
}
.DIVBOX_LEFT h1 {
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 10px;
}
.DIVBOX_LEFT h2 {
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 10px;
}
.DIVBOX_LEFT h3 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 10px;
}
.DIVBOX_LEFT h4 {
	font-size: 1em;
	margin: 0px;
}
.DIVBOX_LEFT h5 {
	font-size: .9em;
	margin: 0px;
}
.DIVBOX_LEFT h6 {
	font-size: .8em;
	margin: 0px;
}
.DIVBOX_LEFT p {
	font-size: .9em;
	margin: 0px;
	margin-bottom: 1.5em;
}
.DIVBOX_LEFT a {
	text-decoration: underline;
}
.DIVBOX_LEFT a:hover {
	text-decoration: underline;
}
.DIVBOX_LEFT li {
	list-style-type: none;
	font-size: 1em;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
.DIVBOX_LEFT li h3 {
	list-style-type: none;
	font-size: 1em;
	margin: 0px;
	text-decoration: none;
}
.DIVBOX_LEFT li a {
	text-decoration: none;
}
/* SIDEBAR_RIGHT */

.SIDEBAR_RIGHT {
	float: right;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
.SIDEBAR_RIGHT ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}
.SIDEBAR_RIGHT img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.SIDEBAR_RIGHT table {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
}
.SIDEBAR_RIGHT h1 {
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 10px;
}
.SIDEBAR_RIGHT h2 {
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 10px;
}
.SIDEBAR_RIGHT h3 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 10px;
}
.SIDEBAR_RIGHT h4 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 10px;
}
.SIDEBAR_RIGHT h5 {
	font-size: .9em;
	margin-top: 0px;
	margin-bottom: 10px;
}
.SIDEBAR_RIGHT h6 {
	font-size: .8em;
	margin-top: 0px;
	margin-bottom: 10px;
}
.SIDEBAR_RIGHT p {
	font-size: .9em;
	margin: 0px;
}
.SIDEBAR_RIGHT a {
	text-decoration: none;
}
.SIDEBAR_RIGHT a:hover {
	text-decoration: underline;
}
.SIDEBAR_RIGHT li {
	list-style-type: none;
	font-size: .9em;
	margin: 0px;
	text-decoration: none;
}
/* SERVICES_FORMBOX */

.SERVICES_FORMBOX {
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
/* RECENT_NEWS */

.RECENT_NEWS {
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
.RECENT_NEWS li a {
	list-style-type: none;
	margin: 0px;
	text-decoration: underline;
}
.RECENT_NEWS p.rn_large_text {
	font-size: .9em;
	font-weight: bold;	
	margin-top: 0px;
	margin-bottom: 10px;
}
/* CONTACT_DETAILS */

.CONTACT_DETAILS {
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
.CONTACT_DETAILS table {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
}
.CONTACT_DETAILS p.cd_large_text {
	font-size: .9em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
.CONTACT_DETAILS p.tel_large_text {
	font-size: .9em;
	font-weight: bold;	
	margin-top: 0px;
	margin-bottom: 10px;
}
.CONTACT_DETAILS p.tel_vlarge_text {
	font-size: 1.3em;
	font-weight: bold;	
	margin-top: 0px;
	margin-bottom: 0px;
}
/* SEARCHFORM */

.SEARCHFORM {
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
/* GALLERY_SMALL */

.GALLERY_SMALL  {
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
.GALLERY_SMALL p.gs_large_text {
	font-size: .9em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}
.GALLERY_SMALL p {
	font-size: .7em;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: right;
}

/* DIVBOX_FULL */

.DIVBOX_FULL {
	padding: 0px;
	margin: 0px;
}
.DIVBOX_FULL img {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.DIVBOX_FULL ul {
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
}
.DIVBOX_FULL .goback {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.DIVBOX_FULL .goback img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.DIVBOX_FULL iframe {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.DIVBOX_FULL h1 {
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 10px;
}
.DIVBOX_FULL h2 {
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 10px;
}
.DIVBOX_FULL h3 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 10px;
}
.DIVBOX_FULL h4 {
	font-size: 1em;
	margin: 0px;
}
.DIVBOX_FULL h5 {
	font-size: .9em;
	margin: 0px;
}
.DIVBOX_FULL h6 {
	font-size: .8em;
	margin: 0px;
}
.DIVBOX_FULL p {
	font-size: .9em;
	margin: 0px;
	margin-bottom: 1.5em;
}
.DIVBOX_FULL a {
	text-decoration: underline;
}
.DIVBOX_FULL a:hover {
	text-decoration: underline;
}
.DIVBOX_FULL li {
	list-style-type: none;
	font-size: 1em;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
.DIVBOX_FULL li h3 {
	list-style-type: none;
	font-size: 1em;
	margin: 0px;
	text-decoration: none;
}
.DIVBOX_FULL li a {
	text-decoration: none;
}
/* CLEAR */

.CLEAR {
	clear: both;
}
/* addtoany */

.addtoany {
	text-align: right;
	margin-bottom: 10px;
}
/* ASSOCIATES_ICONS */

.ASSOCIATES_ICONS {
	text-align: center;
	padding-top: 5px;
	margin-bottom: 10px;
}
.ASSOCIATES_ICONS table {
	width: 100%;
	margin: 0px;
}
/* BREADCRUMBS */

.BREADCRUMBS {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 5px 0px;
	font-size: .8em;
}
/* CONTACT_LINE */

.CONTACT_LINE {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.CONTACT_LINE p {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* FOOTER */

.FOOTER {
	clear: both;
	line-height: 16px;
	margin: 0px;
	padding: 5px;
	background-color: #e8f0e8;
	border-top: 1px solid #999999;
}
.FOOTER p {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: .7em;
}
.FOOTER a {
	text-decoration: none;
}
.FOOTER a:hover {
	text-decoration: underline;
}
/* WEBMAIL */

.WEBMAIL {
	width: 720px;
	line-height: 17px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
.WEBMAIL img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
}
.WEBMAIL ul {
	margin: 0px;
	padding: 0px;
}
.WEBMAIL ul li {
	display: inline;
}
.WEBMAIL li {
	display: inline;
	margin: 0px;
}
.WEBMAIL p {
	text-align: center;
	font-size: .7em;
	color: #000000;
}
.WEBMAIL li a {
	font-size: .7em;
	padding-right: 5px;
	padding-left: 5px;
	color: #000000;
}
.WEBMAIL li a:hover {
	text-decoration: underline;
}
.WEBMAIL a:hover {
}
/* enquiry_form */

#enquiry_form {
	margin: 10px 0px;
	padding: 0px;
}
#enquiry_form p {
	margin: 0px;
	padding: 0px;
	font-size: .8em;
}
#enquiry_form p#small {
	margin: 0px;
	padding: 0px;
	font-size: .7em;
}
#enquiry_form img {
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
#enquiry_form input#input95, select#input95, textarea#input95 {
	width: 95%;
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	margin: 10px 0px;
	padding: 5px;
	font-size: .8em;
}
#enquiry_form input#input60, select#input60 {
	width: 60%;
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	margin: 10px 0px;
	padding: 5px;
	font-size: .8em;
}
#enquiry_form input#input40, select#input40 {
	width: 40%;
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	margin: 10px 0px;
	padding: 5px;
	font-size: .8em;
}
#enquiry_form input#email {
	width: 60%;
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	margin: 10px 0px;
	padding: 5px;
	font-size: .8em;
}
#enquiry_form input#name {
	width: 40%;
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	margin: 10px 0px;
	padding: 5px;
	font-size: .8em;
}
#enquiry_form input#telephone {
	width: 40%;
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	margin: 10px 0px;
	padding: 5px;
	font-size: .8em;
}
#enquiry_form input#input0 {
	display: none;
	visibility: hidden;
}
#enquiry_form input#submit {
	width: 25%;
	background-color: #AACCAA;
	border: 1px solid #336633;
	margin: 10px 0px;
	padding: 5px;
	font-size: .7em;
}
/* .gallery */

.gallery {
	padding: 0px;
	margin: 10px 0px;
}
.gallery ul{
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.gallery li{
	display: inline;
	padding: 0px;
	margin: 0px;
}

/* .gallery_small */

.gallery_small {
	padding: 0px;
	margin: 10px 0px;
}
.gallery_small ul{
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.gallery_small li{
	display: inline;
	padding: 5px;
	margin: 0px;
}

/* TOOLTIP CSS */

.hotspot {
	cursor: pointer;
}
#tt {
	position: absolute;
	display: block;
	background-image: url(images/tt_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#tttop {
	display: block;
	height: 5px;
	margin-left: 5px;
	overflow: hidden;
	background-image: url(images/tt_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#ttcont {
	line-height: 14px;
	display: block;
	padding: 5px;
	margin-left: 5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #666666;
}
#ttbot {
	display: block;
	height: 5px;
	margin-left: 5px;
	overflow: hidden;
	background-image: url(images/tt_bottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

