/* 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,b,u,i,center,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-size:100%;vertical-align:top;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}
/* end reset */


/* typeography */
	body{
        font: 75%/1.6666666666666667em Verdana, Arial, Helvetica, sans-serif;
		color:#333;
		background:#F0F0F0;
    }
    h1,h2,h3,h4,h5{
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-weight:normal;
		color:#0D9EAB;
    }
    
    h2+h3,h3+h4{margin-top: 0;}
	
	h1{
		font-size: 2.4545em; /* 27px                 (27/12) */
		line-height: 1.4815em; /* 40px               (40/27) */
		margin: 0 0 0.7407em 0; /* 0 0 20px 0        (20/27) */
	}
	h2{
		font-size: 1.5em; /* 18px */
		line-height: 1.1111111111111112em; /* 20px */
		margin: 2.2222222222222224em 0 1.1111111111111112em 0; /* 40px 0 20px 0 */
	}
	h3{
		font-size: 1.25em; /* 15px */
		line-height: 1.33333em; /* 20px */
		margin: 2.666666666666667em 0 1.33333em 0; /* 40px 0 20px 0 */
	}
	h4{
		font-size: 1em; /* 12px */
		line-height: 1.6666666666666667em; /* 20px */
		margin: 3.3333333333333335em 0 1.6666666666666667em 0; /* 40px 0 20px 0 */
	}
	p{
		font-size: 1em; /* 12px */
		line-height: 1.6666666666666667em; /* 20px */
		margin: 0 0 1.6666666666666667em 0; /* 0 0 20px 0 */
	} 
	

	a {color:#1890b6;text-decoration:none}
	a:link {color:#1890b6}
	a:visited {color: #be50b0}
	a:hover {color:#00445B;text-decoration:underline}
	a:active {color: #1890b6} 	  
/* end typeography */

/*show #main ul bullets*/
	.ec01 ul,
	.ec03 ul,
	.ec04 ul,
	.ec05 ul,
	.NQResDescription ul,
	.NQResAdditionalInfo ul,
	.ec01 ol,
	.ec03 ol,
	.ec04 ol,
	.ec05 ol,
	.NQResDescription ol,
	.NQResAdditionalInfo ol{
		padding-left:3.3333em;
		margin: 0 0 1.66667em 0;
	}
	.ec01 ul li,
	.ec03 ul li,
	.ec04 ul li,
	.ec05 ul li,
	.NQResDescription ul li,
	.NQResAdditionalInfo ul li{
		list-style: disc outside none;
	}
/*end #main ul bullets*/

/*show #main ul bullets*/
	.ec01 ol li,
	.ec03 ol li,
	.ec04 ol li,
	.ec05 ol li{
		list-style: decimal outside none;
	}
	.ec03 ul ul{
		margin: 0;
	}
/*end #main ul bullets*/


/* structure */ 
	body{
		margin-bottom: 20px;
	}
	#box{
		width: 728px;
		padding: 10px 20px 10px 233px;
		margin: 0 auto 22px auto;
		/*overflow: auto;
		_overflow: visible;*/
	}
		#nav,#main,#aside{
			display: inline;
			float: left;
			width: 190px;
			margin-left: -210px;	
		}
		#aside{
			float: left;
			margin: 0 -210px 0 20px;
		}
		#main{
			width: 100%;
			margin:0;
			background:#ffffff;
			padding:0px 5px;
		}
	

    #header,
    #footer{
		clear: both;
		width: 960px;
		margin: 0 auto;
		padding: 0 10px;
	}
/* end structure */



/* colour */
	body{
		background: #adb5c5;
	}
	#box{
		background: #eceaea;
	}
	#header{
		background: #FFF;
	}
	#access{
		background: #f0f0f0;
		height: 33px;
	}
	#nav{
		background: #FFF;
	}
/* end colour */



/* mutators */   
    .fluid #hk1{width: auto;}
    .fluid #header,.fluid #footer{width: 100%}
       
    .mainLeft #main{margin-left:-210px;}
    .mainLeft #nav{margin:0; float: right;}
    /*.mainLeft #aside{margin: 0 -400px 0 210px;} cmcp 28/7/10, aside needs big width*/
	.mainLeft #aside {margin: 0 -210px 0 0;width:400px}
	.mainLeft h1 {line-height:inherit;margin:0 0 0.7407em -210px}
    
    .switchNav #nav{float: right; margin: 0 -210px 0 20px;}
    .switchNav #aside{margin:0;}
/* end mutators */






/* common */

	/* link with icon */
		a.ico{
			text-decoration: none; 
			background: url(http://www.scottishlearningfestival.com/SLF/website/images/iconChevRight.gif) no-repeat 1px -0.166666em;
			padding-left: 8px;
		}
	/* link with icon */
	
	
	/* corners */

/* corners */
		/* top left */
		#globalNav,
		#globalNav .f a,
		#globalNav .l a{
			-webkit-border-radius: 7px 0 0 0; /* Saf3-4, iOS 1-3.2, Android Ã¢â€°Â¤1.6 */
			-moz-border-radius: 7px 0 0 0; /* FF1-3.6 */
			border-radius: 7px 0 0 0; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */	

			/* useful if you don't want a bg color from leaking outside the border: */
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;

			behavior: url(http://www.scottishlearningfestival.com/global/js/PIE.htc);
			position: relative;
			overflow: hidden;
		}

		/* top right */
		#globalNav .l a{
			-webkit-border-radius: 0 7px 0 0; /* Saf3-4, iOS 1-3.2, Android Ã¢â€°Â¤1.6 */
			-moz-border-radius: 0 7px 0 0; /* FF1-3.6 */
			border-radius: 0 7px 0 0; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */		
		}

		/* bottom left, bottom right */
		#globalNav{
			-webkit-border-radius: 0 0 7px 7px; /* Saf3-4, iOS 1-3.2, Android Ã¢â€°Â¤1.6 */
			-moz-border-radius: 0 0 7px 7px; /* FF1-3.6 */
			border-radius: 0 0 7px 7px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
		}




		/*
			<span class="cnrs">
				<b class="cnr top tl"></b>
				<b class="cnr top tr"></b>
				<b class="cnr btm bl"></b>
				<b class="cnr btm br"></b>
			</span>
		*/
		.cnrBox{
			position: relative;
			/*overflow: visible !important;*/
		}
		.cnrs{
			clear: both;
			display:block;
			_display:inline;
		}
		.cnr{
			background: transparent url(http://www.scottishlearningfestival.com/SLF/website/images/cornersDarkGrey.gif) no-repeat 0 0;
			width: 3px;
			height: 3px;
			overflow: hidden;
			position: absolute;
			left: 0;
			bottom: 0;
		}
		.tl,.tr{top: 0;}
		.tr,.br{
			background-position: -3px 0;
			left: -3px;
			margin-left: 100%; 
		}
		.bl{background-position: -6px 0;}
		.br{background-position: -9px 0;}


		/* light grey */
			.cnrBox .cnrBox .cnr{
				background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/cornersLightGrey.gif);	
			}
		/* end light grey */
		
		/* white  */
			.cnrBox .cnrBox .cnrBox .cnr,
			#footer .cnrBox .cnr{
				background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/cornersWhite.gif);	
			}
		/* end white */
		
		/* hide corners */
			/* TODO SJS: IE6 need styles for ">" selector 
			#header .cnrs .top,
			#globalNav .cnrs .btm,
			#box > .cnrs .top,
			.tabBox .btm,
			.tabNav li .top,
			.navTop .tabNav li .btm,
			#breadcrumb > .cnrs .tl,
			#breadcrumb > .cnrs .btm,
			#siblingNav > .cnrs .btm,
			#siblingNav + .eco3 > .cnrs .top{
				display: none;
			}*/
			
			.bottom .tabContentBox .cnrs .btm,
			.bottom .tabs li .cnrs .top,
			.top .tabContentBox .cnrs .top,
			.top .tabs li .cnrs .btm,
			.tabContentBox .searchBox .cnrs,
			#header .cnrs .top{
				display: none;
			}
			#breadcrumb > .cnrs .btm,
			#box > .cnrs .top,
			#siblingNav > .cnrs .btm,
			#siblingNav + .eco3 > .cnrs .top{
				display: none;
			}
			#p609604 #box > .cnrs .tr{
				display: block;
			}
			

			#box .bottom .tabs li .cnrs .top,
			#header .cnrs .top,
			#breadcrumb .cnrs .tl,
			#breadcrumb .cnrs .btm,
			#box .cnrs .top,
			#siblingNav .cnrs .btm{
				_display: none;
			}
			#box .bottom .tabs li .cnrs .btm,
			#breadcrumb .cnrBox .tl,
			#breadcrumb .cnrBox .btm,
			#box .cnrBox .top,
			#siblingNav .cnrBox .btm{
				_display: block;
			}
				
		/* end hide corners */
		
		/* show corners 
			.navTop .tabNav li .top,
			#p609604 #box > .cnrs .tr{
				display: block;		
			}*/
			

		/* end show corners */		
	/* end corners */	
	
	
	/* gradients */
		/* blue */
			.fs12
			{
				background-color: #069DAC;
				background-image: -moz-linear-gradient(bottom, #097a9a,#069DAC); /* firefox 3.6+ */
				background-image: -webkit-gradient(linear, left top, left bottom, from(#097a9a), to(#069DAC)); /* for webkit browsers */
				filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#069DAC', endColorstr='#097a9a'); /* IE6,7,8 */
			}
			
			.rh01 h2,
			.rh02 h2,
			.rh03 h2{
				background-color: #069DAC;
			}
		/* end blue */
		
		
		/* green */
			.glow h2{
				background-color: #57B43B;
				background-image: -moz-linear-gradient(bottom, #3F832B,#57B43B); /* firefox 3.6+ */
				background-image: -webkit-gradient(linear, left top, left bottom, from(#3F832B), to(#57B43B)); /* for webkit browsers */
				filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#57B43B', endColorstr='#3F832B'); /* IE6,7,8 */
			}
		/* end green */
	/* end gradients */
	
	
	/* modules */
		/* module headers - modules contained in box with h2 header */
		.m {
			margin-bottom:20px;
			padding:10px;
			_zoom:1;
		}
		.m h2 {
			margin:-10px -10px 0 -10px;
			padding:10px;
		}
		/* end module headers */
	
	
		.m ul.links a,
		.m ol.links a,
		.m ul.links a:link,
		.m ol.links a:link{
			_zoom:1;
			display: block;
			padding-left:15px;
			background:#fff url(http://www.scottishlearningfestival.com/SLF/website/images/iconChevActive.gif) no-repeat 0 0.4166667em;
		}
		.m ul.links a:visited,
		.m ol.links a:visited,
		.m ul.links a:visited:hover,
		.m ol.links a:visited:hover{
			background-image:url(http://www.scottishlearningfestival.com/SLF/website/images/iconChevVisited.gif);
		}
	/* end modules */
	
	
/* end common */



/* print styles */
	@media print{
		#box {
			overflow:visible
		}
		#access,#globalNav,#footer {
			display:none
		}
	}
/* end print styles */








/* ######################## SITE CODE BELOW ######################## */

/* skipLinks */
	ul#skipLinks {
		position:absolute;
		margin-left:-999em
	}
/* end skipLinks */

/* access */
	#access a{
		display:inline;
		float:left
	}
	#access #headerSearch{
		float: right;
		width:230px;
		margin:3px 0 0 0
	}
	#access #headerSearch label{
		margin-left: -9999px;
		position: absolute
	}
	#access #headerSearch input#siteSearch{
		height:20px;
		line-height:20px;
		float:left;
		border:1px solid #999
	}
	#access .glowLogin,
	#access .gaelicLink{
		padding-top:4px
	}
	#access .glowLogin{
		padding-right:20px
	}
	#textSwitcher,
	#textSwitcher a,
	#textSwitcher p,
	#colourSwitcher,
	#colourSwitcher a,
	#colourSwitcher p{
		float:left
		}
	#textSwitcher a,
	#colourSwitcher a{
		margin:6px 5px 0 0
		}
	#textSwitcher,
	#colourSwitcher{
		min-width:130px
		}
	#userPref p{
		color:#333;
		display:inline;
		float:left;
		margin:5px 3px 0 0;
		padding:0;
		font-size:11px
		}
/* end access */


/* header */
	#header{
		/* ensure new header works during transition */
		font-size: 1em !important;
		font-weight: normal !important;
	}

    #header .content,
    #footer .content{
		clear: both;
		width: 960px;
		margin: 0 auto;
	}



	#header .content{
		position: relative;
		min-height: 66px;
		_height: 66px;
		z-index: 1;
		padding: 14px 0 12px 0;
		background: url(http://www.scottishlearningfestival.com/SLF/website/images/ESStrapline.png) no-repeat 176px 56px;
	}
	.home {
		float: left;
		margin: 0 0 0 0;
	}	
	.glowLogin,
	.gaelicLink{
		/*position: relative;
		z-index: 1;
		margin: 22px 0 0 20px;
		float: right;*/

		position: absolute;
		left: 667px;
		bottom: 12px;
		display: block;
	}
	.gaelicLink{
		left: 598px;
		bottom: 16px;
	}
	
	.headerSearch{
		float: right;
		position: absolute;
		bottom: 0;
		right: 0;
	}
		.headerSearch .siteSearch label,
		.headerSearch .searchOptions legend span{
			position: absolute;
			left: -9999px;
		}
		.headerSearch .searchOptions{
			clear: both;
			float: right;
		}
		.headerSearch .searchOptions .radio{
			display: inline;
		}
		.headerSearch .searchOptions .l{
			margin-left: 10px;
		}
		.headerSearch .siteSearch input{
			border: 0;
			background: #ebebeb;
			height: 26px;
			line-height: 26px;
			float: right;
			margin: 0 26px 0 -100%;
			width: 139px;
			*width: 137px;
			*margin-left: 0;
			padding: 0 3px;
		}
		.headerSearch .submit{
			position: absolute;
			top: 0;
			right: 0;
		}







		
		.js .headerSearch{
			bottom: 12px;
		}
		.js .headerSearch .searchOptions{
			position: relative;
			background: #FFF;
			width: 217px;
			overflow: auto;
			visibility: hidden;
			top: 27px;
			right: 0;
			position: absolute;
		}
		.js .invisible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
		

		.js .headerSearch .searchOptions .radio{
			border: 1px solid #999;
			display: block;
			overflow: auto;
			padding: 3px;
		}

		.js .headerSearch .searchOptions .radio input{
			float: left;
			margin-right: -100%;
		}
		.js .headerSearch .searchOptions .radio label{
			cursor: pointer;
			display: block;
			margin-left: 23px;
			color:#333;
		}
		.js .headerSearch .searchOptions .l{
			border-top: 0;
			margin-left: 0;
		}

		

	#socialMedia{
		width: 180px;
		position: absolute;
		right: 0;
		overflow: hidden;
	}
	#socialMedia p{
		float: left;
	}
	#socialMedia ul{
		float: right;
	}
	#socialMedia ul li{
		float: left;
		margin-left: 3px;
	}
	#socialMedia ul li a {
		margin:15px 0;
	}
	#socialMedia img {
		margin:0;
	}


	a.privacyAndCookies{
		display: block;
		font-size: 1em; /* 12px */
		line-height: 1.6666666666666667em; /* 20px */
		margin: 0 0 1.6666666666666667em 0; /* 0 0 20px 0 */
		position: absolute;
		right: 16em;
	}
/* end header */


/* global nav */
	#globalNav{
		width: 980px;
		margin: 0 auto 10px auto;
		overflow: hidden;
		padding: 0;
		background: #fff;
	}
		#globalNav li{
			float: left;
			padding-left: 1px;
			background: transparent url(http://www.scottishlearningfestival.com/SLF/website/images/bgGlobalNavOn.png) no-repeat 0 0;
		}
		#globalNav .f{
			padding: 0;
			margin-left: 10px;
			background: transparent;
			*display: inline;
		}
		#globalNav a:link,
		#globalNav a:visited{
			float: left;
			min-height: 43px;
			_height: 43px;
			padding: 10px 0 0 0;
			color: #FFF;
			text-align: center;
			text-decoration: none;
			font: bold 15px/16px Arial;
			background: #40b4bf url(http://www.scottishlearningfestival.com/SLF/website/images/bgGlobalNav.png) repeat-x 0 100%;

		}		
		#globalNav .f a {width: 145px;}
		#globalNav .n2 a {width: 183px}
		#globalNav .n3 a {width: 137px;}
		#globalNav .n4 a {width: 204px;}
		#globalNav .n5 a {width: 147px;}
		#globalNav .l a {width: 139px;}
	
		
		#globalNav li.selected a:link,
		#globalNav li.selected a:visited,
		#globalNav a:hover,
		#globalNav a:focus {
			background: #4598a9 url(http://www.scottishlearningfestival.com/SLF/website/images/bgGlobalNavOn.png) repeat-x 0 100%;
		}
/* end global nav */




/* breadcrumb */
	#breadcrumb{
		font-size: 0.916666em;
		background: #ECEAEA;
		margin: 0 auto;
		width: 960px;
		padding: 10px;
	}
	#breadcrumb ul{
		background: #FFF;
		overflow: auto;
		padding: 0 3px 3px 3px;
		*zoom:1;
	}
	#post.js #breadcrumb ul{
		overflow: visible;
	}
	#breadcrumb li,
	#breadcrumb li a{
		background: transparent url(http://www.scottishlearningfestival.com/SLF/website/images/spriteBreadcrumb.png) no-repeat 100% 0;
		_background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/spriteBreadcrumb8Bit.png);
		float: left;
	}
	#breadcrumb li{
		position: relative;
		margin: 3px -6px 0 0;
	}
	#breadcrumb li a{
		color: #333;
		background-position: 0 0;
		height: 23px;
		line-height: 23px;
		margin-right: 15px;
		padding-left: 15px;
		*white-space: pre;
	}
	#breadcrumb li a:hover {
		color: #0C94BB;
	}
	
	#breadcrumb li.fl,
	#breadcrumb li.l{
		background-position: 100% -23px;
	}
	#breadcrumb li.fl a,
	#breadcrumb li.l a{
		color: #FFF;
		background-position: 0 -23px;
	}
	#breadcrumb .i1{z-index: 10;}
	#breadcrumb .i2{z-index: 9;}
	#breadcrumb .i3{z-index: 8;}
	#breadcrumb .i4{z-index: 7;}
	#breadcrumb .i5{z-index: 6;}
	#breadcrumb .i6{z-index: 5;}
	#breadcrumb .i7{z-index: 4;}
	#breadcrumb .i8{z-index: 3;}
	#breadcrumb .i9{z-index: 2}
	#breadcrumb .i10{z-index: 1;}
/* end breadcrumb */
/* box */
	/* nav */		
		/* level 1 */
			.nav a{
				_zoom: 1;
				display: block;
				text-decoration: none;
				color: #474747;
				font-weight: bold;
				background: url(http://www.scottishlearningfestival.com/SLF/website/images/iconNavLevel1.gif) no-repeat 4px 10px;
				padding: 5px 3px 5px 18px;
				border-bottom: 1px dotted #000;	
			}
			#nav a:hover,
			#nav a:focus,
			#nav a:active,
			#nav a.selected{
				color: #000;
				background-color:#d8d4d4;
			}	
			
			.nav .open{
				border-bottom: 1px dotted #000;
			}
			.nav .open a{
				background-color: #eceaea;
				background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/iconNavLevel1Open.gif);
				border-color: #FFF;
			}
			.nav{
				margin: 5px 4px 10px 4px;
			}
		/* end level 1 */
		
		
		/* level 2 */
			.nav .l2 a{
				background: #eceaea url(http://www.scottishlearningfestival.com/SLF/website/images/iconNavLevel2.gif) no-repeat 12px 10px;
				padding-left: 27px;
				font-weight: normal;
			}
			.nav .l2 .open{
				border-width: 0;
			}
			.nav .l2 .open a{
				background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/iconNavLevel2Open.gif);
				border-color: #FFF;
			}
		/* end level 2 */
				
		
		/* level 3 */
			.nav .l2 .l3 a{
				background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/iconNavLevel3.gif);
				background-position: 20px 10px;
				padding-left: 36px;
			}
			.nav .l3 .open a{
				background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/iconNavLevel3Open.gif);
			}	
		/* end level 3 */
		

		/* level 4 */
			.nav .l3 .l4 a{
				background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/iconNavLevel4.gif);
				background-position:  28px 10px;
				padding-left: 45px;
			}
			.nav .l4 .open a{
				background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/iconNavLevel4Open.gif);
			}
		/* end level 4 */
		
		
		/* level 5 */
			.nav .l4 .l5 a{
				background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/iconNavLevel5.gif);
				background-position: 36px 10px;
				padding-left: 54px;
			}
			.nav .l5 .open a{
				background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/iconNavLevel5Open.gif);
			}
		/* end level 5 */
	/* end nav */
	
	
	
	/* main */
	/* end main */
	
	
	/* aside */
	/* end aside */
/* end box */



/* footer */
	#footer .content div .cnrs{
		display: none;
		visibility: hidden;
	}
	#footer{
		background: #fff;
		padding-top: 10px;
		height: 320px;
	}
	#footer .content{
		height:250px;
		background-color:#0d9eab;
		margin-bottom:100px;
		font-size:0.916666em;
		position: relative;
	}
	#footer ul.links{
		*width: 500px;
	}
	#footer ul.links a{
		color: #bbedf2;
	}
	#footer .partners{
		background: url(http://www.scottishlearningfestival.com/SLF/website/images/footerBgCore.png) no-repeat 0 0;
		width: 118px;
		height: 49px;
		position: absolute;
		clear: both;
		bottom: -60px;
		left: 10px;	
	}
	#footer a{color: #fff; font-size:11px;}
	:root #footer a { font-size:10px \0/IE9; }  /* IE9 + IE10pp4 */
	#footer a:hover{color: #fff}
	#footer a:visited{color:#fff}
	
	#footer h2{
		color:#fff;
	}

	#footer ul{
		list-style-type: none;
		float: right;
	}
	#footer ul li{
		float: left;
		margin-right: 10px
	}
	#footer #explore{
		width: 722px;
		height:210px;
		float: left;
		margin-right: 10px;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#footer #explore ul{
		margin: 0 10px 0 0;
		float:left;
		list-style-type:none;
		width:173px
	}
	#footer #explore ul li{
		float: none;
		margin: 0;
	}
	#footer #explore ul.l{
		border-right:none;
		margin: 0;
	}
	
	 #searchSchool{
		width: 170px;
		height: 130px;
		margin:0px;
		padding:0px;
		float: left!important;
		margin-bottom: 10px;
		margin-top:10px;
	}
	#footer #searchSchool input#strSchoolSearch{
		float:left;
		border: 0;
		background: #ebebeb;
		height: 26px;
		line-height: 26px;
		width: 138px;
		*width: 136px;
		*margin-left: 0;
		padding: 0 3px;
	}
	#footer #searchSchool a{
		display:inline-block;
		padding-top: 10px;
	}
	#footer .strSchoolSearch label{
		position: absolute;
		left: -9999px;
	}

/* end footer */

/*index*/
#p609604 h1 {position:absolute;margin-left:-9999px}
#p609604 #aside {margin: 0 -210px 0 0;width:400px}
#p609604 #nav {display:none}
#p609604 #breadcrumb {display:none}
/*end index*/

/*oneCol*/
.oneCol #box{width:960px;padding: 10px}
.oneCol #main {background:#fff;width:940px;padding:10px}
/*end onecol*/


/*twoCol*/
.twoCol #box{width: 750px;padding: 10px 10px 10px 220px}
.twoCol #main {background:#fff;width:730px;padding:10px}
/*end twocol*/


#content {background:#fff!important; padding:10px}

#box a.autointernallink{
      display: none;
      visibility: hidden;
}


		
/* #main article page options */
#main .pageOptions {border-top:1px #000 dotted;text-align:center;width:520px}
#main .pageOptions ul {margin:5px 0 0}
#main .pageOptions ul li {display:inline;border-right:1px #069DAC solid}
#main .pageOptions ul li.l {border-right:none}
#main .pageOptions ul li a {padding: 0 5px 0 15px;background:#fff url(http://www.scottishlearningfestival.com/SLF/website/images/iconChevActive.gif) no-repeat scroll 0 2px;margin:0 6px 0 10px;zoom:1}
#main .pageOptions ul li a:visited {background-image:url(http://www.scottishlearningfestival.com/SLF/website/images/iconChevVisited.gif)}
#main .pageOptions ul li a:hover {background-image:url(http://www.scottishlearningfestival.com/SLF/website/images/iconChevVisited.gif)}
/* end #main article page options */



/* #main second nav */
#main .secondNav {width:520px}
#main .secondNav ul 
		{
			list-style-type:none;
			margin-left:5px;
			width:515px;
			background:transparent url(http://www.scottishlearningfestival.com/SLF/website/images/dot.gif) repeat-y scroll 250px 2px;
			border-top:1px #000 dotted;
			border-bottom:1px #000 dotted;
			padding:10px 0;
			overflow:auto;_overflow:none
		}
#main .secondNav ul li {width:240px;float:left;margin:0 15px 5px 0}
#main .secondNav ul li.l {border-right:none}
#main .secondNav ul li a {padding: 2px 5px 5px 20px;background:#fff url(http://www.scottishlearningfestival.com/SLF/website/images/iconChevActive.gif) no-repeat scroll 3px 6px;display:block;*zoom:1}
#main .secondNav ul li a:visited {background-image:url(http://www.scottishlearningfestival.com/SLF/website/images/iconChevVisited.gif)}
#main .secondNav ul li a:hover {background-image:url(http://www.scottishlearningfestival.com/SLF/website/images/iconChevVisited.gif);background-color:#e9e9e9}
#main .secondNav ul li.selected a {background-image:url(http://www.scottishlearningfestival.com/SLF/website/images/iconChevVisited.gif);background-color:#e9e9e9}

/* TODO CMCP only display corners on hover */
#main .secondNav ul li a .c {display:none} 
#main .secondNav ul li a:hover .c {display:block}
/* end #main second nav */


/* pagnation */
.pagenav {border-top:1px #333 solid;border-bottom:1px #333 solid;overflow:auto;_height:25px}
.pagenav li a:visited {color:#be50b0}
.pagenav ul li {float:left;margin-right:10px;}
/* end pagnation */



/* ec07 main search results */
#searchHeadingBox {width:540px}
#searchHeadingBox h1 {display:inline;float:left;}
#searchHeadingBox #resultsSearch {float:right;margin-top:5px}
#searchHeadingBox #resultsSearch label {position:absolute;text-indent:-9999px}
#searchHeadingBox #resultsSearch input {width:250px}
#searchHeadingBox #resultsSearch input.submit {width:80px}
#ec07 {overflow:auto;background:#fff;padding:10px}
#ec07 h2 {font-size: 1.6364em;line-height: 1.1111em;margin:1.1111em 0}
#ec07 h2 a {background: transparent url(http://www.scottishlearningfestival.com/SLF/website/images/iconSearchInternalPage.gif) no-repeat 0px 6px;padding:2px 0 0 20px}
#ec07 img {float:right;height:80px;width:80px;margin-left:10px}
#ec07 p.resultsTitle {margin:0 0 1.1111em;color:#333;font-family:georgia,"times new roman",serif;font-size:1.6364em;clear:left}
#ec07 ul.pagnation {border-top:1px #333 solid;border-bottom:1px #333 solid;overflow:auto;_height:100%}
#ec07 ul.pagnation li {float:left;margin-right:10px;}
#ec07 ul#results li {border-bottom:1px #333 dotted}
#ec07 ul#results li.l {border:none}
/* end ec07 */




/*############################################## SEARCH RESULTS TO BE CONSOLODATED #################################################*/

/* #main search results */

#main .searchBox {background:#fff;padding:10px}
#main .searchResults ul li {border-bottom:1px #333 dotted;overflow:auto;padding-bottom:10px}
#main .searchResults ul li.l {border:none}
#main .searchResults ul li img {float:right;height:80px;width:80px;margin-left:10px;margin-bottom:10px}
#main .searchResults p.n0 {font-family:georgia,"times new roman",serif;font-size: 1.6364em;line-height: 1.1111em;margin:1.1111em 0;background: transparent url(http://www.scottishlearningfestival.com/SLF/website/images/iconSearchInternalPage.gif) no-repeat 0px 6px;padding:2px 0 0 20px;zoom:1}
.searchResults p.n1{
		overflow: auto;
		word-wrap: break-word;
		margin-bottom:0.833335em
}
.searchResults p.subInfo {
		font-size: 0.916666em;
		line-height:1.81818em;
		margin:0
}

#main .searchBox p.resultsTitle {font-family:georgia,"times new roman",serif;font-size: 1.6364em;line-height: 1.1111em;margin:0 0 1.1111em 0;clear:left}
/* end #main search results */

/*aside search results*/
#aside .searchResults {background:#fff;overflow:hidden;width:170px}
#aside .searchResults h2 {background: #069DAC;color:#fff;width:170px}
#aside .searchResults h3 {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:1em;margin:0.83333em 0;font-weight:bold;color:#333}
#aside .searchResults p {margin:0}
#aside .searchResults ul li a {margin-right:5px}
/*end aside search results*/

/*news results - right hand mini search to display news results*/
.newsResults {background:#fff;overflow:hidden;width:170px}
.newsResults h2 {background: #069DAC;color:#fff;width:170px}
.newsResults h3 {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:1em;margin:0.83333em 0;font-weight:bold;color:#333}
.newsResults p {margin:0}
.newsResults ul li a {margin-right:5px}
.newsResults li.filter a {display:block;height:20px;width:20px;float:right;background-image:url(http://www.scottishlearningfestival.com/SLF/website/images/iconSearchFilterCross.gif);background-position:1px 1px}
.newsResults li.filter a span {margin-left:-9999px}
/*end news results*/

/*atoz*/
.alphaListBox {background:#fff;overflow:auto;padding:5px;font-family:"Courier New", Courier, monospace}
.alphaListBox ul {overflow:auto}
.alphaListBox ul li {float:left;margin:5px}
.alphaListBox ul li a {padding:5px 10px;border:1px solid #CCC}
/*end atoz*/


/* searchToggle */
	#searchToggle{
		background: #FFF;
		margin-bottom: 10px;
		padding-bottom: 5px;
		overflow: auto;
	}
	#searchToggle p{
		float: left;
		font-weight: bold;
	}
	#searchToggle ul{
		float: left;
		margin-left:20px;
		width:370px
	}
	#searchToggle li{
		width: 50%;
		float: left;
		margin-bottom: 3px;
	}
	#searchToggle li a{
		width: 90%;
		display: block;
		padding: 4px;
		font-weight: bold;
	}
	#searchToggle li a:hover{
		background: #edecf1;
	}
	#searchToggle li a.selected{
		background: #069DAC;
		color: #FFF;	
	}
		
/* end searchToggle */

/* searchByKeywords */
	.searchform{
		position: relative;
		overflow:auto;
		margin-bottom:30px;
	}
	.searchform label{
		position: absolute;
		left: -9999px;
	}
	.searchform input{
		border:1px solid #666;
		float:left;
		height:20px;
		line-height:20px
	}
	.searchform .submit{
		background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/buttonSearch.gif);
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 24px;
    line-height: 0;
    text-indent: -9999em;
    text-transform: capitalize;
    width: 70px;
	}
/* end searchByKeywords */


/*############################################## SEARCH RESULTS TO BE CONSOLODATED #################################################*/

/* modules */
	/* ip01 */
		.ip01{
			*zoom:1;
			position: relative;
			background: #edecf1 url(http://www.scottishlearningfestival.com/SLF/website/images/quoteStart.gif) no-repeat 10px 10px;
			padding: 10px;
			margin: 20px 32px;
			overflow: auto;
		}
			.ip01 blockquote{
				*zoom:1;
				font-family: Georgia;
				background: transparent url(http://www.scottishlearningfestival.com/SLF/website/images/quoteEnd.gif) no-repeat 100% 100%;
				padding: 0 31px;
				color: #00435B;
			}
			.ip01 cite{
				display: block;
				text-align: right;
				padding: 10px 31px;
			}
			
			/*.ip01{
				margin: 10px 0;
			}*/	
	/* end ip01 */

	/* ip02 highlite a section of content */
		.ip02{
			background: red;
		}
	/* end ip02 */


	/* ip04 embedded video */
		.ip04{
			background: #FFF;
			border: 12px solid #edecf1;
			width: 432px;
			margin: 0 auto 20px auto;
		}
			.ip04 object{
				display: block;
				width: 432px;
				height: 264px;
			}
			.ip04 a{
				display: block;
				margin: 15px;
			}
	/* end ip04 */


/* ip08 external link with description */
	.ip08 dl {
		background: url(http://www.scottishlearningfestival.com/SLF/website/images/iconExternalLink.gif) no-repeat 0px 5px;
		padding-left: 32px;
		margin: 0 0 1.66666em 0;
		_zoom: 1;
	}
	a + a, /*< remove this selector after republish*/
	.ip08 + a,
	a + .ip08,
	a.doc + a.doc {
		margin-top: -0.83333em;
	}
/* end ip08 */


/* ip09 highlight feature */ 
	.ip09 {
		background:#CEEEF7;
		padding: 5px;
		width: 530px;
		margin: -10px -10px 0 -10px;
		overflow: auto;
	}
	.ip09 .mask {	
		float: left;
		width: 255px;
		overflow: hidden;
		margin: 0 20px 0 0;
	}

	/*.ip09 p{
		font-family:georgia,"times new roman",serif;
		font-size: 1.16666em;
		line-height:1.42857em;
		color:#00435B;
		margin:0;
	}*/
	
	.ip09 p{
		font-family:georgia,"times new roman",serif;
		font-size: 1.2727em;
		color:#00435B;
		margin:0;
	}
/* end ip09 */

/* ip10 image gallery */
	/* TODO SJS: SORT OUT KEYBOARD NAVIGATION */
	
	.ip10{
		background: #EDECF1;
		width: 520px;
		margin: 20px auto;
		overflow: auto;
		height: 134px;
	}
		.ip10 .scroller ul{
			width: 10000px;
			height: 100px;
			padding: 7px 0;
			margin:0;
		}
		.ip10 .scroller li{
			float: left;
			width: 100px;
			height: 100px;
			margin-left: 10px;
			list-style: none;
			_display: inline;
		}
		.ec03 .ip10 img{
			margin: 0;
		}
		

		.js .ip10{
			height: 114px;
		}
		.js .ip10 .scroller{
			float: left;
			width: 450px;
			height: 100%;
			overflow: hidden;
			position: relative;
		}
		.js .ip10 button.prev,
		.js .ip10 button.next{
			float: left;
			width: 35px;
			height: 100%;
			background: #CEEEF7;
			border:0;
			cursor: pointer;
			font-size: 20px;
		}
/* end ip10 */


/* ip11 comments */
	.ip11{
		background: #FFF;
	}
	.ip11 .comment{
		padding-top: 20px;
		border-top: 1px dashed #000;
		margin-bottom: 20px;
	}
		.ip11 .comments .f{
			padding-top: 0;
			border: 0;
		}
		.ip11 .comment .name{
			background: url(http://www.scottishlearningfestival.com/SLF/website/images/iconBlogComments.gif) no-repeat 0 50%;
			padding-left: 22px;
			margin-bottom: 0;
			_zoom:1;
		}
		.ip11 .comment .date{
			padding-left: 22px;	
		}		
/* end ip11 */


/* ip12 comments form */
	.ip12{
		background: #FFF;
	}
	.ip12 label{
		display: block;
		cursor: pointer;
	}
	.ip12 p.error,
	.ip12 label strong{
		display: block;
		color: red;
	}
	.ip12 .key img,
	.ip12 label img{
		vertical-align: text-top;
	}
	.ip12 form div{
		margin-bottom: 1.2em;
		padding: 2px 0 5px 0;
	}
	.ip12 form div.error{
		padding-left: 5px;
		border-left: 2px solid red;
	}
	/* parentzone, other forms to follow */
		#p633387 .ip12 form div{
			margin-bottom: 0.5em;
		}
		#p633387 .ip12 .text input{
			width: 300px;
		}
	/* end parentzone */
/* end ip12 */


/* ec01 news */
.ec01 {background:#fff;padding:10px}
.ec01 .date {font-family:Georgia, "Times New Roman", Times, serif;font-style:italic;border-bottom:1px dotted #ccc;font-size:1.0909em}
.ec01 img {float:right;margin:0 0 10px 10px}
.ec01 table {background:#edecf1;width:100%}
.ec01 table th {text-align:left;border-bottom:1px dashed #333;padding:5px}
.ec01 table td {border-bottom:1px dashed #333;padding:5px}
.ec01 table tr.l th, .ec01 table tr.l td {border:none}
/* end ec01 */

/* ec02 event */
.ec02 {background:#fff;padding:10px}
.ec02 .eventTableBox {background:#edecf1;padding:10px}
.ec02 table {background:#edecf1;width:100%}
.ec02 table th {width:25%;text-align:left;border-bottom:1px dashed #333;padding:5px}
.ec02 table td {width:75%;border-bottom:1px dashed #333;padding:5px}
.ec02 table tr.l th, .ec02 table tr.l td {border:none}
/* end ec02 */



/* ec04 resource */
	.ec04 {background:#fff;padding:10px}
	.ec04 .resourceTableBox {background:#edecf1;padding:10px}
	.ec04 table {background:#edecf1}
	.ec04 table th {width:100px;text-align:left;border-bottom:1px dashed #333;padding:5px}
	.ec04 table td {width:575px;border-bottom:1px dashed #333;padding:5px}
	.ec04 table tr.l th, .ec04 table tr.l td {border:none}
	.ec04 table td a{
		display: block;
		width: 390px;
		overflow: auto;
		word-wrap: break-word;
	}
	.ec04 table td .pdf{
		width: 390px;
	}
	.ec04 br{
		display: none;
		visibility: hidden;
	}
/* end ec04 */



/* ec03 ec06 article */	
	.ec03 ul{
		clear: both;
	}

.ec03 p + img{
	clear: right;
}

	.ec03 h2{
		margin-top: auto;
		clear: both;
	}	
	.ec03 img{
		float: right;
		margin-left:10px;	
	}
	.ec03 img.single{
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		clear: both;
	}

	.ec03 .ip09 img{
		float: left;
		padding-right:10px;
		margin:0;
	}
	.ip01_inline{
		width: 260px;
		float: right;
		margin:0;
	}
	.ec03 {
		background: #FFF;
		*zoom: 1;
	}

	.ec03 table,
	.ec03 .ffTable,
	table.content{
		margin-top: 1.66667em;
		margin-bottom: 1.66667em;
		clear: both;
	}


	.ec03 table,
	table.content{
		border-collapse: separate;
		border-spacing: 2px 1px;
		background:#fff!important;
	}
		.ec03 caption,
		table.content caption{
			height: 1px;
			width: 1px;
		}
			.ec03 caption:first-letter,
			table.content caption:first-letter {
				margin-left: -9999px;
			}
		.ec03 th,
		.ec03 td,
		table.content th,
		table.content td{
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 0.83333em;
			/*padding: 5px;*/
		}
		.ec03 thead th,
		.ec03 thead td,
		table.content thead th,
		table.content thead td{
			/* will need to change if the bg colour changes :( */
			border-bottom: 2px solid #fff;
		}
		.ec03 th,
		table.content th{
			background: #069DAC;
			color: #fff;
			text-align: center;
		}
		.ec03 tbody th,
		table.content tbody th{
			text-align: left;
		}
		.ec03 tr,
		table.content tr{
			background: #ffffff;
			position: relative;
		}
		.ec03 tr.zebra,
		table.content tr.zebra{
			background: #e0e0e0;
		}
		


	.ec03 a.lightbox{
		float: right;
		position: relative;
	}
	a.lightbox span{
		position: absolute;
		bottom: 10px;
		left:20px;
		display: block;
		width: 20px;
		height: 18px;
		background: transparent url(http://www.scottishlearningfestival.com/SLF/website/images/iconLightbox_trans.png) no-repeat 0 0;
	}
	.ec03 a.lightbox img{
		float: none;
	}
	.ip10 a.lightbox span{
		left: 10px;
	}


	.ec03 div.lightbox{
		float: right;
		border: 3px solid #E0E0E0;
		margin-left: 6px;
		width: 260px;
	}
	div.lightbox a,
	div.lightbox img{
		position: relative;
		display: block;
		float: none;
		margin: 0;
		display: block;
	}
	div.lightbox p{
		background: #E0E0E0;
		padding: 2px;
		margin: 0;
	}
	div.lightbox a span{
		_zoom: 1;
		position: absolute;
		bottom: 10px;
		left: 10px;
		display: block;
		width: 20px;
		height: 18px;
		background: transparent url(http://www.scottishlearningfestival.com/SLF/website/images/iconLightbox_trans.png) no-repeat 0 0;
	}
/* end ec03 ec06 */ 


/* ec09 Sub-menu intro */
	.ec09 {
		background:#fff;
		overflow:auto;_overflow:visible;
		padding:10px;
		margin-bottom:20px;
	}
	.ec09 img {
		float:left;
		margin:0 10px 0 0;
	}
	.ec09 h2 {
		margin-top:5px;
		float:right;
		width:250px
	}
	.ec09 li {list-style:disc;margin-left: 50px}
/* end ec09 */


/* ec10 glossary */ 
.ec10 {background: #FFF}
.ec10 ul {margin:0 0 1.66667em;}
.ec10 li {list-style:disc;margin-left: 50px}
.ec10 table {background:#edecf1;width:100%}
.ec10 table th {width:25%;text-align:left;border-bottom:1px dashed #333;padding:5px}
.ec10 table td {width:75%;border-bottom:1px dashed #333;padding:5px}
.ec10 table tr.l th, .ec10 table tr.l td {border:none}
/* end ec10 */ 


/* ec12 publication */
	.ec12 {
		background: #fff;
	}
	.ec12 .publicationTableBox {
		background: #edecf1;
		padding: 10px;
	}
	.ec12 table {
		background: #edecf1;
		width: 100%;
		table-layout: fixed;
	}
	.ec12 table th {
		width: 25%;
		text-align: left;
		border-bottom: 1px dashed #333;
		padding:5px;
	}
	.ec12 table td {
		width: 75%;
		border-bottom: 1px dashed #333;
		padding: 5px;
	}
	.ec12 table tr.l th,
	.ec12 table tr.l td {
		border: none;
	}
	.ec12 tr a{
		display: block;
		width: 100%;
		overflow: auto;
		word-wrap: break-word;
	}
/* end ec12 */



/*
   ec17 contact organisation
   ec18 contact school
*/
	.ec17,
	.ec18,
	.ec19,
	.ec20{
		background: #fff;
	}
	.ec17 .org,
	.ec17 .adr,
	.ec18 .org,
	.ec18 .adr{
		margin-left: 20px;
	}
	.ec17 .tel,
	.ec18 .tel{
		margin-top: 10px;
	}
	.ec18 .schoolAddress,
    .ec18 .schoolDetails{
        float: left;
        width: 260px;
    }
    .ec18 .schoolDetails > p{
        margin-left: 20px;
    }
    .ec17 h2,
    .ec18 h2{
        font: bold 1em/1.6666666666666667em Verdana, Arial, Helvetica, sans-serif;
        padding: 0;
        margin: 0 0.66666em 0 0;
    }
    .ec17 .responsibleBody,
    .ec18 .responsibleBody{
        clear: both;
        padding-top: 20px;
    }
    .ec17 .responsibleBody h2,
    .ec17 .funding h2,
    .ec17 .responsibleBody p,
    .ec17 .funding p,
    .ec18 .responsibleBody h2,
    .ec18 .funding h2,
    .ec18 .responsibleBody p,
    .ec18 .funding p{
        float: left;
    }

    .ec19 h2{
    	margin-bottom: 0.55555em; /* 10px */
    }
    .ec19 h3{
    	margin-top: 30px;
    	margin-bottom: 10px;
    }
/*
   end contact organisation
   end contact school
*/



/*fs04 rollover feature*/
	.fs04{
		width: 240px;
		background: #FFF;
	}
	.fs04 h3{
		margin:0 auto;
	}
	.fs04 ul.f{
		position: relative;
		width: 260px;
		margin:0 -10px 10px -10px;
	} 
	.fs04 ul.f a{
		display: block;	
	}
	.fs04 ul.f li a{
		padding-left: 125px;
		background: #daebf1;
		color: #00435c;
		line-height: 1.5833333333333333333333333333333em;
		_height: 39px;
		min-height: 39px;
		margin: 0 0 1px 0;
		text-decoration: none;
	}
	.fs04 ul.f li a:hover,
	.fs04 ul.f li a.on{
		background:#5fb2c8;
		color:#fff
	}
	.fs04 ul.f li.l a{
		margin:0;
		_height: 40px;
		min-height: 40px;
	}
	.fs04 ul.f img{
		position: absolute;
		top:0;
		left:-9999px;
		border: 10px solid #5fb2c8;
	}
	.fs04 ul.f li.f a img,
	.fs04 ul.f li a:hover img,
	.fs04 ul.f li a.on img{
		left: 0;
		*zoom:1;
	}
/*end fs04*/






/* fs05 multiple description, fs07 summary feature  */
	.fs05,
	.fs07{
		background: #fff;
		width: 240px;
	}
	.fs05 h3,
	.fs07 h3 {
		clear: both;
		margin: 0 0 5px 0;
		font-size:1.0909em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold
	}
	.fs05 img,
	.fs07 img {
		float:right;
		margin:3px 0 0 5px;
		width:80px;
		height:80px;
	}
	.fs05 p,
	.fs07 p {
		margin-bottom:0;
	}
	.fs05 ul li {
		_zoom:1;
		overflow: auto;
		border-top:1px #333 dotted;
		padding: 10px 0;
	}
/* end fs05, end fs07 */

/*fs06 multiple description */
.fs06 {overflow:hidden;background: #fff;width:240px;margin-bottom:0;padding-bottom:0}
.fs06 p {margin:1.66667em 0 0.83333em 0}
.fs06 h2{width:240px;color:#00435B;background: #fff}
.fs06 .mask {width:260px;background:#069DAC;margin-left:-10px;padding:10px 0 10px 10px;overflow:hidden;height:160px}
.fs06 img {width:240px;height:auto;z-index:10}
.fs06 span {z-index:20}
.fs06 a {display:block;width:240px;height:160px;margin-top:-170px;position:relative;text-indent:-9999px;background-image:url(http://www.scottishlearningfestival.com/SLF/website/images/buttonPlay.png)}
/*.fs06 a:hover {background-image:url(http://www.scottishlearningfestival.com/SLF/website/images/"../images/buttonPlayOn.png")}*/

/* end fs06 */


/* fs08 highlight feature */ 
	.fs08 {
		background:#CEEEF7;
		padding: 5px;
		width: 530px;
		margin: 0 -10px;
		overflow: auto;
	}
	.fs08 .mask {	
		float: left;
		width: 255px;
		overflow: hidden;
		margin: 0 20px 0 0;
	}

	.fs08 p{
		font-family:georgia,"times new roman",serif;
		font-size: 1.2727em;
		color:#00435B;
		margin:0;
	}
/* end fs08 */ 

/* fs11 homepage summary, rh08 related links summary */
/* TODO SJS: remove image dimensions once all images have correct width & height attributes */	
	.fs11,
	.rh08 {
		background: #fff;
	}
	.fs11 h2,
	.rh08 h2{
		color:#00435B;
	}
	.fs11 img,
	.rh08 img {
		width: 260px;
		height: 100px;
		margin:0 -10px;
	}
	.rh08 img{
		width:190px;
		height:74px;
	}
	.fs11 p,
	.rh08 p,
	.rh03 p{
		margin-bottom:0;
	}
	.fs11 ul.links a.glow,.fs11 ul.links a.glow:hover{
		background: url(http://www.scottishlearningfestival.com/SLF/website/images/buttonGlowLogIn.png) no-repeat top left #FFFFFF;
		text-indent:-999em;
		height:23px;
		width:110px;
		padding:0;
		margin:8.5px 0
	}
	.fs11 ul.links a.video{
		background: url(http://www.scottishlearningfestival.com/SLF/website/images/iconVideoSmall.gif) no-repeat 0px 2px #FFFFFF;
		padding-left:20px;
		margin:10px 0
	}
	.fs11 h2 a,
	.rh08 h2 a{
		display: block;
		background: no-repeat 0 100%;
		width: 240px;
		padding:0 10px 111px 10px;
		margin: 0 -10px;
	}
	.rh08 h2 a{
		width: 170px;
		padding-bottom: 84px; 
	}
/* end fs11, rh08 */


/* fs12 */
	.fs12{
		width: 380px;
		color: #FFF;
		font: 1.33333em Georgia;
	}
	.fs12 p {margin:0 0 1em;line-height:1.5em}
/* end fs12 */


/* rh10 tag cloud */
.rh10 {background:#fff;overflow:hidden;width:170px}
.rh10 h2 {background: #069DAC;color:#fff;width:170px}
.rh10 ul li {display:inline}
.rh10 .cloud1 {font-size:0.9em;}
.rh10 .cloud2 {font-size:1em;}
.rh10 .cloud3 {font-size:1.1em;}
.rh10 .cloud4 {font-size:1.2em;}
.rh10 .cloud5 {font-size:1.3em;}
.rh10 .cloud6 {font-size:1.4em;}
.rh10 .cloud7 {font-size:1.5em;}
.rh10 .cloud8 {font-size:1.6em;}
.rh10 .cloud9 {font-size:1.8em;}
/* rh10 */


/* rh11 in page mini search */
.rh11 {background:#fff;overflow:hidden;width:170px}
.rh11 h2 {background: #069DAC;color:#fff;width:170px}
.rh11 form{margin: 8px 0 5px 10px;}
.rh11 label{margin-left: -9999px;position: absolute}
.rh11 input {width: 60px;}
.rh11 a {margin: 10px;}
/* rh11 */



/* 
rh05 promo mini banner
rh12 promo mini banner
*/
.rh05,
.rh12{
	padding:0;
}
.rh05 img{
	/* these can be removed when image prefix has been hooked up */
	width: 190px;
	height: 74px;
}
.rh12 img{
	/* these can be removed when image prefix has been hooked up */
	width: 190px;
	height: 153px;
}
.rh05s,
.rh12s{
	position: relative;
	
	min-height: 74px;
	_height: 74px;
	margin-bottom: 20px;	
}
.rh12s{
	min-height: 153px;
	_height: 153px;
}
.js .rh05s .rh05,
.js .rh12s .rh12{
	position: absolute;
	top: 0;
	left:0;
}
/* end rh05, end rh12 */



/* rh13 search results filter */
.rh13 {background:#fff;overflow:hidden;width:170px}
.rh13 h2 {background: #069DAC;color:#fff;width:170px}
.rh13 ul {margin-top:10px;font-size:0.9166em}
.rh13 ul li a {display:block;height:20px;width:20px;float:right;background-image:url(http://www.scottishlearningfestival.com/SLF/website/images/iconSearchFilterCross.gif);background-position:1px 1px}
.rh13 ul li a span {margin-left:-9999px}
.rh13 ul li.l a {float:none;display:inline;background:none}
/* rh13 */


/* rh14 search results refine */
	.rh14 {
		background:#fff;
		width:170px
	}
	.rh14 h2 {
		background: #069DAC;
		color:#fff;
		width:170px;
		margin-bottom:10px
	}
	.rh14 h3 {
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:1em;
		margin:0.83333em 0;
		font-weight:bold;
		color:#333;
	}
	.rh14 ul {
		border-bottom:1px dotted #333;
		padding-bottom:10px;
	}
	.rh14 ul li{
		margin: 5px 0;
	}
	.rh14 ul li a {
		*zoom:1;
		background: transparent url(http://www.scottishlearningfestival.com/SLF/website/images/iconChevActive.gif) no-repeat 0 4px;
		padding-left: 13px;
		display: block;
	}
	.rh14 ul li a span {
		color: #666;
	}
	.rh14 ul li.filter a {
		display:block;
		height:20px;
		width:20px;
		float:right;
		background-image:url(http://www.scottishlearningfestival.com/SLF/website/images/iconSearchFilterCross.gif);
		background-position:1px 1px;
	}
	.rh14 ul li.filter a span {
		margin-left:-9999px;
	}
	.rh14 .refineInput {
		overflow:auto
	}

		.rh14 input.refineSearchBox {
		width:140px;
		}
	.rh14 input.refineSubmit {
		height:auto;
		border:none;
		}
	
	/* curriculum areas */
		.rh14 ul li a.technologies{background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/iconSmallCircleTechnologies.gif); padding-left: 15px;}
		.rh14 ul li a.mathematics{background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/iconSmallCircleMathematics.gif); padding-left: 15px;}
		.rh14 ul li a.numeracy{background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/iconSmallCircleMathematics.gif); padding-left: 15px;}
		.rh14 ul li a.religiousAndMoralEducation{background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/iconSmallCircleRME.gif); padding-left: 15px;}
		.rh14 ul li a.religiousEducationInRomanCatholicSchools {background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/iconSmallCircleRME.gif); padding-left: 15px;}
		.rh14 ul li a.socialStudies{background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/iconSmallCircleSocialStudies.gif); padding-left: 15px;}      
		.rh14 ul li a.languages{background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/iconSmallCircleLanguages.gif); padding-left: 15px;}
		.rh14 ul li a.gaelic{background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/iconSmallCircleLanguages.gif); padding-left: 15px;}
		.rh14 ul li a.literacy{background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/iconSmallCircleLanguages.gif); padding-left: 15px;}
		.rh14 ul li a.literacyAndGaidhlig{background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/iconSmallCircleLanguages.gif); padding-left: 15px;}
		.rh14 ul li a.literacyAndEnglish{background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/iconSmallCircleLanguages.gif); padding-left: 15px;}
		.rh14 ul li a.modernLanguages{background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/iconSmallCircleLanguages.gif); padding-left: 15px;}
		.rh14 ul li a.classicalLanguages{background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/iconSmallCircleLanguages.gif); padding-left: 15px;}
		.rh14 ul li a.expressiveArts{background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/iconSmallCircleExpressiveArts.gif); padding-left: 15px;}
		.rh14 ul li a.healthAndWellbeing{background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/iconSmallCircleHealthAndWellbeing.gif); padding-left: 15px;}
		.rh14 ul li a.healthAndWellbeingAcrossLearning{background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/iconSmallCircleHealthAndWellbeing.gif); padding-left: 15px;}
		.rh14 ul li a.sciences{background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/iconSmallCircleTheSciences.gif); padding-left: 15px;}
	/* end curriculum areas */

	

	#main .searchResults p.video{
		background: transparent url(http://www.scottishlearningfestival.com/SLF/website/images/iconVideoSmall.gif) no-repeat 0 5px;
	}
	#main .searchResults p.news{
		background: transparent url(http://www.scottishlearningfestival.com/SLF/website/images/iconNewsSmall.gif) no-repeat 0 5px;
	}
	#main .searchResults p.event{
		background: transparent url(http://www.scottishlearningfestival.com/SLF/website/images/iconEventSmall.gif) no-repeat 0 5px;	
	}
	#main .searchResults p.link{
		background: transparent url(http://www.scottishlearningfestival.com/SLF/website/images/iconExternalLinkSmall.gif) no-repeat 0 5px;
	}
	#main .searchResults p.audio{
		background: transparent url(http://www.scottishlearningfestival.com/SLF/website/images/iconAudio.gif) no-repeat 0 5px;
	}
	#main .searchResults p.image{
		background: transparent url(http://www.scottishlearningfestival.com/SLF/website/images/iconImage.gif) no-repeat 0 5px;
	}
	#main .searchResults p.pdf{
		background: transparent url(http://www.scottishlearningfestival.com/SLF/website/images/iconPDF.gif) no-repeat 0 5px;
	}
	#main .searchResults p.excel{
		background: transparent url(http://www.scottishlearningfestival.com/SLF/website/images/iconExcel.gif) no-repeat 0 5px;
	}
	#main .searchResults p.word{
		background: transparent url(http://www.scottishlearningfestival.com/SLF/website/images/iconWord.gif) no-repeat 0 5px;
	}
	#main .searchResults p.ppt{
		background: transparent url(http://www.scottishlearningfestival.com/SLF/website/images/iconPPT.gif) no-repeat 0 5px;
	}
	#main .searchResults p.cpd{
		background: transparent url(http://www.scottishlearningfestival.com/SLF/website/images/iconCPD.gif) no-repeat 0 5px;
	}
	#main .searchResults p.general{
		background: transparent url(http://www.scottishlearningfestival.com/SLF/website/images/iconInternalLinkSmall.gif) no-repeat 0 5px;
	}	
/* rh14 */

/* end modules */


/* SJS TODO: REMOVE THESE WHEN COL MARKUP HAS CHANGED */
div.col{
	width: 260px;
	float: left; 
}
div.col+div.col{margin-left: 20px;}
/* END COL MARKUP */


div.col0,
div.col1{
	width: 260px;
	float: left;
}
div.col1{
	margin-left: 20px;
}
#aside div.col0,
#aside div.col1{
	width: 190px; 
}





.secondNav h2.f{
	margin-top:0;
}
.secondNav{
	background: #FFF;
	padding: 10px;
}

#aside .searchResults{
	width: 100%;
}


#p612202 #main {background:#fff}




/*******************************************
Slimbox
*******************************************/
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(http://www.scottishlearningfestival.com/SLF/website/images/slimboxLoading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}


/* sjs modded */
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: -2px;
	width: 63px;
	height: 32px;
	outline: none;
	z-index:999;
	background: transparent url(http://www.scottishlearningfestival.com/SLF/website/images/slimboxPrevious.gif) no-repeat -100px 0;
}
#lbPrevLink {left: 0;}
#lbNextLink {right: 0;background-image: url(http://www.scottishlearningfestival.com/SLF/website/images/slimboxNext.gif);}
#lbImage .show {background-position: 0 0;}
#sharedImg{position: absolute;z-index:998; top:0;left:0;}
/* end sjs modded */



#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(http://www.scottishlearningfestival.com/SLF/website/images/slimboxClose.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
/************** end slimbox ***************/


/* outdoor learning map */
#map {border: 1px solid;width: 365px;height: 365px;float:right;clear:both}
#mapcaption  {float:right;margin:0;padding:0;width:370px;}
.mapmarker {float:left;margin-right:10px}
.placeresult {margin:0;padding:0}
.placeresult h2 {margin:0 0 10px 15px}
.placeresult p {margin:0}
.mapandoptions {text-align:left;overflow:auto;margin:10px 0}
.mapandoptions .pagenav {float:left;border:none}
.mapandoptions .pagenav li a:visited {color:#be50b0}
.mapandoptions .pagenav ul li {float:left;margin-right:10px;}
.mapandoptions #mapcaption p {margin:0}
.wheretogoresults {clear:both}
/* end ol map */

/*sitemap*/
#main ul.sitemap {background:#fff;padding:10px}
/*end sitemap*/


/*document icons*/
	a.pdf,
	a.word,
	a.excel,
	a.text,
	a.rtf,
	a.ppt,
	a.mmp,
	a.zip,
	a.access,
	a.claris,
	a.exe,
	a.gif,
	a.jpg,
	a.mp3,
	a.rss {
		background: url(http://www.scottishlearningfestival.com/SLF/website/images/iconPDF.gif) no-repeat;
		padding-left: 20px;
		display: block;
		margin-bottom: 20px;
	}
	a.word {background-image:url(http://www.scottishlearningfestival.com/SLF/website/images/iconWord.gif);}
	a.excel {background-image:url(http://www.scottishlearningfestival.com/SLF/website/images/iconExcel.gif);}
	a.text {background-image:url(http://www.scottishlearningfestival.com/SLF/website/images/iconTXT.gif);}
	a.rtf {background-image:url(http://www.scottishlearningfestival.com/SLF/website/images/iconRTF.gif);}
	a.ppt {background-image:url(http://www.scottishlearningfestival.com/SLF/website/images/iconPPT.gif);}
	a.mmp {background-image:url(http://www.scottishlearningfestival.com/SLF/website/images/iconMMP.gif);}
	a.zip {background-image:url(http://www.scottishlearningfestival.com/SLF/website/images/iconZip.gif);}
	a.access {background-image:url(http://www.scottishlearningfestival.com/SLF/website/images/iconAccess.gif);}
	a.claris {background-image:url(http://www.scottishlearningfestival.com/SLF/website/images/iconClaris.gif);}
	a.exe {background-image:url(http://www.scottishlearningfestival.com/SLF/website/images/iconEXE.gif);}
	a.gif {background-image:url(http://www.scottishlearningfestival.com/SLF/website/images/iconGif.gif);}
	a.jpg {background-image:url(http://www.scottishlearningfestival.com/SLF/website/images/iconJpg.gif);}
	a.mp3 {background-image:url(http://www.scottishlearningfestival.com/SLF/website/images/iconAudio.gif);}
	a.rss {background-image:url(http://www.scottishlearningfestival.com/SLF/website/images/iconRSS.gif);}
/*end document icons*/


/*video with related detail*/
.videoBox #flashcontent1 {float:left}
.videodetail {clear:left}
.videoBox{
	overflow: auto;
	_zoom:1;
}
#flashcontent2{
	_float: left;
}
/*end video with related detail*/


.feedbackTable {background:#fff}
table#feedback tr
{
	border-bottom: 1px solid #eaeaea;
}
table#feedback td
{
	padding:5px
}


/* TODO SJS: IE6 styles for child selector */
.glow h2{
	color: #FFF;
}
.glow h2 span{
	display: block;
	min-height: 30px;
	_height: 30px;
	background: transparent url(http://www.scottishlearningfestival.com/SLF/website/images/headingGlow.png) no-repeat 0 0;
}
.glow h2 span:first-letter {
	margin-left: -9999px;
}





/* siblingNav */
	#siblingNav{
		background: #FFF;
		overflow: hidden;
		margin: 0;
	}
	#siblingNav ol{
		padding: 5px 0;
		border: 1px dotted #000;
		border-width: 1px 0;
	}
	#siblingNav li{
		margin-bottom: 3px;
	}
	#siblingNav ol li a{
		width: 45%;
		display: block;
		padding: 4px;
		font-weight: bold;
	}
	#siblingNav ol li a:hover{
		background: #edecf1;
	}
	#siblingNav ol li a.selected{
		background: #069DAC;
		color: #FFF;
	}
	#siblingNav ol .col2{
		position: relative;
		left: 50%;
	}
/* end siblingNav */







/* fs01 main feature slot, fs03 extended description feature box  */
	.fs01,
	.fs03,
	.fs14 {
		background:#FFF;
		position: relative;
		padding: 10px 10px 10px 280px;
		min-height: 210px;
		_height: 210px;
		color: #333;
	}
	.fs01 h2,
	.fs03 h2,
	.fs12 h2{
		padding-left: 0;
		padding-right: 0;
		margin:0;	
	}
	.fs01 img,
	.fs03 img{
		position: absolute;
		top: 10px;
		left:10px;
	}
	.fs14{
		padding-left: 304px;
		min-height: 200px;
	}
		.fs14 .fsVideoBox{
			border: 1px solid #ccc;
			position: absolute;
			top: 10px;
			left: 10px;
		}
		.fs14 .fsVideoBox a{
			background: #eee;
			padding-left: 5px;
			width: 279px;
			height: 20px;
			line-height: 20px;
			vertical-align: bottom;
			display: block;
		}
/* end fs01, end fs03 */





/* fs02 full width main feature slot */
	.fs02 {
		background:#069DAC;
		padding: 0;
	}
	.fs02 p{
		margin:0;
	}
	.fs02 a {
		color:#fff;
	}
	.fs02 a:visited {
		color:#fff;
	}
	
	.tabBox .fs01,
	.tabBox .fs02{
		margin:0;
		padding:0;
		_width: 516px;
	}
	.tabBox .fs01{
		padding-left: 280px;
		_width: 236px;
		_height: 210px;
	}
	.tabBox .fs01 img{
		top:0;
		left:0
	}
	.tabBox .fs01 h2,
	.tabBox .fs01 p{
		width: 236px;
	}
	.tabBox .fs02 img{
		width: 516px;
		height: auto;
	}
	.tabBox .fs01 .cnrs,
	.tabBox .fs02 .cnrs{
		display: none !important;
	}
/* end fs02 */





/*aside search results*/
	#aside .searchResults {
		background:#FFF;
	}
	#aside .searchResults p {
		margin:0;
		color: #333;
	}
	#aside .searchResults li{
		padding: 5px;
	}
	#aside .searchResults li.zebra{
		background: #f0f0f0;
	}
	#aside .navTop .searchBox .cnrs{
		display:none
	}
	#aside .searchBox{
		margin:0 0 20px;
		padding-bottom:5px;
		background: #069DAC;
	}
	#aside .searchBox .bgOff h2{
		margin:0;
    	padding: 10px;
		color:#fff
	}
	#aside .searchBox .searchResults{
		margin:0 5px;
		width:auto
	}
	#aside .navTop .searchBox .searchResults{
		margin:0;
	}
/*end aside search results*/



/* rh02 feed */
	.more{
		position: relative;
	}
	.more a {
        	background: #069DAC url(http://www.scottishlearningfestival.com/SLF/website/images/iconChevWhite.gif) no-repeat 10px 12px;
        	display: block;
        	color: #FFFFFF;
        	font-weight: bold;
        	padding: 7px 0 10px 25px;
        	margin: -23px 0 20px 0;
    	}
    	.tabContent .more a{
		margin-bottom: 0;
    	}
	.rh02 {
		background:#069DAC;
		padding: 10px 5px 5px 5px;
		_zoom:1;
	}
	.rh02 h2 {
		color:#FFF;
		width: 170px;
		margin: -10px -5px 0 -5px;
	}
	.rh02 dl {
		background:#FFF;
		padding:5px;
		margin:0 0 -5px -5px;
		width:170px
	}
	.rh02 .feedBox {
		background:#FFF;
	}
	.rh02 .feedBox ul li{
		padding: 5px;
		_zoom:1;
	}
	.rh02 span {
		display:block;
	}
	.rh02 li.zebra{
		background: #f0f0f0;
	}
/* end rh02 */



/* rh01 feature, rh03 link */
	.rh01,
	.rh03 {
		background: #FFF;
		width:170px;
		padding-bottom:5px;
	}
	.rh01 h2,
	.rh03 h2 {
		width:170px;
		color:#FFF;
	}
	.rh01 h3 {
		margin:0;
		font-size:1.0909em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin-top:0.4545em;
	}
	.rh01 ul li {
		border-top: 1px dotted #000;
	}
	.rh01 ul li.f {
		border:0;
	}
	.rh01 ul li.f img {
		width: 190px;
		margin: 0 -10px;
	}
	.rh01 p {
		margin:0 0 0.9090em 0;
	}


	.rh03{
		padding-bottom: 10px;
	}
	.rh03 h2{
		margin-bottom: 5px;
	}
	.rh03 p {
		margin-top:5px;
	}

	/*
	.rh03 ul.links a,
	.rh03 ul.links a:hover,
	.rh03 ul.links a:link,
	.rh03 ul.links a:link:hover {
		background: transparent !important;
		padding-left: 0;
		border-bottom: 1px dotted #000
	}
	.rh03 ul.links li.l a{
		border: 0;
	}
	*/
/* end rh01, end rh03 */



/* ec05 */
	.ec05{
		background: #FFF;
		width:520px;
		overflow:hidden
	}
/* end ec05 */


h1{
	/*width: 750px;*/
	margin-right: -210px;	
	_float: left;
}


#feedback,
.staffcomment{
	background: #FFF;
}
.staffcomment{
	padding: 10px;
}

table#feedback {background:#fff}

/* for global sitemap */
#p209412 .ec03 li ul{
	margin-bottom:0;
}
/* end global sitemap */


/*spacing adjustment on stuthan-taic*/
#p616300 #main .searchBox {padding-top:0}
#p616300 .ec03 p {margin-bottom:0}
/*end spacing adjustment on stuthan-taic*/

/* sjs temp list styles. modify css reset with trans image fix when I get a chance to test it */
.ec12 ul{
	margin-bottom: 1.66667em;
}

.ec12 ul,
.ec02 ul, 
.publicationTableBox td ul,
.vacancyDesc ul{
	padding-left: 10px;
	margin-left: 10px;
	list-style: disc;
}
.ec02 ul ul,
.publicationTableBox td ul ul,
.vacancyDesc ul ul{
	list-style: circle;
	margin-left: 20px;
}
/* end sjs temp styles */

/* in page audio styles */
	.ip05{
		width:432px!important;
		border:12px solid #EDECF1;
		margin:0 auto 20px;
	}
	.ip05 object{
		width:432px!important;
	}
	.ip05 .audioDetail{
		padding:10px
	}
	.ip05 h3,.ip05 a{
		margin:0 0 5px;
	}
/* end in page audio styles */


/* season's greetings */
    /* also remove rounded corners form js when card is finished "#p640378 #main" */
    #p640378 #globalNav,
    #p640378 #breadcrumb{
        visibility: hidden;
        display: none;
    }
    
    #p640378 #box{
        margin-top: 20px;
    }
    
    #p640378 #flashcontent1{
        padding-left: 220px;    
    }
    
    #p640378 #box .cnrs .cnr{
		display: block;		
	}
/* end season's greetings */



/* temp tab styles */
	    .js .tabBox{
		    margin-bottom: 20px;
		    *overflow: hidden;
	    }
	    	    
	    .js .bottom{
	        *zoom:1;
	        overflow: auto;
	    }
	    .js .bottom .tabs{
            float: left;
            margin-right: -100%;
            margin-top: 267px;
	    }
	    
	    .js .tabs{
		    overflow: auto;
		    width: 100%;
	    }
	    
	        .js .tabs li{
		        float: left;
		        width: 94px;
		        margin-left: 2px;
		        word-wrap: break-word;
		    }
		    .js .tabs li.f{
			    margin:0;
		    }
	    
	
		    .js .bottom .tabs li{
			    width: 133px;
		    }
		    .js .bottom .tabs li.f,
		    .js .bottom .tabs li.l{
			    width: 134px;
		    }

		    .js .tabs a{
			    display: block;
			    padding: 5px;
			    background-color: #FFF; 
			    line-height: 15px;
			    min-height: 30px;
			    _height: 30px;
			    font-size: 0.91666666666666666666666666666667em; /* 11px : 11/12 */
			    text-align: center;
			    text-decoration: none; 
			    color: #1890B6;
			    _zoom:1;
			    cursor: default;
		    }
		    .js .tabs a:hover,
		    .js .tabs a:focus,
		    .js .tabs a:active,
		    .js .tabs a.on,
	        .js .tabContentBox,
	        .js .tabContent{
		       background: #069DAC;
		       color: #FFF;
		       _zoom:1;  
		    }

        .js .tabContentBox{             
	        overflow: visible;
	        position: relative;
        }
            .js .bottom .tabContentBox{
                padding: 0 12px;
                height: 267px;  
            }
        
        .js .tabContentBox .tabContent{
	        width: 100%;
	        overflow: auto;
	        position: relative;
	        float: left;
	        margin-right: -100%;
        }
            .js .bottom .tabContentBox .tabContent{
                padding-top: 17px;
	            height: 250px;
            }
	        
	        .js .tabContentBox .on
	        {
	            /*left: 0;
	            position: relative;*/
	            z-index: 99;
	        }

	        
	#aside .tabContentBox .searchBox{
	    padding-top: 5px;
	    *zoom:1;
	}  
	#aside .tabContentBox .searchBox li{
		_zoom: 1;
	}
	
	
	#aside .tabContent .more a {
        background: #069DAC url(http://www.scottishlearningfestival.com/SLF/website/images/iconChevWhite.gif) no-repeat 10px 10px;
        display: block;
        color: #FFFFFF;
        font-weight: bold;
        padding: 5px 0 10px 25px;
        margin-bottom: 20px;
    } 
    .js #aside .tabContent .more a{
        margin-bottom: 0;
    }    

	.js .tabContentBox .fs02{
		margin:0;
	}

    /* can remove when actual sized images are fixed */
	.js .tabContentBox .fs02 img{
		width: 100%;
		height: 201px;
	}
	/* end can remove when actual sized images are fixed */
	
	.js .tabContentBox .fs02 .cnrs{
		display: none !important;
	}
	
	
    .js .tabs .on{
       background: #069DAC;
       color: #FFF;  
    }
    
    .js .tabs .off{
	background-color: #FFF;
        color: #069DAC;
    }
/* end temp tab styles */

#footer #userPref {
	display:none
}

/* archive-it */
	#archiveItBanner{
		padding: 10px;
		background: #af2614;
		text-align: center;
	}
	#archiveItBanner p,
	#archiveItBanner a{	
		color: #FFF;
		font-size: 1.2em;
		font-weight: bold;
		margin: 0;	
	}
	#archiveItBanner a{
		text-decoration: underline;
	}
/* end archive-it */


/* autocomplete */
	ul.autocompleter-choices{
		position:absolute;
		margin:0;
		padding:0;
		list-style:none;
		border:1px solid #7c7c7c;
		border-left-color:#c3c3c3;
		border-right-color:#c3c3c3;
		border-bottom-color:#ddd;
		background-color:#fff;
		text-align:left;
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
		z-index:50;
		background-color:#fff;
	}
	ul.autocompleter-choices li{
		position:relative;
		margin:-2px 0 0 0;
		padding:0.2em 1.5em 0.2em 1em;
		display:block;
		float:none !important; 
		cursor:pointer;
		font-weight:normal;
		white-space:nowrap;
		font-size:1em;
		line-height:1.5em;
	}
	ul.autocompleter-choices li.autocompleter-selected{
		background-color:#444;
		color:#fff;
	}
	ul.autocompleter-choices span.autocompleter-queried{
		display:inline;
		float:none;
		font-weight:bold;
		margin:0;
		padding:0;
	}
	ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried{
		color:#9FCFFF;
	}
/* end autocomplete */


.pc01{
	padding: 0;
}


.vcard .adr span{
	display: block;
}
.vcard .country-name,
.vcard .tel .type,
.vcard .geo{
	position: absolute;
	top: -99999px;
}


/* poor support for last-child, flip margin from bottom to top and use first-child instead */
div.highlight{
	background: #EDECF1;
	padding: 10px;
	margin-bottom: 1.66667em;
}
	div.highlight p{
		margin-top: 1.66667em;
		margin-bottom: 0;
	}
	div.highlight p:first-child{
		margin-top: 0;	
	}



table.left,
tr.left,
th.left,
td.left{
	text-align: left;
}
table.center,
tr.center,
th.center,
td.center{
	text-align: center;
}

table.right,
tr.right,
th.right,
td.tight{
	text-align: right;
}

table.top,
tr.top,
th.top,
td.top{
	vertical-align: top;
}

table.middle,
tr.middle,
th.middle,
td.middle{
	vertical-align: middle;
}

table.bottom,
tr.bottom,
th.bottom,
td.bottom{
	vertical-align: bottom;
}

p.ip14 img,
p.ip14 a.lightbox{
	float: left;
	margin-left: 0;
	margin-right: 10px;
}

img + img,
.lightbox + .lightbox,
.lightbox + img,
img + .lightbox{
	margin-top: 10px;
}





.ec03 .imgs{
	float: right;
	margin: 0;
}
.ec03 .imgs img,
.ec03 .imgs .lightbox{
	float: none;
	display: block;
}
.ec03 ul{
	clear: none;
}



.cbEnd{
	clear: both;
	margin-bottom: 20px;
}


.vacancyContainer{
	background: #fff;
}

/* grahams new component */
.rh15,
.rh16,
.rh17{
	background: #fff;
}
.rh17 h2{
	background: #069DAC;
	color: #fff;
}
	.rh17 p{
		margin: 10px 0 0 0;
	}

#footer h2{
	background: transparent !important;
}


/* NQ resources - shouldn't be here! */
.ec20 div.imgs{
	float: right;
}
	.ec20 .imgs img{
		display: block;
		margin-left: 10px;
	}

.NQResDescription{
	overflow: auto;
	margin-bottom: 20px;
}

.NQResDetails,
div.NQResAdditionalInfo,
.NQResLinks{
    background: #EDECF1;
    margin-bottom: 20px;
}

div.NQResAdditionalInfo,
.NQResLinks,
.NQResDetails > li{
    padding: 10px;
}


.NQResDownloads h3{
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
}

.NQResAdditionalInfo p{
    margin-bottom: 0;
}

.NQResDetails li{
    clear: both;
    overflow: hidden;
}

.NQResDetails h3,
ul.NQResAdditionalInfo h3{
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin:0 10px 0 0;
    width: 95px;
    float: left;
}
.NQResDetails ul,
.NQResDetails p{
    width: 79%;
    float: left;
    margin-bottom: 0;
}
.NQResDetails li.zebra{
    background: #f8f7f7;
}


ul.NQResAdditionalInfo{
    margin-bottom: 20px;
}
ul.NQResAdditionalInfo li{
    padding: 5px;
}

.NQResHSDUInfo{
    width: 79%;
    margin-left: 105px;
    margin-top: 20px;

}

.NQResPleaseNote{
    border: 2px solid #EDECF1;
    padding: 8px;
}


.col1 + .ec03{
	clear: both;
}

.searchBox{
	margin-bottom: 20px;
}


		.rh14 ul ul{
			margin-left: 10px;
			border: 0;
		}

/* end nq resources */

#p719753 #nav{
	display: none;
	visibility: hidden;
}
.head_panel {
    color: #764F9F;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 30px;
    line-height: 30px;
    padding-top: 10px;
}
.main-heading {
    background-image: url("../../../SLF/website/images/main-heading-bg.gif");
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica,sans-serif;
    font-size: 14px;
    padding-left: 5px;
}
.main ul
{
	margin: 0;
    padding: 5px 10px 15px 30px;
    list-style-type:disc;
}
.main ul li
{
    margin: 0;
    padding: 2px 5px 0 0;
}
hr {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 0 0 1px;
}