/* Common */
body,table,input,select,textarea { 
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:small;
}

/* Remove padding and margin */
*
    {
    margin: 0;
    padding: 0;
    border: 0;
}

body {   
  color:#000;
	background: #2BA960; // /* Original Colour: #F7931E */
}

p { 
  margin:1em 0 1em 0; 
}

a {
	color: #2BA960;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

#background-top {
	background: #f8931f url('../images/g-background-top.gif') no-repeat top center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	border-bottom: 3px solid #fff;
}

#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 872px;
	padding-top: 64px;
}

#content-wrapper {
	min-height: 490px;
}

#header img {
	vertical-align: bottom;
}

#nav-side {
	float: left;
	background: transparent url('../images/g-content-background.png') repeat-y;
	width: 900px;
	position: relative;
	min-height: 720px;
}

#nav-side .inner {
	position: absolute;
	top: 0px;
	left: 0px;
}

#content {
	margin: 0px 0px 0px 233px;
	padding-top: 25px;
	width: 570px;
	padding-bottom: 160px;
	min-height: 500px;
}

#content .narrowcolumn {
	float: left;
	padding: 0 0 10px 25px;
	margin: 0px 0 0;
	width: 150px;
}

#content .feature-box {
	background: url('../images/g-focus-background.gif') repeat-y;
	margin-left:20px;
	margin-bottom:0px;
	width: 173px;
	text-align: center;
}

#content .feature-box .left {
	float: left;
}

#content .feature-box .right {
	float: right;
}

#content .feature-box img.bottom {
	vertical-align: bottom;
}

#content .feature-box p.feature-heading {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	font-size: 22px;
	color: #34B13D;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content .feature-box p {
	font-size: 11px;
	color: #2F9947;
	padding-left: 15px;
	padding-right: 15px;
}

#content h1, #content h2, #content h3 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	font-weight: normal;
}

#content h1 {
	color: #34B13D;
	font-size: 24px;
	margin-bottom:10px;
}

#content h2 {
	color: #F7931E;
	font-size: 18px;
}

#content h3 {
	color: #F7931E;
	font-size: 14px;
}

#content p {
	font-size: 11px;
	color: #343434;
	line-height: 16px;
}

#nav-side .sideimage {
	margin: 20px 0px 20px 24px;
}

#nav-side .sideimage .displayimg {
	display: block;
	margin-bottom: 12px;
	border: 2px solid #FDD89D;
	position: relative;
	width: 160px;
}

#nav-side .sideimage .displayimg img {
	padding: 0px;
	margin: 0px;
	display: block;
}

#nav-side .nav-box, #nav-side .info-box {
	padding-left: 9px;
}

#nav-side .info-box {
	width: 192px;
}

#nav-side .info-box img.top {
	vertical-align: bottom;
}

#nav-side .info-content {
	background: url('../images/g-box-background.gif') repeat-y;	
	padding: 0px 4px 8px 16px;
}

#nav-side .info-content .heading {
	font-family: "Trebuchet MS", Tahoma, Sans-serif;
	font-size: 18px;
	color: #F7931E;
	margin-top: 0px;
	padding-top: 0px;
}

#nav-side .info-content .text-title {
	font-size: 10px;
	color: #F7931E;
	font-style: italic;
}

#nav-side .info-content p {
	font-size: 10px;
	color: #000;
	margin-top: 3px;
	margin-bottom: 3px;
}

#nav-side .info-content a {
	text-decoration: none;
	color: #000;
}

#nav-side .info-content a:hover {
	color: #666;
}

#nav-side .nav-box ul {
	list-style: none;
	font-size: 11px;
	color: #000;
	background: url('../images/g-box-background.gif') repeat-y;
}

#nav-side .nav-box ul li {
	padding-bottom: 2px;
	padding-top: 2px;
}

#nav-side .nav-box a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 159px;
	height: 20px;
	padding-left: 33px;
	padding-top: 1px;
}

#nav-side .nav-box a:hover {
	color: #fff;
	background: url('../images/g-button-over.gif') no-repeat top left;
}

#footer {
	height: 50px;
	position: relative;
	text-transform: lowercase;
	margin-top: 5px;
	padding-bottom: 0px;
}

#footer img.ducks {
	position: absolute;
	top: -155px;
	left: 668px;
}

#footer .menu, #author {
	font-size: 10px;
	color: #fff;
	margin-left: 10px;
}

#author {
  position:absolute;
  top: 0px;
  left: 680px;
}

#footer .menu a, #author a {
	color: #fff;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

#footer .menu a:hover, #author a:hover {
	color: #666;
}

#programme {
	font-size: 11px;
	color: #343434;
	line-height: 16px;
}

#programme ul {
	padding-left: 18px;
	list-style: circle;
}

#programme ul li {
	margin-left: 15px;
	padding-bottom: 4px;
	list-style-image: url('../images/g-hand-onyellow.gif');
}

#programme th {
	background: #7ed090;
	color: #fff;
	padding: 4px;
}

#programme td {
	background: #f7f977;
	padding: 4px;
	vertical-align: top;
}

.img-right {
	float: right;
	border: 4px solid #34B13D;
	background: #34B13D;
	position: relative;
	margin: 8px 6px 6px 6px;
}

.noborderonimage {
	border: 0px;
	background: #fff;
	width: 100px;
}

.noborderonimage img {
	border: 4px solid #34B13D;
}

.noborderonimage .centerlink {
	text-align: center;
	display: block;
	width: 100px;
}

img.mapclick {
	border: 4px solid #34B13D;
}

.set-left {
	float: left !important;
	margin-top: 4px !important;
}

.extra-bottom-padding {
	margin-bottom: 16px;
}

.img-right img {
	display: block;
}

.img-right img.hand {
	position: absolute;
	bottom: -30px;
	right: -30px;
}

dl.col { 
  line-height:1.5em;
}

dl.col dt { 
  float:left; 
  width:6em;
}

dl.col dd { 
  margin-left:7em;
}

.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}

.clr{
  clear: both;
}

.right {
  float:right;
}

.left {
  float:left;
}

ul.main-list {
	font-size: 11px;
	color: #343434;
	line-height: 16px;
	margin-left: 6px;
}

ul.main-list li {
	margin-left: 15px;
	padding-bottom: 4px;
	list-style-image: url('../images/g-list-hand-green.gif');
}

/* CSS Buttons Code */
.clearbutton  {
	overflow: hidden;
	width: 100%;
}

.button-imagegroup {
	margin-bottom: 16px;
}

.button-images {
	border: 4px solid #F6931D;
	background: #F6931D;
	position: relative;
	float: left;
	margin-left: 6px;
}

.second-img {
	margin-left: 18px;
}

.facilities-img {
	margin-left: 40px;
	margin-bottom: 10px;
}

.img-right img {
	display: block;
}

a.button {
	background: transparent url('../images/g-button-right.gif') no-repeat scroll top right;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	font: normal 12px verdana, sans-serif;
	height: 27px;
	text-transform: uppercase;
	margin-right: 6px;
	padding-right: 12px;
	margin-top: 10px;
/*	width: 258px; */
	
}

a.button span {
	background: transparent url('../images/g-button-left.gif') no-repeat;
	display: block;
	line-height: 17px;
	padding: 5px 16px 5px 38px;
}

a.button:hover {
	color: #FDD89D;
	outline: none;
	text-decoration: none;
}

#sidebar {
  font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  position: absolute; 
  left: 650px; 
  top: 40px; 
  height: 400px; 
  width: 150px; 
  padding: 1em; 
}

#sidebar h1, #sidebar h2, #sidebar h3 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	font-weight: normal;
}

#sidebar h1 {
	color: #34B13D;
	font-size: 24px;
}

#sidebar h2 {
	color: #F7931E;
	font-size: 18px;
	margin-top: 20px;
}

#sidebar h2.first {
	margin-top: 0px;
}

#searchform ul {
	margin-left: 0px !important;
}

input#s {
	width: 70px;
}

#searchform input {
	font-size: 11px;
	padding: 2px;
}


#sidebar ul ul li, #sidebar ul ol li {
  color: #777;
}

#sidebar ul {
  margin: 0 0 0 30px;
  padding: 0;
}

#sidebar ul li {
  margin: 0px;
  padding: 0;
  list-style-type: none;
}

#inner-content {
	float: left;
	padding: 0 0 0px 0px;
	margin: 0px 0 0;
	width: 360px;
}

#commentbox {
	position:absolute;
  left: 218px; 
  top: 430px; 
  height: 200px; 
  width: 150px; 
  padding: 1em; 
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	}
	
search_submit {
  width: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #333333;
  color: #FFFFFF;
  margin-right: 6px;
}	


/* List Items */
.green {
	list-style-image: url('../images/g-list-hand-green.gif') !important;
}

.yellow {
	list-style-image: url('../images/g-list-hand-yellow.gif') !important;
}

.red {
	list-style-image: url('../images/g-list-hand-red.gif') !important;
}

.blue {
	list-style-image: url('../images/g-list-hand-blue.gif') !important;
}

.purple {
	list-style-image: url('../images/g-list-hand-purple.gif') !important;
}

.cta-list {
	list-style:none;
	margin: 20px 0 0 80px;
	}
.cta-list li {
	width:192px;
	float:left;
	height:42px;
	background: url(../images/g-cta-bg.gif) no-repeat;
	text-align:center;
	margin: 10px;
	}
.cta-list li a {
	color:#fff;
	display:block;
	height:30px;
	width:190px;
	text-decoration:none;
	font-size:14px;
	padding-top: 10px;
	font-weight:bold;
	}
.cta-list li a:hover {
	color:#000;
	}
.cta-list-last {
	margin-left:120px !important;
	}
.staff-member {
	margin: 0 0 15px 20px;
	border: 1px solid #fbb03b; 
	background:#fff7eb url(../images/p-hand-y-o.jpg) no-repeat 370px bottom;
	padding: 10px;
	width:142px;
	float:right;
}
	
.staff-member-title {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	color:#34b13d;
	font-size:13px;

	}
.staff-member-name {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	font-size:15px;
	color: #f7931e;
}
.staff-title-hand {
  float:left;
  width:28px;
  text-align:left;
  margin: 5px 5px 5px 0;
}
.staff-members {
	float:right;
	width:182px;
}
.staff-member-relief .staff-member {
	float:left;
}
/* Subnav */
#nav-side .nav-box ul li #subnav {
	background: url(../images/g-button-s.gif) ;
	text-indent: 15px;
	}
#nav-side .nav-box ul li #subnav li a{
	background: url(../images/g-arrow.gif) no-repeat  35px 5px;
	}
#nav-side .nav-box ul li #subnav li a:hover {
	background: url(../images/g-button-s-over.gif) no-repeat ;
	}