/**************************************
Health at Work 2009 - Main CSS

Author : Paul Welsh
Email  : Welshy@themusgraveoffice.com
***************************************/
*
{
	margin: 0;
	padding: 0;
	outline: 0;
}
:focus
{
	outline: 0;
}
HR, .accessibility
{
	position: absolute;
	top: -9999em;
	left: -9999em;
}
HTML
{
	padding: 0;
	margin: 0;
}
BODY
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #003F54;
	text-align: left;
	background: #555EAB;
	padding-top: 30px;
}
IMG
{
	border: 0;
}
A:link, A:visited
{
	text-decoration: none;
	color: #BB0E6F;
}
A:hover
{
	text-decoration: underline;
}
ADDRESS
{
	font-style: normal;
}
/**************************************
Form Elements
***************************************/
FORM
{
	padding: 0;
	margin: 0;
}
FIELDSET
{
	border: 0;
	width: 99.9%;
	float: left;
}
LEGEND
{
	display: none;
}
LABEL.blocklabel
{
	font-size: 1.1em;
	width: 250px;
	display: block;
	float: left;
	color: #003F54;
}
LABEL
{
	font-size: 1.1em;
}
INPUT
{
	font-family: Arial, Helvetica, sans-serif;
}
SELECT
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: #292929;
	color: #003F54;
	font-size: 1.1em;
	border: 1px solid #404040;
	padding: 1px;
}
OPTION
{
	line-height: 20px;
	padding-left: 1px;
	display: block;
	border: 0;
}
INPUT.inputbox
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: #FFF;
	color: #003F54;
	font-size: 1.1em;
	border: 1px solid #CCC;
	padding: 3px;
}
* HTML INPUT.inputbox
{
	width: 215px;
}
.checkboxrow
{
	float: left;
	width: 515px;
	margin-bottom: 10px;
}
TEXTAREA
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: #FFF;
	color: #003F54;
	font-size: 1.1em;
	border: 1px solid #CCC;
	padding: 3px;
	width: 252px;
	margin-bottom: 10px;
}
* HTML TEXTAREA
{
	width: 215px;
}
.form_row
{
	padding-bottom: 10px;
	width: 99.9%;
	float: left;
}
.form_row LABEL.blocklabel
{
	font-size: 1.1em;
	width: 150px;
	display: block;
	float: left;
}
.form_row INPUT
{
	margin-right: 5px;
}
.checkboxrow LABEL.blocklabel
{
	font-size: 1.1em;
	width: 110px;
	display: block;
	float: left;
}
.checkboxrow INPUT.inputbox
{
	margin-bottom: 0;
}
.checkbox
{
	float: left;
	margin-right: 5px;
}
.button
{
	background: #161F6E;
	color: #FFF;
	border: none;
	font-size: 1.1em;
	padding: 2px 5px;
	cursor: pointer;
}
INPUT.button
{
	width: 0;
/*IE table-cell margin fix*/
	overflow: visible;
}
INPUT.button[class]
{
/*IE < 7 ignores [class]*/
	width: auto;
/*cancel margin fix for other browsers*/
}
/**************************************
Container
***************************************/
#container
{
	margin: 0 auto;
	width: 826px;
}
/**************************************
Header
***************************************/
#header
{
	width: 772px;
	height: 170px;
	overflow: hidden;
	background: #555EAB url(../images/header_bg.gif) no-repeat top left;
	padding-top: 54px;
	padding-left: 54px;
}
#header H1
{
	width: 150px;
	height: 150px;
	overflow: hidden;
	background: url(../images/education_logo.jpg) no-repeat top left;
	float: left;
	margin-right: 24px;
}
#header H1 A
{
	width: 150px;
	height: 150px;
	overflow: hidden;
	display: block;
	float: left;
	text-indent: -9999em;
}
#banner
{
	width: 544px;
	height: 150px;
	overflow: hidden;
	float: left;
	display: block;
}
/**************************************
Content
***************************************/
#content_holder
{
	height: auto;
	width: 718px;
	padding-left: 54px;
	padding-right: 54px;
	text-align: left;
	float: left;
	background: #555EAB url(../images/main_bg.gif) repeat-y top left;
}
#left_nav
{
	width: 150px;
	margin-bottom: 31px;
	padding-top: 12px;
	text-align: left;
	float: left;
	overflow: hidden;
	margin-right: 24px;
}
#left_nav UL
{
	width: 150px;
	margin-bottom: 25px;
	float: left;
}
#left_nav UL LI
{
	width: 150px;
	margin-bottom: 3px;
	float: left;
	font-weight: bold;
	line-height: 1.5em;
}
#left_nav UL LI A
{
	width: 140px;
	padding: 3px 5px;
	background: #007F85;
	color: #FFF;
	float: left;
	display: block;
	font-size: 1.2em;
}
#left_nav UL LI A:hover
{
	background: #555EAB;
	text-decoration: none;
}
#left_nav UL LI UL
{
	float: left;
	margin-bottom: 8px;
	line-height: 1.5em;
	padding-top: 8px;
	color: #555EAB;
}
#left_nav UL LI UL LI
{
	line-height: 1.5em;
	margin-bottom: 3px;
	float: left;
	padding-left: 15px;
	width: 135px;
	background: url(../images/sub_bullet.gif) no-repeat top left;
}
#left_nav UL LI UL LI A
{
	background: #FFF;
	color: #555EAB;
	float: none;
	display: inline;
	font-size: 0.9em;
	font-weight: normal;
	padding: 0;
}
#left_nav UL LI UL LI A:hover
{
	text-decoration: underline;
	background: none;
}
#main_content
{
/*padding-top: 24px;*/
	padding-bottom: 25px;
	text-align: left;
	width: 544px;
	float: left;
}
#main_content H1
{
	font-size: 2.4em;
	font-weight: bold;
	color: #00616E;
	margin-bottom: 17px;
}
#main_content H2
{
	font-size: 1.4em;
	font-weight: bold;
	color: #555EAB;
	margin-bottom: 5px;
}
#main_content STRONG
{
	font-weight: bold;
}
#main_content H3, #main_content H4, #main_content H5
{
	font-weight: bold;
	color: #BB0E6F;
	font-size: 1.2em;
	margin-bottom: 10px;
}
#main_content TABLE
{
	font-size: 1em;
}
#main_content TD
{
	padding: 5px;
	vertical-align: top;
	background: #FFF;
}
#main_content TD LI
{
/*font-size: 1em;*/
}
#main_content TD.time
{
	padding-bottom: 15px;
	color: #5A038E;
	width: 50px;
}
#main_content .purple
{
	color: #5A038E;
	text-transform: none;
}
#main_content .blue
{
	color: #003F54;
	text-transform: none;
}
#main_content P
{
	font-size: 1.2em;
	margin-bottom: 15px;
	line-height: 1.6em;
}
#main_content P.intro
{
	color: #5A038E;
	font-size: 1.2em;
	line-height: 1.6em;
}
#main_content P.big
{
	font-size: 1.3em;
	font-weight: bold;
	color: #C41E3A;
	margin-bottom: 10px;
	padding-top: 10px;
}
#main_content UL
{
	margin-left: 18px;
	padding-bottom: 10px;
}
#main_content LI
{
	font-size: 1.2em;
	margin-bottom: 5px;
	line-height: 1.5em;
}
.form_left
{
	width: 260px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 10px;
}
.form_right
{
	width: 260px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}
.form_full
{
	width: 99.9%;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}
.green_outer
{
	padding: 5px;
	background: #E4EDBC;
	float: left;
}
#green_footer
{
	padding: 10px;
	background: #E4EDBC;
	float: left;
}
#green_footer H3
{
	text-transform: none;
	margin-bottom: 5px;
	font-size: 1.2em;
}
#green_footer STRONG
{
	color: #003F54;
}
#green_footer LI
{
}
#green_footer IMG
{
	float: left;
	margin-right: 10px;
}
#green_footer P
{
	margin-bottom: 0;
	float: left;
}
#hb_links UL
{
	margin: 0;
	padding: 0;
}
#hb_links LI
{
	background-image: url(../images/url_link_icon.gif);
	background-position: 5px 0;
	background-repeat: no-repeat;
	border-bottom: 1px solid #F2E1EC;
	display: block;
	line-height: 15px;
	list-style-type: none;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-top: 0;
}
#hb_links LI.pdf
{
	background-image: url(../images/pdf_doc_icon.gif);
}
#hb_links LI.doc
{
	background-image: url(../images/word_doc_icon.gif);
}
#hb_links LI.map
{
	background-image: url(../images/map_icon.jpg);
}
#hb_links LI.url
{
	background-image: url(../images/url_link_icon.gif);
}
#hb_links LI.form
{
	background-image: url(../images/form_icon.gif);
}
#hb_links LI A:link
{
	border-bottom: 1px dotted #DB008C;
	color: #0C8284;
}
#hb_links LI A:hover
{
	color: #009BC9;
}
#hb_links LI A:visited
{
	color: #919191;
}
/**************************************
Sponsor Packages
***************************************/
#main_content TD.orange
{
	background: #FF9900;
	width: 190px;
}
#main_content TD.orange P
{
	margin-top: 0;
	margin-bottom: 5px;
}
#main_content TD.orange STRONG
{
	font-weight: 700;
	color: #555EAB;
}
#main_content TD.lemon
{
	background: #FFFF66;
	width: 175px;
}
#main_content TD.lemon P
{
	margin-top: 0;
	margin-bottom: 5px;
}
#main_content TD.lemon STRONG
{
	font-weight: 700;
	color: #555EAB;
}
#main_content TD.lime
{
	background: #CCFF99;
	width: 175px;
}
#main_content TD.lime P
{
	margin-top: 0;
	margin-bottom: 5px;
}
#main_content TD.lime STRONG
{
	font-weight: 700;
	color: #555EAB;
}
#main_content STRONG, #main_content B
{
	font-weight: bold;
	color: #555EAB;
}
#main_content A
{
	color: #0C8284;
}
#main_content A:hover
{
	color: #009BC9;
}
#main_content H1, TD.contentheading
{
	line-height: 1em;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 0px;
	color: #0C8284;
	font-size: 24px;
	font-weight: 700;
	text-transform: none;
}
/**************************************
Footer
***************************************/
#disclaimer
{
	text-align: right;
	background: #555EAB url(../images/footer_bg.gif) no-repeat top left;
	float: left;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 27px;
	padding-bottom: 20px;
	margin: 0;
	height: 40px;
	width: 799px;
}
#disclaimer P
{
	font-size: 1.1em;
	line-height: 1.6em;
}
#disclaimer A
{
	color: #FFF;
}
/**************************************
Programme
**************************************
PSHE*/
#pshe-section H4, #pshe-section H3, #pshe-section H2, #pshe-section .left-time, #pshe-section A
{
	color: #398EBE;
}
/*Sustainability, the environment and global citizenship*/
#segc-section H4, #segc-section H3, #segc-section H2, #segc-section .left-time, #segc-section A
{
	color: #824973;
}
/*Physical Activity*/
#pa-section H4, #pa-section H3, #pa-section H2, #pa-section .left-time, #pa-section A
{
	color: #A92049;
}
/*Obesity*/
#o-section H4, #o-section H3, #o-section H2, #o-section .left-time, #o-section A
{
	color: #8B58BA;
}
/*Child Protection and Safeguarding*/
#cps-section H4, #cps-section H3, #cps-section H2, #cps-section .left-time, #cps-section A
{
	color: #2F9F98;
}
/*Healthy eating*/
#he-section H4, #he-section H3, #he-section H2, #he-section .left-time, #he-section A
{
	color: #309563;
}
/*Teacher Wellbeing*/
#tw-section H4, #tw-section H3, #tw-section H2, #tw-section .left-time, #tw-section A
{
	color: #76A0D9;
}
/*Behaviour management*/
#bm-section H4, #bm-section H3, #bm-section H2, #bm-section .left-time, #bm-section A
{
	color: #BD6F35;
}
/*Emotional Wellbeing*/
#ew-section H4, #ew-section H3, #ew-section H2, #ew-section .left-time, #ew-section A
{
	color: #DA601D;
}
/*Mental Health*/
#mh-section H4, #mh-section H3, #mh-section H2, #mh-section .left-time, #mh-section A
{
	color: #9B722F;
}
/*Managing Long Term Conditions*/
#mltc-section H4, #mltc-section H3, #mltc-section H2, #mltc-section .left-time, #mltc-section A
{
	color: #393F69;
}
/*SEN*/
#sen-section H4, #sen-section H3, #sen-section H2, #sen-section .left-time, #sen-section A
{
	color: #81A342;
}
.left-time
{
	width: 50px;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
}
.right-content
{
	background-color: #FFFFFF;
	width: 440px;
	float: left;
	padding-left: 10px;
	padding-bottom: 15px;
}
#main_content .block
{
	width: 500px;
	float: left;
}
#main_content .block H3
{
	padding: 0;
	margin: 0px 0px 5px;
}
#main_content .block P
{
	padding: 0;
	margin: 0px 0px 5px;
}
.heading
{
	width: 500px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
.heading H3
{
	background-color: #FFFFFF;
}
EM
{
	color: #0C8284;
}
#conf_format
{
	border: 1px solid #B2DBDB;
	padding: 7px 0px;
}
#conf_format TD.col1
{
	padding: 0px 0px 0px 18px;
	height: 0px;
	width: 42px;
	/*[empty]font:;*/
	vertical-align: middle;
}
#conf_format TD.col2
{
	padding: 0px;
	height: 25px;
	width: 150px;
	font: italic bold 1.2em sans-serif;
	vertical-align: middle;
}
#conf_format TD.col3
{
	padding: 0px;
	height: 25px;
	width: 300px;
	font: bold 1.2em sans-serif;
	vertical-align: middle;
}
#conf_format TR
{
	height: 25px;
	padding: 0px;
	vertical-align: middle;
}
#conf_format CAPTION
{
	font: bold 1.4em/2em sans-serif;
	text-align: left;
}

