@charset "utf-8";
/* TAGS */

body {
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #D9D2CC;
	font-size: 1em;
	color: #89827C;
}
a {
	color: #9BAF36;
	text-decoration: none;
}
a:hover {
	color: #9BAF36;
	text-decoration: underline;
	/*background-color:#C1D13D;*/
}
h1 {
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0px 0px 5px 0px;
	color: #84776F;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom: 1px solid #D4CDC7;
	padding-bottom:10px;	
}
h2 {
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0px 0px 0px 0px;
	color: #9BAF36;
	font-weight:normal;
	text-transform:uppercase;
		
}
h3 {
	font-size: 0.95em;
	line-height: 1.6em;
	margin: 0px 0px 0px 0px;
	color: #9BAF36;
	font-weight:normal;
	text-transform:uppercase;	
}
h4 {
	font-size: 0.95em;
	line-height: 1.6em;
	margin: 0px 0px 0px 0px;
	color: #9BAF36;
	font-weight:normal;
		
}
h5 {
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 0px 0px 0px 0px;
	color: #9BAF36;
	text-transform:uppercase;
		
}
h6 {
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 0px 0px 0px 0px;
	color: #9BAF36;
	font-weight:normal;
		
}
ul{
	font-size: 0.8em;
	line-height: 1.6em;
}
ol{
	font-size: 0.8em;
	line-height: 1.6em;
}
hr {
	height: 1px;
	border-top: solid 1px #FFFFFF;
	border-bottom: none;
	border-left:none;
	border-right:none;
}
p { 
	font-size: 0.8em;
	margin: 0px 0px 10px 0px;
}
/* Positional DIVS */

.Centre {
	width: 896px;
	position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.Clear {
	clear:both;
}

.TopSection {
	background-color: #F0ECEB;
	background-attachment: scroll;
	background-image: url(/images/BackgroundFooterShadow.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.LogoBar {
	width: 149px;
	height: 93px;
	margin-bottom: 10px;
	float:left;
}
.SearchBar {
	width: 747px;
	text-align: right;
	float:left;
	margin-bottom: 10px;
	overflow:hidden;
	height: 93px;
}
.IconLinks {
	margin-top: 40px;
	text-align: right;
	width: 245px;
	margin-left: 502px;
	margin-bottom: 8px;
}
.StrapLine {
	float:left;
	width: 545px;
	text-align:right;
	padding-right:15px;
}
.SearchField {
	float:left;	
	padding-right: 5px;
	width: 160px;
}
.SearchGoButton {
	float:left;	
	width: 22px;
}
.SearchTextField {
	height: 18px;
	width: 150px;
	background-color:#FFFFFF;
	border: 1px solid #89827C;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#89827C;

}
.FooterSection {
	font-size: 0.7em;
	color:#85786F;
	padding-bottom: 10px;
}
.FooterSection a{

	color:#85786F;
	text-decoration:none;
}
.FooterSection a:hover{
	color:#85786F;
	text-decoration:none;
	background-color: #C1D13D;
}
.FooterLeft {
	float:left;
	width: 746px;
}
.FooterRight {
	float:left;
	width: 150px;
	text-align:right;
}
.HomePageBannerLeft {
	float:left;
	margin-bottom: 10px;
	width: 462px;
	height: 240px;
}
.HomePageBannerRight {
	float:left;
	margin-bottom: 10px;
	width: 434px;
	height: 240px;
	background-color:#C1D13D;
}
.HomePageLeftPanel {
	float:left;
	width: 292px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.HomePageMiddlePanel {
	float:left;
	width: 292px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.HomePageRightPanel {
	float:left;
	width: 292px;
	margin-bottom: 20px;
}
.InnerPageBanner {
	width: 896px;
	height:123px;
	margin-bottom:20px;

}
.LeftColumn {
	width: 152px;
	float:left;
	padding-right: 20px;
}
.RightFullColumn {
	width: 714px;
	float:left;
	padding-right:10px;
}
.MiddleColumn {
	width: 562px;
	float:left;
	padding-right:10px;

}
.RightColumn {
	width: 152px;
	float:left;
}
.NewsIndexImage {
	float:left;

	width: 152px;
}
.NewsIndexText {
	float:left;
	width: 552px;
		padding-right: 10px;
}
.TeamIndexImage {
	float:left;
	width: 152px;
	padding-right: 15px;
	}
.TeamIndexText {
	float:left;
	width: 547px;
	
}
.CaseStudyIndexImage {
	float:left;
	padding-right: 15px;
	width: 152px;
}
.CaseStudyIndexText {
	float:left;
	width: 547px;
}
/* Font styles */
.TopBarNavLink {
	color:#89827C;
	text-decoration:none;
	font-size: 0.75em;
}
.TopBarNavLink a{
	color:#89827C;
	text-decoration:none;
}
.TopBarNavLink a:hover{
	color:#89827C;
	text-decoration:underline;
	background-color: #F0ECEB;
	
}
.HomePanelText {
	/*font-size: 0.8em;*/
	margin-right: 10px;
	margin-top: 8px;
}
.HomePageHref {
	display:block;
	font-size: 0.8em;
	border: 1px solid #89827C;
	padding: 5px;
	width: 100px;
	 text-align:center;
	 background-color: #C1D13D;
	 color:#FFFFFF;
	 text-decoration:none;
}
.HomePageHref:hover{
	text-decoration:none;
	color:#FFFFFF;
	background-color: #9BAF36;
}
.CaseStudyHref {
	display:block;
	font-size: 0.8em;
	border: 1px solid #89827C;
	padding: 5px;
	width: 142px;
	 text-align:center;
	 background-color: #C1D13D;
	 color:#FFFFFF;
	 text-decoration:none;
}
.CaseStudyHref:hover{
	text-decoration:none;
	color:#FFFFFF;
	background-color: #9BAF36;
}
.SiteMapLevelOne {

}
.SiteMapLevelTwo {
	font-size: 1.3em;
	line-height: 1.6em;
}
.SiteMapLevelThree {
	font-size: 1.3em;
	list-style-type:circle;
}


/* Menu Code */

.MenuHolder {
	width: 896px;
	padding-bottom: 10px;
} 
ul#Menu {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 38px;
	width: 896px;
}
ul#Menu li {
	float: left;
	display: inline;
	height: 38px;
	margin: 0px;
	overflow: hidden;
	text-transform:uppercase;
}
ul#Menu li a {
	display: block;
	height: 28px;
	text-decoration: none;
	color: #FFFFFF;
	text-align:center;
	padding-top: 10px;
/*	text-indent: -999em;*/
}
ul#Menu li.MOne a {
	width: 151px;
	background-image: url(/images/Menu/MOne.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
ul#Menu li.MTwo a {
	width: 149px;
	background-image: url(/images/Menu/MTwo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
ul#Menu li.MThree a {
	width: 149px;
	background-image: url(/images/Menu/MThree.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
ul#Menu li.MFour a {
	width: 150px;
	background-image: url(/images/Menu/MFour.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
ul#Menu li.MFive a {
	width: 148px;
	background-image: url(/images/Menu/MFive.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
ul#Menu li.MSix a {
	width: 149px;
	background-image: url(/images/Menu/MSix.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

ul#Menu li.MOne a:hover {
	background-position: center left;
}
ul#Menu li.MTwo a:hover {
	background-position: center left;
}
ul#Menu li.MThree a:hover {
	background-position: center left;
}
ul#Menu li.MFour a:hover {
	background-position: center left;
}
ul#Menu li.MFive a:hover {
	background-position: center left;
}
ul#Menu li.MSix a:hover {
	background-position: center left;
}
ul#Menu li#selected a {
background-position: bottom left;
}


.SubMenuHolder {
	margin-bottom: 40px;
	padding: 0px;
	border-bottom: 1px solid #D4CDC7;
}
ul#SubMenu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 152px;

}
ul#SubMenu li {
	
}
ul#SubMenu li a {
	
}
ul#SubMenu li a:hover {

	}
.SubMenuItem {
	display: block;
	margin: 0px;
	width: 152px;
	margin-bottom: 2px;
}
.SubMenuItem a {
	display: block;
	width: 149px;
	padding: 0px 0px 0px 3px;
	font-size: 0.85em;
	color: #89827C;
}
.SubMenuItem a:hover {
	display: block;
	width: 149px;
	padding: 0px 0px 0px 3px ;
	font-size: 0.85em;
	color: #FFFFFF;
	text-decoration:none;
	background-color: #C1D13D;
}
.SubMenuItemLevel2 {
 	display: block;
	width: 139px;
	padding: 0px 0px 0px 13px;
	font-size: 0.85em;
	color: #89827C;
}
#submenuselected {
	background-color: #C1D13D;
	color:#FFFFFF;
}
#submenuselected a{
	background-color: #C1D13D;
	color:#FFFFFF;
}


/* Form styles */

label {
	display:block;
	width: 180px;
	float:left;
}
.Label {

}
input {	

	}
select {
	padding: 0.25em;
	}
textarea {
	font-family:  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0.25em;
	}
.TextField {
	width: 300px;
	/*border: solid 1px #999999;*/
	font-family:  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #89827C;
	}
.DropDown {
	width: 308px;
	font-family:  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #89827C;
}
.TextArea {
	width: 300px;
	height: 100px;
	font-family:  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #89827C;
}
.Red {
	color:#990000; 
}
.SubmitButtons {
	padding-left: 180px;
}
.SubmitButton {
	font-family:  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	width: 100px;
	border: 1px solid #89827C;
	background-color:#C1D13D;	
	
}
.FormRight {
	margin-left: 180px;
}
.Radio {
}
.TableText {
	padding: 3px 0px 3px 0px;
font-size: 0.8em;
}

/* New styles Oct 09 */

.HomePageHrefLong {
	display:block;
	font-size: 0.8em;
	border: 1px solid #89827C;
	padding: 5px;
	width: 270px;
	text-align:center;
	background-color: #C1D13D;
	color:#FFFFFF;
	text-decoration:none;
	margin-top:10px;
}
.HomePageHrefLong:hover{
	text-decoration:none;
	color:#FFFFFF;
	background-color: #9BAF36;
}
.HomePanelFuelTextRight {
	float:left;
	width: 150px;	
	margin-bottom: 3px;
	margin-top: 0px;
	font-size: 0.8em;
}
.HomePanelFuelTextLeft {
	float:left;
	width: 100px;
	margin-bottom: 3px;
	margin-top: 0px;
		font-size: 0.8em;
}
.HomePanelRSS {
	margin-top: 15px;
}
.Clear {
	clear:both;
	height: 1px;
	overflow:hidden;
}
/* Gallery Styles */

.GalleryIndexCol {
	width: 160px;
	margin-right: 12px;
	float: left;
	margin-bottom: 15px;
}
.GalleryIndexColEnd {
	width: 160px;
	float: left;
}
.GalleryCaption {
	text-align:center;
	padding: 0px 0px 0px 0px;
}
























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

p {

}

TableText {

}


