/******************************* standard stuff *************************************/

body{
  font-family: arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
  color: #666666;
}

h1 { font-size: 200%; letter-spacing: -2px; margin-bottom: 20px; }

h2 { font-size: 180%; letter-spacing: -1px; margin-bottom: 20px; }

h3 { font-size: 150%; letter-spacing: -1px; margin-bottom: 20px; }

h4 { font-size: 120%; letter-spacing: -1px; margin-bottom: 20px; font-weight:bold;}

a { 
  outline:none;
  color: #78C042;
  text-decoration: none;
  border-bottom: 1px dotted #78C042;
}
a:visited { color: #78C042; }
a:hover { 
  /*color: #ffffff; 
  background-color:#ff5398;*/
  color: #009900;
  border-bottom: 1px solid; 
}

strong {
  font-weight:bold;
}

em {
  font-style: italic;
}

p {
  margin: 0.5em 0;
  padding-bottom: 0.5em;
}

blockquote {
    color:#888888;
    text-indent:37px;
    padding-top:20px;
    background:transparent url(../Stat/generic/blockquote.png) top left no-repeat;
}

blockquote span.blockquoteEnd {
  height:20px;
  width:22px;
  float:right;
  display:block;
  margin:0 0 0 16px;
  border:0;
  padding:0;
  background:transparent url(../Stat/generic/blockquoteEnd.png) top left no-repeat;
}

cite {
  font-weight: bold;
}

pre {
  padding: 10px;
  font-size: 11px;
  background-color:#f7f7f7;
  padding:2%;
  border:1px solid #e3e3e3;
  margin:0;
  line-height:140%;
 
  /* make lines wrap in pre tag - browser specific so not valid css - lousy browsers */
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

code {
  font-family: monaco,"lucida console","courier new",courier,serif;
  font-size-adjust: none;    
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
}

hr {margin:10px 0 10px 0; }
/*********************************** forms *****************************************/

label { font-weight: bold; }

input, select {
  width:100px;
}

input, textarea, select {
  border:1px solid #aaaaaa;
  padding:2px;
  background:#ffffff url(../Stat/generic/inputBg.gif) top left no-repeat;
  margin-top:2px;
}

input.checkbox {
  width:15px;
  background:none;
  border:0;
}

input.radio_button {
  width:15px;
  background:none;
  border:0;
}

input.small, select.small {
  width:50px;
}

input.large, select.large {
  width:200px;
}

input.extra_large, select.extra_large {
  width:300px;
}

input:hover, textarea:hover, select:hover {
  border:1px solid #888888;
}

input:active, textarea:active, select:active {
  border:1px solid #888888;
}

input.submit {
  background:#ffffff url(../Stat/generic/submitBg.png) -20px 0 no-repeat;
  color:#ffffff;
}

input.submit:hover {
  
  cursor: pointer;
}

textarea {
  width:300px;
  height: 200px;
}

textarea.deep {
  height:350px;
}

textarea.shallow {
  height:50px;
}

fieldset {
  background:#f7f7f7;
  padding:2%;
  border:1px solid #e3e3e3;
  margin:0;
}

legend {
  font-weight:bold;
  font-size: 120%; 
  letter-spacing: -1px;
  color:#666666;
}

/******************************** images ****************************************/

img {
  padding:2px;
  border: 2px solid #cccccc;
  background-color: #eeeeee;
}

/******************************** tables ***************************************/

table {
  border: 1px solid #999999;
}

thead {
  color: #ffffff;
  background: #999999 url(../Stat/generic/theadBg.jpg) top left repeat-x;
  border-bottom: 1px solid #999999;
}

tr.odd { background-color: #eeeeee; }

th, td {
  padding:3px;
  border-right: 1px solid #999999;
}

/********************************** lists **************************************/

ol li {
  list-style-type: decimal;
}

ul li {
  list-style-type: disc;
}

ol, ul, dl {
  padding-left: 30px;
}

dd {
  margin:0 0 4px 0;
  background-color: #eeeeee;
  padding:10px;
}

/********************************* LiveValidation *************************************/

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
	color:#CC0000;
}
	
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid #CC0000;
}

/************************************ HELPERS ***************************************/		

.floatRight {
  float:right;
}

.floatLeft {
  float:left;
}

.clearBoth {
  clear:both;
}

.clearLeft {
  clear:left;
}

.clearRight {
  clear:right;
}

.inline {
  display:inline;
}

.block {
  display:block;
}

.hidden {
  display:none;
}

.invisible {
  visibility:hidden;
}

.visible {
  visibility:visible;
}

/** margin helpers (useful for floated images) **/

.marginTop10 {
  margin-top:10px;
}

.marginRight10 {
  margin-right:10px;
}

.marginBottom10 {
  margin-bottom:10px;
}

.marginleft10 {
  margin-left:10px;
}


.padding {
  padding: 5px;
}




body {
  background-color: #ffffff;
  /*border-top:7px solid #999999;*/
}

#bg {
  background-color: #ffffff;
  padding-top:0;
}

/********************* YAHOO USER INTERFACE GRIDS ELEMENTS *************************/

/* see http://developer.yahoo.com/yui/grids/ */

/* yui doc4 container
   (don't use any positioning stuff for this, just colors etc) */
#doc {
  background-color:transparent;
}

/* yui hd header container 
   (don't use any positioning stuff for this, just colors etc)
   use an inner container to add any padding as this will screw up layout*/
#hd { 
  background-color: #ffffff; 
 /* background:transparent url(../Stat/bgs/headerBg.gif) top left no-repeat;*/

}

/* yui ft footer container 
   (don't use any positioning stuff for this, just colors etc)
   use an inner container to add any padding as this will screw up layout*/
#ft { 
  background-color: transparent;
  text-align:right;
  padding: 10px 15px;
  color: #cccccc;
  /*color: #D01619;*/
}


/************************ MY ELEMENTS ******************************************/

/** header stuff *********************/


/* navigation for head (set up like tabs) */
#head_nav {
  text-align:center;
  padding:0;
  width:auto;
  margin:0 0 10px 22px;
}

#head_nav li {
  margin: 0 0 0 0;
  list-style: none;
	float:left;
}

#head_nav a {
  display: block;
  padding:0 0.6em;
  text-align:center;
  vertical-align:middle;
  font-size:100%;
  text-decoration: none;
  border:0;
  /*background:#eeeeee;*/
  font-weight: bold;
}

#head_nav a:visited { }
#head_nav a:hover { 
    /*background:#dddddd;*/
}

#hd h1 {
	margin:0;
	margin-left:5px;
	padding:0;
	padding-top:5px;
}

#hd h1 a {
  text-indent:-5000px;
  width:214px;
  height:79px;
  background:transparent url(../Stat/bgs/logo2.gif) top left no-repeat;
  margin:0 0 5px 0;
  display:block;
  border:0;
}

#hd h2 {
  text-indent:-5000px;
  width:349px;
  height:39px;
  /*float:left;*/
  margin:0 0 0 0;
  background:transparent url(../Stat/bgs/strapline.gif) top left no-repeat;
}

/** content stuff *********************/



#main {
  margin:0;
  background:transparent url(../Stat/bgs/mainBg.gif) top left repeat-y;
}

.container_with_padding {
  padding: 0px 4px;
}

#main li {
  padding: 2px;
  /*width:620px;*/
  margin: 0 auto;
}

li.odd {
  background:#FFE2C4;
}

.crumbs {
  margin:0 0 20px 0;
}


.date {
  font-size: 85%;
  color:#FF9422;
}

cite {
  color:#FF9422;
}

.last {
	margin-bottom:0;
}

/** forms *****/

input, select {
  padding:3px;
}

input.radio_button {
  margin-left:50px;
}

input.submit {
  width: inherit;
  background:#cccccc;
  border:0;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
}

textarea {
  width:400px;
}

textarea.shallow {
  height:100px;
}


/** pagination ***********************/

.pagination {
  float:right;
}

.pagination a {
  border: 1px solid #FFE2C4;
  color: #FF9422;
}

.pagination a:hover, .pagination a:active {
  border: 1px solid #FF9422;
  color: #000;
}

.pagination span.current {
  border: 1px solid #FF9422;
  background-color: #FF9422;
  color: #FFF;
}

.pagination span.disabled {

}

/** fonts ***************************/

h1, h2, h3 {
  color: #78C042;
}

a { 
  color: #78C042;
  border-bottom: 1px dotted #78C042;
}
a:visited { color: #78C042; }
a:hover { 
  color: #009900;
  border-color:#009900;
}

/* fix for lytebox when images have been given border and bg which ie doesnt like */
div#lbMain div#lbOuterImageContainer img { border:0; padding:0; background:transparent; }

/** specific ************************/

#doc, #doc2, #doc3, #doc4, .yui-t1, .yui-t2, .yui-t3, .yui-t4, .yui-t5, .yui-t6, .yui-t7 { 
	min-width:780px;
}


#topMain {
	clear:both;
	height:217px;
	
	padding:10px;
}

#bottomMain {
	margin:5px 0;
	padding:0 10px;
	font-size:80%;
}

#bottomMain #footTop {
	padding:10px;
	text-align:right;
	color:#E6E6E6;
	background-color:#6D6E71;
	margin-bottom:4px;
}

#bottomMain #footBottom {
	padding:0;
	margin:0;
	background-color:#78C042;
	line-height:10px;
	font-size:10px;
}

#main h4 {
	margin-bottom:10px;
}



form label {
	display:block;
}




#main #leftPane {
	width:442px;
	float:left;
	margin:0 10px 5px 10px;
}

#main #rightPane {
	width:304px;
	float:left;
	margin:0;
}

#main #rightPane ul {
	width:304px;
	margin:0;
	padding:0;
}

#main #rightPane ul li {
	width:304px;
	list-style:none;
}

#main #rightPane dl {
	width:304px;
	margin:0;
	padding:0;
}

#main #rightPane dl dt {
	font-weight:bold;
	font-size:110%;
	padding:10px;
	margin:0;
}

#main #rightPane dl dd {
	padding:10px;
	/*padding-bottom:30px;*/
	position:relative;
	margin:0;
	height:60px;
}


.map {
	border:3px solid #cccccc;
	
}

#main .map img {
	background:transparent;
	padding:0;
	border:0;
}


#main ul.gallery li {
	padding:0;
	margin:0;
}

#main ul.gallery li {
	list-style:none;
	width:300px;
	margin-right:20px;
} 

#main ul.gallery li a {
	border:0;
} 

#lbMain a {
	border:0;
}


.sideItem0 {
	background-color:#e6e6e6;
}

.sideItem1 {
	background-color: #d3d3d3;
}

.sideItem2 {
	background-color: #b6b6b6;
}


#main #rightPane a.more {
	position:absolute;
	bottom:0;
	right:0;
	background-color:#78C042;
	padding:0 4px 2px 4px;
	border:0;
	color:#ffffff;
	font-size:100%;
}

#main #rightPane a.more:hover {
	background-color:#009900;
	color:#ffffff;
}

.singlePic {
	border:0;
	padding:0;
	margin:0;
  /*width:146px;
  height:217px;*/
}

#slideShow{
	position:relative;
	border: 0;
	margin: 0;
	padding:0;
	left:456px;
	top:0px;
}

.placeholder {
  position:absolute;
 

  top:0px;
  left:0px;
  
}

#slideShow img {
	border:0;
	padding:0;
	margin:0;
}

.caseStudyImageLarge {
  margin:5px 0 5px 0;
}

.caseStudyImageSmall {
  margin:8px 8px 5px 0;
}

.caseStudyImageSmall.lastImage {
  margin-right:0;
}

.newsImage {
  float:left;
  margin:5px 10px 5px 0;
}

.galleryImage {
  /*float:left;*/
  margin:5px 5px 5px 0;
}

#rightPane h4 {
  letter-spacing:normal;
  padding:10px;
  margin:0;
  color:#ffffff;
  background:#B6B6B6;
}


#main #leftPane {
	width:446px;
	float:left;
	margin:0 10px 5px 6px;
}

#main #leftPane h2 {
  letter-spacing:normal;
  padding:10px;
  margin:0;
  color:#ffffff;
  background:#78C042;
  margin-bottom:10px;
}

#doc #hd ul#head_nav {
  margin:0 0 10px 0;
}

#doc #hd ul#head_nav li{
  margin: 0 5px 0 0;
}

#leftPane h3 {
  margin-bottom:6px;
  margin-top:10px;
}

a.weborchard:hover {
  color:#eeeeee;
  border-bottom:#eeeeee dotted 1px;
}