﻿body {
	font-size:0.8em;
	font-family:Arial, Helvectica, sans-serif;
	margin:0px;
	background-image:url('../images/top-background.jpg');
	background-position:center top;
	background-repeat:repeat-x;
}
a {
	text-decoration:none;
	color:#045228;
	font-weight:bold;
}
a:hover {
	color:#666666;
}
strong {
	
}
ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
img {
	border:none;
}
h1 {
	font-size:1.6em;
}
h2 {
	font-size:1.5em;
}
h3 {
	font-size:1.4em;
}
h4 {
	font-size:1.3em;
}
h5 {
	font-size:1.2em;
}
h6 {
	font-size:1.1em;
}
p {
	padding:5px 0px;
	margin:0px;
}
.narrowTextBox {
	width:150px;
}
.mediumTextBox {
	width:250px;
}
.wideTextBox  {
	width:450px;
}
.list {
	width:100%;
}
.list .headerStyle td {
	background-color:#014C22;
	padding:5px;
	color:white;
	font-weight:bold;
}
.list .row:hover {
	background-color:#CBFEE2;
}
.errorMessage, .successMessage {
	padding:5px;
	display:block;
	margin:5px 0px;
	font-weight:bold;
	background-color:#FF8C8C;
}
.successMessage {
	background-color:#8CFF92;
}
.container {
	width:100%;
	float:left;
}
.column {
	float:left;
	position:relative;
}
.clear {
	clear:both;
}
.actions, .pageActions {
	display:block;
	float:left;
	padding:5px;
	border:1px black solid;
	background-color:white;
}
.actions a, .pageActions a {
	color:blue;
}
.formSection {
	background-color:#A4D1FF;
	display:block;
}
.formSection label {
	color:black;
}
#container {
	width:870px;
	margin:0px auto;
	background-image:url('../images/container-background.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
}
#header {
	width:870px;
	height:131px;
	padding:0px 0px 37px 0px;
	text-align:right;
	position:relative;
}
#header .logo {
	position:absolute;
	left:10px;
	top:30px;
}
#header .contactDetails {
	color:white;
	font-size:0.9em;
	padding:10px 0px;
	margin:0px;
}
#header .contactDetails a {
	color:white;
}
#header .tagline {
	color:#81AB95;
	font-size:1.6em;
	padding:10px 0px;
	margin:0px;
}
#contentArea {
	width:870px;
}
#contentAreaLeft {
	width:200px;
}
#contentAreaLeft .leftMenu {
	padding:0px;
	margin:0px;
	list-style:none;
	z-index:200;
}
#contentAreaLeft .leftMenu li {
	padding:0px 4px;
	height:22px;
	line-height:22px;
	margin:0px 0px 4px 0px;
	background-image:url('../images/leftmenu-li-background.jpg');
	background-position:left top;
	background-repeat:no-repeat;	
}
#contentAreaLeft .leftMenu li a {
	color:white;
}
#contentAreaLeft .leftMenu li a:hover  {
	color:#C0C0C0;
}
#contentAreaLeft .leftMenu li.menuActions {
	color:white;
	position:relative;
	z-index:200;
}
#contentAreaLeft .leftMenu li.menuActions ul {
	position:absolute;
	left:0;
	top:100%;
	display:none;
	width:198px;
	border:1px black solid;
	background-color:white;
	z-index:200;
}
#contentAreaLeft .leftMenu li.menuActions ul li {
	padding:3px 5px;
	height:auto;
	line-height:normal;
	margin:0px;
	background:none;
}
#contentAreaLeft .leftMenu li.menuActions ul li a {
	color:black;
}
#contentAreaLeft .leftMenu li.menuActions:hover ul {
	display:block;
}
#contentAreaLeft .quickContact {
	width:190px;
	height:213px;
	padding:10px 5px 0px 5px;
	margin:0px 0px 10px 0px;
	background-image:url('../images/quickcontact-background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	z-index:50;
}
#contentAreaLeft .quickContact p {
	color:white;
}
#contentAreaLeft .quickContact p a {
	color:white;
}
#contentAreaLeft .quickContact p.formField {
	padding:2px;
	margin:0px 0px 5px 0px;
	background-color:#D7E1DA;
}
#contentAreaLeft .quickContact p .textbox {
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	width:175px;
	height:20px;
	border:none;
	background:none;
	font-size:0.9em;
	color:#444546;
}
#contentAreaLeft .quickContact p textarea.textbox {
	height:50px;
}
#contentAreaRight {
	width:660px;
	padding:0px 0px 0px 10px;
	color:#636466;
	font-size:0.9em;
}
#contentAreaRight h1.mainHeading {
	height:22px;
	line-height:22px;
	font-weight:normal;
	font-size:1.0em;
	background-image:url('../images/h1-background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	color:white;
	padding:0px 5px;
	margin:0px 0px 5px 0px;
}
.parentList {
	width:660px;
	margin:0px 0px 10px 0px;
}
.parentList .item {
	width:325px;
}
.parentList .item.alternate {
	padding:0px 0px 0px 10px;
}
.parentList .item h2 {
	height:22px;
	line-height:22px;
	padding:0px 5px;
	margin:0px 0px 5px 0px;
	background-image:url('../images/parentlist-h2-background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	font-size:1.1em;
	font-weight:normal;
}
.parentList .item h2 a {
	color:white;
}
.parentList .item .image {
	width:325px;
	height:215px;
	overflow:hidden;
}
.parentList .item .pageActions {
	float:none;
	margin:5px 0px 0px 0px;
}
#contentAreaRight p.advise {
	text-align:right;
	padding:10px 0px;
}
#footer {
	width:850px;
	position:relative;
	margin:0px 0px 100px 0px;
	height:35px;
	line-height:35px;
	padding:0px 10px;
	color:white;
	background-image:url('../images/footer-background.jpg');
	background-position:center top;
	background-repeat:repeat-y;
	font-size:0.9em;
}
#footer a {
	color:white;
	padding:0px 10px 0px 0px;
}
#footer .menuActions {
	color:white;
	position:relative;
}
#footer .menuActions ul {
	position:absolute;
	left:0;
	top:100%;
	display:none;
	width:198px;
	border:1px black solid;
	background-color:white;
}
#footer .menuActions ul li {
	padding:3px 5px;
	height:auto;
	line-height:15px;
	margin:0px;
	background:none;
}
#footer .menuActions ul li a {
	color:black;
	padding:0px;
}
#footer .menuActions:hover ul {
	display:block;
}
#footer a.webDesigner {
	position:absolute;
	right:10px;
	top:0px;
}







.simpleSlide-slide div{
	width: 660px;
	height: 254px;
	position: relative;
}
.simpleSlide-window {
	
}

.slideshow {
	position: relative;
	overflow: hidden;
}

.left-button {
	background-image:url("../images/left-arrow.png");	
}

.right-button {
	background-image:url("../images/right-arrow.png");
	right: 0px;
}

.left-button, .right-button {
	cursor:pointer;
	height:100%;
	position:absolute;
	width:50px;
	z-index: 9999;
	top:0;
	background-position:center center;
	background-repeat:no-repeat;

}
.simpleSlideStatus-tray {
	margin: 5px auto;
}

.newsList {
	width:660px;
}
.newsList .item {
	width:660px;
	padding:0px 0px 5px 0px;
	border-bottom:1px #636466 solid;
	margin:0px 0px 5px 0px;
}
.newsList .item .image {
	float:left;
	padding:0px 10px 0px 0px;
}
.newsList .item h2 a, .newsList .item .more a {
	color:#636466;
}
.newsList .item h2 {
	padding:0px;
	margin:0px;
}
.newsList .item .date {
	font-size:0.9em;
	padding:2px 0px;
	margin:0px;
}
.newsList .item .intro {
	padding:15px 0px;
	margin:0px;
}
.newsList .item .more {
	padding:0px;
	margin:0px;
	font-size:0.9em;
	font-style:italic;
}

.contactUsContent {
	width:660px;
}
.contactUsContent .contactUsLeft {
	width:320px;
}
.contactUsContent .contactUsLeft p.formField {
	padding:2px;
	margin:0px 0px 5px 0px;
	background-color:#D7E1DA;
}
.contactUsContent .contactUsLeft p .textbox {
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	width:310px;
	height:20px;
	border:none;
	background:none;
	color:#444546;
}
.contactUsContent .contactUsLeft p textarea.textbox {
	height:50px;
}
.contactUsContent .contactUsRight {
	width:320px;
	padding:0px 0px 0px 20px;
}
.smallButton {
	margin:0px 0px 10px 0px;
}
.smallButton a {
	display:block;
	color:white;
	background-color:#014C22;
	padding:5px 15px;
	float:left;
}



