@charset "utf-8";
/* CSS Document */

/*  CATCH22 GLOBAL STYLESHEET
		
-------------------------------------------------------------------------------------------------------
	SECTION NUMBER & NAME     | CODE   | NOTES
-------------------------------------------------------------------------------------------------------
	1.0) Global styles        | C22100 | 
	1.2) Text Styles          | C22120 |
	1.3) Header               | C22130 | Header & Navigation Styles
	1.4) Donate Module 		  | C22140 | 
	1.5) jQuery Banner        | C22150 | 
-------------------------------------------------------------------------------------------------------
    2.0) Latest News Module   | C22200 |
	2.1) Promotional boxes    | C22210 |
	2.2) Tag Cloud            | C22220 |
-------------------------------------------------------------------------------------------------------
	3.0) Footer               | C22300 |
-------------------------------------------------------------------------------------------------------
	4.0) Info Page            | C22400 |
	4.1) List Page            | C22410 |
	4.2) News / Events Page   | C22420 |
	4.3) Form Styles          | C22430 |
	4.4) Comment Section      | C22440 |
-------------------------------------------------------------------------------------------------------

/*===================================================================================================*\

	1.0) Global styles C22100

\*===================================================================================================*/

img, input, .body-frame, .search-box .text-field input, .donate-button, #rotatorNav a, .promo-box-frame { behavior: url("/scripts/iepngfix.htc") }


* {
	outline:none;}

img { border: none; }

html {
	background:url(../images/bg-repeater.gif);}

body {
	/*background:url(../images/bg-image.jpg) no-repeat top center;*/
	background:url(../images/bg-repeater.gif) repeat;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;}
	
.background-image {
	background:url(../images/bg-image.jpg) no-repeat top center;
	float:left;
	width:100%;
	height:auto;}

.stabalizer {
	width:975px;
	margin:0 auto;}

	.main-frame {
		width:975px;
		height:auto;
		float:left;}		
		
		.body-frame {
			float:left;
			width:975px;
			height:auto;
			background:#fff url(../images/shadows.png) no-repeat;
			background-position:165px 0;}
			
			.left-frame {
				width:145px;
				padding:145px 0 0 15px;
				float:left;
				font-size:11px;}
				
				.left-frame ul{
					padding:0;
					margin:0;
					width:100%;
					margin-bottom:20px;}
					
					.left-frame li {
						padding:0;
						margin:0;
						width:100%;
						list-style:none;
						margin-bottom:5px;}
					
					.left-frame li a {
						font-weight:normal;}
				
			
			.right-frame {
				width:785px;
				padding:0 15px 0 15px;
				/*background-color:#6F0;*/
				float:left;}
				
/*===================================================================================================*\

	1.2) Text Styles C22120

\*===================================================================================================*/

a {
	color:#000;
	font-weight:bold;
	text-decoration:none;}
	
	a:hover {
		text-decoration:underline;}

h1, h2 {
	padding:0;
	margin:0;
	background-color:#ffe513;}

h1 {
	font-size:32px;
	padding:3px;
	display:inline;
	line-height:44px;
	font-weight:normal;}
	
h2 {
	font-size:14px;
	padding:3px;
	display:inline;
	font-weight:bold;}

h3 {
	font-size:12px;
	padding:3px;
	display:inline;}
	
	.twitter-feed {
		background:url(../images/twitter-icon.png) no-repeat top right;
		width:100%;
		padding:10px 0 0 0;
		text-indent:3px;
		/*padding-right:55px;*/
		height:30px;
		display:block !important;
		float:left;
		clear:both;}
	
.datestamp {
	text-transform:uppercase;
	font-size:10px;
	color:#999;
	padding-bottom: 15px;
}
	
.mission-statement {
	width:100%;
	padding:3px 0 10px 0;
	float:left;
	border-bottom:1px solid #eaeaea;}
	
.mission-statement .text {
	background-color:#eaeaea;
	font-size:24px;
	padding:3px;
	display:inline;
	line-height:34px;}
			
/*===================================================================================================*\

	1.3) Header C22130

\*===================================================================================================*/

.header {
	height:105px;
	width:975px;
	float:left;
	position:relative;
	z-index:100;}
	
	.logo {
		width:170px;
		height:230px;
		position:absolute;
		top:0;
		left:0;
		}
	
	.logo img { display: block; }
	
	.header .main-navigation ul {
		padding:40px 0 0 0;
		margin:0;
		position:absolute;
		top:0;
		left:170px;}
	
		.header .main-navigation ul li {
			font-size:16px;
			text-transform:uppercase;
			font-weight:bold;
			text-decoration:none;
			display:inline;
			padding:0;
			margin:0 13px 0 0;}
			
			.header .main-navigation ul li:last-child {
				margin:0;}
			
			.header .main-navigation ul li a {
				text-decoration:none;
				color:#fff;}
				
				.header .main-navigation ul li a:hover {
					color:#ffe513;}
					
	.header .secondry-navigation ul {
		top:70px;
		margin:0;
		position:absolute;
		padding:0;
		left:170px;}
		
		.header .secondry-navigation ul li {
			font-size:12px;
			text-transform:uppercase;
			font-weight:bold;
			text-decoration:none;
			display:inline;
			padding:0;
			margin:0 13px 0 0;}
			
			.header .secondry-navigation ul li:last-child {
				margin:0;}
			
			.header .secondry-navigation ul li a {
				text-decoration:none;
				color:#fff;}
				
				.header .secondry-navigation ul li a:hover {
					color:#ffe513;}
	.header .branding-secondry-navigation ul
	{
		top:90px;
		margin:0;
		position:absolute;
		padding:0;
		left:170px;
	}	
		.header .branding-secondry-navigation ul li {
			font-size:12px;
			text-transform:uppercase;
			font-weight:bold;
			text-decoration:none;
			display:inline;
			padding:0;
			margin:0 13px 0 0;}
			
			.header .branding-secondry-navigation ul li:last-child {
				margin:0;}
			
			.header .branding-secondry-navigation ul li a {
				text-decoration:none;
				color:#fff;}
				
				.header .branding-secondry-navigation ul li a:hover {
					color:#ffe513;}
	
					
.search-box {
	height:42px; 
	background:url(../images/search-bg.jpg) no-repeat;
	padding:10px 0 0 15px;
	margin: 0;
	}
	
	.search-box .text-field {
		float:left;
		width:123px;
		height:22px;}

	.search-box .text-field input {
		border:0;
		padding:0 0 0 3px;
		font-size:11px;
		margin:0;
		width:120px;
		height:22px;
		background:url(../images/search-box-bg.png) no-repeat top left;
		}
		
	.search-box .search-button {
		float:left;
		width:22px;
		height:22px;
		}
		
.search-placeholder {
	width:170px;
	height:42px;
	float:left;
	background:url(../images/search-bg.jpg) no-repeat top left;
	}
		
/*===================================================================================================*\

	1.4) Donate Module C22140

\*===================================================================================================*/

.donate-module {
	position:absolute;
	width:145px;
	/*height:205px;*/
	top:70px;
	right:30px;}
	
	.donate-button {
		background:url(../images/donate-button.png) no-repeat;
		background-position:0 0;
		width:145px;
		height:50px;}
		
		.donate-button-active {
			background-position:0 -50px;}
			
	.donate-options {
		background:url(../images/donate-options-bg.png) no-repeat;
		width:115px;
		padding:15px 15px 0 15px;
		height:160px;
		margin-top:-5px;
		font-size:12px;
		font-weight:bold;}
		
		.donate-button-holder {
			height:20px;
			margin-bottom:5px;}
			
			.donate-button-holder span {
				float:left;
				display:block;
				padding:0;
				margin:3px 0 0 0;}
		
		.donate-options input {
			/*margin-bottom:10px;*/
			float:left;}
		
		.donate-form {
			width:62px;
			color:#666;
			padding:0;
			margin:1px 0 0 0;}
			
		.donate-options a {
			background-color:#000;
			color:#ffe513;
			font-size:14px;
			font-weight:bold;
			margin-top:8px;
			float:left;
			padding:3px;}

/*===================================================================================================*\

	1.5) jQuery Banner C22150

\*===================================================================================================*/


.rotator-holder { 
	z-index:10;
	width:785px; 
	height:310px; 
	margin: 0 auto 0 auto; 
	position: relative; 
	overflow: hidden; 
	background-color:#f5f5f5;
	text-decoration:none; /*padding:20px;*/ }

	.bannerText { 
		position:absolute;
		top:0;
		left:0;
		padding:30px 0 0 6px;
		width:460px;
		}
		
		.bannerText span.bannerHead { 
		background-color:#ffe513;
		padding:3px;
		margin:0;
		font-size:32px;
		line-height:44px;
		font-weight:normal;}

		
		.bannerText a {  
			text-decoration:none;}

		#rotator a:hover  {  
			color: #fff;}

		.bannercall {
			color: #fff !important;
			font-weight: bolder;
			margin: 10px 0 0 12px;
			font-size: 16px;
			display: block;
		}

	#rotatorNav { 
		position:absolute; 
		bottom:15px; 
		left:10px; 
		z-index:50; 
		text-align:center;}
		
		#rotatorNav a { 
			background:url(../images/bannernav-bg.png);
			background-position:0 -20px;
			text-decoration: none;
			color: #fff;
			font-size: 12px;
			height:18px;
			width:20px;
			display:block;
			float:left;
			margin-left:5px;
			padding:2px 0 0 0; }
			
		#rotatorNav a:hover { 
			background-position:0 0px;
			text-decoration: none;
			color: #000; }
		
		#rotatorNav a.activeSlide { 
			background-position:0 0px;
			text-decoration: none;
			color: #000; }
		
		#rotatorNav a:focus { 
			outline: none; }
			
/*===================================================================================================*\

	2.0) Latest News Module C22200

\*===================================================================================================*/

.latest-news-module {
	width:385px;
	float:left;
	margin:40px 0 30px 0;
	font-size:11px;}
	
	.latest-news-header {
		width:100%;
		height:38px;
		background-color:#ffe513;}
		
		.latest-news-header a {
			float:right;
			font-size:11px;
			margin:20px 5px 0 0;}
			
.latest-news-module p {
		padding:5px 0 15px 0;
		line-height:16px;
		border-bottom:1px solid #eaeaea;
		float:left;
		margin:0px;
		}
	
	.latest-news-module img {
    float: left;
    margin: 0 15px 0 0;
}
		
	.latest-news-module p:last-child {
		border-bottom:0;
		padding:5px 0 0px 0;}
		
		.latest-news-module .news-title {
			font-size:14px;}
			
/*===================================================================================================*\

	2.1) Promotional boxes C22210

\*===================================================================================================*/
	

a {color:#000;
text-decoration:none;}

a:hover {
	text-decoration:underline;}
	
.info-page-right .promo-box-holder {
	width:305px !important;}
	
	.info-page-right .promo-box-frame {width:305px !important;}
		.info-page-right .promo-image-frame {width:305px !important;background:url(../images/PromoBoxBG-sml.png) no-repeat top left !important;}
		.info-page-right .promo-text-frame {width:125px !important;}

.promo-box-holder {
	float:left;
	margin:10px 0 0 15px;
	width:385px;
	height:auto;}

	.promo-box-frame {
		height:180px;
		width:385px;
		background:url(../images/PromoBoxBG.png) no-repeat top left;
		position:relative;
		}
		
		.promo-image-frame {
			width:385px;
			position:absolute;}
			
		.promo-text-frame {
			width:205px;
			padding:48px 20px 0 0;
			margin-left:160px;
			position:absolute;}
		
		.promo-text {
			font-size:22px;}
		
		.promo-link {
			font-size:12px;
			margin-top:14px;}
			
/*===================================================================================================*\

	2.2) Tag cloud C22220

\*===================================================================================================*/

.tag-frame {
	display: none; /*hide for people with no js */
	width:470;
}

.tag-links {
	font-size:10px;
	color:#888;
	margin-left:10px;}
	
	.tag-links a {
		color:#888;
		font-weight:normal;
		text-decoration:none;}

.tag-cloud-box{width:765px;display:block; margin-bottom:10px; height:auto;}

.tag-cloud {
	width:460px;
	font-size:11px;
	padding:0 0 10px 0;
	margin:10px 0 10px 0;
	color:#aaa;
	float:left;
	}
	
	.tag-cloud a {
		color:#888;
		font-weight:normal;
		text-decoration:none;}
		
	.tag-active {
		color:#000 !important;}

	.tag-cloud a:hover {
		color:#777;
	}
	
.postcode-search
{
	
	padding:0 0 10px 0;
	margin:10px 0 10px 0;
}
.psearch-heading{margin-left:0px;}

	
#mapsidebar {
	/*margin:170px 0 0 0;
	padding-left:30px;*/
	width:305px;
	margin:568px 0 0 15px;
	float:left;}

#pagetext-content{ width:700px; }

#pagetext-content p{width:auto;}

/*===================================================================================================*\

	3.0) Footer C22300

\*===================================================================================================*/


.footer {
	margin-bottom:80px;
	float:left;
	height:auto;}

	.footer-left {
		float:left;
		width:175px;
		height:50px;}
	
	.footer-right {
		float:right;
		padding:12px 10px 10px 10px;
		margin-right:15px;
		width:765px;
		height:48px;
		background-color:#000;
		color:#fff;
		font-size:11px;}
	
		.footer-links {
			float:left;}
			
			.footer-links a {
				color:#fff;
				font-weight:normal;}
		
		.footer-copyright {
			float:right;}

	.footer-site-credit{
		margin-top:6px;
		float:left;
		width:100%;
		color:#808080;
		font-size:10px;
		}
		
		.footer-site-credit-left {
		float:left;
		width:550px;
		height:40px;
		}

/*===================================================================================================*\

	4.0) Info Page C22400

\*===================================================================================================*/

.breadcrumb-trail {
	color:#ffe514;
	font-size:11px;
	padding:20px;}
	
	.breadcrumb-trail a {
		font-weight:normal;}
	
	.breadcrumb-selected {
		color:#999;
		}
		
/* Lou added */

.breadcrumb-trail ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}

.breadcrumb-trail ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}

.breadcrumb-trail ul li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	color: #ffe514;
}
	
.breadcrumb-trail ul li.first:before {
	content: " ";
}

/* end lou */
		
.info-page-left {
	width:465px;
	float:left;
	height:auto;
	font-size:13px;
	padding-bottom:40px;}
	
	.info-page-left .datestamp {
		/*float:left;*/
		padding:10px 20px 0 20px;
	}
		
	.info-page-left h2 {
		/*float:left;
		margin-left:20px;*/
		}
		
	.info-page-left hr {
		/*float:left;*/
		width:100%;
		clear:both;
		background-color:#eaeaea;
		border:0;
		height:1px;
		margin:20px 0 20px 0;}
		
	.info-page-left ul {
		padding:10px 0 0 0;
		margin:0;}
		
		.info-page-left ul li {
			background:url(../images/bullet2.gif) no-repeat left top;
			background-position:0 2px;
			padding:0 0 5px 20px;
			margin:0;
			list-style:none;}

		
	.info-page-left div#pageText {
		padding:2px 20px 10px 20px;
		margin:0 0 10px 0;
	}
	
	.info-page-left div.addtionalPageEls {
		padding:10px 20px 10px 20px;
		margin:0;
	}
		
.h1-frame {
	/*float:left;*/
	margin-bottom:10px;}
		
.info-page-right {
	width:305px;
	float:left;
	height:auto;
	margin:0 0 40px 15px;}
	
	.contact-box, .top-spacer {
		height:100px;
		/*float:left;*/
		width:100%;
		font-size:11px;
		margin-top:4px;}
		
		.contact-box a {
		font-weight:normal;}
		
		.h-extra {
			background-color:#fff;
			font-size:10px;
			color:#999;
			text-transform:uppercase;
			padding:5px 3px 1px 3px;}
			
.thumbnail-holder {
	/*float:left;*/
	height:auto;
	margin:20px 0 15px 0;
	}
	
	.thumbnail-holder .thumbnail {
		/*float:left;*/
	}
		.thumbnail-holder div {	
			display: inline;
			margin-right: 5px;
		}
		
		/*.thumbnail-seperator {
			float:left;
			width:15px;
			height:15px;}*/
		
		.thumbnail-holder .thumbnail img {
		border:0;
		margin:0;}
		
.info-page-right img, .video-holder {
	margin-top:20px;
	/*float:left;*/ }
		
.support-page-left {
	width:385px;
	float:left;
	height:auto;
	font-size:12px;
	padding-bottom:40px;}
	
.support-page-right {
	width:385px;
	float:left;
	height:auto;	
	font-size:12px;
	margin:55px 0 40px 15px;}
	
	.support-page-right p {		
		font-size:13px;
		/*height:139px;
		float:left;*/
		margin:10px 0 0 0;
		padding:0;}
	.support-page-left p {		
		font-size:13px;
		/*height:139px;
		float:left;*/
		margin:10px 0 0 0;
		padding:0;}
	.support-us-cta {
		width:365px;
		height:100px;
		padding:10px;
		margin-top:10px;
		/*float:left;*/
		background:url(../images/support-cta-bg.gif) no-repeat top left;
		overflow:hidden;}
		
		.support-us-cta a {
			font-weight:normal;}
		
		.support-us-cta .support-us-title {
			font-size:22px;	
			margin:5px 0 5px 0;
			}
		
		.support-us-cta img {
			float:left;
			border:3px solid #fff;
			margin-right:10px;
			}
			
	.support-us-donate {
		background:url(../images/support-donate-bg.gif) no-repeat top left;
		/*float:left;*/
		margin-top:10px;
		height:250px;
		width:365px;
		padding:10px;}
		
		.donate-text {
			float:left;
			padding:60px 0 0 150px;
			height:65px;
			font-size:14px;
			width:215px;}
		
		.donation-form {
			float:left;
			margin-top:10px;
			height:60px;
			width:365px;}
		
		.reular-donation-link {
			float:left;
			font-size:14px;
			padding:20px 0 0 5px;
			height:30px;
			width:360px;}
			
		.support-us-radio-buttons {
			float:left;
			font-weight:bold;
			width:70px;
			margin-right:10px;
			margin-bottom:5px;
			height:20px;} 
			
			.support-us-radio-buttons p {
				padding:0;
				margin:3px 0 0 0;
				float:left;
				}
			
			.button-break {
				width:200px !important;}
				
			.donate-other-field {
				width:95px !important;}
			
			.support-us-radio-buttons label {
				float:left;}
				
			.support-us-radio-buttons input {
				float:left;}
				
			.support-donate-button {
				float:left;
				background-color:#000;
				color:#ffe514;
				border:0;
				font-family:Arial, Helvetica, sans-serif;
				padding:3px !important;
				width:100px;
				font-weight:bold;
				font-size:14px;}
				
				.support-donate-button:hover {
					cursor:pointer;
					text-decoration:underline;}
		
	
/*===================================================================================================*\

	4.1) List Page C22410

\*===================================================================================================*/

.job-filters {
	margin:20px 0 0 0;
	background-color:#fff;
	padding:0 10px 0 0;
	width:445px;
	font-size:11px;}
	
	.job-filters label {
		margin-right:5px;}
		
	.job-filters select {
		margin-right:5px;
		height:20px;}
		
	.job-filters option {
		font-size:11px;}

.jobsearch {
	background-color:#ffe513;
				border:0;
				padding:5px;
				font-weight:bold;
}
.job-entry {
	width:425px;
	border-bottom:1px solid #eaeaea;
	padding:10px;
	margin:0;
	height:auto;
	float:left;
	clear:left;}
	
	.job-entry:hover {
		background-color:#f5f5f5;}
	
	.job-date, .job-title, .job-type, .job-location, .job-salary {
		float:left;
		font-size:10px;}
	
	.job-date {
		text-transform:uppercase;
		color:#999;}
		
	.job-title {
		clear:left;
		font-size:12px;
		margin:5px 0 5px 0;}
		
	.job-type {
		clear:left;}
	
	.job-location {}
	
	.job-salary {
		/*float:right;*/}

/*===================================================================================================*\

	4.2) News / Events Page C22420

\*===================================================================================================*/

.news-events-page-left {
	width:385px;
	float:left;
	height:auto;
	font-size:13px;
	padding-bottom:40px;}
	
.news-events-page-right {
	width:385px;
	float:left;
	height:auto;
	padding-bottom:40px;
	margin:0 0 0px 15px;}
		

.news-events-module {
	/*width:465px;*/
	width:600px;
	float:left;
	margin:0px 0 0px 0;
	font-size:11px;}
	
	.news-events-module img {
		float:left;
		margin:0px 15px 0 0;}
	
	.news-events-header {
		width:100%;
		height:38px;
		background-color:#ffe513;}
		
		.news-events-header a {
			float:right;
			font-size:11px;
			margin:20px 5px 0 0;}
			
	.news-events-module p {
		padding:5px 0 15px 10px;
		line-height:16px;
		margin:0;
		float:left;
		border-bottom:1px solid #eaeaea;}
		
	.news-events-module p:last-child {
		border-bottom:0;}
		
		.news-events-module .news-title {
			font-size:14px;}

/*===================================================================================================*\

	4.3) Form Styles C22430

\*===================================================================================================*/

.form-holder {
	float:left;
	width:100%;}
	
	.form-holder fieldset {
		padding:20px 10px 20px 10px;
		margin:10px 0 10px 0;
		/*float:left;*/
		width:443px;
		border:1px solid #ccc;}
		
		.form-holder legend {
			font-weight:bold;}
	
	.form-holder ul {
		margin:0;
		width:100%;
		/*background-color:#6F0;*/
		/*float:left;
		clear:left;*/
		padding:0 !important;}
	
	.form-holder li {
		list-style:none;
		padding:0 !important;
		margin:0;
		/*float:left;*/
		clear:left;
		margin-bottom:5px !important;
		background:none !important;}
		
		.form-holder label {
			width:134px;
			font-size:11px;
			padding-top:5px;
			margin-right:15px;
			text-align:right;
			/*height:20px;*/
			float:left;}
			
			.form-holder .text-box {
				width:219px;}
				
			.form-holder select {
				width:225px;}
				.form-holderselect {
				width:276px!important;}
				
			.form-holder textarea {
				width:219px;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				float:left;}
				
			.form-holder .error-message {
				float:left;
				clear:left;
				color:#900;
				width:225px;
				font-size:10px;
				padding:0px 0 10px 0;
				margin-left:150px;}
				
			.form-holder span.field-validation-error {
				float:left;
				clear:left;
				color:#900;
				width:225px;
				font-size:10px;
				padding:0px 0 10px 0;
				margin-left:150px;}

			.form-holder span.field-help {
				float:left;
				clear:left;
				width:225px;
				font-size:10px;
				padding:0px 0 10px 0;
				margin-left:150px;}
				
			.form-holder div.validation-summary-errors ul {
				color:#900;
				font-size:10px;
				padding:0px 0 10px 0;
			}
			
			.form-holder div.validation-summary-errors li {
				/*list-style-type: circle;*/
				list-style-type: none;
				margin-left: 30px;
			}
			
			#validationSummary {
				margin-bottom: 20px;
			}
			
			.validation-summary-valid span {
				display: none;
			}
			
			.validation-summary-errors span {
				display: block;
				color:#900;
				font-size:10px;
			}
				
			.submit-button {
				background-color:#ffe513;
				border:0;
				padding:5px;
				font-weight:bold;
				margin-left:150px;}
				
				.submit-button:hover {
					cursor:pointer;}

		#formNavButtonContainer{  text-align:center; }
			#formNavButtonContainer .submit-button {
				margin:0px;
				 width:auto;overflow:visible;
				}
				.back-link {
				font-weight:700; font-size: 13px; font-family: 'MS Shell DLg'; text-decoration: none;  padding-top: 6px; padding-bottom: 6px;}
				
					
			.paymentLogo {
				margin-left:150px;
			}		
			
/*===================================================================================================*\

	4.4) Comment Section C22440

\*===================================================================================================*/

.comments-frame {
	float:left;
	height:auto;
	width:100%;}

	.comment {
		float:left;
		width:100%;
		margin-top:10px;}
		
		.comment span {
			padding:10px;
			margin:0 10px 0 10px;
			background-color:#f5f5f5;
			border-top:1px solid #ccc;
			border-right:1px solid #ccc;
			border-left:1px solid #ccc;
			display:block;}
	
	.comment-name {
		float:left;
		width:100%;
		font-size:10px;
		color:#999;}
		
		.comment-name span.comment-imgholder {
			background:url(../images/comment-bg.png) no-repeat;
			background-position:10px 0px;
			margin-right:10px;
			position:relative;
			height:35px;
			padding:5px 0 0 40px;
			display:block;}
			
			.comment-name span img {
				position:absolute;}
				
				.comment-name span.comment-namedate {
					position:absolute;
					margin:8px 0 0 40px;
					padding:0;}
			
.comments-frame .form-holder {
	margin-top:20px;}
	
.comments-form label {
	width: 90px;
}

.comments-form input.submit-button {
	margin: 10px 0 0 105px;
}

#recaptcha_widget_div {
	margin-left: 105px;
}

.comments-form span.field-validation-error {
	margin-left:105px;
}

/* Louise added - to remove ----------------------------------

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

.success{color:navy;}

.body-frame { font-size: 13px; }
.info-page-right { font-size: 13px; }

.homestyle-rightcol
{
	float:left;
	width:385px;
}

.info-page-right ul {
		padding:10px 0 10px 0;
		margin:0;}

.info-page-right li {
background:url("../images/bullet.gif") no-repeat scroll 0 2px transparent;
list-style:none outside none;
margin:0;
padding:0 0 5px 20px;
}



.widestyle li {
background:url("../images/bullet.gif") no-repeat scroll 0 2px transparent;
list-style:none outside none;
margin:0;
padding:0 0 5px 20px;
}

a.apply-job {
	background-color:#000;
	color:#ffe513;
	font-size:14px;
	font-weight:bold;
	margin-top:8px;
	padding:3px;
}

.info-page-right div.fb {
	margin: 0 0 12px 0;
}

.social-blocks {
	float: left;
	margin: 12px 0 20px -2px;
}

/*maps------------*/

#map_mini_canvas {
	width: 300px;
	height: 260px;
	margin: 2px 0 15px 0;
}

#map_canvas {
	width: 450px;
	float:left;
	height: 450px;
}

#projectInfo h2 {
	padding: 0;
}

#loadinginfo {
	display:none;
}

#capcha-area {
	display: none;
}

.donationgiftaid-form input {
	margin: 0 0 0 58px;
	float:left;
}

.donationgiftaid-form span {
	margin-left: 80px;
	width: 280px;
	float: left;
}

.form-holder li.textarea-style {
	margin-top: 10px;
}
	
.form-holder li.textarea-style label {
	width:380px;
	display: block;
	float: none;
	text-align: left;
	height: auto;
}

.form-holder li.radio-question label {
	width:380px;
	display: block;
	float: none;
	text-align: left;
	height: auto;
	margin-top: 5px;
	/*margin-left: 20px;*/
}

.form-holder li.dropdown-question label {
	width:380px;
	display: block;
	float: none;
	text-align: left;
	height: auto;
	margin-top: 5px;
	 font-size: 12px;
	/*margin-left: 20px;*/
}
	
			
.form-holder li.textarea-style textarea {
	width:429px;
	font-size:12px;
	float: none;
	height: 110px;
}

.form-holder li.textarea-style span.field-validation-error {
	float:none;
	margin-left:0;
}


/* Added by Swe on 7th May 2009 -  Purpose : to resolve CR261-46: Help text balloons */

/*HOVER POPUP LINKS*/

/*hoverpopups type 1*/

#popup { color: #000000; background-color: #ffffff; }

#popup a, #popup a:visited {
position: relative;
text-decoration: none;
font-size: 1em;
font-weight: bold;
}

#popup a span {display: none;}

#popup a:hover { background-color: #ffffff; }

/* the IE correction rule */
#popup a:hover  {
color: #f00; background-color: #ffffff;
text-indent: 0; /* added the default value */
}

#popup a:hover span{
display: block;
position: absolute;
top: 0px;
left: 85px;
width: 320px;
margin: 5px;
padding: 15px;
color: #000000;
background: #FFE513;
text-align: left;
border: 1px solid #666;
font-size:12px;
font-style:normal;
font-family: arial, helvetica, sans-serif;
text-decoration:none;
font-weight: normal;
}

.info-page-right div.widget, div.widget-fixed {
	font-size: 11px;
}

.eventInfo {
	margin-bottom: 25px;
}

/* paging */

.pages {
	margin-top: 20px;
}

.catch22pages a {
	padding: 3px;
	background-color:#ffe513 !important;
	background: none;
	border: none;
	color: #000;
}

.catch22pages a.ui-state-active {
	background-color:#ccc !important;
	background: none;
	border: none;
	color: #000;
}

/* publications */

.publication {
	padding-top: 0;
}

.simplePagerNav {
	clear: both;
	padding-top: 10px;
}

/* job applications */

.jobapplication-detail h3 {
	margin-top: 15px;
}

.jobapplication-detail table {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #ececec;
}

.jobapplication-detail td {
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ececec;
}

.jobapplication-detail table td.tlabel {
	width: 40%;
}

.jobapplication-detail table tr:nth-child(odd)    { background-color:#fdfdfd; }
.jobapplication-detail table tr:nth-child(even)    { background-color:#fff; }

blockquote{ margin:0px;}
.noFloat{float:none;}
.noMargin{margin:0px;}
.noBold{ font-weight:normal;}

#chapterLinksContainer
{}
	#chapterLinksContainer a{ font-weight:normal;}
	
#voluntering-search-content
{	
	padding:0px 15px;
}

.voluntering-search-result
{
	
}
#voluntering-search-result-list
{
	margin-top:2px;
	margin-bottom: 40px;
	border:1px solid #d2d2d2;
	min-height:300px;
}

#voluntering-search-result-list ul {
			
			padding:0px;
			margin:10px 20px;
}


#voluntering-search-result-list ul li {
			background:url(../images/bullet.gif) no-repeat left top;
			background-position:0 2px;
			padding-left:20px;
			margin:0px;
			list-style:none;
}

#voluntering-times-list li span{
	width:80px;
	display:inline-block;
}

.voluntering-search-status
{
	background-color:#EAEAEA;
	padding:10px;
	margin:2px 2px 4px 2px;
}

#rc_hr{margin:3px 0px;}
.rc_h3
{
    font-size: 14px;
    font-weight: bold;
    padding: 3px;
}

.rc_h2 {
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
     background-color: #FFE513;
}

ul.rc_publication_links
{
    margin: 2px 0px 2px 0px;
    padding: 2px;
   
}

ul.rc_publication_links li a{ font-size:13px; line-height: 13px; height:13px;}

.block-margin-bottom{display:block; margin-bottom: 5px;}

.downloadLink{ text-decoration:none;}
