/* @override http://www.princes-regeneration.org/prince.css */

/* ------------------------------------------------------------

	Global Elements

------------------------------------------------------------ */

body {
	background-color:#C6E2E6;
	text-align:center;

	margin:0px;
	padding:0px;

	font-family:arial;
	font-size:12px;

/*	color:#535353; */
	color:#000000;
}

img {
	border:0px;
}

a {
	color:#058398;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

.clear {
	clear:both;
}

#container {
	width:972px;
	margin:auto;
	text-align:left;
}

h1 {
	font-size:14px;
	font-weight:bold;	
	color:#0A9BB3;
}



/* ------------------------------------------------------------

	Global, Top Content & Menu

------------------------------------------------------------ */

#logo_top { 
	margin: 0 0 0 32px;
}

#top_menu {
	width:972px;
	height:82px;
	background-image:url(images/top/bg.jpg);
	background-repeat:repeat-y;
}

#top_menu_padding {
	width:882px;
	height:70px;

	padding-top:12px;

	margin-left:45px;
	margin-right:45px;
}

.menu_item {
	width:auto;
	height:40px;
	float:left;
}

.menu_item a:hover {
	color: #fff;
}

.menu_spacer {
	width:1px;
	height:40px;
	float:left;
}

#submenu {
	width:100%;
	height:27px;

	background-color:#FFFFFF;

	font-size:12px;
	color:#000000;


	clear:both;
}

#submenu a {
	color:#000000;
	text-decoration:none;
}

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

#submenu div {
	height:20px;
	padding-top:8px;
	padding-left:14px;
}

#top_banner {
	width:972px;
	height:290px;
}

#top_banner_subpage {
	width:972px;
	height:222px;
}







/* ------------------------------------------------------------

	Global, Content

------------------------------------------------------------ */

#content {
	width:972px;
}

#content_margin {
	margin-top:9px;
	margin-left:44px;
	margin-right:44px;

	background-color:#FFFFFF;
	border:1px solid #DAD8CF;
}

#content_padding {
	padding:20px;
}




/* ------------------------------------------------------------

	Global, News

------------------------------------------------------------ */

#news {
	width:269px;

	padding-bottom:20px;

	float:left;
}

#news_cell {
	width:267px;

	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;

	padding-top:16px;
	padding-bottom:5px;

	background-color:#EBEBEB;
}

#news_cell div {
	padding-bottom:10px;

	margin-left:16px;
	margin-right:16px;
	margin-bottom:11px;

	border-bottom:1px solid #D9D9D9;

	font-size:12px;
/*	color:#686868;
	color:#3e3e3e; */
	color:#000000;
	line-height:150%;
}

#news_cell b {
	color:#0A9BB3;
	line-height:120%;
}

#news_cell a {
	color:#0A9BB3;
	text-decoration:none;
	line-height:200%;
}

#news_cell span {
	color:#0A9BB3;
	text-decoration:none;
	font-size:10px;
}

#news_cell a:hover {
	color:#000000;
	text-decoration:underline;
	line-height:200%;
}

#news_bottom_link {
	border-bottom:0px solid #EBEBEB;
	margin-bottom:0px;
}







/* ------------------------------------------------------------

	Global, Left Side

------------------------------------------------------------ */

#left_content {
	width:543px;

	padding-right:30px;
	padding-bottom:20px;

	float:left;
}

#left_content div {
	font-size:12px;
/*	color:#535353;*/
	color:#000000;
	line-height:150%;
}

#left_content h2 { 
	margin: 8px 0 10px 0;
	padding: 0;
	font-weight: normal;
	color: #007A93 !important;
}

#left_content h3 { 
	margin: 8px 0 0 0;
	margin: 20px 0 0 0; /* edited: S. Greenway, Activeark: 2010-05-17--13-38 */
	padding: 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.3em;
	color: #007A93 !important;	
}

#left_content li { 
	margin: 0 0 28px 0;

/* AMEND 2009-03-23: text lists too widely spaced vertically */
	margin: 0 0 5px 0;
}

#left_content hr {
	margin-top: 20px;
}

/* ------------------------------------------------------------

	Global, Projects

------------------------------------------------------------ */

div#footer_projects {
	padding-top:11px;
	padding-left:44px;
	overflow: auto;
}

div.footer_project {
	float:left;
	padding-right:7px;
}

div.footer_project_content {
	width:184px;
	min-height:440px;
	min-height:43em;
	height:auto !important;
	_height:43em;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
	padding:0 16px 16px 16px;
}

div.footer_project_content b {
	color:#535353;
}

div.footer_project_content ul {
	margin:0;
	padding:10px 0px 0px 20px;
	list-style-image: url(images/projects_arrow.gif);
}

div.footer_project_content li {
	color:#058399;
	margin-bottom: 10px;
}

div.footer_project_content a {
	font-weight:normal;
}

div.footer_project_content a:hover {
	font-weight:normal;
}

div.footer_project div#england {
	background-image:url(images/footer/blocks/england.gif);
}

div.footer_project div#northern-ireland {
	background-image:url(images/footer/blocks/northern-ireland.gif);
}

div.footer_project div#scotland {
	background-image:url(images/footer/blocks/scotland.gif);
}

div.footer_project div#wales {
	background-image:url(images/footer/blocks/wales.gif);
}







/* ------------------------------------------------------------

	Global, Footer

------------------------------------------------------------ */

#footer {
	margin-left:45px;
	margin-right:45px;
	margin-top:10px;
}

#footer_bar {
	width:100%;
	height:54px;
	/*
	background-image:url(images/footer/navigation/background.jpg);
	background-repeat:repeat-x;
	*/
	padding: 10px 0;
	background:#000;
}

#footer_links {

}

#footer_links div {
	padding-top:11px;
	float:left;
}

#footer_links div#footer_logo {
	padding-top:0px;
}

#footer_links div#footer_spacer {
	width:340px;
}

#footer_contacts {
	padding-bottom:8px;
	text-align:center;
	font-size:10px;
}







/* ------------------------------------------------------------

	Projects Page

------------------------------------------------------------ */

#projects_content {

}

#projects_content b {
	color:#0A9BB3;
}

#projects_submenu {
	width:269px;

	margin-bottom:20px;

	float:left;
}

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

#projects_submenu li {
	min-height:17px;
	_height:17px;

	border-bottom:1px solid #D9D9D9;

	padding-left:20px;
	margin-top:8px;
	padding-top:1px;
	padding-bottom:5px;

	background-image:url(images/submenu_arrow_black.jpg);
	background-repeat:no-repeat;
	background-position:0 .5em;
}

#projects_submenu a {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

#projects_submenu a:hover {
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}

#projects_submenu_block {
	width:269px;
	margin-top:19px;
}

#projects_submenu_block div {
	padding-left:18px;
	padding-right:18px;
	padding-top:14px;
	padding-bottom:16px;
}

#projects_submenu_block a {
	color:#0A9AB2;
}

#projects_submenu_block a:hover {
	color:#0A9AB2;
}

/* 2009-03-26 15:11 - Activeark (UK): Stewart Greenway */

#video {
	 width: 482px;
	 height: 272px;
	 margin: 30px auto 0;
}

.video {
	margin: 30px auto;
	text-align: center;
}

#video a {
	 display: block;
	 height: 100%;
}

#video a img {
	display: block;
}

#flash_projects {
/*
	height: 260px;
*/
	margin: 30px auto;
}

/* 2009-11-23 10:45 - Activeark (UK): Stewart Greenway */

.extra {
	margin: 20px 0;
	padding: 30px 0 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	clear: both;
	overflow: auto;
	z-index: 1000;
}

.extra .floatleft {
	float: left;
	margin: 0 20px 20px 0;
}

.extra .floatright {
	float: right;
	margin: 0 0 20px 20px;
}

.extra p {
	margin-bottom: 20px;
}

.clear {
	display: block;
	clear: both;
}


/* ------------------------------------------------------------

	News Page

------------------------------------------------------------ */

#news_date {
	padding-bottom:10px;
}

#news_date span {
	font-size:10px;
	color:#0a9bb3;
}

#news_header {
}

#news_header b {
	color:#0a9bb3;
	font-size:13px;
	font-weight:bold;
}

#news_pdf_text {
	padding-top:5px;
	padding-left:6px;
	float:left;
}

#news_pdf_image {
	padding-top:0px;
	float:left;
}

.wrapper { display: inline-block; } 
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
* html .wrapper { height: 1%; } 
.wrapper { display: block; }

.wrapper {
	border-bottom: 1px solid #bfe5f2;
	margin-bottom: 30px;
}



/* ------------------------------------------------------------

	Donate page boxes

------------------------------------------------------------ */

.boxcontainer { width: 545px; }

.box {
	width: 260px;
	padding: 10px 10px 10px 0;
	float: left;
	min-height: 130px;
			
}
.box h5 {
	background: #0d9db5;
	height: 24px;
	line-height: 24px;
	text-indent: 10px;
	color: #fff;
	margin: 0;
	font-size: 12px;
}
.boxcontent { 
	border-right: 1px solid #09859a; 
	border-bottom: 1px solid #09859a;
	border-left: 1px solid #09859a;
	width: 258px; 
	float: left;
}
.boxcontent p { 
	width: 167px; 
	padding-right: 5px;  	
	float: right; 
}
.boxcontent img	{ padding: 15px 0 5px 10px !important; }



/* ------------------------------------------------------------

	Print

------------------------------------------------------------ */

@media print {
 body {
  margin:0;
  padding:0;
 }
 div {
  background:none;
  border:0;
 }
 #top_menu, #submenu, #top_banner, #top_banner_subpage, #footer_bar, #news {
  display:none;
 }
 #footer_contacts {
  padding-top:10px;
 }
 #container, #logo_top, #content, #content_margin, #content_padding, #left_content, #footer {
  width:100%;
  margin:0;
  padding:0;
  border:0;
  background:none;
 }
 #left_content {
  padding-top:20px;
 }
 #footer {
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid #bcd6da;
 }
}






/* ------------------------------------------------------------

	Publications: ADDED (Stewart Greenway, Activeark) 15/04/2010

------------------------------------------------------------ */

.publication-item {
	clear: both !important;
	border-bottom: 1px solid #bfe5f2 !important;
	margin-bottom: 30px !important;
	padding: 10px 0 20px !important;
}

.publication-item img {
	border: 1px solid #eee;
}

/* ------------------------------------------------------------

	Publications: ADDED (Stewart Greenway, Activeark) 15/04/2010

------------------------------------------------------------ */

.event-title strong {
	color: #007A93;
	font-size: 14px;
}

.publication-item img {
	border: 1px solid #eee;
}