body {
	font-family:Arial, Helvetica, sans-serif;
	color:#606060;
	font-size: 0.7em;
}
.clear {
	clear: both;
}
p, li, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#606060;
	margin:0px;
}
a {
	color: #4f899d;
}
a:visited {
	color: #660099;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
img {
	border: none;
}
form {
	float: left;
}
.bold {
	font-weight: bold;
}
#wrapper {
	width:990px;
	margin:auto;
	padding-top:20px;
	height:400px;
}

#header {
	float: left;
	width: 990px;
	height: 129px;
	background-image: url(../../images/global/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#header #changingimage {
	float: left;
	width: 146px;
	height: 129px;
	margin: 0px 0px 0px 1px;
	display: inline;
	background-position: top left;
	background-repeat: no-repeat;
}

/* ---------------- Random Header Images ---------------- */
.bg1 {
	background-image: url(../../images/global/top_random_images/1.jpg);
}
.bg2 {
	background-image: url(../../images/global/top_random_images/2.jpg);
}
.bg5 {
	background-image: url(../../images/global/top_random_images/5.jpg);
}
.bg6 {
	background-image: url(../../images/global/top_random_images/6.jpg);
}
.bg7 {
	background-image: url(../../images/global/top_random_images/7.jpg);
}
.bg11 {
	background-image: url(../../images/global/top_random_images/11.jpg);
}
/* ---------------- END ---------------- */

#panelWrapperOut {
	background-image:url(../../images/global/column-background3.gif);
	background-repeat:repeat-y;
	background-position:right;
	float:left;
	width:990px;
	position: relative;
}
#panelWrapperOutGreen {
	background-image:url(../../images/global/column-background2_green.gif);
	background-repeat:repeat-y;
	background-position:right;
	float:left;
	width:990px;
}
#panelWrapperOutRed {
	background-image:url(../../images/global/column-background2_red.gif);
	background-repeat:repeat-y;
	background-position:right;
	float:left;
	width:990px;
}
#panelWrapperOutBrown {
	background-image:url(../../images/global/column-background2_brown.gif);
	background-repeat:repeat-y;
	background-position:right;
	float:left;
	width:990px;
}
#panelWrapperOutYellow {
	background-image:url(../../images/global/column-background2_yellow.gif);
	background-repeat:repeat-y;
	background-position:right;
	float:left;
	width:990px;
}
#panelWrapperOutBlue {
	background-image:url(../../images/global/column-background2_blue.gif);
	background-repeat:repeat-y;
	background-position:right;
	float:left;
	width:990px;
}
#panelWrapper {
	background-image:url(../../images/global/column-background.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	float:left;
	width:990px;
	margin:0px;
	position:relative;
}
#leftColumn {
	float:left;
	z-index:1;
	position:relative;	
	width:148px;
	padding-bottom:350px;
}
#leftColumn p {
	padding: 0px;
}
#address {
	position: absolute;
	bottom: 150px;
	left: 30px;
	width: 95px;
	padding: 10px 10px 10px 12px;
	margin: 0px;
	background-color: #f4f4f4;
}
#search {
	background-image:url(../../images/global/search_bg.gif);
	background-repeat:repeat-x;
	height:69px;
	width:146px;
	margin-left:1px;
}
#search form {
	margin:0px;
	padding:0px;
}
#search form p {
	margin:0px;
	padding:0px;
}
#search form input.input {
	width:94px;
	height:20px;
	border:1px solid #606060;
	margin:0px 0px 0px 10px;
	padding:0px;
	float:left;
}
#search form input.submit {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#fff;
	width:30px;
	height:18px;
	margin:0px;
	padding:0px 3px 0px 3px;
	background-color:#606060;
	border:none;
	margin:2px 0px 0px 3px;
}
#search p {
	padding:12px 0px 0px 10px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav {
	padding:16px 0px 0px 30px;
	float:left;

}
#nav a {
	display: block;
	width: 100px;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#5e615c;
	text-decoration: none;
	padding:5px 0px 5px 14px;
}
#nav a:visited {
	color: #660099;
	text-decoration: underline;
}
#nav a:hover {
	color: #000000;
	text-decoration: underline;
}
#nav li {
	float: left;
/*	width: 100px;*/
}

#nav li ul {
	position: absolute;
	width: 214px; /*Outer border for the pop-up box*/
	left: -999em;
	margin-top:-24px;
}

#nav li:hover ul {
	left: auto;
	margin-left:100px;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin-left:100px;
}

#nav li ul{
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
}

#nav li ul li a {
	display: block;
	width: 200px;
	border-bottom:1px solid #ddd;
	font-weight:normal;
	background-color:#fff;
}
#nav li ul li a:hover {
	background-color: #EAEAEA;
}
#nav li.current {
	cursor:default;
	width:103px;
	background-color:#ddd;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#000;
	font-weight:bold;
	float:left;
}

#nav li.current ul{
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
}

#nav li.current ul li a {
	display: block;
	width: 200px;
	border-bottom:1px solid #ddd;
	font-weight:normal;
	background-color:#fff;
}

#nav li.current ul li a:hover {
	background-color: #EAEAEA;
}



#nav li.current a {
	background-color:#ddd;
	width: 103px;
}

#centreColumn {
	float:left;
	width:842px;
	display:block;
	position:relative;
}
#mainText {
	float:left;
	width:686px;
	background-color:#fff;
	padding: 20px 0px 0px 0px;
}
#mainTextred {
	float:left;
	width:686px;
	padding: 20px 0px 0px 0px;
	background-color:#fff;
}
#mainTextbrown {
	float:left;
	width:686px;
	padding: 20px 0px 0px 0px;
	background-color:#fff;
}
#mainTextyellow {
	float:left;
	width:686px;
	padding: 20px 0px 0px 0px;
	background-color:#fff;
}
#imagecolumn {
	width: 430px;
	text-align: center;
}
#imagecolumn img {
	margin: 0px 0px 0px 20px;
}

#imagecolumnhigh {
	width: 570px;
	text-align: center;
	margin: 0px 0px 0px 20px;
}
#imagecolumnhigh img {
	margin: 0px 0px 15px 0px;
}



#mainTextPadding {
	float:left;
	width: 506px;
	padding: 0px 10px 150px 5px;
}
#mainTextPadding ul {
	margin: 10px 0px 0px 30px;
	padding: 0px;
}
#mainTextPadding ul li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#mainTextPadding h3 {
	font-size: 1.1em;
	font-weight:bold;
	color:#666666;
	margin-bottom:0px;
}
#centreColumn h1 {
	font-size: 1.3em;
	color: #606060;
	margin: 0px 0px 15px 20px;
	padding: 0px;
}
#centreColumn h1.fixed {
	font-size: 1.3em;
	color: #606060;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#mainTextPaddingwide {
	float:left;
	width: 666px;
	padding: 0px 10px 90px 20px;
}
#mainTextPaddingwide ul {
	margin: 10px 0px 0px 30px;
	padding: 0px;
}
#mainTextPaddingwide ul li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#mainTextPaddingwide h2 {
	font-size: 1.3em;
	font-weight:normal;
	color:#666666;
	margin: 0px;
	padding:5px 0 0 0;
}
#mainTextPaddingwide h3 {
	font-size: 1.1em;
	font-weight:bold;
	color:#666666;
	margin: 0px;
	padding:20px 0 0 0;
}
#mainTextPaddingwide h3#error {
	clear:both;
}
#mainTextPaddingwide h4 {
	font-size: 1.1em;
	font-weight:bold;
	color:#666666;
	margin: 0px;
	padding:0;
}
#mainTextPadding a, #mainTextPaddingwide a {
	color:#666;
	text-decoration:underline;
}
#mainTextPadding a:visited, #mainTextPaddingwide a:visited {
	color:#660099;
}
#mainTextPadding a:hover, #mainTextPaddingwide a:hover {
	color:#000;
	text-decoration:underline;
}


/* ---------------------- TEAM MEMBERS BOX ---------------------- */
.team {
	float:left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #CCCCCC;
}
.portrait {
	float: left;
	width: 170px;
}
.content {
	float: left;
	width: 450px;
	padding: 0px 0px 0px 5px;
}
/* ---------------------- END ---------------------- */

.mainTextItem {
	float: left;
	width: 656px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}
#mainText .mainTextItem h1 {
	float: left;
	margin: 0px 0px 10px 1px;
}
.newsItem {
	float: left;
	width: 636px;
	background-color: #e9eee7;
	padding: 7px;
}
#mainText .newsItem p {
	padding: 0px;
}
#mainText .itemText {
	float: left;
	padding: 0px 0px 0px 10px;
}
.newsItem a {
	color:#4f899d;
	font-weight:bold;
}
.newsItem a:visited {
	color:#660099;
	font-weight:bold;
}
.newsItem a:hover {
	color:#000;
	font-weight:bold;
}
.newsItem img {
	float: left;
	margin: 0px 10px 10px 0;	
}

.addressItem {
	float:left;
	width:430px;
	padding:10px 0px 20px 0px;
}
#centreColumn p {
	padding: 10px 5px 0px 1px;
}
img.border {
	margin: 20px 0px 0px 0px;
	border: 5px solid #dbe3d8;
}
img.center {
	margin-left:100px;
}
#rightColumn {
	float:right;
	height:100%;
	padding:0px 0px 0px 0px;
	width:145px;
}
#rightColumn img {
	padding-left:6px;
	border:none;
	float:left;
	margin:0px;
}
#rightColumn a.landscape {
	background-image:url(../../images/global/col1.gif);
	width:30px;
	float:left;
	height:212px;
	margin-left:6px;
}
#rightColumn a.landscape:hover {
	background-image:url(../../images/global/col1b.gif);
}
#rightColumn a.architectural {
	background-image:url(../../images/global/col2.gif);
	width:30px;
	float:left;
	height:212px;
	margin-left:6px;
}
#rightColumn a.architectural:hover {
	background-image:url(../../images/global/col2b.gif);
}
#rightColumn a.arboriculture {
	background-image:url(../../images/global/col4.gif);
	width:30px;
	float:left;
	height:212px;
	margin-left:6px;
}
#rightColumn a.arboriculture:hover {
	background-image:url(../../images/global/col4b.gif);
}
#rightColumn a.ecology {
	background-image:url(../../images/global/col5.gif);
	width:30px;
	float:left;
	height:212px;
	margin-left:6px;
}
#rightColumn a.ecology:hover {
	background-image:url(../../images/global/col5b.gif);
}
#rightColumn a.development {
	background-image:url(../../images/global/col3.gif);
	width:30px;
	float:left;
	height:212px;
	margin-left:6px;
}
#rightColumn a.development:hover {
	background-image:url(../../images/global/col3b.gif);
}
.colImage1 {
	position:absolute;
	bottom:0px;
	left:590px;
}
.colImage2 {
	position:absolute;
	bottom:0px;
	left:626px;
}
.colImage3 {
	position:absolute;
	bottom:0px;
	left:662px;
}
.colImage4 {
	position:absolute;
	bottom:0px;
	left:698px;
}
.colImage5 {
	position:absolute;
	bottom:0px;
	left:734px;
}
.footerImage2 {
	float:left;
	padding: 0px 300px 0px 30px;
}
.footerImage {
	background-image:url(../../images/global/footer_grey.jpg);
	width:346px;
	height:102px;
	position:absolute;
	bottom:0px;
	left:0px;
}
#footer {
	height:45px;
	float:left;
	padding-left:200px;
}
#footer ul {
	margin:0px;
	padding:20px 0px 0px 0px;
}
#footer ul li {
	display:inline;
	border-right:1px solid #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#606060;
	font-weight:bold;
	margin:0px;
	padding:0px 3px 0px 3px;
}
#footer ul li.last {
	border-right:none;
}
#footer a {
	color:#606060;
	text-decoration:none;
}
#footer a:hover {
	color:#606060;
	text-decoration:underline;
}
#footer a:visited {
	color:#660099;
	text-decoration:underline;
}
.roundedButton {
	float:left;
	background-image:url(../../images/global/round_btn_bg.gif);
	background-repeat:repeat-x;
	margin-top:5px;
}
.roundedButton a, .roundedButton b {
	float:left;
	margin:0px;
	color:#fff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding:4px;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.mainNewsItem {
	width:620px;
	background-color:#e9eee7;
	float:left;
	margin-top:0px;
}
.mainNewsItem p {
	margin:0 10px 10px 10px;
	padding:0;
}
.mainNewsItem img {
	border:none;
	padding:10px 0px 0px 8px;
	float:right;
	clear:right;
}
.testBox {
	position:absolute;
	bottom:0px;
	left:0px;
	background-color:#900;
	display:block;
}
.testBox img {
	float:left;
}

.greylinkbox {
	float: left;
	background-color: #acafaa;
	font-size: 1em;
	margin: 10px 0px 20px 0px;
}
.greylinkbox .leftborder {
	float: left;
	width: 5px;
	height: 25px;
}
.greylinkbox .rightborder {
	float: left;
	width: 5px;
	height: 25px;
}
.greylinkbox a {
	float: left;
	display: block;
	padding: 5px 10px 0px 10px;
	white-space: nowrap;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.greylinkbox a:visited {
	color: #660099;
	text-decoration: underline;
}
.greylinkbox a:hover {
	color: #333333;
	text-decoration: underline;
}
.sitemapul ul {
	margin: 0px;
	padding: 0px;
}
.sitemapul li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.sitemapul li ul {
	margin: 10px 0px 0px 40px;
}
