/* CSS Document */
html, body {
	height:100%;
}

body {
	margin:0;
	padding:0;
	font-family:Arial, Tahoma, sans-serif;
	font-size:70%;
	text-align:center;
	color:#333;
	background-color:#FFF;
}

select, textarea, input {
	font-family:Arial, Tahoma, sans-serif;
	font-size:1em;
	color:#333;
}

form {
	padding:0;
	margin:0;
}

a img {
	border:none;
}

p {
	margin-top:0;
	margin-bottom:1em;
}

/************ CONTAINER ************/

#container {
	padding:0 0 10px;
	background-color:#DDDCDD;
	position:relative;
	background-image:url(../images/back.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.wrapper {
	text-align:left;
	position:relative;
	width:940px;
	margin:0 auto 0 auto;
}

.keywords {
	color:#999;
	font-size:1em;
	border:2px solid #8DC63F;
	padding:0.3em 0.6em 0.3em 70px;
	background-image:url(../images/search.gif);
	background-repeat:no-repeat;
	background-position:left;
}

/************ HEADER ************/

#header {
	position:relative;
	padding:40px 0px 5px;
}

#header .logo {
	position:absolute;
	width:940px;
	top:27px;
	text-align:center;
	z-index:1000;
}

#header h1 {
	display:none;
}

#header p {
	position:relative;
	z-index:1001;
	width:300px;
	padding-left:8px;
	font-size:1.1em;
	line-height:1.6em;
}

#header p a {
	color:#8DC63F;
	text-decoration:none;
}

#header p a:hover {
	text-decoration:underline;
}

#header form {
	float:right;
	z-index:1002;
	position:relative;
	top:6px;
}

/******** MENU ********/

#menu {
	padding:0;
	font-size:0.9em;
	position:absolute;
	top:0;
	left:0;
	text-transform:uppercase;
	z-index:10000;
}

#menu p.menu_drop {
	font-size:1.2em;
	margin:0 0 2px;
	padding:0;
}

#menu p.menu_drop a {
	background-color:#8DC63F;
	color:#FFF;
	padding:3px 8px;
	display:block;
	width:140px;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../images/menu_arrow_right.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#menu p.menu_drop a.dropped {
	background-image:url(../images/menu_arrow_down.gif);
}

#menu p.menu_drop a:hover {
	color:#b9d691;
}

#menu ul {
	padding:0;
	margin:0;
	list-style:none;
}

#menu li {
	margin-bottom:2px;
}

#menu li a {
	text-decoration:none;
	border-bottom:none;
	color:#333;
	background-color:#FFF;
	background: rgba(255, 255, 255, .9);
	padding:3px 8px;
	display:block;
	width:140px;
	font-weight:bold;
}

#menu li a:hover {
	text-decoration:underline;
}

#menu li.selected a {
	background-color:#8DC63F;
	background: rgba(141, 198, 63, .9);
}

#menu li.selected ul li a {
	background-color:#FFF;
	background: rgba(255, 255, 255, .9);
}

#menu li.selected ul li.selected a {
	background-color:#8DC63F;
	background: rgba(141, 198, 63, .9);
}

#menu li.submenu {
	position:relative;
}

#menu li.submenu ul {
	position:absolute;
	right:0;
	padding-top:2px;
}

#menu li.submenu ul li a {
	width:140px;
}

/************ CONTENT ************/

#content {
	clear:both;
	position:relative;
	font-size:1.1em;
}

#content .strapline {
	position:absolute;
	top:20px;
	right:0;
}

#content h1.strapline strong {
	background-color:#8DC63F;
	padding:2px 20px 2px 5px;
	background: rgba(141, 198, 63, .9);
}

/************ PAGES ************/

.bigimage {
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:50px;
	-webkit-border-bottom-right-radius:50px;
	height:530px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#CCC;
}

.bigimage img {
	float:left;
}

.br_curve {
	background-image:url(../images/br.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	position:absolute;
	bottom:0;
	right:0;
	width:50px;
	height:50px;
}

.bl_curve {
	background-image:url(../images/bl.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	position:absolute;
	bottom:0;
	left:0;
	width:10px;
	height:10px;
}

#holder {
	position:relative;
}

.controls {
	padding:0;
	margin:0;
	list-style:none;
}

.controls li {
	height:41px;
	width:41px;
	margin:0;
	padding:0;
	background-position:top left;
	background-repeat:no-repeat;
	position:absolute;
	z-index:9999;
	top:240px;
}

.controls li img {
	width:41px;
	height:41px;
}

.controls .prev {
	left:10px;
	background-image:url(../images/arrow_left.png);
}

.controls .next {
	right:10px;
	background-image:url(../images/arrow_right.png);
}

#page {
	position:absolute;
	z-index:200;
	font-size:0.9em;
}

#page.top {
	top:80px;
}

#page.right {
	right:0;
	padding-bottom:30px;
}

#page.left {
	left:0;
}

#page.bottom {
	bottom:20px;
}

#page.fullscreen {
	top:0;
	left:170px;
}

#page .panel {
	padding:10px;
	background-color:#FFF;
	background: rgba(255, 255, 255, .9);
	width:250px;
	line-height:1.5em;
	margin-bottom:10px;
}

#page .green {
	background-color:#8dc63f;
	background: rgba(141, 198, 63, .9);
}

#page .green p {
	margin:0;
	font-size:1.4em;
}

#page .green a {
	color:#000;
}

#page .green a.icon {
	padding-left:23px;
}

#page .big {
	width:400px;
}

#page h2 {
	background-color:#8DC63F;
	background: rgba(141, 198, 63, .9);
	color:#000;
	padding:0.3em 10px;
	font-size:2em;
	text-transform:uppercase;
	width:250px;
	margin:0 0 0.3em;
}

#page.fullscreen .panel, #page.fullscreen h1 {
	width:680px;
}

#page.right h2, #page.right .panel {
	float:right;
	clear:right;
}

#page h3 {
	margin:0 0 0.2em;
	font-size:1.1em;
	padding:0;
}

#page ul {
	margin:0 0 1.5em;
	padding-top:0;
	padding-bottom:0;
}

#page a {
	color:#8DC63F;
	text-decoration:none;
}

#page a:hover {
	text-decoration:underline;
}

#page .project a {
	display:inline;
	padding:0;
	margin:0 10px 10px 0;
	background-color:transparent;
	background-position:center;
	background-repeat:no-repeat;
	height:65px;
	width:65px;
	float:left;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
}

#page .project a img {
	width:65px;
	height:65px;
}

#search {
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:50px;
	-webkit-border-bottom-right-radius:50px;
	background-color:#d9d9d9;
	min-height:500px;
}

#news {
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:50px;
	-webkit-border-bottom-right-radius:50px;
	background-color:#d9d9d9;
}

#news .side {
	width:150px;
	float:right;
}

#news .side h4 {
	background-color:#8DC63F;
	color:#000;
	padding:0.3em 10px;
	font-size:1em;
	text-transform:uppercase;
	margin:0 0 0.3em;
}

#news .side h5 {
	margin:0.5em 0 0.5em;
	padding:0;
	font-size:1em;
}

#news .side h5 span {
	float:right;
}

#news .side h5 a {
	padding:0.2em 10px;
	background-color:#999;
	color:#FFF;
	display:block;
}

#news .side h5 a:hover {
	color:#E0E0E0;
	text-decoration:none;
}

#news .side ul {
	padding:0;
	margin:0 0 1em;
	list-style:none;
	font-size:0.9em;
	line-height:1.5em;
}

#news .side ul li {
	margin:0;
	padding:0;
}

#news .side ul li a {
	color:#666;
	text-decoration:none;
	padding:0 10px;
}

#news .side ul li a:hover {
	text-decoration:underline;
}

#news .main {
	margin-left:166px;
	margin-right:160px;
	font-size:0.9em;
}

#search .main {
	margin-left:166px;
	margin-right:50px;
	font-size:0.9em;
}

#news .main h1, #search .main h1, #page h1 {
	background-color:#8DC63F;
	color:#000;
	padding:0.3em 10px;
	font-size:2em;
	text-transform:uppercase;
	margin:0 0 0.3em;
}

#news h2, #search h2 {
	background-color:#8DC63F;
	color:#000;
	padding:0.3em 0.6em;
	font-size:1.2em;
	text-transform:uppercase;
	margin:0 0 0.3em;
}

#news .wrap, #search .wrap {
	background-color:#FFF;
	padding:10px;
}

#news .article {
	clear:left;
	padding-top:10px;
}

#news .first {
	padding:0;
}

#news .article .date_string {
	color:#999;
}

#news .article .images {
	float:left;
	width:320px;
}

#news .article .copy {
	margin-left:324px;
}

#news .article .images img {
	border:2px solid #8dc63f;
	margin-bottom:5px;
}

#news .article .images img:hover {
	border-color:#666;
}

#news .article a.comment_title {
	display:block;
	background-color:#CCC;
	color:#FFF;
	padding:0.3em 0.6em;
}

#news .article a.comment_title:hover {
	text-decoration:none;
	color:#EFEFEF;
}

#news .article a.comment_title span {
	float:right;
}

#news a, #search a {
	color:#8DC63F;
	text-decoration:none;
}

#news a:hover, #search a:hover {
	text-decoration:underline;
}

#results {
	padding:0;
	margin:0;
	list-style:none;
}

#results li.search_item {
	border-top:1px solid #EFEFEF;
	padding:10px 0;
	clear:left;
}

#results li.search_item img {
	float:left;
}

#results li.search_item .inner {
	margin-left:190px;
}


/************ ICONS ************/

.icon {
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:2px;
}

.add {		background-image:url(../images/icons/add.gif); }
.success {	background-image:url(../images/icons/accept.gif);}
.star {		background-image:url(../images/icons/star.gif);}
.email {	background-image:url(../images/icons/email.gif);}
.bubble {	background-image:url(../images/icons/comment.gif);}
.feed {		background-image:url(../images/icons/feed.gif);}
.zip {		background-image:url(../images/icons/page_white_zip.gif);}
.enquiry {	background-image:url(../images/icons/page_white_edit.gif);}
.pdf {		background-image:url(../images/icons/page_white_acrobat.gif);}
.phone {	background-image:url(../images/icons/phone14px.gif);padding-left:24px;}
.mail {		background-image:url(../images/icons/mail14px.gif);padding-left:24px;}

/************ FOOTER ************/

#footer {
	clear:both;
	position:relative;
	padding-top:10px;
}

#footer .column {
	width:306px;
	float:left;
	margin-right:11px;
}

#footer .three {
	margin-right:0;
}

#footer .slither {
	height:150px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:50px;
	-webkit-border-top-right-radius:50px;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#CCC;
	margin-bottom:2px;
}

#footer .slither img {
	width:306px;
	height:150px;
}

#footer h3 {
	background-color:#8DC63F;
	color:#FFF;
	text-transform:uppercase;
	font-size:1.1em;
	margin:0 0 10px 24px;
	padding:0.3em 10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
}

#footer h3.block {
	float:left;
	width:22px;
	display:inline;
	margin:0;
	padding-left:0;
	padding-right:0;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
}

/************ BOTTOM ************/

#bottom {
	clear:both;
	position:relative;
	padding:1.5em 0 3em;
	color:#CFE5AE;
	font-size:1.1em;
}

#bottom .wrapper {
	text-align:center;
}

#bottom p {
	margin-bottom:1.5em;
}

#bottom a {
	color:#A7A9AC;
	padding:0 20px;
	text-transform:uppercase;
	text-decoration:none;
}

#bottom a:hover {
	text-decoration:underline;
}

#bottom p.copyright {
	font-size:0.7em;
	color:#BBBDC0;
}

#bottom p.copyright a {
	text-transform:none;
	color:#BBBDC0;
}

/************ ADDITIONAL ************/

.hidden {
	display:none;
}

.clear {
	font-size:1px;
	height:1px;
	clear:both;
	margin:0;
	padding:0;
}

.clear_left {
	font-size:1px;
	height:1px;
	clear:left;
	margin:0;
	padding:0;
}


.left {
	float:left;
}

.right {
	float:right;
}

.right_align {
	text-align:right;
}

.center_align {
	text-align:center;
}

.highlight {
	color:#FF0000;
}

.hl {
	color:#DD1E74;
}

.highlight input, .highlight textarea {
	border:1px solid #FF0000;
	color:#FF0000;
	background-color:#FFCFCF;
}

.error {
	border:1px solid #FF0000;
	color:#FF0000;
	padding:1em;
	margin-bottom:1em;
}

.message {
	border:1px solid #0000FF;
	text-align:center;
	color:#0000FF;
	padding:1em;
	margin-bottom:1em;
}

.accept {
	border:1px solid #007745;
	color:#007745;
	padding:1em;
	margin-bottom:1em;
}


