/*
colour info:
Blue text: #003860
Red hover text: #600f00
*/



/* General Styles
-------------------------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

hr {
	color: #003860;
	background: #003860;
	height: 1px;
	margin: 10px 0;
	padding: 0;
	border: none;
}

img {
	/*display: block;*/ /* this rule breaks the wysiwygPro3 editor's toolbars */
	border: none;
}

a img {
	border: none;
}

img.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}

img.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}

img.tableRight {
	margin: 0 0 10px 10px;
}

img.tableLeft {
	margin: 0 10px 10px 0;
}

img.bordered {
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #fff;
}


.hide {
	display: none;
}

.inline {
	display: inline;
}

.noMargin {
	margin: 0;
}

.noIndent {
	text-indent: 0;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.clearBoth {
	clear: both;
}

div.clear {
	clear: both;
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 0;
	font-size: 0;
}

input.button {
	border-left: 1px solid #b10303;
	border-top: 1px solid #b10303;
	border-right: 1px solid #e89c9c;
	border-bottom: 1px solid #e89c9c;
	color: #fff;
	background-color: #c22d2d;
	font-weight: bold;
	padding: 3px 15px;
}

input.button:hover {
	background-color: #d66161;
	border-left: 1px solid #e89c9c;
	border-top: 1px solid #e89c9c;
	border-right: 1px solid #b10303;
	border-bottom: 1px solid #b10303;
	cursor: pointer;
	color: #fff;
}

input.button.floatRight {
	margin-left: 10px;
}

input.button.floatLeft {
	margin-right: 10px;
}

a.button {
	display: block;
	border: 0;
	width: 148px;
	height: 16px;
	line-height: 16px;
	color: #003860;
	padding-left: 17px;
	background: url(../images/formSubmitBg.gif) no-repeat left top #8cbcc0;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}

a.button:hover {
	background: url(../images/formSubmitBg.gif) no-repeat left -16px #ffc900;
	cursor: pointer;
	text-decoration: none;
}





/* Typography
-------------------------------------------------------------------------------------- */

body, input, textarea, select {
	color: #4A4A4A;
	font: 13px Arial, Helvetica, sans-serif;
}

a {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #E69D00;
	text-decoration: underline;
	font-weight: bold;
}

p {
	line-height:1.5em;
	margin-top: 0;
	margin-bottom: 10px;
}

h1 {
	color: #004890;
	font-size: 2em;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 10px;
}

h2 {
	color: #3084c0;
	font-size: 1.5em;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: bold;
}

h2.section {
	background: url(../images/h2bg.jpg) no-repeat top left;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 20px 0;
}

h3 {
	color: #004890;
	font-size: 1.4em;
	font-style: normal;
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}

h4 {
	color: #3084C0;
	font-size: 1.3em;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: bold;
}

.error, .messages {
	color: #CC0000;
	font-weight: bold;
}


#centreColumn li {
	color: #707070;
}







/* General Page Structure
-------------------------------------------------------------------------------------- */

html, body {
	padding: 0;
	width: 100%;
}

body {
	background: url(../images/bodyBg2.jpg) no-repeat top center #fff;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(../images/wrapperBg.gif) no-repeat 0 830px;
}




/* Header
-------------------------------------------------------------------------------------- */

#header {
	height: 286px;
	background: url(../images/headerBg.jpg) no-repeat top left;
	position: relative;
	margin: 0 auto;
}

#headerLogoLink {
	display: block;
	width: 437px;
	height: 85px;
	position: absolute;
	left: 185px;
	top: 137px;
}

#headerContactLink {
	display: block;
	width: 27px;
	height: 21px;
	position: absolute;
	left: 712px;
	top: 22px;
}





/* Columns
-------------------------------------------------------------------------------------- */
/*
236 18 440 19 247
*/

#leftColumn {
	float: left;
	width: 236px;
}

#centreColumn {
	float: left;
	width: 440px;
	margin-left: 18px;
}

#rightColumn {
	float: left;
	width: 247px;
	margin-left: 19px;
}





/* Left column
-------------------------------------------------------------------------------------- */

#mainNavWrapper {
	width: 200px;
	min-height: 250px;
	background: url(../images/mainNavBg.jpg) left top no-repeat;
	padding: 22px 16px 0 20px;
}

#contactUs {
	width: 236px;
	height: 179px;
	background: url(../images/contactUs.png) left top no-repeat;
}

#contactUs a {
	display: block;
	width: 236px;
	height: 179px;
}





/* Right column
-------------------------------------------------------------------------------------- */

#onlineQuiz {
	width: 247px;
	height: 286px;
	background: url(../images/onlineQuiz.png) left top no-repeat;
}

#onlineQuiz a {
	display: block;
	width: 247px;
	height: 286px;
}

#latestEvents {
	width: 247px;
	height: 286px;
	background: url(../images/latestEvents.png) left top no-repeat;
}

#latestEvents a {
	display: block;
	width: 247px;
	height: 286px;
}


#meetTheTeam {
	width: 247px;
	height: 286px;
	background: url(../images/meetTheTeam.png) left top no-repeat;
}

#meetTheTeam a {
	display: block;
	width: 247px;
	height: 286px;
}


#caseStudies {
	width: 247px;
	height: 234px;
	background: url(../images/caseStudies.png) left top no-repeat;
}

#caseStudies a {
	display: block;
	width: 247px;
	height: 234px;
}

#eventsPanel {
	position: relative;
	width: 247px;
	height: 246px;
	background: url(../images/eventPanelBg.png) left top no-repeat;
}

#eventsPanel a.all {
	position: absolute;
	top: 51px;
	right: 30px;
	display: block;
	width: 130px;
	height: 25px;
}

#eventsPanel a.more {
	position: absolute;
	top: 194px;
	right: 32px;
	display: block;
	width: 180px;
	height: 25px;
}

#eventsPanel span.date {
	position: absolute;
	top: 100px;
	display: block;
	width: 100%;
	color: #3e73a8;
	font-size: 26px;
	text-align: center;
}

#eventsPanel span.name {
	position: absolute;
	top: 135px;
	display: block;
	width: 177px;
	text-align: center;
	margin: 0 35px;
}

#eventsPanel span.name a {
	font-size: 14px;
	color: #c00;
}



/* Messages
-------------------------------------------------------------------------------------- */

#messageBox {
	background-color:#fff;
	border:1px solid #c00;
	margin-bottom: 1em;
	padding: 1em;
	font-weight: bold;
	color: #c00;
	font-style: normal; 
}

#messageBox ul {
	margin: 0 0 0 1em !important;
}

#messageBox li {
	list-style-image: none !important;
	list-style: inherit !important;
	margin: 0 0 0.15em 1em !important;
	color: #c00 !important;
}





/* General page content
-------------------------------------------------------------------------------------- */

#breadcrumbs {
	margin-bottom: 1em;
	text-align: left;
}

#backToTop {
	clear: both;
	background: url(../images/backToTopBg.jpg) 119px 0 no-repeat;
	width: 960px;
	height: 50px;
	padding-top: 15px;
	text-align: center;
}

#backToTop a {
	color: #E69D00;
	/*font-size: 1.5em;*/
	text-decoration: none;
}

#backToTop a:hover {
	color: #CC0000;
	text-decoration: underline;
}


#centreColumn ul {
	/*list-style-image: url(../images/bulletMain.gif);*/
	margin: 0 0 1em 1em;
}

#centreColumn li {
	list-style-image: url(../images/bulletMain.gif);
	margin: 0 0 0.5em 1em;
}

#centreColumn ul ul {
	margin: 0 0 0.5em 1em;
}

#centreColumn img {
	clear: left;
	margin: 0 10px 20px 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
}

#centreColumn img.noBorder {
	border: none;
	padding: 5px;
	background:none;
	margin:0px;
}


/* Home content
-------------------------------------------------------------------------------------- */

#spotlightOnWrapper {
	margin: 0 0 20px 0;
}

#spotlightOnWrapper img.main {
	float: left;
	clear: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
}

#spotlightOnWrapper h3 {
	color: #3084C0;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}

#spotlightOnWrapper a {
	color: #CC0000;
}

#spotlightOnWrapper a:hover {
	color: #E69D00;
}






#homeNewsWrapper {
	margin: 0 0 20px 0;
}

#homeNewsWrapper img.main {
	float: left;
	clear: left;
	margin: 0 10px 20px 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
}

#homeNewsWrapper h3 {
	color: #3084C0;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}

#homeNewsWrapper h3 span {
	color: #004890;
}

#homeNewsWrapper a {
	color: #CC0000;
}

#homeNewsWrapper a:hover {
	color: #E69D00;
}









/* Footer
-------------------------------------------------------------------------------------- */
#footerWrapper {
	/*height: 235px;*/
	height: 150px;
	background: url(../images/footerBg.jpg) center top no-repeat;
}

#footer {
	width: 920px;
	margin: 0 auto;
	padding: 35px 20px 10px 20px;
}

#footer ul {
	list-style-image: none;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 400px;
}

#footer ul li {
	list-style-image: none;
	float: right;
	margin: 0 0 0 6px;
	width: 90px;
	height: 90px;
}

#footer ul li a {
	display: block;
	text-indent: -9000px;
	width: 90px;
	height: 90px;
}

#logoNhs {
	background: url(../images/logoNhs.gif) no-repeat;
}

#logoKirkleesCouncil {
	background: url(../images/logoKirkleesCouncil.gif) no-repeat;
}

#logoKirkleesHealthySchools {
	background: url(../images/logoKirkleesHealthySchools.gif) no-repeat;
}

#telNo {
	color: #fff;
	font-size: 1.2em;
	margin: 0;
	padding-left: 18px;
	background: url(../images/tel.gif) left center no-repeat;
}

#address {
	color: #fff;
	margin: 0;
	font-size: 0.9em;
}





/* Popup help tooltip
-------------------------------------------------------------------------------------- */

#fixedTipDiv{
	position: absolute;
	padding: 5px;
	border: 1px solid #02586f;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	color: #333366;
	z-index:100;
}

div.tooltipHelp {
	width: 19px;
	height: 18px;
}

div.tooltipHelp a {
	width: 19px;
	height: 18px;
	display: block;
	background: url(../images/hint.gif) no-repeat left top;
}

div.tooltipHelp a:hover {
	background: url(../images/hint.gif) no-repeat left -18px;
}




/* Search styles
-------------------------------------------------------------------------------------- */

#advSearch {
	border: 1px solid #318085;
	margin-bottom: 20px;
	padding: 5px;
	background: #cde5e6;
}

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




/* Site search
-------------------------------------------------------------------------------------- */

#siteSearchResultWrapper {
	margin: 0 0 20px 0;
}

#siteSearchResultWrapper h2 {
	padding: 5px;
	background: #8cbcc0;
	color: #003860 !important;
	margin: 0;
	border-bottom: 1px solid #fff;
}

div.siteSearchResult {
	margin: 0;
	padding: 0;
}

div.siteSearchResult.row1 {
	background: #edf8fa;
}

div.siteSearchResult.row2 {
	background: #cde5e7;
}

div.siteSearchResult h3 {
	font-weight: bold;
	color: #003860 !important;
	border-bottom: 1px solid #fff;
	padding: 5px;
	margin: 0;
	line-height: 150%;
}

div.siteSearchResult h3 a {
	font-weight: bold;
	color: #003860;
	text-decoration: underline;
}

div.siteSearchResult h3 a:hover {
	color: #600f00;
	text-decoration: underline;
}

div.siteSearchResult h3 span {
	font-weight: normal;
}

div.siteSearchResult p {
	border-bottom: 1px solid #fff;
	padding: 5px;
	margin: 0;
}













/* Right column feature box
-------------------------------------------------------------------------------------- */

div.featureBox {
	background: url(../images/featureBoxTop.gif) left top no-repeat #fff;
	padding-top: 12px;
	margin-bottom: 6px;
}

div.featureBox img.main{
	margin-bottom: 2px;
}

div.featureBox a.rollover {
	display: block;
	background: url(../images/featureBoxLink.gif) left top no-repeat;
	height: 20px;
	width: 148px;
	line-height: 20px;
	padding-left: 17px;
	text-decoration: none;
}

div.featureBox a.rollover:hover {
	background: url(../images/featureBoxLink.gif) left -20px no-repeat;
	text-decoration: none;
	color: #fff;
}

div.featureBox div.content {
	background: #e2e2e2;
	padding: 12px;
}

div.featureBoxBottom {
	width: 165px;
	height: 10px;
	background: url(../images/featureBoxBottom.gif) left bottom no-repeat #e2e2e2;
	font-size: 0;	/* required for IE6, otherwise height is extended */
}








/* Edit record
-------------------------------------------------------------------------------------- */

table.editForm {
	width:100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}

table.editForm td {
	border: 0px;
	padding: 2px;
	margin: 0px;
}

table.editForm td.required {
	width:5px;
	text-align:center;
	color:#c00;
}

table.editForm td.submit {
	border: 0px;
	padding: 5px;
	margin: 0px;
	background-color: transparent;
}

table.editForm th {
	border: 1px solid #dcd3e0;
	padding: 2px;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	background-color:#f1e9f5;
	margin-top:15px;
}

table.editForm tr.row1 {
	background-color: #F5F5F5;
}

table.editForm tr.row2 {
	background-color: #FFFFFF;
}

td.field {
	text-align: left;
	width:99%;
}

td.fieldName {
	white-space:nowrap;
	text-align:right;
}

td.fieldNameError {
	white-space:nowrap;
	text-align:right;
	color: #FF0000;
	font-weight: bold;
}






/* Contact
-------------------------------------------------------------------------------------- */

table.contact {
	width: 100%;
	border: 0;
	margin: 0 0 30px 0;
	border-collapse: collapse;
}

table.contact td {
	border: 0;
	padding: 2px;
	color: #004890;
}


table.contact td.fieldName p {
	text-align: right;
	margin-bottom: 0;
	padding-right: 5px;
}

td.required {
	width: 5px;
	text-align: center;
	color: #c00 !important;
}

td.field {
	text-align: left;
	width:99%;
}

td.field p {
	margin-bottom: 0;
}

td.fieldName {
	white-space:nowrap;
	text-align:right;
}

td.fieldName label {
	text-align:right;
	margin-bottom: 0;
}

td.fieldNameError {
	white-space: nowrap;
	text-align: right;
	color: #c00;
	font-weight: bold;
}

td.fieldNameError label {
	text-align:right;
	color: #c00;
	font-weight: bold;
	margin-bottom: 0;
}


/* Quiz
-------------------------------------------------------------------------------------- */

table.quiz {
	width: 100%;
	border: 0;
	margin: 0 0 30px 0;
	border-collapse: collapse;
}

table.quiz td {
	border: 0;
	padding: 2px;
	color: #004890;
}


table.quiz td.fieldName p {
	text-align: left;
	margin-bottom: 0;
	padding-right: 5px;
}


table.quiz td.fieldName {
	white-space:normal;
	text-align:left;
}

td.fieldNameError {
	white-space: normal;
	text-align: left;
	color: #c00;
	font-weight: bold;
}

table.quiz td.fieldName label {
	text-align:left;
	margin-bottom: 0;
}



/* Sitemap
-------------------------------------------------------------------------------------- */

#sitemapList li {
	border-bottom: 1px solid #ececec;
	padding: 5px 0;
}

#sitemapList li li a {
	color: #2c71aa;
}

#sitemapList li li li {
	border-bottom: none;
	padding: 0;
}

#sitemapList a {
	text-decoration: none;
}

#sitemapList a:hover {
	text-decoration: underline;
}






/* News
-------------------------------------------------------------------------------------- */


#newsListWrapper {
}

#newsListWrapper img.main {
	float: left;
	clear: left;
	margin: 0 10px 20px 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
}

#newsListWrapper h3 {
	color: #3084C0;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}

#newsListWrapper h3 span {
	color: #004890;
}

#newsListWrapper a {
	color: #CC0000;
}

#newsListWrapper a:hover {
	color: #E69D00;
}




#backToNews {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

#backToNews:hover {
	text-decoration: underline;
	color: #E69D00;
}


/* Content Table Styles
-------------------------------------------------------------------------------------- */

#centreColumn table{ font-size:12px;text-align:left;border-collapse:collapse;margin:0px;}
#centreColumn table th{font-size:13px;font-weight:normal;background:#b9c9fe;border-top:4px solid #aabcfe;border-bottom:1px solid #fff;color:#039;padding:8px;}
#centreColumn table td{background:#dbe2ea;border-bottom:1px solid #fff;color:#25256e;border-top:1px solid transparent;padding:8px;}
#centreColumn table tr:hover td{background:#d0dafd;color:#339;}






/* Image Gallery
-------------------------------------------------------------------------------------- */

#galleryWrapper {
}

#galleryWrapper a.galleryThumb {
}

#galleryWrapper a.galleryThumb img {
}

#selectCatId {
	float: right;
}






/* Events
-------------------------------------------------------------------------------------- */

.eventsListItem {
	margin: 0 0 20px 0;
}

.eventsListItem div.date {
	float: left;
	width: 132px;
	height: 111px;
	margin: 0 10px 10px 0;
	background: url(../images/eventDateBg.gif) left top no-repeat;
}

.eventsListItem div.date span.date
,.eventsListItem div.date span.month
,.eventsListItem div.date span.year
{
	display: block;
	text-align: center;
	margin: 0 0 2px 0;
	line-height: 100%;
}

.eventsListItem div.date span.date {
	font-size: 60px;
	color: #3084c0;
	margin-top: 10px;
}

.eventsListItem div.date span.month {
	color: #004890;
	font-size: 16px;
	font-weight: bold;
}

.eventsListItem div.date span.year {
	color: #004890;
	font-size: 14px;
}

.eventsListItem div.content {
	float: left;
	width: 298px;
}

.eventsListItem div.content h2 a {
	color: #3084c0;
	text-decoration: none;
}

.eventsListItem div.content h2 a:hover {
	color: #c00;
	text-decoration: underline;
}


