/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
	font-weight: bold;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
}

h1 {

    font-size: 30px;
    padding-bottom: 10px;
    padding-top: 10px;

}

h2 {
	font-size:24px;
}

h3 {
	font-size:18px;
	display:block;
	padding-bottom:7px;
}

h4 {
	font-size:16px;
}

h5 {
	font-size:12px;
}

b {
	font-weight:bold;
	font-size:14px;
}

i {
	font-style:italic;
	line-height:18px;
	font-size: 80%;
}

p {
	line-height:18px;
}

html {
	min-height:100%;
	height:auto;
}

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:18px;
	background:url(images/background.png) repeat-x;
	color:#1a171b;
}

#header {
	width:941px;
	min-height:155px;
	height:auto!important;
	height:155px;
	background:#cfdf97;
	margin:auto;
	border-left:1px solid #e7efce;
	border-right:1px solid #e7efce;
}

#header_right_top {
	height:127px;
	float:right;
	width:640px;
	display:inline;
}

#contact_info {
	display:block;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 35px;
	padding-left: 194px;
}

#contact_info p {
	font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    line-height: 21px;
    padding: 0;
}

#logo {
	width:295px;
	height:155px;
	float:left;
}

#top_menu {
	float:right;
	margin-right:23px;
}

#top_menu li {
	margin-right:4px;
	float:left;
}

#top_menu a {
	float:left;
	display:block;
	background:url(images/mtab.png) repeat-x;
	text-decoration:none;
}

#top_menu li a span {
	display:block;
	float:left;
	background:url(images/ltab.png) no-repeat left top;
}

#top_menu li a span span {
	display:block;
	background:url(images/rtab.png) no-repeat right top;
	height:28px;
	line-height:28px;
	color:#f2e85e;
	padding-left:25px;
	padding-right:25px;
}

#top_menu li.active a,#top_menu li a:hover {
	background:url(images/mtab_active.png) repeat-x;
}

#top_menu li.active a span,#top_menu li a:hover span {
	background:url(images/ltab_active.png) no-repeat left top;
}

#top_menu li.active a span span, #top_menu li a:hover span span {
	background:url(images/rtab_active.png) no-repeat right top;
	color:#FFFFFF;
}

#green_bar {
	background: url("images/div.png") repeat-x scroll 0 0 transparent;
    display: block;
    height: 31px;
    margin: auto;
    width: 942px;
}

#main_content {
	width:941px;
	background:grey;
	margin:auto;

}

#footer {
	width:942px;
	margin:auto;
	min-height:61px;
	height:auto!important;
	height:61px;
	background:#cfdf97 url(images/footer.png) repeat-x;
}

#footer_inner {
	width:860px;
	margin:auto;
	padding-top:16px;
}

ul.bottom_menu {
}

ul.bottom_menu li {
	float:left;
	background:url(images/li_bg.png) no-repeat right center;
}

ul.bottom_menu li.last {
	background:none;
}

ul.bottom_menu li a {
	float:left;
	display:block;
	text-decoration:none;
	color:#008a2e;
}

ul.bottom_menu li a span {
	display:block;
	padding-left:4px;
	padding-right:5px;
	color:#008a2e;
}

ul.bottom_menu li a:hover span {
	text-decoration:underline;
}

#slideshow {
	width:492px;
	height:449px;
	display:inline;
	float:left;
}

#right_content {
	width:449px;
	float:right;
	min-height:449px;
	height:auto!important;
	height:449px;
	position:relative;
	background:#FFFFFF;
	display:inline;
}

#right_content #curve {
	position:absolute;
	left:-85px;
	top:0px;
	height:449px;
	width:85px;
	z-index:9999;
}

#right_content_inner {
	display:block;
	padding:35px 45px;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
}

#right_content_inner p {
	padding-top:7px;
	padding-bottom:3px;
	text-align: center;
}

.clear {
	clear:both;
}

.green_text {
	color:#008a2e!important;
	margin-top: 0px;
	font-size: 17px;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}
.titlegreen {
	color: #008A2E;
	font-weight: bold;
}
#main_content #right_content #right_content_inner pl {
	text-align: left;
}
#main_content #right_content #right_content_inner p {
	text-align: center;
}
.centreproject {
}
#main_content #right_content #right_content_inner p {
	text-align: left;
}
#main_content #right_content #right_content_inner div table tr td .centreproject #apDiv1 {
	font-weight: bold;
}
.colour {
	color: #FFF;
}
