@import "layout.css";
@import "form.css";
@import "table.css";
@import "sIFR-screen.css";

@media tty {
 i{content:"\";/*" "*/}} @import 'ie5x.css'; /*";}
}/* */


/*-------------------------*//* global text styles *//*---------------------------------*/
/*--------------------------------------------------------------------------------------*/

/* define basic elements
--------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

html {
	background: #EAEAEA url(/images/bg_html.png) repeat-y left;
	height:100%;
}

body {
	font: normal 62.5%/1 arial,helvetica,sans-serif;
	color:#403b3c;
	padding: 0 0 20px 20px;
}

h1, h2, h3, h4, h5 {
	margin:0 0 10px 0;
	line-height:1.2;
}

h1 {
	color:#FFF;
	background: #130c0d;
	padding:25px 20px 10px;
	font-size:3em;
	width: 680px;
	overflow: hidden;
}

h2 {
	font-size:2.3em;
	color: #130c0d;
}

#content_sub1 h2{
	font-size:1.5em;
	margin-top: 5px;
}

#content_sub2 h2{
	font-size: 2em;
}

h3 {
	font-size:1.5em;
}

#content_sub1 h3{
	font-size:1em;
	font-weight:normal;
}

h4 {
	font-size:1.2em;
	margin:0 0 5px 0;
}

h5 {
	
}

p {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	line-height:1.4;	
}

#content_main p{
	font-size:1.4em;
}

#content_main p.standfirst {
	font-size: 1.7em;
}

#content_main p.standfirst a {
	color: #130c0d;
}

address{
	clear:left;
	font:normal 1.2em/1.3 arial, sans-serif;
	margin:0 0 10px 0;
	color: #707070;
}

blockquote{
	color:#9b9b9b;
	margin:0 0 20px 0;
	font-size:1.05em;
	padding: 1px 0 0 10px;
	background: url(/images/quote.gif) no-repeat 0 0;
}

cite{
	display:block;
	font-weight:bold;
	font-style: normal; 
	margin:10px 0 0;
}


/* list styles
--------------------------------------------------------------------------*/
ol{
	margin-bottom: 1em;
}

ul {
	margin: 0 0 10px 30px;	
}

li {
	line-height:1.4;
	font-size: 1.4em;
}

#content_main ul {
	margin-left: 0;
}
#content_main ul li {
	list-style: none;
	padding-left: 20px;
	background: url(/images/marker.gif) no-repeat 0 6px;
}

ul ul li{
	font-size:0.9em;
}

#content_main ul ul{
	margin:0 0 5px 10px;
}

ul.links{
	margin:0 0 10px;
	clear: left;
}

ul.links li{
	list-style:none;
	font-size: 1.2em;
	border-bottom: 1px solid #ccc;
	zoom: 1; /* :hack: spacing fix for IE6 */
}

ul.links a{
	color: #130c0d;
	font-weight: normal;
	display: block;
	padding: 10px 0;
}

ul.links li ul {
	margin: -7px 0 8px 10px;
}

ul.links li li{
	font-size: 1em;
	border: 0;
}

ul.links li li a{
	padding: 3px 0 0;
	color: #717171;
}

ul.links ul ul {
	margin-top: 3px;
}

.links#extra li {
	float: left;
	padding: 0;
	margin: 30px 20px 0 0;
	background: none;
	border: 0;
	font-size: 2em;
}

.links#extra span {
	display: block;
}

.links#extra a {
	padding: 0;
	color: #A0B51F;
}

ul.documents{
	margin:0;
	list-style:none;
}

dl {
	margin:0 0 3px 0;
	font-size: 1.3em;
}

dt {
	float:left;
	width:2em;
	margin: 0 0 5px;
	clear: left;
	color: #acacac;
}

dd {
	margin: 0 0 5px;
}

#body_accessibility dl{
	margin:0 0 10px;
}

#body_accessibility dt{
	width:40px;
}


/* link styles
--------------------------------------------------------------------------*/
a img {
	border:none;
}

a {
	font-weight: bold;
	text-decoration: none;
	color:#a0b51f;
}

a:focus, a:hover {
	text-decoration: underline;
}

a.link_arrow {
	background: url(/images/arrow_nav.gif) no-repeat right;
	padding:0 14px 0 0;
}

.link_download_doc{
	margin:0 0 10px;
	clear:left;
}

#body_leaflets .link_download_doc{
	clear:none;
	margin:35px 0 0;
}

.link_download_doc span{
	display:block;
}

a:active {
	
}

.skip {
	position: absolute;
	left: -9999px;
}

/*image replacement*/
/*--------------------------------------------------------------------------*/
.replace{ 
	position:relative; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden;
	 /* */
} 

.replace span{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

/*example usage:

	#hdr_news, #hdr_news span{ 	 
		width:43px; 
		height:11px;
		background: transparent url(/images/hdr_news.gif) no-repeat; 
	}
	
	<h1 id="head_news" class="replace">News headline<span></span></h1>
	

	
*/

/* bug workarounds */
/*--------------------------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* general custom classes
--------------------------------------------------------------------------*/
.dotrule {
	height:1px; 
	font-size:1px;
	border-top: 1px solid #ccc;
	clear:both;
	margin:5px 0;
}

#content_main .dotrule {
	border: 0;
}

.right{
	float:right;
}

.left{
	float:left;
}

.thumb{
	border:1px solid #D6D6D6;
	margin:0 0 20px 0;	
}

.thumb.left{
	margin-right:10px;
}

.caption{
	font-weight:bold;
	font-size: 1.1em;
}

.clear{
	clear:both;
}


/*contact styles used in client pages*/
.contact {
	margin: 10px 0 0;
}

.contact img{
	margin:0 6px 10px 0;
	float:left;
}

.contact h4.h4name{
	float:left;
	font-weight:bold;
	width:100px;
}

.contact h4.h4title{
	font-weight:normal;
}

.contact .links {
	margin-top: 25px;
}

.contact .links li{
	border: 0;
}

.contact .links a {
	padding: 0 12px 0 0;
	display: inline;
	font-weight: bold;
	color: #A0B51F;
	background: url(/images/arrow_nav.gif) no-repeat 100% 2px;
}

.box_panel{	
	margin:0 0 20px;
}

.box_panel ul{
	margin:0 0 10px;
}

.box_panel li{
	list-style:none;
	margin:0 0 5px;
	font-size:1em;
}

.box_panel a:link, .box_panel a:visited{
	font-weight:bold;
	text-decoration:none;
}

/*acrobat*/

img.txt, img.rtf, img.doc, img.jpg, img.gif, img.pdf{
	clear:left;
	float:left;
	margin:0 5px 0 0;
}

/* pagination */

#pagination{
	float:right;
	margin:10px 0 0;
}

#pagination p{
	float:left;
	margin:0 5px;
}

#pagination ul{
	margin:0;
	float:left;
}

#pagination ul li{
	float:left;
	background:none;
	padding:0;
	margin:0 1px;
	list-style:none;
}

#pagination ul li a{
	display:block;
	padding:0 4px;
	background: #ebf2c7;
	color: #0b0c07;
}

#pagination ul li a:focus, #pagination ul li a:hover {
	background-color: #c1d833;
}


/*acreditation*/

#accreditation{
	margin:0 0 20px;
}

/* site credits */

#body_sitecredits .credit {
	margin: 0 0 20px;
}

#body_sitecredits .credit * {
	margin-top: 0;
	margin-bottom: 0;
}

/*errors*/

.error { 
	color:#f00; 
	background: #FFC1C1 url(/images/admin/error.gif) no-repeat top left; 
	border: 1px solid #f00; 
	padding: 0 0 0 22px; 
}

#notice div { 
	color:#090;
	border:1px solid #090;
	padding:13px 10px 15px 42px;
	background: #CFC url(/images/admin/icon_tick.gif) 7px 3px no-repeat;
	margin: 0 0 20px 0;
}


#errorExplanation{
	background: #FCC;
	color: #600;
	border:1px solid #C00;
	padding:10px;
	margin:20px 10px;
	width:89%;
}

#errorExplanation h2{
	font-size:1.3em;
	font-weight:bold;
	color:#C00;
}

#flash{
	color:red;
	font-weight:bold;
}
