/**
 * ILEP CSS
 *
 * @filename screen.css
 * @author Pranath Fernando
 * @author Oliver Rowlands
 * @date 2008-1-20
 * @copyright Liquid Light Digital Ltd.
 * @url http: //www.liquidlight.co.uk
 */

* {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
body {
	font-family: Myriad Pro, Verdana, sans-serif;
	font-size: 87%;
	background-color: #68A969;
}
a {
	text-decoration: none;
	color: #E16501;
}
a:hover {
	text-decoration: underline;
}
a.external-link-new-window,
a.external-link {
	padding-right: 20px;
	background: url(../img/ext.gif) no-repeat center right;
	line-height: 15px;
}
#copyright {
	float: right;
	padding: 20px 20px 0 0;
}
#credits {
	color: #0D420C;
	float: right;
	clear: right;
	text-align: right;
	padding: 5px 20px 0 0;
	width: 300px;
}
#copyright,
#credits a {
	color: #0D420C;
}
#credits a:hover {
	text-decoration: underline;
}
.divider hr,
.dividerDotted hr {
	display: none;
}
.divider,
.dividerDotted {
	margin: 10px 0 15px 0;
	border-bottom: 1px dotted #CCCCCC;
	clear: both;
}

/**
 * Lists
 */
.columnTwo ul {
	padding-bottom: 5px;
	list-style-type: none;
}
.columnThree ul {
	padding-top: 10px;
	list-style-type: none;
}
.columnTwo ul li {
	background: url(../img/default_bullet.gif) no-repeat;
	background-position: 0 3px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-left: 10px;
}
.columnTwo ul.buttons li {
	background: none;
}
div.defaultPageLayout div.page.columnTwo ul li strong {
	color: #5CAC53;
}
ol {
	padding-top: 20px;
	margin-left: 20px;
}
ol li {
	padding-bottom: 5px;
}

/**
 * Tables
 */
table {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.csc-textpic table {
	margin-bottom: 0;
	margin-top: 0;
}
th {
	background-color: #41A042;
	color: #FFFFFF;
	padding: 5px;
	border-bottom: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	text-align: left;
}
td {
	padding: 5px;
	background-color: #E8F6E9;
	border-bottom: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	text-align: left;
}
table .internal-link {
	font-family: Myriad Pro, Verdana, sans-serif;
	font-size: 100%;
	padding: 0;
	background: none;
}
table img {
	border: none;
}

/**
 * Boxes
 */
.rightAlignTableBox th,
.rightAlignTableBox td {
	text-align: right;
}
div.logosBox div.boxWrapper div {
	width: 150px;
}
div.logosBox div.boxWrapper div {
	float: left;
}
div.logosBox div.boxWrapper div div,
div.logosBox div.boxWrapper div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float: none;
}
div.logosBox div.boxWrapper div.csc-textpic-imagewrap {
	width: 100%;
}

/**
 * Members table
 */
#pageMembers table td {
	border: none;
	background-color: #FFFFFF;
	color: #000000;
	height: 80px;
	min-height: 80px;
	border-bottom: 1px dotted #CCCCCC;
	display: inline-table;
}
#pageMembers .defaultPageLayout table .internal-link {
	background: none;
}

/**
 * Layout
 */
#header {
	font-size: 80%;
	background: url(../img/background_hesian.jpg) repeat-x;
	height: 207px;
}
#footer {
	background: url(../img/footer_background.jpg) repeat-x;
	height: 84px;
	font-size: 80%;
}
#footerWrapper {
	margin: 0 auto;
}

/**
 * Standard Widths
 */
#headerWrapper,
#primaryNavigationWrapper,
#contentWrapper,
#footerWrapper {
	width: 1000px;
}
#primaryNavigation, #content, #footer {
	overflow: hidden;
}

/**
 * Header
 */
#headerWrapper {
	margin: 0 auto;
	height: 207px;
	overflow: hidden;
}
#logo a {
	display: block;
	width: 522px;
	height: 137px;
	float: left;
	margin-left: 20px;
	background: transparent url(../img/logo.gif) no-repeat top left;
}
#logo a img {
	display: none;
}
#header .polaroid {
	position: relative;
	top: -44px;
	left: -20px;
	float: right;
	height: 210px;
}

/**
 * Search
 */
#search {
	float: right;
	width: 20%;
	padding-right: 5px;
}
#search fieldset {
	border: none;
	padding: 0;
	margin: 0;
	float: right;
	padding-top: 12px;
}
#search label {
	float: left;
	height: 100%;
	width: 150px;
}
#search span {
	display: none;
}
#search input {
	float: left;
	width: 140px;
	height: 19px;
	padding: 0;
}
#search button {
	border-width: 0;
	width: 20px;
	height: 21px;
	background: transparent url(../img/button_search.jpg) no-repeat top left;
}

/**
 * Navigation - Header 
 */
#headerNavigation {
	width: 570px;
	height: 22px;
	float: left;
	margin: 5px 0 15px 0;
	padding-left: 20px;
}
#headerNavigation ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #624815;
	height: 50%;
}
#headerNavigation ul .last {
	border-width: 0;
}
#headerNavigation ul li a {
	color: #624815;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
	white-space: nowrap;
}
#headerNavigation ul a:hover {
	text-decoration: underline;
}
#headerNavigation li.active a {
	color: #006633;
	text-decoration: underline;
}

/**
 * Navigation - Primary
 */
#primaryNavigation {
	background: #579B57 url(../img/nav.gif) repeat-x;
	border-bottom: 1px solid #ddd9d8;
}
#primaryNavigationWrapper {
	margin: 0 auto;
}
#primaryNavigation ul {
	list-style: none;
	padding-left: 30px;
}
#primaryNavigation li {
	float: left;
}
#primaryNavigation ul a {
	float: left;
	display: block;
	padding-left: 10px;;
	padding-right: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: left;
	color: #0D420C;
	background: url(../img/nav_groove.gif) repeat-y left;
	font-size: 95%;
	height: 100%;
	white-space: nowrap;
}
#primaryNavigation ul .last {
	background: url(../img/nav_groove.gif) repeat-y right;
}
#primaryNavigation ul li.active a.active,
#primaryNavigation ul a:hover {
	background: url(../img/nav_over.gif) repeat;
	text-decoration: none;
}

/**
 * Navigation - Secondary
 */
#secondaryNavigation {
	margin: 0 0 20px 0;
}
#secondaryNavigation ul {
	margin-top: 0;
	list-style-type: none;
}
#secondaryNavigation ul ul {
	margin-top: 0;
}
#secondaryNavigation li li {
	padding-left: 20px;
}
#secondaryNavigation ul li {
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
#secondaryNavigation ul li .last,
#secondaryNavigation ul li.active li.active li {
	border-bottom: none;
	padding-bottom: 0;
}
#secondaryNavigation ul li a {
	color: #000000;
	background: url(../img/button_arrowgrey.gif) no-repeat;
	background-position: 0 2px;
	padding-left: 20px;
	display: block;
}
#secondaryNavigation ul a.active, #secondaryNavigation li a:hover {
	color: #e16501;
	padding-right: 0;
	background: url(../img/button_arrowsmall_orange.gif) no-repeat;
	background-position: 0 2px;
}

/**
 * Navigation - Footer
 */
#footerNavigation {
	float: left;
	padding: 20px 0 0 55px;
}
#footerNavigation ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #0d420c;
}
#footerNavigation ul .last {
	border-right: none;
}
#footerNavigation ul li a {
	text-decoration: none;
}
#footerNavigation ul li a {
	color: #0d420c;
	margin-left: 5px;
	margin-right: 5px;
}
#footerNavigation ul a:hover, #footerNavigation ul a.active {
	text-decoration: underline;
}

/**
 * Page Layouts
 */
div.defaultPageLayout.fiftyFifty div.page.columnOne {
	width: 40%;
}
div.defaultPageLayout.fiftyFifty div.page.columnTwo {
	width: 40%;
}
div.defaultPageLayout.thirtySeventy div.page.columnOne {
	width: 30%;
}
div.defaultPageLayout.thirtySeventy div.page.columnTwo {
	width: 69%;
}
div.defaultPageLayout.seventyThirty div.page.columnOne {
	width: 69%;
}
div.defaultPageLayout.seventyThirty div.page.columnTwo {
	width: 30%;
}
div.defaultPageLayout.twentyFiveSeventyFive div.page.columnOne {
	width: 28%;
	float: left;
	padding: 20px 0 0 0;
}
div.defaultPageLayout.twentyFiveSeventyFive div.page.columnTwo {
	width: 67%;
	padding-right: 2%;
	float: right;
}

/**
 * Three column page
 */
div.defaultPageLayout.threecol div.page.columnOne {
	width: 24%;
	float: left;
	padding: 20px 0 0 0;
}
div.defaultPageLayout.threecol div.page.columnOne .page {
	padding-right: 0;
}
div.defaultPageLayout.threecol div.page.columnTwo {
	float: left;
	width: 44%;
	margin-left: 70px;
	margin-right: 0;
	padding-bottom: 30px;
}
div.defaultPageLayout.threecol div.page.columnThree {
	float: right;
	width: 23%;
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

/**
 * Content Layouts
 */
#content {
	background-color: #FFFFFF;
}
#contentWrapper {
	background: url(../img/content_fauxcolumn_old.jpg) repeat-y center;
	background-position: -9px 0;
	margin: 0 auto;
}

/**
 * Two column page
 */
div.defaultPageLayout div.page.columnOne .page {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
}
div.defaultPageLayout div.page.columnTwo .page {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 30px;
}
#content div.twoColumnLayout div.layout.columnOne,
#content div.twoColumnLayout.fiftyFifty div.layout.columnOne {
	float: left;
	width: 48%;
	padding-bottom: 30px;
}
#content div.twoColumnLayout div.layout.columnTwo,
#content div.twoColumnLayout.fiftyFifty div.layout.columnTwo {
	width: 50%;
	float: right;
}
#pageHeader .twoColumnLayout .columnOne {
	padding-left: 30px;
	padding-bottom: 30px;
}

/**
 * Content elements
 */
#breadcrumb {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 90%;
}
#breadcrumb a {
	color: #e16501;
}
.csc-header {
	margin: 0 0 10px 0;
}
div.csc-header h2 {
	display: none;
}
div.csc-header h1,
div.csc-header h2,
#content .csc-textpicHeader h2 {
	display: none;
}
#content h1, h2, h3 {
	color: #5cac53;
	font-weight: normal;
}
#content h1 {
	margin-top: 20px;
	font-size: 240%;
}
#content h2 {
	margin-top: 0;
	font-size: 18px;
}
#content h3 {
	margin-top: 0;
	font-size: 140%;
}
#content .csc-textpic h2 {
	font-size: 180%;
}
.csc-textpic-clear {
	margin-bottom: 20px;
}
.csc-textpic-caption {
	padding-left: 10px;
	font-size: 65%;
}
#content h1 .internal-link, #content h2 .internal-link {
	background: none;
	font-size: 100%;
}
#content h3 a {
	color: #5cac53;
	font-size: 80%;
}
#content h5 {
	font-size: 100%;
	font-weight: normal;
}
#content p {
	margin-top: 0;
	margin-bottom: 15px;
	white-space: normal;
}
div.defaultPageLayout.threecol div.page.columnThree ul {
	list-style: none;
}
div.defaultPageLayout p.bodytext a.download {
	background: url(../img/icon-download.gif) no-repeat;
	background-position: 0 0;
	padding-bottom: 7px;
	padding-left: 20px;
	color: #5CAC53;
}
div.defaultPageLayout p.bodytext a.download:hover {
	color: #e16501;
}
#content .bodytext em {
	font-size: 95%;
}

/**
 * Column Three
 */
div.defaultPageLayout div.page.columnThree p.bodytext {
	margin-bottom: 17px;
}
div.defaultPageLayout div.page.columnThree a {
	border: none;
}
div.defaultPageLayout div.page.columnThree h2 {
	padding-bottom: 5px;
}
div.defaultPageLayout div.page.columnThree div.csc-textpic img {
	float: left;
}
.columnThree .csc-textpic {
	margin-bottom: 30px;
}

/**
 * Forms
 */
form fieldset {
	margin-bottom: 30px;
	border: none;
}
form legend {
	display: none;
}
form input,
form select,
form textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #BBBBBB #E1E1E1 #E1E1E1 #BBBBBB;
	background: url(../img/table_bg.jpg) repeat;
	width: 250px;
	padding: 3px;
}
form label {
	display: block;
	padding-bottom: 5px;
	padding-left: 1px;
}
form button,
form input.button {
	width: auto;
	height: 25px;
	border: 1px solid #999999;
	background: transparent url(../img/nav_over.gif) repeat-x center;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	padding: 1px 8px;
}
form div.row {
	padding: 0 0 10px 0;
}
form span.required {
	display: none;
}

/**
 * Left content
 */
#content div.defaultPageLayout .columnOne h2 {
	margin-bottom: 20px;
	line-height: 120%;
	font-weight: normal;
	font-size: 140%;
	margin-top: 0;
}
.defaultPageLayout .columnOne .internal-link {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #e16501;
	font-weight: bold;
	font-size: 110%;
	padding: 0 20px 0 0;
	background: url(../img/button_arrow.gif) no-repeat right center;
	float: left;
	margin-bottom: 10px;
}
.defaultPageLayout .columnOne .internal-link:hover {
	text-decoration: underline;
}

/**
 * News & events
 */
#rss {
	float: right;
	margin: 3px 0 0 0;
	position: relative;
	top: -40px;
}
#newspic {
	margin: 0 auto;
	width: 96px;
	margin-bottom: 20px;
}

/**
 * Page - Home
 */
#pageHome #contentWrapper {
	background: url(../img/content_fauxcolumn.jpg) repeat-y center;
	background-position: 40px 0;
	width: 1000px;
	margin: 0 auto;
}
#pageHome #breadcrumb {
	display: none;
}
#pageHome .threeColumnLayout {
	padding-left: 35px;
	padding-top: 0;
}
#pageHome .threeColumnLayout .columnOne {
	width: 205px;
	float: left;
}
#pageHome .threeColumnLayout .columnTwo {
	width: 205px;
	float: left;
	margin-left: 25px;
}
#pageHome .threeColumnLayout .columnThree {
	width: 205px;
	float: left;
	margin-left: 25px;
}
#pageHome .threeColumnLayout #polaroid1 {
	float: left;
	background: url(../img/home_polaroid1.gif) no-repeat left center;
	background-position: 0 -1px;
	width: 205px;
	height: 255px;
}
#pageHome .threeColumnLayout #polaroid2 {
	float: left;
	background: url(../img/home_polaroid2.gif) no-repeat 0 -2px;
	width: 205px;
	height: 255px;
}
#pageHome .threeColumnLayout #polaroid3 {
	float: left;
	background: url(../img/home_polaroid3.gif) no-repeat  0 -2px;
	width: 205px;
	height: 255px;
}
#pageHome .threeColumnLayout #polaroid1 a,
#pageHome .threeColumnLayout #polaroid2 a,
#pageHome .threeColumnLayout #polaroid3 a {
	float: left;
	position: relative;
	top: 210px;
	left: 150px;
	background: url(../img/button_sticker.gif) no-repeat center;
	background-position: 0 0;
	width: 36px;
	height: 35px;
	display: block;
}
#pageHome .threeColumnLayout #polaroid1 a:hover,
#pageHome .threeColumnLayout #polaroid2 a:hover,
#pageHome .threeColumnLayout #polaroid3 a:hover {
	background: url(../img/button_sticker_over.jpg) no-repeat center;
	background-position: 1px 0;
}
#pageHome div.defaultPageLayout div.page.columnTwo .page {
	padding: 0;
}
#pageHome .fiftyFifty {
	background: #FFFFFF url(../img/dropshad_verticle.jpg) repeat-y 0 0;
	width: 93%;
	margin: 0 0 0 25px;
	padding: 20px 0 0 30px;
}
#pageHome div.defaultPageLayout.twentyFiveSeventyFive div.page.columnOne {
	width: 24%;
	float: left;
}
#pageHome div.defaultPageLayout.twentyFiveSeventyFive div.page.columnTwo {
	padding-left: 10px;
	width: 75%;
	float: right;
	padding-right: 0;
}
#pageHome div.defaultPageLayout div.page.columnOne .page {
	padding-right: 0;
}
#pageHome #pageHeader .csc-header,
#pageHome #secondaryNavigation {
	display: none;
}
#pageHome .twoColumnLayout .columnTwo h2 {
	margin-top: 20px;
}
#pageHome .csc-header {
	padding: 0 0 10px 0;
}

/**
 * News
 */
.newsItem a:hover {
	text-decoration: underline;
}
.newsItem .posted {
	font-size: 80%;
}
#content .columnOne .newsItem h3 a {
	font-size: 70%;
	font-weight: bold;
}
#content .columnTwo .newsItem h3 a {
	font-size: 100%;
	font-weight: normal;
}
#content .columnTwo .newsItem h3 {
	padding-bottom: 5px;
}
.newsSingle .newsItem .news-single-img {
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 0;
}
.newsItem img {
	margin-top: 10px;
}
.newsSingle .newsItem .news-single-imgcaption {
	font-size: 12px;
	padding: 5px 0 0 3px;
	width: 47%;
}
#content .columnTwo .newsLatest .newsItem {
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
}
.tx-ttnews-browsebox {
	margin-top: 10px;
	font-size: 90%;
}
.tx-ttnews-browsebox .showResultsWrap {
	float: left;
	width: 50%;
	font-size: 90%;
}
.tx-ttnews-browsebox .browseLinksWrap {
	float: right;
	text-align: right;
	width: 49%;
}
.tx-ttnews-browsebox .showResultsWrap span {
	font-weight: bold;
}
.newsList .newsItem img {
	float: left;
	margin-top: 8px;
	padding-right: 10px;
}
.newsList .newsItem .category {
	margin-top: 10px;
	font-size: 80%;
}
.newsList .newsItem .readMore {
	font-size: 90%;
}
#content .newsList div.csc-header h1,
#content .newsList div.csc-header h2,
#content .newsCategories h2 {
	display: block;
	color: #5CAC53;
}
#content .newsList div.csc-header h2 {
	font-size: 18px;
}
#content .newsList div.csc-header h2 a {
	color: #5CAC53;
}
#content .newsSingle .csc-header h1 {
	display: block;
	font-size: 28px;
}
.newsCategories, 
.newsArchive {
	margin-bottom: 20px;
	font-size: 90%;
}
.newsCategories ul li, 
.newsArchive ul li {
	background: transparent url(../img/default_bullet_old.jpg) no-repeat 0 0.3em;
	padding: 0 0 0 14px;
}
.newsCategories ul ul {
	display: none;
}

/**
 * Article page
 */
#pageArticle .csc-header img {
	display: none;
}
#pageArticle .tx-veguestbook-pi1 .csc-header h2 {
	display: block;
}

/**
 * Search results
 */
div.tx-indexedsearch label span,
div.tx-indexedsearch div.tx-indexedsearch-whatis {
	display: none;
}
div.tx-indexedsearch input {
	float: left;
}
div.tx-indexedsearch div.tx-indexedsearch-browsebox {
	margin: 1.5em 0 0 0;
}
div.tx-indexedsearch div.tx-indexedsearch-browsebox p {
	width: 44%;
	float: left;
	font-size: 90%;
	margin: 0;
}
div.tx-indexedsearch div.tx-indexedsearch-browsebox ul {
	width: 54%;
	float: right;
	text-align: right;
	margin: 0;
}
div.tx-indexedsearch div.tx-indexedsearch-browsebox ul li {
	background-image: none;
	padding: 0;
	margin-right: 0.5em;
	display: inline;
}
div.tx-indexedsearch ul li.tx-indexedsearch-browselist-currentPage a {
	font-weight: bold;
}
div.tx-indexedsearch div.tx-indexedsearch-res {
	padding: 1.5em 0 0 0;
}
div.tx-indexedsearch div.tx-indexedsearch-result {
	clear: both;
	margin: 1em 0 1em 0;
	border-bottom: 1px solid #EAEAEA;
}

/**
 * Page - Images
 */
#pageImages div.csc-textpic {
	margin-top: 20px;
	margin-bottom: 20px;
}
#pageImages div.csc-textpic-imagerow {
	margin-bottom: 5px;
	width: 100%;
	height: 100%;
}

/**
 * Google maps
 */
.tx-netcosgooglemap-pi1 {
	margin: 10px 0 30px 0;
	border: thick solid #d4d4d4;
}
#pageRegions .tx-netcosgooglemap-pi1 {
	margin: 10px 0 20px 0;
}

/**
 * Sitemap
 */
.csc-sitemap ul {
	margin: 0;
}
.csc-sitemap ul li {
	padding: 0.7em 0 0 23px;
	margin: 0;
	background: transparent url(../img/default_bullet_old.jpg) no-repeat 0 14px;
}
.csc-sitemap a:hover {
	text-decoration: underline;
}

/**
 * Region drop down boxes
 */
.regionDropdowns {
	background: #E9F7EA;
	padding: 10px;
	border: 1px solid #D4D4D4;
}
#content .regionDropdowns div.twoColumnLayout.fiftyFifty div.layout.columnOne,
#content .regionDropdowns div.twoColumnLayout.fiftyFifty div.layout.columnTwo {
	padding: 0;
}
.defaultPageLayout .singleRegion .internal-link {
	background: transparent url(../img/button_arrow.gif) no-repeat scroll left center;
	float: none;
	padding: 0 10px 0 15px;
	font-size: 12px;
	font-family: Myriad Pro, Verdana, sans-serif;
	font-weight: bold;
	margin-bottom: 0;
}
.defaultPageLayout .singleRegion .internal-link:hover {
	text-decoration: underline;
}
.singleRegion {
	padding: 10px 0 10px 0;
}
.twoColumnLayout .singleRegion {
	border-bottom: 1px dotted #c7d1c8;
}
#content .singleRegion p {
	margin: 0;
	color: #E16501;
}
.singleRegion select {
	float: right;
	position: relative;
	top: -17px;
	width: 160px;
	font-size: 10px;
}
.singleRegion fieldset {
	border: none;
	margin: 0;
	height: 0;
}
.singleRegion .csc-header {
	display: none;
}

/**
 * Login
 */
div.tx-felogin-pi1 form {
	margin: 15px 0 0 0;
}
