@charset "utf-8";

/* CSS Document */
body {
	text-align: center;
	margin-top: 1px;
	margin-left: auto;
	margin-right: auto;
}

/*THI DIV IS THE MAIN SITE DIV. IT IS CENTRED USING THE TEXT-ALIGN ATTRIBUTE IN THE BODY TAG*/
#container {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding-left: 0px;
	margin-bottom: 20px;
	background-color: #ffffff;
	color: #FFFFFF;
	overflow-x: hidden;
	overflow-y: hidden;
}

/*THIS DIV SITS ACROSS THE TOP OF THE CONTAINER DIV. IT CONTAINS FIVE 'CHILD' DIVS*/
#topbarcolumn {
	position: relative;
	width: 840px;
	height: 100px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 0px;
}

/*These are the five 'child divs for: the logo, main menu, site usage, search box and top, right-hand side text*/
#topbarcolumn_logo_position {
	position: absolute;
	height: 20px;
	width: 170px;
	left: 0px;
	top: 20px;
	height: 20px;
}

#topbarcolumn_site_usage {
	position: absolute;
	height: 20px;
	width: 170px;
	left: 690px;
	top: 65px;
	padding-top: 2px;
	color:#999;
	text-align: right;
}

#topbarcolumn_text_position {
	position: absolute;
	width: 200px;
	height: 20px;
	left: auto;
	right: 0px;
	top: 3px;
	text-align: right;
}

#topbarcolumn-searchbox-position {
	position: absolute;
	width: 300px;
	height: 20px;
	left: auto;
	right: 20px;
	top: 25px;
	text-align: right;
	margin-right: 10px;
}

#menuposition {
	position: absolute;
	width: 480px;
	height: auto;
	left: 190px;
	right: auto;
	top: 70px;
	text-align: center;
}

/*THIS DIV SITS ON THE LEFT-HAND SIDE OF THE CONTAINER DIV. IT CONTAINS FOUR 'CHILD' DIVS*/
#lefthandcolumn {
	float: left;
	position: relative;
	width: 170px;
	height: 1px;
	left: auto;
	right: auto;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	background-color: #FFFFFF;
	
}

*html #lefthandcolumn {
	margin-left: 10px;
}


/*These are the two 'child divs for: the sub-navigation feature, the permanent calls to action*/
#subnavi {
	position: absolute;
	width: 170px;
	height: 157px;
	left: 0px;
	right: 0 auto;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/menu_background.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#permanentcalls {
	position: absolute;
	width: 170px;
	height: 100px;
	left: 0px;
	top: 159px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-color: #ffffff;
}

#permanentcalls2 {
	position: absolute;
	width: 170px;
	height: 100px;
	left: 0px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

/*THIS DIV SITS IN THE CENTRE OF THE CONTAINER DIV. IT CONTAINS A NUMBER OF 'CHILD' DIVS* DEPENDING ON WHICH TEMPLATE IS USED*/
#centrecolumn {
	float: left;
	width: 480px;
	margin-left: 0 auto;
	margin-bottom: 20px;
	text-align: left;
	background-color: #FFFFFF;
}

#archiveSearchBox {
	float: left;
	width: 480px;
	margin-left: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}

#archiveSearchResult {
	float: left;
	width: 480px;
	margin-left: 0 auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

#archiveSearch {
	float: left;
	width: 240px;
	margin-left: 0 auto;
	margin-bottom: 20px;
	text-align: left;
	background-color: #FFFFFF;
}

#searchType {
	float: left;
	width: 240px;
	margin-left: 0 auto;
	margin-bottom: 20px;
	text-align: right;
	background-color: #FFFFFF;
}

#mediaCentreImage {
	float: left;
	width: 480px;
	margin-left: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}

#newsItemSummary {
	float: left;
	width: 480px;
	margin-left: 0 auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

/*The 'page image' div houses the graphic that occupies the top, central section of the home page, landing pages and some other content pages. There is a PSD file for this image, and this is used to place the page image and strapline*/

#pageimage {
	float: left;
	width: 480px;
	background-position: top;
	background-repeat: no-repeat;
}

#pageheader {
	float: left;
	width: 480px;
	height: 50px;
	vertical-align: text-top;
	padding-bottom: 40px;
	margin-bottom: 40px;
	text-align: left;
}

/*The 'Call to action' div houses the grey lines and grey text positioned under the main page graphic*/
#Centrepage-call-to-action {
	float: left;
	width: 480px;
	height: 35px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*The 'Call to action' div houses the grey lines and grey text positioned under the main page graphic*/
#pagecopy {
	float: left;
	width: 480px;
	text-align: left;
	margin-top: 10px;;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#pagecopyleft, #pagecopyright {
	float: left;
	width: 230px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding-bottom: 10px;
}

#pagecopyright {
	margin-right: 0px;
	width: 230px;
}

/*THIS DIV SITS ON THE RIGHT-HAND SIDE OF THE CONTAINER DIV. IT CONTAINS NO 'CHILD' DIVS**/
#righthandcolumn {
	float: left;
	width: 170px;
	margin-left: 20px;
	left: auto;
	right: auto;
	text-align: left;
}

/*THIS DIV SITS AT THE BASE OF THE CONTAINER DIV. IT CONTAINS NO 'CHILD' DIVS*/
#footcolumn {
	float: left;
	width: 860px;
	height: auto;
	margin-left: 20px;
	margin-right: auto;
	padding-bottom: 20px;
	text-align: center;
	background-color: #FFFFFF;
}

/*THIS DIV STRUCTURE IMAGES USED IN CONTENT PAGES, E.G. THE PRESS RELEASE PAGE*/
.imagestuff {
	float: left;
	width: 190px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 78%;
	color: #999999;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	text-align: left;
}

/*THIS DIV IS USED TO HOLD THE QUOTE ENGINE*/
#quotecontainer {
	float: left;
	width: 480px;
	height: 400px;
	margin-bottom: 10px;
	margin-top: 0px;
	background-image:url("../images/greypage_background1.jpg");
	background-position: top;
	background-repeat: no-repeat;
}

/*THIS DIV IS USED TO HOLD THE SEARCH RESULTS*/
#searchresults {
	float: left;
	width: 480px;
	margin-bottom: 10px;
}

/*THIS DIV SITS ON THE RIGHT-HAND SIDE OF THE CONTAINER DIV. IT CONTAINS SEVERAL ADDITIONAL 'CHILD' DIVS**/
#righthandcolumn {
	float: left;
	width: 170px;
	margin-left: 20px;
	left: auto;
	right: auto;
	background-color: #FFFFFF;
	text-align: left;
}
 
#righthandcolumn .otherContentTop {
	width: 170px;
	height: auto;
	float: left;
	padding: 0px;
}
 

#righthandcolumn .otherContent {
	width: 160px;
	background-color: #F3FAF9;
	clear: both;
	padding: 5px;
}
 
#righthandcolumn .otherContent {
	background-color: #D1ECE6;
}
 
#righthandcolumn .otherContentBottom {
	width: 170px;
	height: 25px;
	clear: both;
	background-image:url(../images/greyline.gif);
	background-position: left bottom;
	margin-bottom: 10px;
	background-repeat: repeat-x;
}
 
#pagecopyleft, #pagecopyright, #pagecopybox1, #pagecopybox2, #pagecopybox3 {
            float: left;
            width: 230px;
            margin-top: 10px;
            margin-bottom: 10px;
            margin-right: 20px;
            padding-bottom: 10px;
}
 
#pagecopyright {
            margin-right: 0px;
            width: 230px;
}
 
#pagecopybox1, #pagecopybox2, #pagecopybox3 {
            width: 150px;
            margin-right: 15px;
}
 
#pagecopybox3 {
            margin-right: 0px;
}
