img {border:none;}
body{
	margin:0 0 150px 0;
	padding:0;
	line-height:1.5; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:65%; 
	color:#666769; 
	background:url(/images/grass.gif) repeat-x bottom;
}
/* ########################### TEXT ########################### */
h1{
	color:#373737; 
	font-size:1.6em;
}
h2{
	color:#373737; 
	font-size:1.4em;
}
h3{
	color:#799039; 
	font-size:1.2em;
}
p{
	font-size:1.2em;
}
li{
	font-size:1.2em;
}
a{
	color:#373737;
}
a:hover{
	color:#799039;
}
/* ########################### LAYOUT ########################### */
#center{
  text-align:center;
}
#width{
	margin-bottom:110px;
	margin-right:auto;
	margin-left:auto;
	width:960px;
	text-align:left;
}
/* ########################### HEADER ########################### */
#header{
	height:82px;
}
#header img{
	border:none; 
	float:left;
}
#header ul{
	float:right; 
	margin:10px 0 0 0; 
	padding:0; 
	list-style:none;
}
#header ul li{
	float:left; 
	margin:0 0 0 14px;
}
#header ul li a{
	color:#7a7a7a; 
	text-decoration:none;
}
/* ########################### TEXT SIZE ########################### */
.sml,.med,.lrg{
	color:#373737; 
	text-decoration:none; 
	padding:0 2px; 
	border:1px solid #ccc;
}
.sml {
	font-size:80%;
}
.med {
	font-size:90%;
}
.lrg {
	font-size:100%;
}
/* ########################### NAVIGATION ########################### */
#nav{
	height:34px; 
	text-align:right; 
	line-height:34px; 
	list-style:none; 
	margin:0 0 9px 0; 
	padding:0; 
	border-bottom:1px solid #bdbdbd; 
	clear:both;
}
#nav li{
	display:inline; 
	margin:0 0 0 7px;
}
#nav li a{
	color:#818181; 
	text-decoration:none; 
	font-weight:bold; 
	padding:9px 7px 9px 0; 
	border-right:1px solid #fff;
}
#nav li a:hover,#nav li.current a{
	color:#687b21; 
	border-right:1px solid #bdbdbd;
}
body.index li a#index,
body.about li a#about,
body.before li a#before,
body.gallery li a#gallery,
body.testimonials li a#testimonials,
body.press li a#press,
body.partners li a#partners,
body.news li a#news,
body.links li a#links,
body.contact li a#contact{
	color:#687b21; 
	border-right:1px solid #bdbdbd;
}
/* ########################### MASTHEAD ########################### */
#masthead{
	height:24em; 
	margin:0 0 9px 0;
}
#hero{
	width:681px; 
	height:237px; 
	float:right; 
	border:7px solid #ededed; 
	background:#ededed;
	position:relative;
	overflow:hidden;
}
#welcome{
	width:224px; 
	height:22.8em;
	float:left; 
	background:#ededed; 
	padding:7px 10px; 
}
#welcome h1{
	background:url(../../images/welcome.gif) no-repeat top left; 
	width:171px; 
	height:42px; 
	text-indent:-999px; 
	margin:0; 
	padding:0;
}
#welcome p{
	padding:0;
	margin:10px 0 0 14px;
}
#phases{
	width:682px;
	height:32px;
	position:absolute; 
	/*top:193px;*/
  	bottom:13px; 
	left:0;
}
#phases ul{
	list-style:none; 
	margin:0; 
	padding:0; 
	height:32px;
	width:682px;
}
#phases li{
	margin:0; 
	padding:0; 
	width:227px; 
	height:32px; 
	float:left; 
}
#phases a{
	display:block; 
	background:#2f2d25; 
	-moz-opacity:0.5; 
	opacity:.90; 
	filter: alpha(opacity=80); 
	color:#fff; 
	text-decoration:none; 
	border-right:1px solid #1d1d1d; 
	border-left:1px solid #3a3a3a;
	padding:4px;
}
#phases a:hover{
	background:#49532b; 
	color:#fff;
}
#phases a:hover strong{
	color:#fff;
}
#phases li.this a{
	background:#49532b; color:#fff;
}
#phases li.this a strong{
	color:#7b8f2d;
}
#phases li.jFlowSelected a{
	background:#49532b; 
	color:#fff;
}
#mySlides{
  overflow:hidden;
}
#slide1,
#slide2,
#slide3{
  width:681px; height:255px; float:left;
}
#slide1{
  background:url(../../images/masthead.jpg) no-repeat center center;
}
#slide2{
  background:url(../../images/masthead1.jpg) no-repeat center center;
}
#slide3{
  background:url(../../images/masthead2.jpg) no-repeat center center;
}
/* ########################### INTRO PANEL ########################### */
#intro{
	height:16.25em; 
	border-top:1px solid #bdbdbd;
	clear:both;
}
.largeIntro{
	font-size:2.2em; 
	font-weight:bold; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	line-height:1.2em; 
	margin:1em 0 0 0; 
	padding:0 0 0 10px;
}
#video{
	float:right; 
	border-left:1px solid #bdbdbd; 
	width:225px; 
	height:16.25em;
}
/* ########################### CONTENT ########################### */
#content{
	border-top:1px solid #bdbdbd; 
	border-bottom:1px solid #bdbdbd; 
	clear:both;
}
/* ########################### PAGE ########################### */
#page h1{
  margin-left:10px;
}
#page p{
  margin-left:24px;
}
#pageImg{
	position:relative;
	height:272px;
	width:706px;
	float:right;
}
#imgBefore1{
	background:url(../../images/before1.png) no-repeat center center;
	width:194px;
	height:262px;
	position:absolute;
	top:0;
	right:500px;
	z-index:3;
}
#imgBefore2{
	background:url(../../images/before2.png) no-repeat center center;
	width:210px;
	height:262px;
	position:absolute;
	top:0;
	right:400px;
	z-index:2;
}
#imgBefore3{
	background:url(../../images/before3.png) no-repeat center center;
	width:215px;
	height:262px;
	position:absolute;
	top:0;
	right:300px;
	z-index:1;
}
#imgAfter1{
	background:url(../../images/after1.png) no-repeat center center;
	width:200px;
	height:262px;
	position:absolute;
	top:0;
	right:0;
}
/* ########################### GALLERY ########################### */
.galleryTable td{
	padding:10px;
	text-align:center;
}
.galleryTable td a.lightbox {
	text-align:center;
	text-decoration:none;
}
.galleryTable td a img{
	border:7px solid #eee;
}
.galleryTable td a:hover img{
	border:7px solid #ccc;
}
/* ########################### CONTACT ########################### */
body.contact #page ul {
	width:280px;
	float:left;
}
body.contact #page ul li {
	list-style:none;
}
/* ########################### COLUMN ########################### */
.column{
	width:224px; 
	height:25em; 
	float:left; 
	padding:10px; 
	border-right:1px solid #bdbdbd; 
	display:inline;
}
.columnEnd{
	width:195px;
	float:left; 
	padding:10px;
}
.column ul{
	margin:0; 
	padding:0 0 0 14px; 
	list-style-image:url(/images/li.gif);
}
.column ul li{
	margin:0 0 14px 0;
	font-size:1.2em;
}
.column ul li strong{
	display:block; 
	margin-bottom:7px;
}
.column h2,.columnEnd h2{
	margin-top:0; 
	padding-top:0;
}
.column h3,.columnEnd h3{
	margin-bottom:0; 
	padding-bottom:0;
}
.column p{
	margin:10px 0; 
	padding:0;
}
.columnEnd p{
	margin:0; 
	padding:0;
}
/* ########################### FOOTER ########################### */
#footer{
	height:4em; 
	line-height:4em; 
	list-style:none; 
	text-align:right; 
	margin:0; 
	padding:0; 
	clear:both;
}
#footer li{
	display:inline; 
	margin:0 0 0 10px;
	font-size:1.2em;
}
#footer li a{
	color:#7c7c7c; 
	text-decoration:none;
}
#footer li a:hover{
	color:#799039;
}
/* ########################### FOOTER LOGOS ########################### */
#footerLogos{
	height:94px; 
	clear:both;
}
#footerLogos img{
	float:left; 
	margin:0 20px 0 0; 
}
/* ########################### GENERIC ########################### */
.green{
	color:#799039;
}
.clear{
	clear:both;
}
.fr{
	float:right;
}
.fl{
	float:left;
}
input,select{
	border:1px solid #7F9DB9; /*standardise the border colour of input elements*/
	font-size:1.2em!important;
	vertical-align:top; /*removes a bug in FF where input elements have extra margin applied by the browser*/
}
.rss{
	background:url(/images/rss.gif) no-repeat left center; 
	padding-left:20px; 
	color:#373737; 
	font-weight:bold; 
	text-decoration:none; 
	margin:4px 4px 0 0;
}
.latestNews{
	color:#373737; 
	font-weight:bold; 
	text-decoration:none; 
	margin:4px 4px 0 0;
	font-size:1.1em;
	background:url(/images/li.gif) no-repeat left center;
	padding-left:10px;
}
.readMore{
	background:url(/images/li.gif) no-repeat left center; 
	padding-left:10px; 
	color:#2b2b2b; 
	text-decoration:none; 
	font-weight:bold;
	font-size:1.1em;
}

/* news ouput page */

div.newsArticle{
	float:left;
	width:600px;
	margin:20px 20px 30px 0;
}

div.newsImg{
	float:right;
	margin:0 0 10px 20px;
	border:1px solid #666;
}

div.newsArchive{
	float:left;
	width:310px;
	margin:20px 20px 30px 0;
}

div.newsArchive ul{
	margin:0 0 0 20px; 
	padding:0 0 0 14px; 
	list-style-image:url(/images/li.gif);
}

div.newsArchive ul li{
	margin:0 0 14px 0;
	font-size:1.2em;
}

div.newsArchive ul li strong{
	display:block; 
	margin-bottom:7px;
}

