/* 
CSS Document
Default styles for site 
Designer: Matt Bentley
Email: matt.bentley@guardian.co.uk
*/

/* Palette
===========================================================================================================================
=========================================================================================================================== */

/* From dark to light shades:

orange #E44D10
footer orange #F39007
grey text #333333
grey background #d8dce5
*/

	
/* Base Typography
===========================================================================================================================
===========================================================================================================================*/

body {
	font-size: 62.5%;
	font-family:  arial, Georgia, helvetica, sans-serif;
	color: #333;
	padding: 0px 0px 100px 0px;
	background: #877c7c url(../images/css-images/background.jpg) no-repeat center top;
}

h1, h2, h3, h4, h5, h6 {	
	font-weight: bold;
	color: #F25D05;
}
	
p {
	font-size: 1.5em; /* 15px */
	margin: 0.5em 0 1em 0;
	line-height: 1.3em;
}

p.standfirst {
	color: #E44D10;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

h1 {
	font-size: 3.7em; /* 37px */
	letter-spacing: -0.05em;
	line-height: 1em;
	margin: 0 0 0.4em;
}

h2 {
	font-size: 2.2em; /* 17px */ 
	margin-bottom: 0.15em;
	letter-spacing: -0.01em;
	clear:both;
}

h3 {
	font-size: 1.8em; /* 14px */
	color: #000000;
}

h4 {
	font-size: 1.3em; /* 13px */
}

a { 
	font-size: 1.2em; /* 12px */
}

a:hover, a:active { 
	color: #000; 
	text-decoration: none;
}
	
a:visited { 
	color: #000;
}

li {
	font-size: 1.2em;
	line-height: 1.4em;
}

/* Useful
===========================================================================================================================
===========================================================================================================================*/

.clear-both {
	clear: both;
}	

.clear-left {
	clear: left;
}
	
.clear-right {
	clear: right;
}

.float-left {
	float: left;
}
	
.float-right {
	float: right;
}

.image-right,
.image-caption.float-right {
	float: right;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.article .image-caption.float-right img,
.article .image-caption.float-left img {
	xxdisplay: inline;
	xxmargin: 0;
}

.image-left,
.image-caption.float-left {
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.image-caption span {
	display: block;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	line-height: 1.5em;
	margin: 10px 0px;
}

.article .image-caption.float-right,
.article .image-caption.float-left,
.article .image-caption.float-right span,
.article .image-caption.float-left span {
	width: 240px;
}
	
.hr hr{
	display: none;
}
	
.hr { 
	clear: both;
	height: 1px;
	border-bottom: 1px solid #B5B8BA;
	margin-bottom: 10px;
}

.block-margin-top {
	margin-top: 10px;
}

.block-margin-bottom {
	margin-bottom: 10px;
}

.image-replace {
	position: relative;
	display: block;
}

.image-replace span,
.image-replace a {
	position: absolute;
	top: 0px;
	left: 0px;
}	

/* Structural Element/s
===========================================================================================================================
===========================================================================================================================*/

#container {
	margin: 0 auto;
	width: 967px;
	min-height: 440px;
	padding: 0px 19px;
	overflow: hidden;
	background: url(../images/css-images/content-bg.png) repeat-y left top;
}

#container-footer {
	margin: 0 auto;
	width: 1005px;
	height: 40px;
	background: url(../images/css-images/content-bg-footer.png) no-repeat left top;
}
	
#header {
	position: relative;
	height: 110px;
	width: 942px;
	padding-right: 25px;
	background: url(../images/css-images/header-bg.gif) no-repeat left top;
}

#nav {
	min-height: 44px;
	xxpadding-top: 2px;
	text-align: right;
	overflow: visible;
	background: #feb32a url(../images/css-images/nav-bg.jpg) no-repeat left top;
}

#content-wrapper {
	width: 967px;
	padding: 15px 0px 6px;
	overflow: hidden;
	background: #d8dce5 url(../images/css-images/content-area-bg.jpg) no-repeat left top;
}

#content-footer {
	height: 9px;
	background: #e9eef8 url(../images/css-images/warning.jpg) no-repeat left bottom;
}

#footer {
	width: 897px;
	margin: 15px 0px 0px;
	padding: 0px 35px;
	color: #E9DCDD;
}


/* Skip link
===========================================================================================================================
===========================================================================================================================*/

#skiplinkholder p {
	margin: 0px;
}
#skiplinkholder a,
#skiplinkholder a:link, 
#skiplinkholder a:visited {
	display: block; 
	width: 99%; 
	position: absolute; 
	top: 0; 
	left: -200%; 
	z-index: 2;
	color: #fff; 
	background: #336; 
	text-decoration: none; 
	border-bottom: solid #ccc 2px; 
	padding: 5px;
}
#skiplinkholder a:focus, 
#skiplinkholder a:active {
	left: 0; 
	top: 0; 
	z-index: 100;
	outline: none;
}
#skiptargetholder {
	position: absolute; 
	left: -200%;
}


/* Header
===========================================================================================================================
===========================================================================================================================*/

#header img {
	display: none;
}

#logo {
	position: absolute;
	top: 5px;
	left: -33px;
	width: 271px;
	height: 96px;
	padding: 50px 0px 0px 50px;
}

#logo span {
	width: 321px;
	height: 146px;
	background: url(../images/css-images/logo.png) no-repeat left top;
}

#logo:focus,
#logo:active,
#edf-logo:focus,
#edf-logo:active {
	outline: #fff dotted thin;
}

#edf-logo {
	float: right;
	width: 45px;
	height: 78px;
	margin-top: 20px;
	font-size: 10px;
}

#edf-logo span {
	width: 45px;
	height: 78px;
	background: url(../images/css-images/edf-logo.jpg) no-repeat left top;
}

#teachers-link {
	position: absolute;
	top: 20px;
	left: 780px;
	width: 71px;
	height: 70px;
	padding: 10px 5px 0;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	background: url(../images/css-images/teachers-link.jpg) no-repeat left top;
}


#teachers-link:hover{
	background-position:-81px 0px;
}


#teachers-link span {
	display: block;
	color: #333333;
	font-size: 12px;
}

/* Content Area
===========================================================================================================================
==========================================================================================================================*/

#content-wrapper a {
	color: #E44D10;
	font-size: 1em;
	text-decoration: underline;
}

#content-wrapper a:hover {
	text-decoration: none;
}

#content-wrapper a:focus,
#content-wrapper a:active {
	color: #fff;
	background-color: #E44D10;
	text-decoration: none;
}

#breadcrumbs {
	min-height: 20px;
	margin: 0 0 5px 25px;
}

#breadcrumbs span {
	float: left;
	margin-right: 6px;
	color: #E44D10;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}

#breadcrumbs li {
	float: left;
	margin-right: 5px;
	color: #000;
}

#breadcrumbs a {
	text-decoration: none;
	padding-right: 14px;
	background: url(../images/css-images/breadcrumb-icon.png) no-repeat right 4px; /* fix ie6 */
}

.five-col {
	padding: 0px 19px;
}

.four-col {
	float: left;
	width: 758px;
	padding-left: 15px; 
}

.three-col {
	float: left;
	width: 564px;
	padding-left: 15px;
}

.two-col {
	float: left;
	width: 386px;
}

.one-col {
	float: left;
	width: 194px;
}

.article {
	margin-bottom: 50px;
}

.article-top {
	height: 5px;
	background: url(../images/css-images/article-top.gif) no-repeat left top;
}

.five-col .article-top {
	height: 9px;
	background: url(../images/css-images/article-full-top.gif) no-repeat left top;
}

.four-col .article-top {
	height: 9px;
	background: url(../images/css-images/article-4col-top.gif) no-repeat left top;
}

.article-content {
	padding: 10px 30px 20px 15px;
	background: url(../images/css-images/article.gif) repeat-y left top;
	overflow: hidden;
}

.five-col .article-content {
	background: url(../images/css-images/article-full.gif) repeat-y left top;
}

.four-col .article-content {
	background: url(../images/css-images/article-4col.gif) repeat-y left top; /* fix ie6 */
}

.three-col .article-content {
	overflow: visible;
}

.article-bottom {
	height: 5px;
	background: url(../images/css-images/article-bot.gif) no-repeat left top;
}

.five-col .article-bottom {
	height: 9px;
	background: url(../images/css-images/article-full-bot.gif) no-repeat left top;
}

.four-col .article-bottom {
	height: 9px;
	background: url(../images/css-images/article-4col-bot.gif) no-repeat left top;
}

.article img {
	display: block;
	margin: 0 auto;
}

.article ul.list-right {
	width: 250px;
	float: left;
}

.article li {
	min-height: 30px;
	font-size: 1.5em;
	padding: 3px 0px 0px 32px;
	list-style-type
	line-height: 1.4em;
	margin-bottom: 10px;
	background: url(../images/css-images/list-icon.jpg) no-repeat left top;
}

.article li ul li,
.article li ul li ul li,
.article li ul li ul li ul li {
	font-size: 1em;
}

.article a.glossary-term {
	position: relative;
}

.article a.section-name {
	visibility: hidden;
	float: right;
}

.article a span.hover-definition,
.hover-definition {
	display: none;
	position: absolute;
	top: 20px;
	left: -138px;
	width: 233px;
	padding: 40px 25px 20px;
	color: #000;
	font-weight: bold;
	background: url(../images/css-images/definition-top.png) no-repeat left top;
	z-index: 1;
}

.article a span.hover-definition div {
	position: absolute;
	bottom: -5px;
	left: 0px;
	height: 5px;
	width: 283px;
	background: url(../images/css-images/definition-bot.png) no-repeat left bottom;
}

.question,
.term {
	font-weight: bold;
}

/* Table styles */

.article table {
	border: 1px solid #333;
	margin-bottom: 20px;
}

.article table thead tr th {
	background: #F25D05;
	color: #fff;
	padding: 5px;
	font-size: 1.2em;
	border: 1px solid #333;
}

.article table tbody tr td {
	padding: 5px;
	font-size: 1.2em;
	vertical-align: top;
	border: 1px solid #333;
}

.article table tbody tr td.first {
	background: #4D4D4D;
	color: #fff;
}

/* Home page styles */

#home h2 {
	color: #666666;
}

#info-boxes {
	position: relative;
	min-height: 347px;
	width: 917px;
	overflow: hidden;
}

.info-box {
	position: relative;
	width: 280px;
	padding-left: 25px;
	margin-top: 10px;
	float: left;
	background: url(../images/css-images/info-box-bg.png) no-repeat left top;
	margin-bottom: -32766px;
	padding-bottom: 32766px;
}

.info-box-footer {
	width: 915px;
	height: 25px;
	background: url(../images/css-images/info-box-footer.png) no-repeat left top;
}

#home .info-box h2.head {
	position: relative;
	left: 0px;
	top: -10px;
	color: #fff;
	width: 175px;
	font-size: 3.5em;
}

#home .info-box h2.head2 {
	position: absolute;
	top: -12px;
	left: 23px;
	width: 175px;
	color: #F25D05;
	font-size: 3.6em;
}

.info-box p {
	width: 148px;
	margin: 15px 0px 35px;
	font-size: 1.4em;
	color: #000;
	line-height: 1.4em;
}

#home .info-box a.section-link {
	margin-top: 20px;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	line-height: 1.4em;
	cursor: pointer;
}

#home .info-box a.section-link:hover {
	text-decoration: underline;
}

.char-one {
	position: absolute;
	right: -10px;
	top: 48px;
}

.char-two {
	position: absolute;
	right: 0px;
	top: 18px;
}

.char-three {
	position: absolute;
	right: 0px;
	top: 8px;
}

#content-wrapper .char-one:active,
#content-wrapper .char-one:focus,
#content-wrapper .char-two:active,
#content-wrapper .char-two:focus,
#content-wrapper .char-three:active,
#content-wrapper .char-three:focus {
	outline: none;
	background: none;
}

/* Contact us page styles */

.contact-content {
	width: 425px;
	float: left;
	margin-bottom: 40px;
	margin-right: 39px;
}

.contact-content h2 {
	margin-bottom: 60px;
}

.school-visit {
	position: relative;
	float: left;
	width: 340px;
	padding: 28px 40px 10px;
	background: url(../images/css-images/school-visit-bg.gif) no-repeat left top;
}

.school-visit-bottom {
	float: right;
	width: 420px;
	height: 35px;
	background: url(../images/css-images/school-visit-bot-bg.gif) no-repeat left top;
}

.school-visit h2 {
	color: #ffffff;
	margin-bottom: 10px;
}

.school-visit p {
	width: 300px;
}

.school-visit dl {
	font-size: 1.4em;
	margin-bottom: 60px;
	line-height: 1.3em;
}

.school-visit dl dt {
	color: #F25C05;
	font-weight: bold;
}

.school-visit dl dd {
	margin-bottom: 20px;
}

.school-visit .char-three {
	top: 44px;
	left: 270px;
}

.school-visit ul {
	margin-top: 20px;
}

.school-visit ul li {
	font-size: 1em;
	font-weight: normal;
	background: none;
	margin-bottom: 5px;
	padding: 0px;
	min-height: 2em;
}

.school-visit legend {
	display: none;
}

.school-visit label {
	display: block;
	float: left;
	clear: left;
	text-align: right;
	width: 152px;
	margin-right: 10px;
	font-size: 1.4em;
}

.school-visit span.lbl-alert,
.school-visit span.required {
	color: #F25C05;
	font-size: 1.4em;
}

.school-visit span.lbl-alert {
	display: block;
	border: 2px solid #000;
	padding: 5px;
	margin-top: 10px;
	color: #000;
	font-weight: bold;
}

.school-visit .highlight {
	color: #F25C05;
}

.school-visit select {
	width: 174px;
}

.school-visit input {
	width: 170px;
}

.school-visit input.highlight {
	background: #d7e0f4;
}
.school-visit input.btn-submit {
	width: 100px;
	height: 38px;
	border: 0px;
	cursor: pointer;
	text-indent: -9999px;
	float: right;
	background: url(../images/css-images/button-submit.jpg) no-repeat left top;
}

.school-visit textarea {
	width: 170px;
	height: 100px;
}

#content-wrapper .school-visit a {
	font-size: 1.4em;
}
.school-visit ul li p
{
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 5px;
    min-height: 2em;
    padding:0;
    width:330px;
}
#content-wrapper .school-visit ul li p a 
{
    font-size: 1em;
    font-weight: normal;   
}


/* Glossary page styles */

.glossary-nav {
	width: 700px;
	margin-bottom: 20px;
	overflow: auto;
}

.glossary-nav li {
	background: none;
	float: left;
	margin-right: 10px;
	padding-left: 8px;
}

.glossary-content li {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

/* Know Widget
===========================================================================================================================
===========================================================================================================================*/

#content-wrapper .widget-view-all {
	margin-left: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 1.6em;
}

.know-widget {
	float: right;
	width: 187px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: #4d4d4d url(../images/css-images/know-bg.gif) no-repeat left bottom;
}

.know-widget h2 {
	width: 187px;
	height: 36px;
	color: #4d4d4d;
}

.know-widget h2 span {
	width: 187px;
	height: 36px;
	background: url(../images/css-images/h2-did-you-know.jpg) no-repeat left top;
}

.carousel-holder,
.carousel-holder2 {
	position: relative;
	width: 167px;
	xxheight: 180px;
	height: 19em;
	margin-left: 10px;
	overflow: hidden;
}

.know-widget ul,
.danger-widget ul {
	position: absolute;
	top: 0px;
	left: 0px;
	xxheight: 100px;
	width: 10000px;
	background: #232323;
	color: #fff;
}

.know-widget ul li,
.danger-widget ul li {
	float: left;
	width: 157px;
	xxheight: 80px;
	border-right: 1px solid #232323;
	padding: 10px 5px;
	color: #FCEE21;
}

.carousel-controls {
	display: none;
	margin-top: 10px;
	padding-left: 10px;
	overflow: auto;
}

#content-wrapper .carousel-back {
	float: left;
	width: 27px;
	height: 25px;
	margin-right: 42px;
	cursor: pointer;
	font-size: 8px;
}

.carousel-back span {
	width: 27px;
	height: 25px;
	background: url(../images/css-images/carousel.jpg) no-repeat left top;
}

#content-wrapper .carousel-motion {
	float: left;
	width: 26px;
	height: 25px;
	margin-right: 42px;
	cursor: pointer;
	font-size: 8px;
}

.carousel-motion span {
	width: 26px;
	height: 25px;
}

.carousel-play span {
	background: url(../images/css-images/carousel.jpg) no-repeat -53px top;
}

.carousel-pause span {
	background: url(../images/css-images/carousel.jpg) no-repeat -27px top;
}

#content-wrapper .carousel-next {
	float: left;
	width: 26px;
	height: 25px;
	cursor: pointer;
	font-size: 10px;
}

.carousel-next span {
	width: 27px;
	height: 25px;
	background: url(../images/css-images/carousel.jpg) no-repeat -79px top;
}

.carousel-controls a:focus,
.carousel-controls a:active {
	outline: dotted thin #fff;
}

/* Danger Widget
===========================================================================================================================
===========================================================================================================================*/

.danger-widget,
#downloadables {
	float: right;
	width: 187px;
	margin-bottom: 10px;
	padding-top: 15px;
	background: #4D4D4D url(../images/css-images/danger-bg.jpg) no-repeat left top;
}

.danger-widget-footer,
#downloadables-footer {
	height: 9px;
	width: 187px;
	background: url(../images/css-images/danger-footer-bg.jpg) no-repeat left bottom;
}

.danger-widget h2 {
	width: 186px;
	height: 23px;
	color: #4d4d4d;
}

.danger-widget h2 a {
	width: 186px;
	height: 23px;
	background: url(../images/css-images/h2-danger-widget.jpg) no-repeat left top;
}

.carousel-holder2 {
	height: 300px;
}

.danger-widget ul {
	height: 200px;
}

.danger-widget ul li {
	height: 180px;
	background-color: #4D4D4D;
	border-right: 0px;
}

#content-wrapper .danger-widget ul li a {
	float: left;
	color: #FCEE21;
	text-decoration: none;
}

#content-wrapper .danger-widget ul li a:hover span {
	text-decoration: underline;
}

.danger-widget ul li img {
	margin-bottom: 5px;
}

.danger-widget .carousel-controls {
	display: block;
	margin-bottom: 10px;
	width:170px;
	height:30px;
}
.know-widget .carousel-controls 
{
	width:170px;
	height:30px;
}

#content-wrapper .danger-widget .carousel-controls .carousel-back {
	margin-right: 12px;
	display: none;
}

.danger-widget .carousel-controls .carousel-next {
	display: none;
}

#content-wrapper .carousel-all {
	float: left;
	margin: 5px 12px 0 0;
	color: #fff;
	font-size: 14px;
}

/* Dowloadables
===========================================================================================================================
===========================================================================================================================*/

#downloadables h2 {
	color: #fff;
	margin-left: 10px;
}	

#downloadables ul {
	margin: 20px 0 20px 10px;
}

#downloadables ul li {
	height: 1.8em;
	padding-left: 25px;
	margin-bottom: 10px;
	background: url(../images/css-images/download-icon.jpg) no-repeat left top;
}

#downloadables ul li a {
	color: #FCEE21;
	text-decoration: none;
}

#downloadables ul li a:hover {
	text-decoration: underline;
}

#downloadables p
{
    color:#FCEE21;
    font-size:1.3em;
    padding-left:11px;
}

/* Footer
===========================================================================================================================
===========================================================================================================================*/

.footer-content-placeholder { 
	height: 20px;
}

.footer-content {
	float: left;
	width: 407px;
	min-height: 40px;
	margin: 0px 20px 20px 0px;
	padding-right: 20px;
}

.footer-content.border {
	border-right: 1px solid #666666;
}

.footer-content h2 {
	color: #F39007;
	font-size: 2.6em;
}

#footer ul {
	float: left;
}

#footer ul li {
	float: left;
	margin-right: 8px;
}

#footer ul.footer-links li {
	float: left;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #E9DCDD;
	line-height: 1em;
}

#footer ul.footer-links li.last {
	border-right: 0px;
}

#footer ul.footer-links li a {
	color: #E9DCDD;
	text-decoration: none;
	font-size: 1em;
}

#footer ul.footer-links li a:hover {
	text-decoration: underline;
}

#footer ul.footer-links li a:focus,
#footer ul.footer-links li a:active {
	color: #333333;
	background: #ffffff;
}


#footer p {
	color: #FCEE21;
}

#footer span,
#footer p {
	font-size: 1.2em;
}

#footer span {
	float: left;
	margin-right: 10px;
}




















































































































































































































































































































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
