﻿/* ** Set background swathe ** */

#page {
   	background-image: url(../i/bg.jpg);
   	background-position: top right;
   	background-repeat: no-repeat;
   	background-attachment: fixed;
 }
 
 /* ** Splash for homepage ** */

#splash {
	/* Amended for annual review 
	David O'Brien 28/04/08 */
	background-color: #365dab;
	/* background-image: url(../i/splash_annualreview0708.jpg); 
        Background image now versionable item in media library
        David O'Brien 30/08/2010                                  */

	background-image: url("../~/media/Images/About us/splash_annualreview0708.ashx");
	
	/* Settings for Business plan
	background-color: #00710f;
	background-image: url(../i/splash_about_businessplan.jpg);	
	
	
	End of amends
	*/
	
	background-repeat: no-repeat;
	background-position: top left;
}

 /* ** ... and other colours for homepage ** */

#sectionheading {
	color: #ffffff;
}

#sectionheading h1, #sectionheading h2 {
	color: #ffffff;
}

#sectionheading li a {
	color: #ffffff;
	text-decoration: none;
	/* Amended for annual review
	David O'Brien 28/04/08 */
	border-bottom: 1px solid #ccd6eb;
	/* Business plan
	border-bottom: 1px solid #99c69f;
	*/
}
	
#sectionheading li a:hover {
	/* Amended for business plan launch
	David O'Brien 28/04/08 */
	background-color: #ccd6eb;
	color: #365dab;
	/*
	background-color: #99c69f;
	color: #00710f;	
	*/
}

.innercol h2 a {
	color: #ffffff;
}

.innercol li a {
	color: #003399;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
	
.innercol li a:hover {
	background: #365dab;
	color: #ccd6eb;
}

#col1 h2 {
	background: #365dab url(../i/blue_header.jpg) no-repeat top right;
}

#col1 {
	background-color: #ccd6eb;
}

#col2 h2 {
	background: #5aba47 url(../i/green_header.jpg) no-repeat top right;
}

#col2 {
	background-color: #cee7c8;
}

#col3 h2 {
	background: #0099ff url(../i/cyan_header.jpg) no-repeat top right;
}

#col3 {
	background-color: #cdeafa;
}

#col4 h2 {
	background: #ff9900 url(../i/orange_header.jpg) no-repeat top right;
}

#col4 {
	background-color: #ffd699;
}

#col5 h2 {
	background: #ffcc00 url(../i/yellow_header.jpg) no-repeat top right;
}

#col5 {
	background-color: #feea98;
}

#col6 h2 {
	background: #365dab url(../i/blue_header.jpg) no-repeat top right;
}

#col6 {
	background-color: #ccd6eb;
}



	
	/* ** Forms ** */
/* ** 	This sheet specifies Colours and other branding attributes 
		shared styles are specified in the global stylesheet  ** */

fieldset.outer {
	border-color: #99add5;
}

fieldset.outer legend {
	color: #365dab;
	border-color: #99add5;
	background-color: #ffffff;
}

input:focus, select:focus, textarea:focus {
background: #cdeafa;
color: #333333;
}

fieldset.inner {
	border-color: #6785c1;
}

fieldset.inner legend {
	color: #6785c1;
}

input.submitbutton {
	color: #cdeafa;
	background: #365dab;
}

input.submitbutton:hover, input.submitbutton:focus, input.submitbutton:active {
	color: #365dab;
	background-color: #cdeafa;
	cursor: pointer;
}

/* ** Typography ** */

h1 {
	color: #365dab;
}

h2, h3, h4, h5, h6 {
	color: #6785c1;
	border-bottom-color: #6785c1;
}

/*	Pull quotes for news articles
	Presentation specified here
	Layout specified in main style sheet */

blockquote.pullquote {
	background-color: #cdeafa;
}

/*	**	Manage definition lists on research and publications page	**	*/
body#ID165043 #maincontent dd, body#ID165043 #maincontent dd p {
	margin: 0 0 1em 0;
	line-height: 140%;
}







