/*
 		 AstraZeneca - Science Teaching Trust
			 http://azteachscience.co.uk/
				  Global Stylesheet
*/



/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}








/* Body Setup and Colours*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	margin: 0;
	padding: 0;
	line-height: 1;
	background-repeat: repeat-y;
	background-position: top center;
}

	body.green {
		background-image: url('../images/footerback_green.gif'); 
		background-color:  #0b412d;
	}
	
	body.orange {
		background-image: url('../images/footerback_orange.gif');
		background-color:  #ff5300;
	}
	
	body.blue {
		background-image: url('../images/footerback_blue.gif');
		background-color:  #014d94;
	}
	






/* link colours dependant on body style */


body.green a:link, body.green a:active, body.green a:visited {color: #114a2e; text-decoration: underline;}
	body.green a:hover {color:;}
	body.green a:visited {color:;}

body.orange a:link, body.orange a:active, body.orange a:visited {color: #c85315;}
	body.orange a:hover {color:;}
	body.orange a:visited {color:;}

	
body.blue a:link, body.blue a:active, body.blue a:visited{ color: #0066b1; text-decoration: underline;}
	body.blue a:hover{ color: #118cc5;}
	body.blue a:visited{ color: #014d94;}






/* header Setup and Items*/

#header {
	width: 100%;
	height: 110px;
	display: block;
	background-repeat: repeat-y;
	text-align: center;
	min-width: 770px;
	color: #FFF;
	background-position: top center;
}

	body.green #header {
		background-image: url('../images/headerback_green.gif');
	}
	
	body.orange #header {
		background-image: url('../images/headerback_orange.gif');
	}
	
	body.blue #header {
		background-image: url('../images/headerback_blue.gif');
	}






#homehead{
	height: 270px;	
	background: url('../images/headerback_green_special.gif') top center no-repeat;
	overflow: hidden;
}

	#homeheadcentre{
		display: block;
		margin:0 auto;
		width: 771px;
		text-align: left;
		border: none;
		height: 268px;
		padding-top: 81px;
	}
	
		#homeheadcentre a.accessibility{
			float: left;
			display: block;
			display: inline;
			width: 152px;
			height: 24px;
			background: url('../images/button_highcontrast.gif') no-repeat;	
			color: #FFF;
			text-align: center;
			padding: 12px 0px 0px 0px;
			margin: 45px 0px 0px 410px;
		}
		
		#homeheadcentre #homesearch{
			display: block;
			display: inline;
			width: 190px; 
			height: 36px;
			float: right;	
			margin: 45px 0px 0px 0px;
			background: url('../images/searchbox_green_home.gif') no-repeat bottom right;
		}
	
		#homeheadcentre a.home{
			clear: both;
			float: left;
			display: block;
			display: inline;
			width: 167px;
			height: 76px;
			background: url('../images/logo_azstt.gif') no-repeat;
			text-indent: -4000px;
			margin: 57px 0px 0px 25px;
		}
		
		#homeheadcentre em{
			float: right;
			display: block;
			width: 549px;
			height: 190px;
			text-indent: -4000px;
			background: url('../images/welcome_banner.jpg') no-repeat;	
		}
	






#head {
	margin:0 auto;
	width: 770px;
	text-align: left;
	border: 0px transparent;
}

	.logo {
		display: block;
		width: 214px;
		height: 110px;
		background: url('../images/azst_logo.gif') no-repeat center center;
		text-indent: -9999px;
		float: left;
	}

	#headernavigation{
		height: 110px;
		width: 556px;
		float: right;		
		position:relative;

	}


	#headernavigation ul{
		width: 430px;
		list-style: none;
		bottom:0pt;
		left:0pt;
		position:absolute;
		padding: 0px 0px 11px 22px;
	}

		#headernavigation li{
			float: left;
		}
		
			#headernavigation li {
				float: left;
				padding-left: 30px; 
				background: url(../images/list_arrow.gif) 14px 3px no-repeat;
			}
			
				#headernavigation li.first {
					padding-left: 0px; 
					background: none;
				}
			
			
		
			#headernavigation li a{
				color: #FFF;
				text-decoration: underline;
			}
			
			#headernavigation li a:hover{
				color: #BBB;
				text-decoration: underline;
			}


	#search{
		display: block;
		width: 190px; 
		height: 36px;
		float: right;
		margin: 74px 6px 0px 0px;
	}
	
		body.green #search{
			background: url('../images/searchbox_green.gif') no-repeat bottom right;}
			
		body.orange #search{
			background: url('../images/searchbox_orange.gif') no-repeat bottom right;}
						
		body.blue #search{
			background: url('../images/searchbox_blue.gif') no-repeat bottom right;}			
			
	
			#search input, #homesearch input{
				float: left;
				width: 112px;
				margin: 10px 0px 0px 30px;
				background: none;
				border: 0px transparent;
				color: #AAA;
			}
			
		#search input.submit, #homesearch input.submit{
				float: right;
				margin: 8px 8px 0px 0px;
				width: 29px;
				height: 22px;
			}
			
		body.green #search input.submit{background: url('../images/searchbutton_green.gif') no-repeat;}
		body.orange #search input.submit{background: url('../images/searchbutton_orange.gif') no-repeat;}
		body.blue #search input.submit{background: url('../images/searchbutton_blue.gif') no-repeat;}
		
		body.green #homesearch input.submit{background: url('../images/searchbutton_green_home.gif') no-repeat;}
		
			
		










/* content setup */

#container{
	clear: both;
	overflow: hidden;
	background: white;
	background-repeat: repeat-y;
	background-position: top center;
}

	body.green #container{
		background-image: url('../images/bodyback_green.gif');}
		
	body.orange #container{
		background-image: url('../images/bodyback_orange.gif');}
		
	body.blue #container{
		background-image: url('../images/bodyback_blue.gif');}



#content{
	margin:0 auto;
	width: 770px;
	color: #000;
	text-align: left;
	border: none;
}










/* Orange Bodied page elements */


body.orange #page strong{
	font-weight: bold;
	}






body.orange #page #articles{
	margin-bottom: 20px;
}


	body.orange #page div.results{
		padding: 25px;
		border-bottom: 1px solid #b8b8b8;
		background: url(../images/article_panel_background_short.gif) bottom left repeat-x;
		overflow: hidden;
	}



		body.orange #page div.tabs ul{
			list-style: none;
			padding-left: 10px;
			height: 40px;
			border-bottom: 1px solid #aeaeae;
		}
		
			body.orange #page div.tabs li{
				float: left;
			}


					body.orange #page div.tabs li a{
						display: block;
						width: 120px;
						height: 41px;
						text-indent: -4000px;
					}
			
				body.orange #page div.tabs li a.theme{
					background: url('../images/article_tabs_theme_off.gif') center bottom no-repeat;
				}
				
				body.orange #page div.tabs li a.author{
					background: url('../images/article_tabs_author_off.gif') center bottom no-repeat;

				}
				
				body.orange #page div.tabs li a.publication{
					background: url('../images/article_tabs_publication_off.gif') center bottom no-repeat;
				}
				
				body.orange #page div.tabs li a.year{
					background: url('../images/article_tabs_year_off.gif') center bottom no-repeat;
				}
				
				
				
				body.orange #page div.tabs li a.theme-on{
					background: url('../images/article_tabs_theme_on.gif') center bottom no-repeat;
					font-weight: bold;
				}
				
				body.orange #page div.tabs li a.author-on{
					background: url('../images/article_tabs_author_on.gif') center bottom no-repeat;
					font-weight: bold;
				}
				
				body.orange #page div.tabs li a.publication-on{
					background: url('../images/article_tabs_publication_on.gif') center bottom no-repeat;
					font-weight: bold;
				}
				
				body.orange #page div.tabs li a.year-on{
					background: url('../images/article_tabs_year_on.gif') center bottom no-repeat;
					font-weight: bold;
				}
				
			






		body.orange #page div.results ul{
			list-style: none;
		}
		
		body.orange #page div.results ul.alphabet{
			display: block;
			height: 30px;
		}
		
			body.orange #page div.results ul.alphabet li{
				list-style:  none;
				margin-right: 8px;
				font-size: 120%;
				float: left;
			}
		
		

		body.orange #page div.results div.two-column{
			overflow: hidden;
		}
		
			body.orange #page div.results div.two-column ul.col1, body.orange #page div.results div.two-column ul.col2{
				float: left;
				width: 220px;
				margin-right: 10px;
				font-size: 120%;
			}

			
		body.orange #page div.results div.three-column{
			
		}
		
		
			body.orange #page div.results div.three-column div.col1, body.orange #page div.results div.three-column div.col2, body.orange #page div.results div.three-column div.col3{
				float: left;
				width: 150px;
				margin-right: 4px;
				font-size: 120%;
			}
			
				body.orange #page div.results div.three-column div.col3{
					margin-right: 0px;
				}
		

				body.orange #page div.results div.three-column ul li, body.orange #page div.results div.two-column ul li{
					background: url('../images/icon_orange_arrowbullet.gif') center left no-repeat;
					padding-left: 12px;				
					margin-bottom: 8px;
				}
				
					body.orange #page div.results ul li a{
						text-decoration: none;
					}
					
						body.orange #page div.results ul li a:hover{
							text-decoration: underline;
						}



	body.orange p.introduction{
		padding-bottom: 10px;
	}
	
	body.orange h2{
		margin-bottom: 10px;
	}
	
	body.orange p.link{
		padding-bottom: 15px;
		background: url('../images/border_dotted_8x8.gif') bottom left repeat-x;
	}
	
	body.orange p.back-to-top{
		text-align: right;
		padding-bottom: 15px;
		background: url('../images/border_dotted_8x8.gif') bottom left repeat-x;
	}
	
		body.orange p.back-to-top a{
			text-align: right;
			padding-right: 25px;
			padding-top: 2px;
			
			background: url('../images/arrow_up_grey.gif') top right no-repeat;
		}	
	


		a.icon-page {padding-left: 24px; background: url('../images/icon_page-normal.gif') no-repeat; padding-bottom: 2px;}
		a.icon-pagesave {padding-left: 24px; background: url('../images/icon_page-save.gif') no-repeat; padding-bottom: 2px;}
		a.icon-pagemultiple {padding-left: 24px; background: url('../images/icon_page-multiple.gif') no-repeat; padding-bottom: 2px;}



	body.orange #page ul.orange-bulleted{
		list-style: none;
		margin: 15px 10px 20px 10px;
	}
	
		body.orange #page ul.orange-bulleted li{
			padding-left: 20px;
			background: url('../images/bullet_orange.gif') 0px 4px no-repeat;
			margin-bottom: 3px;
		}


	
	body.orange #page table.SC1{
		margin-bottom: 20px;
		border: 1px solid #CCC;
		padding: 5px;
		color: #333;
		border-collapse: collapse;
	}
	
		body.orange #page table.SC1 tr.on{
			background: #eee;
		}

		body.orange #page table.SC1 th{
			height: 20px;
			background: #DDD;
			font-weight: bold;
			padding: 8px;
		}

		body.orange #page table.SC1 td{
			padding: 5px 3px 5px 5px;
		}
		
		
		body.orange #page table.SC1 td a.pdf{background: url('../images/icon_page-pdf.gif') no-repeat; padding-bottom: 2px; text-indent: -4000px; display: block;}
		body.orange #page table.SC1 td a.doc{background: url('../images/icon_page-word.gif') no-repeat; padding-bottom: 2px;  text-indent: -4000px; display: block;}
		
		
		
		
	body.orange #page div.STRATA{
		overflow: hidden;
	}		
	
	body.orange #page div.STRATA div.col1, body.orange #page div.STRATA div.col2{
		width: 240px;
		float: left;
	}
	
		body.orange #page div.STRATA div.col1{
			margin-right: 30px;
		}
	
	
		body.orange #page div.STRATA H3{
			font-size: 140%;
			letter-spacing: -0.05em;
			font-weight: bold;
			margin-bottom: 10px;
			padding-bottom: 3px;
			border-bottom: 1px solid #DDD;
			color: #333;
		}
		
		body.orange #page div.STRATA H4{
			font-size: 110%;
			font-weight: bold;
			margin-bottom: 5px;
			font-style: italic;
			color: #444;
		}
		
		body.orange #page div.STRATA ul{
			list-style: none;
			margin-bottom: 20px;
		}
		
			body.orange #page div.STRATA li{
				list-style: none;
				margin-bottom: 5px;
			}
	
				
				body.orange #page div.STRATA li a{
					background: url('../images/icon_page-word.gif') no-repeat; 
					padding-left: 21px;
					padding-bottom: 2px;
				}
				
				body.orange #page div.STRATA li.pdf a {
					background: url('../images/icon_page-pdf.gif') no-repeat; 
				}
				
				body.orange #page div.STRATA li.ppt a {
					background: url('../images/icon_page-normal.gif') no-repeat; 
				}
		
		
		
		
		
body.orange #page div.instruments{
	border: 1px solid #DDD;
	background: #EFEFEF;
	padding: 20px 20px 15px 20px;
	margin-bottom: 20px;
	}

	body.orange #page div.instruments strong{
		font-size: 110% ;
		}
	
	body.orange #page div.instruments em{
		display: block;
		margin: 0px 0px 5px 10px;
		color: #c85315;
		}
	
		body.orange #page div.instruments a.linkweb{
			background: url('../images/icon_page-url.gif') no-repeat; 
			padding-left: 21px;
			padding-bottom: 5px;
			margin-right: 10px;
			}
		
		body.orange #page div.instruments a.linkpdf{
			background: url('../images/icon_page-pdf.gif') no-repeat; 
			padding-left: 21px;
			padding-bottom: 2px;
			}
		
		
		
		



div.article-selection{
	margin: 20px 0px;
	padding: 20px 20px 10px 15px;
	border-bottom: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	background: url('../images/article_panel_background_short.gif') repeat-x top left #e0e0e0;
	}

	div.article-selection ul{
		margin-left: 10px;
	}
	
		div.article-selection li{
			list-style: none;
			list-style-position: outside;
			margin-bottom: 10px;
			background: url('../images/icon_article.gif') no-repeat; 
			padding-left: 25px;
			padding-bottom: 2px;
			margin-left: 0px;
			text-indent: 0px;
		}	
		
			div.article-selection li a{
				text-decoration: none;
			}
			
			div.article-selection li a:hover{
				color: black;
			}



div.article-detail{
	padding: 20px 20px 10px 20px;
	border-bottom: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	background: url('../images/article_panel_background_tall.gif') repeat-x bottom right;
	margin-bottom: 20px;
	margin-top: 30px;
}

	div.article-detail h2{
		font-weight: bold;
		font-size: 150%;
		margin-bottom: 20px;
	}

	div.article-detail h3{
		font-weight: bold;
		font-size: 120%;
	}
	
	div.article-detail p{
		display: block;
		padding-bottom: 15px;
	}
	
	div.article-detail ul{
		padding-top: 5px;
		list-style: none;
		margin-left: 10px;
		margin-bottom: 20px;
	}
	
		div.article-detail li{
			padding-left: 12px;
			background: url('../images/bullet_orange.gif') 0px 4px no-repeat;
			margin-bottom: 6px;
		}
	

	








#menu{
	width: 174px;
	float: left;
	color: #fff;
	margin: 20px 0px 20px 20px;
	display: inline;
}
	
	
	/* Level ONE */
	
	#menu ul{
		list-style: none;
	}
	
	#menu ul li  a{
		color: #fff;
		text-decoration: none;
	}
	
	
	
			/* Level TWO */
		
			#menu ul li ul{
				list-style: none;
				margin-bottom: 20px;
				margin-left: 7px;
				margin-right: 7px;
				padding-top: 10px;
				padding-bottom: 6px;
			}

				#menu ul li ul li{
					margin: 0px;
					padding: 5px 15px 7px 15px;
				}
				
				#menu ul li ul li  a:hover{
					text-decoration: underline;
				}
			

	
			body.green #menu ul li ul{	
				background: url(../images/menu_greenback.gif) repeat-y;
			}
			
				body.green #menu ul li ul li.selected{
					margin: 0px; padding: 5px 15px 7px 15px;
					background: url(../images/menu_greenselected.gif);
				}


			body.blue #menu ul li ul{	
				background: url(../images/menu_blueback.gif) repeat-y;
			}
			
				body.blue #menu ul li ul li.selected{
					margin: 0px; padding: 5px 15px 7px 15px;
					background: url(../images/menu_blueselected.gif) no-repeat;
				}


			body.orange #menu ul li ul{	
				background: url(../images/menu_orangeback.gif) repeat-y;
			}

				body.orange #menu ul li ul li.selected{
					margin: 0px; padding: 5px 15px 7px 15px;
					background: url(../images/menu_orangeselected.gif) no-repeat;
				}
					

			body.orange #menu ul li ul li a.continuing-professional-development-cpd{
				margin: -5px 0px 0px -15px;
				padding: 5px 8px 0px 15px;
				width: 130px;
				height: 46px;
				display: block;
			}

			body.orange #menu ul li ul li.selected a.continuing-professional-development-cpd{
				background: url(../images/menu_orangecpd.gif);
				margin: -5px 0px 0px -15px;
				padding: 5px 8px 0px 15px;
				width: 130px;
				height: 46px;
				display: block;
			}
			



			body.green #menu ul li ul li.cpd{
					padding-top: 12px;
					padding-bottom: 14px;
					margin-bottom: 10px;
					background: url(../images/menu_cpdback.gif) repeat-y;
				}




				/* Level THREE */

				#menu ul li ul li ul {
					padding-left: 0px;
					background-image: none !important;
					margin: 0px;
					width: 140px;
				}
				
					#menu ul li ul li ul li{
							text-indent: 0px;
					}
				
					body.orange #menu ul li ul li ul li.selected{
							margin-left: -15px;
							padding: 5px 12px 7px 30px;
							background: url(../images/menu_orangeselected.gif) repeat-y;
							hasLayout: true;
						}

				
				

	/* Menu LARGE ITEMS */	
			
	#menu ul li a.the-trust{
		background: #289017;
		font-size: 230%;
		letter-spacing: -.05em;
		height: 24px;
		display: block;
		text-indent: 28px;
		padding: 10px 0px 10px 0px;
	}

	#menu ul li a.projects{
		background: #16b2b8;
		font-size: 230%;
		letter-spacing: -.05em;
		height: 24px;
		display: block;
		text-indent: 38px;
		padding: 10px 0px 10px 0px;
	}
	
	#menu ul li a.resources{
		background: #efaf01;
		font-size: 230%;
		letter-spacing: -.05em;
		height: 24px;
		display: block;
		text-indent: 24px;
		padding: 10px 0px 10px 0px;
	}
				

	/* Menu CLOSED */

	.closed ul{
		display: none;
	}
		
	.closed {
		margin-bottom: 20px;
	}
		
				
				
				
				
				
				
				
/* Footer Setup, Colours & Items */

				
				
				
				

	#page{
		width: 512px;
		float: right;
		padding: 22px;
		line-height: 130%;
	}

		#page h1 {
			font-size: 180%;
			padding-bottom: 13px;
			margin-bottom: 18px;
			letter-spacing: -.05em;
			background: url(../images/border_dotted.gif) bottom left repeat-x;
		}

	
		#page p {
			display: block;
			margin-bottom: 10px;
		}
		
		
		
		#page div.helper{
			margin-bottom: 10px;
			height: 28px;
			padding: 8px 0px 0px 10px;
			background: url(../images/helper_box.gif) no-repeat;
			clear: both;
		}
		
			p.helpergreen {padding-left: 24px;	background: url(../images/helper_green.gif) no-repeat;}
			p.helperorange {padding-left: 24px;	background: url(../images/helper_orange.gif) no-repeat;}
			p.helperblue {padding-left: 24px;	background: url(../images/helper_blue.gif) no-repeat;}
			p.helpercd {padding-left: 24px;	background: url(../images/icon_cd.gif) no-repeat; padding-bottom: 2px;}
			
			p.icon-newspaper {padding-left: 24px;	background: url(../images/icon-newspaper.gif) no-repeat; padding-bottom: 2px;}
			p.icon-hyperlink {padding-left: 24px;	background: url(../images/icon-hyperlink.gif) no-repeat; padding-bottom: 2px;}
			p.icon-back 	 {padding-left: 24px;   background: url(../images/icon_page-arrow-orange.gif) no-repeat; padding-bottom: 2px;}
			p.icon-page 	 {padding-left: 24px;   background: url(../images/icon_summary.gif) no-repeat; padding-bottom: 2px;}
		
		
		#page ol {
			margin-left: 30px;
			}
			
			
		#page img.header{
			margin-bottom: 17px;
			}
			
			
		#page a.bullet{
				padding-left: 10px;
				padding-bottom: 14px;
				font-weight: bold;
				display: block;
				margin-bottom: 5px;
		}
		
			body.green #page a.bullet{background: url(../images/arrow_right_green.gif) 0px 4px no-repeat;}
			body.orange #page a.bullet{background: url(../images/icon_arrow_orange_right.gif) 0px 4px no-repeat; padding-left: 14px;}
			body.blue #page a.bullet{background: url(../images/arrow_right_blue.gif) 0px 4px no-repeat;}
			
		
		#page a.bullet:link{
				text-decoration: underline;
		}
		
			body.green a.bullet{color: #114a2e;}
			body.orange a.bullet{color: #c85315;}
			body.blue a.bullet{color: #014d94;}








/* Bullet Points */

body.orange ul.arrowed{
	list-style: none;
	padding-left: 0px !important;
	margin-top: 20px;
}

body.orange ul.arrowed li{
	background: url(../images/icon_arrow_orange_right.gif) 0px 4px no-repeat; 
	padding-left: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}










/*Page Variations */

#externalLinks {
	overflow: hidden;
	background: url(../images/greyline_CCC.gif) top center repeat-y;
	margin-top: 20px;
}


#externalLinks ul{
list-style: none;
}

#externalLinks li{
	width: 220px;
	height: 110px;
	padding-top: 20px;
	border-bottom: 1px solid #CCC;
	padding-left: 12px;
	float: left;
	text-align: center;
}

#externalLinks li strong{
	display: block;
	color: #030;
	font-weight: bold;
		padding-left: 10px;
}

#externalLinks div.col1 img{

}










/* Resources */


body.orange div.learningcentres{
	float: right;
	margin-left: 20px;
	padding: 14px;
	width: 133px;
	height: 355px;
	background: url('../images/background_learningcentre.jpg') no-repeat;
	
}

	body.orange div.learningcentres h3{
		text-align: center;
		font-size: 16px;
		font-weight: bold;	
		margin-bottom: 186px;
	}

	body.orange div.learningcentres p{
		font-size: 11px;
	}





/* DVD Order Form */

#dvdorderForm{
	background: #eee;
	padding: 20px;
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
	color: #444;
	margin-bottom: 20px;
}

	#dvdorderForm p strong{
		font-weight: bold;
	}
	
	#dvdorderForm span{
		clear:both;
		display:block;
		margin-bottom:9px;
		overflow:hidden;
	}
	
	#dvdorderForm label{
		clear:left;
		float:left;
		padding-right:10px;
		text-align:right;
		width:150px;
	}	

	#dvdorderForm hr{
		color: #EEE;
		background-color: #EEE;
		height: 1px;
		margin-bottom: 10px;
	}

	#dvdorderForm p.smallprint{
		font-style: italic;
	}
	
	#dvdorderForm input{
		width: 217px;
		height: 21px;		
		border-right: 1px solid #bdbdbd;
		border: 0px;
		background: url(/images/form_formbox.gif) no-repeat;
		float:left;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:12px;
		padding:3px;
	}
	
	
	span.dvdorderForm-submit-container{
	border: 1px solid green;
	display: block;
	}
	
	#dvdorderForm input.submit{
		float: right;
		background: url('/images/form_dvd_submitbutton.gif') top left no-repeat;
		text-indent: -4000px;
		width: 173px;
		height: 32px;
	}



/* CPD units */

div.unitheader{
	background: #f4f2f2;
	text-align: right;
	padding: 8px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

	div.unitheader a{
		padding-right: 15px;
		font-weight: bold;
		background: url('../images/icon_arrow_orange_down.gif') center right no-repeat;	
	}
	
		

div.cpd-unit{
	background: url('../images/background_cpdbox.gif') no-repeat;
	padding: 14px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 25px;
}

	div.cpd-unit h2{
		margin-top: 2px;
		padding: 0px;
		font-size: 16px;
		margin-bottom: 20px;
		letter-spacing: -.06em; 
		width: 410px;
		float: left;
	}
	
		div.cpd-unit h2 a:link, div.cpd-unit h2 a:visited, div.cpd-unit h2 a:active{
			text-decoration: none;				
			color: #333;
		}
		
		div.cpd-unit h2 a:hover{
			text-decoration: none;
			color: #000;
		}
	
	
	div.cpd-unit p{
		font-style: italic;
		color: #444;
		margin: 0px;
		padding: 0px;
	}
	
	
	div.cpd-unit a.toggle{
		padding-right: 22px;
		padding-bottom: 2px;
		color: #bbb;
		font-weight: bold;
		text-decoration: none;
		text-align: right;
		float: right;
		display: block;
		width: 40px;
	}
	
	.show{
		background: url('../images/icon_reveal-plus.gif') top right no-repeat;
	}
	
	.hide{
		background: url('../images/icon_reveal-minus.gif') top right no-repeat;
	}
		
		
			div.cpd-unit a.toggle:link, div.cpd-unit a.toggle:active, div.cpd-unit a.toggle:visited{
				color: #bbb;
				text-decoration: none;
			}
			
			div.cpd-unit a.toggle:hover{
				color: #555;
			}
		
	
		div.cpd-unit a.online{
			background: url('../images/icon_page-globe.gif') no-repeat; 
			font-weight: bold; 		
			padding-left: 21px;
			padding-bottom: 2px;
		}
		
		div.cpd-unit a.learnmore{
			background: url('../images/icon_page-save.gif') no-repeat;
			font-weight: bold; 		
			padding-left: 21px;
			padding-bottom: 2px;		
			display: block;
			clear: both;
		}

		
		div.cpd-unit p{
			clear: both;
		}
		
		
		





#page.cpd-page h2{
	background: url('../images/line_dashed.gif') top left repeat-x;
	margin-top: 15px;
	padding-top: 15px;
}

	#page.cpd-page ul.cpd-navigation{
		margin-top: 10px;
		list-style: none;
		padding: 8px 12px 8px 12px;
		margin-bottom: 20px;
		background: #f4f2f2;
		border-bottom: 1px solid #eee;		
		font-weight: bold;
		color: #C85315;
	}
	
	#page.cpd-page ul.cpd-navigation li{
		display: inline;
	}

	#page.cpd-page ul.cpd-navigation li a.left{
		background: url(../images/icon_arrow_orange_left.gif) center left no-repeat;
		padding-left: 14px; 	
		margin-left: 145px;
	}
	
	#page.cpd-page ul.cpd-navigation li a.right{
		background: url(../images/icon_arrow_orange_right.gif) center right no-repeat; 	
		padding-right: 14px;
		margin-left: 20px;
	}
	

	



body.orange #page div.cpd-body{

	}
	
	body.orange #page div.cpd-body h2{
		font-size: 120%;
	}
	
	body.orange #page div.cpd-body ul{
		list-style: none;
		margin-left: 10px;
	}
	
		body.orange #page div.cpd-body li{
			padding-left: 12px;
			background: url('../images/bullet_orange.gif') 0px 4px no-repeat;
			margin-bottom: 6px;
		}





	
	
#page ul.cpd-linking{
	background: url('../images/background_cpdlinkbar.gif') repeat-x; 
	border: 1px solid #d2d2d2;
	list-style: none;
	padding: 10px;
	margin: 20px 0px;
	overflow: hidden;
}

	#page ul.cpd-linking li{
		float: left;
		font-weight: bold;
		text-align: center;
		padding-left: 10px;
	}
	
			#page ul.cpd-linking li.viewonline{
				margin-right: 20px;
				width: 110px;
			}
			
				#page ul.cpd-linking li.viewonline a{
					margin-top: 22px;
					background: url('../images/icon_page-globe.gif') left center no-repeat;
					padding-left: 22px;
					padding-bottom: 2px;
				}
			
			#page ul.cpd-linking li.downloadfull{
				margin-right: 20px;
				width: 150px;
				border-left: 1px solid #AAA;
			}
			
			#page ul.cpd-linking li.downloadpartial{
				width: 150px;
				border-left: 1px solid #AAA;

			}

	
	










/* Projects Items */

	
	body.blue #page strong{
		font-weight: bold;	
	}
	
	
	/* Project Contents list */
	
	body.blue #page #contents{
		width: 152px;
		margin-bottom: 5px;
		margin-right: 20px;
		float: left;
	}
	
		body.blue #page #contents img{
			border: 1px solid black;		
		}
		
		span.contents-top{
			display: block;
			padding-bottom: 5px;
			width: 150px;
			background: url('../images/trust_contents-top.gif') bottom left no-repeat;
		}

		
		body.blue #page #contents span.contents-bottom{
			display: block;
			height: 10px;
			background: url('../images/trust_contents-bottom.gif') top left no-repeat;
		}
		
			body.blue #page #contents img{
				border: 1px solid #000;
				margin-bottom: 15px;
			}
			
	
		body.blue #page #contents ul{
			list-style: none;
			background: #eee;
			border-left: 1px solid #e5e5e5;
			border-right: 1px solid #e5e5e5;
			padding: 8px;
		}
		
			body.blue #page #contents li{
				padding: 4px 0px 3px 21px;
				border-bottom: 1px solid #e5e5e5;
			}
			

					li.overview {background: url('../images/icon_contents-magnifier.gif') center left no-repeat;}
					li.aims {background: url('../images/icon_contents-calendar.gif') center left no-repeat;}
					li.programme {background: url('../images/icon_monitor_edit.gif') center left no-repeat;}
					li.workshops {background: url('../images/icon_wrench.gif') center left no-repeat;}
					li.outcomes {background: url('../images/icon_page_magnify.gif') center left no-repeat;}
					li.costs {background: url('../images/icon_contents-cost.gif') center left no-repeat;}
					li.evaluation {background: url('../images/icon_script_edit.gif') center left no-repeat;}
					li.achievements {background: url('../images/icon_contents-rosette.gif') center left no-repeat;}
					li.summary {background: url('../images/icon_contents-report.gif') center left no-repeat;}
					li.what-others-say {background: url('../images/icon_contents-speech.gif') center left no-repeat;}
					li.additional {background: url('../images/icon_contents-people.gif') center left no-repeat;}
					li.contact {background: url('../images/icon_contents-contact.gif') center left no-repeat;}
					li.update {background: url('../images/icon_lightbulb_add.gif') center left no-repeat;}
								



	/* Projects items */
	
	
	
	body.blue #page #introduction{
			margin-bottom: 20px;
		}
		
	body.blue #page #introduction h2{
			margin-bottom: 0px;
			border-bottom: 0px;
		}		
		
		body.blue #page #introduction h2{
			font-size: 130%;	
			line-height: 120%;
			color: #555;
			font-weight: bold;
		}
		

	body.blue #page div.item{
		margin: 0px;
		padding: 0px;
	}
	

	body.blue #page #introduction{
		margin-bottom: 20px;
	}
	
		body.blue #page div.item h3{
		clear: both;
		font-size: 130%;
		font-weight: bold;
		margin-bottom: 10px;
		padding: 9px 0px 5px 20px;
		border-bottom: 1px solid #ebebeb;
		}
	
			body.blue #page #overview h3{ background: url('../images/icon_magnifier.gif') center left no-repeat;}
			body.blue #page #aims h3{ background: url('../images/icon_calendar.gif') center left no-repeat;}
			body.blue #page #programme h3 {background: url('../images/icon_monitor_edit.gif') center left no-repeat;}
			body.blue #page #workshops h3 {background: url('../images/icon_wrench.gif') center left no-repeat;}
			body.blue #page #outcomes h3 {background: url('../images/icon_page_magnify.gif') center left no-repeat;}
			body.blue #page #costs h3 { background: url('../images/icon_pound.gif') center left no-repeat;}
			body.blue #page #evaluation h3 {background: url('../images/icon_script_edit.gif') center left no-repeat;}
			body.blue #page #achievements h3 { background: url('../images/icon_rosette.gif') center left no-repeat;}
			body.blue #page #summary h3 { background: url('../images/icon_report.gif') center left no-repeat;}
			body.blue #page #what-others-say h3 {background: url('../images/icon_comments.gif') center left no-repeat;}
			body.blue #page #additional h3 { background: url('../images/icon_group.gif') center left no-repeat;}
			body.blue #page #contact h3 {background: url('../images/icon_contents-contact.gif') center left no-repeat;}
			body.blue #page #update h3 {background: url('../images/icon_lightbulb_add.gif') center left no-repeat;}
			


			#overview ul, #aims ul, #programme ul, #workshops ul, #outcomes ul, #costs ul, #evaluation ul, #achievements ul, #summary ul, #what-others-say ul, #additional ul, #update ul{
				list-style: none;
				list-style-position: outside;
				margin: 15px 10px;
			}
			
				#overview ul li, #aims ul li, #programme ul li, #workshops ul li, #outcomes ul li, #costs ul li, #evaluation ul li, #achievements ul li, #summary ul li, #additional ul li, #update ul li{
					background:transparent url(../images/bullet_blue.gif) no-repeat 0 4px;
					margin-bottom:11px;
					list-style-position: outside;
					padding-left: 20px;
				}
				
			
			#what-others-say li{
				list-style: none;
				background:transparent url(../images/icon_female1.gif) no-repeat scroll left top;
				margin-bottom:11px;
				padding-left:23px;
			}
			
				#what-others-say li strong{
					display: block;
					font-style: italic;
				}
			



	body.blue #page ul.blue-bulleted{
		list-style: none;
		margin: 15px 10px 0px 10px;
	}
	
		body.blue #page ul.blue-bulleted li{
			padding-left: 20px;
			background: url('../images/bullet_blue.gif') 0px 4px no-repeat;
			margin-bottom: 11px;
		}
		
	body.blue #page ul.other-comments{	
		list-style: none;
		margin: 15px 10px 0px 10px;
	}	
	
		body.blue #page ul.other-comments li{	
			padding-left: 23px;
			margin-bottom: 11px;
		}
	
			body.blue #page ul.other-comments strong{	
			font-weight: bold;
			font-style: italic;
			display: block;
			}
		
			body.blue #page ul.other-comments li.female1{background: url('../images/icon_female1.gif') top left no-repeat;}
			body.blue #page ul.other-comments li.female2{background: url('../images/icon_female2.gif') top left no-repeat;}
			body.blue #page ul.other-comments li.male1{background: url('../images/icon_male1.gif') top left no-repeat;}
	
	







/* Footer Setup, Colours & Items */

#footer {
	width: 100%;
	display: block;
	text-align: center;
	min-width: 770px;
	color: #FFF;
	clear: both;
}

#foot {
	margin:0 auto;
	width: 770px;
	text-align: left;
	padding-top: 30px;
	font-size: .9em;
}




#footercopyright {
	width: 214px;
	float: left;
	font-size: .89em;
	height: 125px;
}

	body.green #footercopyright{
		background: url(../images/copyright_green.gif) 25px 0px no-repeat;
	}

	body.orange #footercopyright{
		background: url(../images/copyright_orange.gif) 25px 0px no-repeat;
	}

	body.blue #footercopyright{
		background: url(../images/copyright_blue.gif) 25px 0px no-repeat;
	}
	
	
	#footercopyright h6{
		padding: 4px 40px 15px 70px;
	}
	
		#footercopyright h6 a{
			color: #FFF;
			text-decoration: none;
		}
		
		#footercopyright h6 a:hover{
			text-decoration: underline;
		}
	
	#footercopyright p{
		padding: 0px 25px 4px 25px;
	}
	
		#footercopyright p a{
			color: white;
		}





#footerlinks {
	width: 536px;
	float: right;
	padding: 0px;
	margin: 0px;
}

	#footerlinks ul{
		width: 100px;
		list-style: none;
		line-height: 1.3em;
		float: left;
		padding-left: 20px;	
	}
	
		#footerlinks ul strong{
			font-weight: bold;
		}
	
		#footerlinks li{
			margin-bottom: 2px;
		}
	
		
		
			#footerlinks ul a{
				color: #FFF;
				text-decoration: none;
			}
			
			#footerlinks ul a:hover{
				text-decoration: underline;
			}
			
			
			
		
		
		
		

/* Category Page Specific */

		
	body.blue #page #primary, body.blue #page #ks2-3, body.blue #page #ks3 {
		width: 495px;
		padding: 18px 0px 0px 17px;
		height: 22px;
		display: block;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: -1px;
		color: #475d79;
		margin-top: 12px;
		background: url(../images/category_headback.gif) top left no-repeat;
	}
	
	div.category{
		width: 478px;
		padding: 20px 17px 10px 17px;
		background: url(../images/category_bodyback.gif) #f3f3f3 top left repeat-x;
		margin-bottom: 18px;
		overflow: hidden;
	}
	
		div.category h4{
			font-size: 14px;
			letter-spacing: -1px;
			font-weight: bold;
			color: #555;
			margin-bottom: 4px;
		}
	
	
		div.category ul{
			margin: 5px 0px 20px 0px;
			list-style: none;
		}
		
			div.category ul a:link, div.category ul a:visited, div.category ul a:hover {
				color: #000;
				text-decoration: none;
			}
			
			div.category ul a:hover {
				color: #333;
				text-decoration: underline;
			}
		
			div.category li{
				margin: 0px 0px 7px 0px;
				padding: 0px;
				list-style: none;
				list-style-position: outside;
			}
		
		
	
	
	body.blue div.helper p.title {
		float: left;
		font-size: 15px;
	}
	

		body.blue div.helper ul{
			color: #475d79;
			list-style: none;
			float: right;
			margin-right: 10px;
		}
		
		body.blue div.helper li{
			font-weight: bold;
			display: inline;
			margin-left: 5px;
		}
	
	
		
		
		
body.orange h2.section{
	border-bottom: solid 1px #ebebeb;
	padding-bottom: 8px;
	margin-bottom: 8px;
}		
		
		
		
		
		
		
		
	
/* leftovers */

.italic {
	font-style: italic;
}











/* Project Specific Styling */

  div.col{
	width: 252px ;
	float: left;
}

	body.blue div.col h4{
		text-indent: -5000px;
		height: 154px;
	}
	
		body.blue div.col a.region{
			background: url(../images/subimage_projects_region.jpg) no-repeat top left;
			width: 252px; height: 154px; display: block; text-indent: -4000px;
		}
		
		body.blue div.col a.category{
			background: url(../images/subimage_projects_category.jpg) no-repeat top left;
			width: 252px; height: 154px; display: block; text-indent: -4000px;
		}		
	
	body.blue div.col p{
		height: 84px;
		line-height: 150%;
		padding: 15px 20px 10px 20px;
		color: white;
	}
	
		body.blue div.col p a{
			color: white;
			font-weight: bold;
		}
	
		body.blue div.col p.region, body.blue div.col p.category{	
			background: url(../images/back_projects.gif) no-repeat top left;
		}
		
		
	body.blue #page a.bullet {
		border: 0px;
	}
	
	
	
	
/* Body Headers */	
	
	body.blue #page h2 {
		color:#333333;
		font-size: 140%;
		border: 0px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom:1px solid #EBEBEB;
		font-weight: bold;
	}
	
	body.green #page h2{
		color:#333333;
		font-size:140%;
		font-weight:bold;
		margin-bottom:5px;
		margin-top:15px;
		padding-top:20px;
		border-top:1px solid #E3E3E3;
	}
	
	
	
	
	
body.blue #project-panel{
	float: left;
	width: 215px;
	padding-top: 20px;
}

	body.blue #project-panel h3{
		font-size: 140%;
		font-weight: bold;
		color: #444;
		margin-bottom: 18px;
	}
	
	body.blue #project-panel h4{
		font-size: 110%;
		color: #444;
		margin-bottom: 2px;
		font-style: italic;
	}

	body.blue #project-panel a{
		color: #000;
		text-decoration:  none;
	}

	body.blue #project-panel p{
	margin-bottom: 5px;
	}
	
	
		body.blue #project-panel a:hover{text-decoration: underline;}
		
	body.blue #project-panel ul{
		margin-bottom: 12px;
		padding-bottom: 5px;
		padding-left: 10px;
	}
	
	body.blue #project-panel li{
		list-style: none;
		list-style-position: outside;
		margin-bottom: 6px;
		padding-right: 5px;
	}

		body.blue #project-panel ul.projects-current, body.blue #project-panel ul.projects-completed{
			margin-bottom: 10px;
		}
		


	body.blue #project-panel div.projects-current ul{
		background: url(../images/projects_panel_newbr.gif)  #f6f3c5 no-repeat bottom right;
		
	}
	
		body.blue #project-panel div.projects-current span{
			display: block;
			height: 10px;
			background: url(../images/projects_panel_newtr.gif) no-repeat top right;

		}
		
		body.blue #project-panel ul.projects-current, body.blue #project-panel ul.projects-completed{
			padding: 0px 10px 5px 10px;
		}
		
			body.blue #project-panel ul.projects-current li, body.blue #project-panel ul.projects-completed li{
				margin-bottom: 7px;
			}
			
				body.blue #project-panel a{
					text-decoration: underline;
				}

			
	body.blue #project-panel div.projects-existing ul{
		background: url(../images/projects_panel_existingbr.gif) #f5d9bd no-repeat bottom right;
	}
	
		body.blue #project-panel div.projects-existing span{
			display: block;
			height: 10px;
			background: url(../images/projects_panel_existingtr.gif) no-repeat top right;
		}
	
		
	body.blue #project-panel div.projects-completed ul{
		background: url(../images/projects_panel_completedbr.gif) #f4d7d7 no-repeat bottom right;
	}
	
		body.blue #project-panel div.projects-completed span{
			display: block;
			height: 10px;
			background: url(../images/projects_panel_completedtr.gif) no-repeat top right;
		}
		
			body.blue #project-panel li.empty{
				font-style: italic;
			}
		
	
	
	body.blue div.helper em{
		font-size: 130%;
		font-weight: bold;
		color: #333;
	}


	
body.blue #map{
	float: right;
	width: 290px;
	padding-bottom: 20px;
}

body.blue #project-panel div.instructions p, body.blue #project-panel div.instructions img{
	margin-bottom: 15px;
}










	
	
	body.orange #page h2{
		font-size: 16px;
		font-weight: bold;
		color: #333333;
	}









	body.green div.introduction{
		background: url('../images/background_introduction.gif') no-repeat;
		padding: 20px;
		margin-bottom: 20px;
	}
	
		body.green div.introduction strong{
			font-weight: bold;
			display: block;
			margin-bottom: 6px;
			color: #4a4a4a;
		}
	
		body.green div.introduction ul{
			list-style: none;
			height: 11px;
			padding: 0px;
		}
		
			body.green div.introduction ul li{
				float: left;
				margin-right: 40px;
				background: url('../images/icon_arrow_green_right.gif') center left no-repeat;
				padding-left: 17px;
			}
		
	

	body.green h3.headline{
		font-size: 140%;
		font-weight: bold;
		letter-spacing: -0.05em;
		padding-bottom: 7px;
		border-bottom: 1px solid #ebebeb;
		margin-bottom: 8px;
		line-height: 130%;
		margin-top: 30px;
	}
	
	body.green #page a.newslink{
		background: url('../images/icon_arrow_green_right.gif') center left no-repeat;
		font-weight: bold;
		display: block;
		padding-left: 16px;
	}

	body.green div.pagebar{
		margin-top: 15px;
		background: #f4f2f2;
		text-align: right;
		padding: 8px;
		height: 14px;
		margin-top: 20px;
		margin-bottom: 0px;
		border-bottom: 1px solid #eee;
	}
	
		body.green div.pagebar ul{
			list-style: none;
			display: inline;
		}
		
			body.green div.pagebar li{
				padding-right: 15px;
				margin: 0px 5px 0px 5px;
				float: right;
				font-weight: bold;

			}
			
			body.green div.pagebar li.pageno{
				float: left;
				padding-left: 16px; background: url(../images/icon_arrow_green_down.gif) center left no-repeat;
			}
			
			body.green div.pagebar li.prev{	padding-left: 16px; background: url(../images/icon_arrow_green_left.gif) center left no-repeat;}
			body.green div.pagebar li.next{	padding-right: 16px; background: url(../images/icon_arrow_green_right.gif) center right no-repeat;}

			body.green div.pagebar li.prevoff{	padding-left: 16px; background: url(../images/icon_arrow_grey_left.gif) center left no-repeat; 	color: #c8c8c8;}
			body.green div.pagebar li.nextoff{	padding-right: 16px; background: url(../images/icon_arrow_grey_right.gif) center right no-repeat; 	color: #c8c8c8;}
			
			
		
		
	


body.green #page.trust h2{
	font-size: 140%;
	font-weight: bold;
	color: #333;
	padding-top: 20px;
	border-top: 1px solid #e3e3e3;
	margin-bottom: 5px;
	margin-top: 15px;
}






/* Project Updates Elements */

body.blue #page div.update{
	background: url(../images/projects_background-roundpanel.gif) top left no-repeat;
	border-bottom: 1px solid #e2e2e2;
	padding: 20px;
	margin-top: 18px;
	margin-bottom: 25px;
	display: block;
	overflow: hidden;
	float: none;
	clear: both;
	
}

	body.blue #page div.update h2{
		margin: 0px;
		padding: 0px;
		margin-bottom: 3px;
		font-size: 16px;
		font-weight: bold;
		color: #475d79;
		border: none;
	}
	
	body.blue #page div.update em{
		font-style: italic;
		margin-bottom: 10px;
		display: block;
		padding-bottom: 6px;
		border-bottom: 1px solid #e2e2e2;
	}
	
	body.blue #page div.update strong{
		font-weight: bold;
	}

	body.blue #page div.update a.update{
		background: url(../images/icon_page-blue.gif) bottom left no-repeat;
		height: 16px;
		display: block;
		padding-left: 25px;
		font-weight: bold;
	}
	
	

#page ul{
	list-style-position: inside;
}

#page em{
	font-style:  italic;
}




	#page div.updatereport strong{
		font-weight: bold;
	}

	#page div.updatereport ul{
		margin: 0px 40px 20px 10px;
		list-style: none;
	}
	
	#page div.updatereport ol{
		margin: 0px 40px 10px 50px;
		list-style: decimal;
	}
	
		#page div.updatereport ul li{
			padding-left: 22px;
			margin-bottom: 8px;
			background: url(../images/bullet_black.png) 0px 1px no-repeat;
		}
		
		#page div.updatereport ol li{
			margin-bottom: 6px;
		}
		
		#page div.updatereport p{
			margin-bottom: 10px;
		}
		
	#page div.updatereport h4{
		font-size: 22px;
		margin-bottom: 4px;
	}
		
	#page div.updatereport h5{
		font-weight: bold;
		font-size: 14px;
		margin-bottom: 10px;
	}
	
	#page div.updatereport p.moreinfo{
		font-weight: bold;
		display: block;
		margin-top: 30px;
		padding-bottom: 6px;
		color: #444;
		border-bottom: 1px dashed #CCC;
	}












/* Page Background Images */

.backgroundheader_projects{
	background: url(../images/headerimage_projects.jpg) 22px 20px no-repeat;
	padding-top: 200px !important;
}

.backgroundheader_cpd{
	background: url(../images/headerimage_cpd.jpg) 22px 20px no-repeat;
	padding-top: 200px !important;
}


/* Sitemap */

.sitemap ul {
	margin: 0 !important;
	padding: 0 !important;
}

.sitemap li {
	margin-left: 0;
	display: block;
	clear: left;
	
	
}

.sitemap a{
font-size: 11px;
color:#333333;
}

.sitemap strong{
font-weight: bold;
}

.sitemap a:hover{
text-decoration: underline;
color:#999999;
}

.sitemap li.site ul {
	display: none;
}

.sitemap li.site ul ul {
	display: block;
}



.sitemap span.none, .sitemap span.vert, .sitemap span.last, .sitemap span.midd {
	background:transparent 0px 0px no-repeat;
	width: 24px;
	height: 18px;
	display: block;
	float: left;
	margin-left: 1em;
}
.sitemap span.vert {background-image: url(/images/sitemap/map_vert.gif);}
.sitemap span.last {background-image: url(/images/sitemap/map_last.gif);}
.sitemap span.midd {background-image: url(/images/sitemap/map_midd.gif);}

.sitemap ul, .sitemap li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sitemap a.open{
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color: #efefef;
border: 1px solid gray;
font-size: 9px;
height: 8px;
width: 10px;
padding: 0px 2px 0px 2px;
margin-right: 2px;
text-decoration: none;
overflow: hidden;
}

.sitemap a.open:hover{
background-color:#CCCCCC;
text-decoration: none;
}

.sitemap h3 {
	margin-top: 15px;
	margin-bottom: 15px;
}



/* extra items */


div.helperbox{
	padding-top: 25px;
}

                	