/* Sets margins and padding to 0*/

* {
	margin: 0px;
	padding: 0px;
	}




/*badkground image and colour*/

html {
	background-color: #ece9d8;
	background-attachment: fixed;
	background-image: url(../images/b03.jpg);
	padding:12px 0 0px;
	}



/* Sets width of site, centres it and adds border to left and right edge*/

body {
	padding: 0px 10px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -10px;
	border: solid 1px #000;
	background-color: #fff;
	}
	


/* Font set in this one place*/

body,h1,h2,h3,h4,p,ul,li,td,th,caption,blockquote p{
	font-family: Arial, Helvetica, sans-serif;
	}





/* Default html tags*/
p {
	line-height: 1.5em;
	margin-bottom: 0.5em;
	background-color: transparent;
	}

p,li,dd {
	font-size: 0.9em;
	letter-spacing: 0.03em;
	color: #000;
	}

dd {
	padding-bottom:0.35em;
	}

dl {
	margin-top: 0.55em;
	margin-bottom: 0.75em;
	background-color: #fff;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #ccc;
	}

dt {
	font-size: 1em;
	color: #000066;
	font-weight: bold;
	padding-bottom: 0.20em;
	padding-top: 0.55em;
	}

/*Lists*/

ul {
	margin-bottom: 0.55em;
	list-style: square;
	}

li {
	line-height: 1.4em;
	margin-bottom: 0.2em;
	margin-left: 2.2em;
}




/*Icon lists - attached to ul tag to add image for bullet*/

.pdf { 
	list-style: url(../images/pdf_icon-small.gif); 
	}

.word {
	list-style: url(../images/word_icon.gif);
	}

ul.word {
	margin-top:0.5em;
	}

.word li {
	margin-bottom: 1em;
	}





/*Headings*/

h1,h2,h3,h4,caption {
	font-weight: bold;
	color: #000066;
	}



h1 {
	font-size: 1.65em;
	margin-bottom: 0.2em;
	margin-top: 0;
	padding-top:0;
	}
	
	
	

h2 {
	font-size: 1.18em;
	margin-bottom: 0.3em;
	margin-top: 0.45em;
	padding-top: 0.7em;
	}




h3 {
	font-size: 1.08em;
	margin-bottom: 0.25em;
	margin-top: 0.65em;
	padding-top: 0.28em;
	}




h4 {
	font-size: 0.9em;
	margin-bottom: 0.3em;
	margin-top: 0.55em;
	padding-top: 0.2em;
	}





/*Default links - NOT navigation links*/



a:link, a:visited		{
	color: #000033;
	background-color: transparent;
	text-decoration: underline;
	}
	
	
	
		
a:hover, a:active {
	text-decoration: none;
	background-color: #000066;
	background-position: 20px 30px;
	color: #fff;
	}
	

	
/*Feature text - presentation not emphasis etc*/

.highlight {
	font-weight: bold;
	color: #000066;
	}


.bold_pres {
	font-weight: bold;
	}


.data_feint {
	color: #666;
	}


.supersc,sup {
	font-size: 0.7em;
	vertical-align: super;	
	}


hr {
	display: block;
	clear: both;
	margin-top: 6px;
	margin-bottom: 12px;
	border-top:  solid #000066;
	height:1px;
	}




/*Top of page*/

#top {
	clear: both;
	width:960px;
	height: 90px;
	margin-bottom: 22px;
	background-color: #fff;
	}


#banner {
	height: 88px;
	margin-left: -10px;
	background-color: #000066;
	padding-bottom: 5px;
	width: 870px;
	float: left;
	background-position: right top;
	background-image: url(../images/rounder_2.gif);
	background-repeat: no-repeat;
	}


#banner h1 {
	font-size: 1.4em;
	font-weight: bold;
	font-variant: normal;
	color: #feeb01;
	letter-spacing: 0.03em;
	padding-top: 0.05em;
	margin-left: 8px;
	margin-bottom: 10px;
	margin-top: 0.10em;
	}

#banner h1 a:link, #banner h1 a:visited {
	text-decoration: none;
	color:#ffff00;
	padding:2px;
	}

#banner h1 a:hover, #banner h1 a:active {
	background-color: #feeb01;
	color:#000066;
	}



#logo{
	float: right;
	margin-top: 1px;
	margin-right: 10px;
	border: 0px none;
	background: #fff;
	}




#banner p{
	color: #fff;
	margin-left: 10px;
	font-size: 0.78em;
	letter-spacing: 0.02em;
	margin-bottom: 0.1em;
	background-color: transparent;
	}
		
		
	
			
#banner p a:link, #banner a:visited {
	color: #fff;
	}



#banner p a:hover, #banner p a:active {
	color: #000066;
	background-color: #feeb01;
	background-image: none;
	}





/*Main content*/

#content {
	padding-top: 6px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-right: 0;
	margin-left:5px;
	width:550px;
	background: #F9F9FF;
	border-right: 1px solid #000;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #000;
	float:left;
	}




/*SIde button type navigation - styled unordered list*/

#sidenav {
	float: left;
	padding: 3px;
	width: 155px;
	margin-top:-4px;
	margin-left:0px;
	}


#sidenav a img {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: -5px;
	}



#sidenav a:hover, #sidenav a:active img {
	background-image: none;
	background-color: transparent;	
	}





#sidenav ul {
	margin-left:0;
	padding-left:0;
	}



#sidenav li {
	margin-bottom: 9px;
	margin-left: 0;
	padding-left:0;
	list-style-image: none;
	list-style-type: none;
	font-size: 0.96em;
	line-height: 1.35;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #999;
	border-left: 2px solid #999;
	}
	
	

#sidenav ul li a:link, #sidenav ul li a:visited  {
	color: #ffff00;
	text-decoration: none;
	background-color: #000066;
	display: block;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #999;
	border-left: 2px solid #999;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	}



#sidenav ul li a:hover, #sidenav ul li a:active {
	color: #000066;
	text-decoration: none;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	background-image: url(../images/flower_sm.jpg);
	background-position: 30px 40px;
	padding: 5px 1px 1px 5px;
	}




/*Sidebar - at the moment on the right of content*/

#sidebar {
	background-color: #000066;
	clear: right;
	float: right;
	width: 195px;
	padding:6px 0px;
	color: #fff;
	border-top: 3px solid #999;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	border-left: 3px solid #999;
	margin-bottom:10px;
	}



#sidebar h2 {
	color:#ffff00;
	margin-bottom:0.65em;
	margin-top:0;
	padding-top:0;
	font-size: 1.6em;
	padding-left:4px;
	}
	
	

#sidebar h3 {
	font-size: 1.05em;
	color:#000066;
	margin-bottom:7px;
	margin-top:19px;
	background: #fff;
	padding:0px 2px 0px 5px;
	border-top: 2px solid #999;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #999;
	font-weight: bold;
	}




#sidebar li {
	font-weight: bold;
	list-style: none;
	margin-bottom:5px;
	margin-left:0px;
	color:#fff;
	line-height: 1.2;
	font-size: 0.85em;
	}





#sidebar a:link, #sidebar a:visited{
	color:#fff;
	text-decoration:none;
	display:block;
	padding:4px 12px;
	border:none;
	}




#sidebar li a:hover, #sidebar  li a:active{
	color: #000066;
	background-color:#ffff00;
	text-decoration:none;
	border: 2px solid #999;
	padding:2px 10px;
	}










/*Footer on all pages*/

#footer		{
	height: 82px;
	clear: both;
	background-color: #000066;
	padding: 9px 12px 5px 12px;
	margin-top: 10px;
	background-attachment: scroll;
	border-top: 0px solid #000;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 2px;
	background-position: right top;
	background-image: url(../images/rounder_2.gif);
	background-repeat: no-repeat;
	}
		
		
		
		

#footer p {
	font-size: 0.77em;
	line-height: 1.20em;
	color: #fff;
	background-color: transparent;
	text-align: left;
	letter-spacing: -0.01em;
	margin-bottom: 0.05em;
	padding-bottom: 3px;
	}
	
	
	
	
#footer p.smaller {
	font-size: 0.70em;
	margin-top: 0px;
	padding-top: 0.1em;
	}


	
	
#footer p a:link, #footer a:visited		{
	color: #fff;
	background-color: transparent;
	text-decoration: underline;
	}
	
	
	
	
	
#footer p a:hover, #footer a:active {
	text-decoration: none;
	background-image: none;
	color: #feeb01;
	}

#footer img	{
		
	}
	
	
	
#iconblock {
	float:left;
	}
	
.webstandards {
	float:left;
	border: 0px none;
	margin-top: 9px;
	margin-right: 13px;
	}
	
	

/*Image positioning, borders and backgrounds*/

.photoright {
	clear: right;
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-right: 10px;
	background-color: #fff;
	padding: 2px;
	border-top: 3px solid #ccc;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	border-left: 3px solid #ccc;
	}




.photoright_no_border {
	clear: right;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	border: none;
	}





blockquote p{
	font-style: italic;
	color: #000066;
	text-align: justify;
	text-indent: -0.45em;
	margin-left: 3em;
	margin-right: 5em;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
	font-size: 1.05em;
	background-color: transparent;
	line-height: 1.25em;
	}







/*link to otherness web site in footer*/

.otherness_link {
	font-size: 0.75em;
	float: right;
	margin-right: 5px;
	color: #fff;
	}


#footer .otherness_link a:link, #footer .otherness_link a:visited {
	color: #fff;
	}


#footer .otherness_link a:hover,#footer .otherness_link a:active {
	background:#000066;
	color: #ffff00;
	text-decoration: none;
}


.otherness_link a:link,.otherness_link a:visited{
	color: #fff;
	}
	
.otherness_link a:hover,.otherness_link a:active{
	color: #000066;
	}
	
	
	
	
	
	
/*Table for training on news page*/


table.training {
	margin-top:1.8em;
	margin-bottom:1.8em;
	border-collapse:collapse;
	width:550px;
	}
		
.training tbody {
	border-top: 2px solid #999;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #999;
	}
		
	
		
.training caption {
	font-size: 1.2em;
	margin-bottom: 0.05em;
	margin-top: 0.45em;
	text-align: left;
	padding-bottom: 0.25em;
	}
		
		
		
			
.training th {
	font-size: 0.95em;
	font-weight: bold;
	color: #ffff00;
	text-align: left;
	padding: 0.3em 0.3em 0.55em;
	border: 1px solid #000;
	background: #000066;
	}
	
	
	
	
		
.training td{
	font-size: 0.9em;
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	border: 1px solid #777;
	font-weight: bold;
	}
	
	
	
	
	
/*Alternative row colour*/

.alt {
	background: #ffffc1;
	}
	
.alt_2 {
	background: #ccc;
	}
	
td.noborder {
	border-bottom:none;
	border-top-style: none;
	}
	
td.border {
	border-top-style: none;
	}
	
ul.gallery {
	list-style: none;
	margin-top:15px;
	}	

ul.gallery li image {
	list-style: url(none);
	border-top: 1px solid #999;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #999;
	margin-bottom:16px;
	margin-left:12px;
	}

#funders h2 {
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom:12px;
	border-top: 1px solid #999;
	}
	
#funders img {
	margin-top: 35px;
	margin-right: 75px;
	margin-left: 10px;
	}

#funders img.closer {
	margin-left: -9px;
	}

.otherness {
	float:right;
	border:none;
	margin-left:8px;
	margin-bottom:7px;
	}
	
	
#news h2 {
	margin-top: 19px;
	padding-top: 8px;
	border-top: 1px dotted #000066;
	}
	
#news h3 {
	margin-top: 11px;
	padding-top: 7px;
	border-top: 1px dotted #777;
	}
	
#news h3.noborder, #news h2.noborder {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	}
	
	
.lineover {
	padding-top: 11px;
	border-top: 1px solid #999;	
	}