/* One column */

#one-block #block1 {
	display: none;
}
#one-block #block2 {
	float: left;
	width: 737px;			/* Width - (left + right padding) */
	padding: 20px;
}
#one-block #block3 {
	display: none;
}


/* Two columns */

#two-blocks #content {
	background: url(../nav/two_columns_background.gif) repeat-y left top;
}
#two-blocks #block1 {
	float: left;
	padding: 20px;
	width: 160px;			/* Width - (left + right padding) */
}
#two-blocks #block2 {
	float: left;
	width: 537px;			/* Width - (left + right padding) */
	padding: 20px;
}
#two-blocks #block3 {
	display: none;
}


/* Three columns */

#three-blocks #content {
}
#three-blocks #block1 {
	float: left;
	padding: 0px 0px 0px 7px;
	width: 160px;
}
#three-blocks #block2-homepage {
	float: left;
	width: 585px;			/* Width - (left + right padding) */
	padding: 10px 0px 20px 10px;
}
#three-blocks #block2 {
	float: left;
	width: 575px;			/* Width - (left + right padding) */
	padding: 10px 0px 20px 10px;
}
#three-blocks #block3 {
	float: left;
	padding: 0px;
	width: 182px;
}



/* CSS
----------------------------------------------------------------------------- */

body {
	text-align: center;		/* Fix to centre page in IE */
	background-image: url(../nav/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F4F8FB;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
img {
	border: none;
}
form {
	margin: 0px;
	padding: 0px;
}
/* Colour needs to be changed */
a:link, a:visited {
	color: #005596;
	/*text-decoration: underline;*/
	text-decoration: none;
}
/* Colour needs to be changed */

a:hover {
	color: #5e882a;
	text-decoration: none;
}
/* Not used
#homeintro a.infolinks {
	font-weight: bold;
	color: #AE6119;
	text-decoration: none;
	padding-right: 10px;
	font-size: 11px;
	background-image: url(../nav/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 10px;
}
#homeintro a.infolinks:hover {
	color: #9C420E;
	text-decoration: none;
}*/


/* Colour needs to be changed */
h1 {
	font-weight: lighter;
	font-size: 18px;
	color: #005596;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Colour needs to be changed */
h2 {
	font-weight: lighter;
	font-size: 16px;
	color: #5e882a;
	margin-top: 0px;
	padding-top: 0px;
}
/* Colour needs to be changed */
h3 {
	font-weight: normal;
	font-size: 14px;
	color: #5e882a;
	margin-bottom: 5px;
}
/* Colour needs to be changed */
h4 {
	font-weight: normal;
	font-size: 12px;
	color: #5e882a;
	margin-bottom: 5px;
}

p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 1em;
}
/* Colour needs to be changed */
/* Image needs to be changed */
ul {
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: url(../nav/bullet.gif);
	font-size: 10px;
	color: #666666;
}
.float-right {
	float: right;
}
/* Image needs to be changed */
#page {
	width: 777px;			/* Maximum width to fit 800 x 600 px screen */
							/* If you need borders then the page width needs to be reduced by the widths of the borders */
							   
	margin: 0px auto;		/* Centre this div */
	text-align: left;		/* Uncentre content from fix to centre page in IE */
	background-image: url(../nav/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
/* Colour needs to be changed */
/* Image needs to be changed */
#header {
	width: 757px;			/* Maximum width to fit 800 x 600 px screen */
	/* If you need borders then the page width needs
							   to be reduced by the widths of the borders */
	overflow: hidden;
	padding: 10px 0px 10px 20px;
	background-image: url(../nav/platform_header_image_revised.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #F4F8FB;
	height: 190px;
	position:relative;
}
#header #logo {
	position:absolute;
	top:100px;
	left:10px;
}
#header #logo2 {
	position:absolute;
	top:114px;
	left:592px;
}
#content {
	width: 777px;			/* Maximum width to fit 800 x 600 px screen */
							/* If you need borders then the page width needs
							   to be reduced by the widths of the borders */
							   
	overflow: hidden;
}

#footer {
	clear: both;
	width: 747px;			/* Maximum width to fit 800 x 600 px screen */
	/* If you need borders then the page width needs
							   to be reduced by the widths of the borders */
	overflow: hidden;
	padding: 16px 20px 10px 10px;
	background-color: #F4F8FB;
	background-image: url(../nav/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 73px;
	font-size: 11px;
}
#footer #footleft {
	width: 134px;
	margin-right: 0px;
	padding-left: 22px;
	float: left;
}
#footer #footmiddle {
	color: #FFFFFF;
	margin-left: 0px;
	width: 420px;
	text-align: center;
	padding-top: 4px;
	float: left;
}
#footer #footmiddle a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer #footmiddle a:hover {
	text-decoration: none;
}
#footer #footmiddle strong {
	color: #331F00;
}
#footer #footerright {
	float: left;
	width: 170px;
	text-align: center;
}
#footer #footer-wrapper{
	height:25px;
	overflow:hidden;
}
#footer #footbottom {
	clear: both;
	padding-top: 13px;
	color: #A85F19;

}
#footer #footbottom a {
	float: right;
	margin-right: 10px;
}
.accessibility {
	display: none;
	/* Hides from IE 5 Mac */
	/* \*/
	display: inline;
	position: absolute;
	left: -999em;
	/* */
}
.accessibility hr {
	width: 100px;		/* Fixes a display issue in IE */
}
table {
}
th {
	text-align: left;
	padding: 5px 0px;
}
td {
	padding: 5px 0px;
	text-align: left;
}


/* Tabs Menu CSS
----------------------------------------------------------------------------- */

#tabs {
	float: left;
	height: 32px;
	font-weight: lighter;
	padding-left: 300px;
}
#tabs ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	font-size: 12px;
}
#tabs li {
	float: left;
	margin-right: 0px;
	background-image: url(../nav/tabright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#tabs a {
	display: block;					/* Enable padding on links so the whole tab is clickable. */
	padding: 10px 12px;
	text-decoration: none;
	width: auto;						/* Fixed for IE 5 mac. */
	/* Hides from IE 5 Mac */
	/* \*/
	width: auto;					/* Corrected from IE 5 mac fix. */
	/* */
	
	text-align: center;
	background-image: url(../nav/tableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #E6DAD0;
}
#tabs a:link, #menu a:visited {
	color: #E6DAD0;
}
#tabs a:hover {
	color: #FFFFFF;
}
#tabs .selected {
	background-image: url(../nav/selectedtabright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#tabs .selected a {
	background-image: url(../nav/selectedtableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #004742;
}
#tabs .selected a:hover {
	background-image: url(../nav/selectedtableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #004742;
}


/* Search form CSS
----------------------------------------------------------------------------- */


#search {
	height: 74px;
	background-color: #005596;
	background-image: url(../nav/search_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-top: 4px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 10px;
}
/* Colour needs to be changed */
#search h2 {
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 27px;
	padding-bottom: 14px;
	padding-top: 5px;
}
form.searchform{
	width:130px;
	height:23px;
	position:relative;
	margin:13px 0 0 4px;
}
form.searchform input{
	position:absolute;
	height:19px;
	width:120px;
	border:1px solid #a0cf67;
	text-indent:4px;
	line-height:19px;
}
form.searchform input.go{
	border:none;
	left:auto;
	right:0;
	width:33px;
	height:23px;
}

/* Menu CSS
----------------------------------------------------------------------------- */

/* Image needs to be changed */
#menu {
	width: 160px;
	padding-top: 5px;
	background-image: url(../nav/menu_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
}
#menuads {
	padding: 0px 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
#menuads-caption a {
	padding: 0;
	margin: 0 5px 0 5px;
	font-size: 10px;
}
/* Colour needs to be changed */
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top: 0px solid #000000;
	list-style-image: none;
}
/* Colour needs to be changed */
#menu ul li {
	border-bottom: solid 1px #5e882a;
}
#menu ul li a {
	display: block;					/* Enable padding on links so the whole button is clickable. */
	padding: 10px;
	text-decoration: none;
	width: auto;					/* Needs a width to make the whole button clickable for IE */
}
/* Colour needs to be changed */
#menu ul li a:link, #menu ul li a:visited {
	background-color: #005596;
	color: #ffffff;
}
/* Colour needs to be changed */
#menu ul li a:hover {
	background-color: #005596;
	color: #FFFFFF;
}

/* Colour needs to be changed */
/* Image needs to be changed */
#menu ul li a.selected  {
	font-weight: bold;
	color: #004742;
	background-image: url(../nav/open_arrow.gif);
	background-repeat: no-repeat;
	background-position: 140px center;
	background-color: #74A1A1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/* Colour needs to be changed */
/* Image needs to be changed */
#menu ul li a.selected:link, #menu ul li a.selected:visited {
	font-weight: bold;
	color: #004742;
	background-image: url(../nav/open_arrow.gif);
	background-repeat: no-repeat;
	background-position: 140px center;
	background-color: #74A1A1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/* Colour needs to be changed */
/* Image needs to be changed */
#menu ul li a.selected:hover {
	font-weight: bold;
	color: #004742;
	background-image: url(../nav/open_arrow.gif);
	background-repeat: no-repeat;
	background-position: 140px center;
	background-color: #74A1A1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* Colour needs to be changed */
#menu ul li ul li ul li a:link, #menu ul li ul li ul li a:visited{
	color:#005596;
}
/* Colour needs to be changed */
#menu ul li ul li ul li a:hover{
	color:#004742;
}



/* Sub menu
----------------------------------------------------------------------------- */
/* Colour needs to be changed */
#menu ul li ul {
	border-top: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/* Colour needs to be changed */
#menu ul li ul li {
	margin: 0;
	padding: 0;
	border-top: 0px solid #005596;
	border-bottom: none;
}
/* Colour needs to be changed */
/* Image needs to be changed */
#menu ul li ul a {
	padding: 10px 10px 10px 12px;
	margin: 0;
	width: 138px;
	background-image: url(../nav/menu_divider.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
/* Colour needs to be changed */
#menu ul li ul li a.selectedsub:link, #menu ul li ul li a.selectedsub:visited {
	color: #005596;
	/*color: #237E7C;*/
	font-weight: bold;

}
/* Colour needs to be changed */
#menu ul li ul a:link, #menu ul li ul a:visited {
	/*background-color: #D3E2E5;*/
	background-color: #a0cf67;
	color: #005596;
	font-size: 10px;
}
/* Colour needs to be changed */
#menu ul li ul a:hover {
	color: #004742;
}


/* Design specific CSS
============================================================================= */

/* Colour needs to be changed */
#breadcrumb {
	padding-top: 0px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6DAD0;
	color: #5d3d80;
	margin-bottom: 10px;
}
/* Colour needs to be changed */
#breadcrumb a {
	color: #5e882a;
	text-decoration: underline;
}
/* Colour needs to be changed */
#breadcrumb a:hover {
	color: #a0cf67;
	text-decoration: none;
}


#right_images {
	float: right;
	margin: 0 0 20px 20px;
	padding-top: 0px;
}
/* Colour needs to be changed */
#right_images a img {
	margin-top: 0px;
	border: 1px solid #D3E2E5;
	padding: 1px;
}
/* Colour needs to be changed */
#right_images a:hover img {
	border: 1px solid #A6511A;
}
#right_images .caption {
	text-align: right;
}
/* Colour needs to be changed */
#right_images .caption a {
	border-bottom: 1px dotted #C6D1E9;
}


/* Colour needs to be changed */
.download_box {
	clear: right;
	background-color: #ffffff;
	border: 1px solid #005596;
	padding: 10px 0 10px 0;
	margin: 20px 0 20px 0;	
}
/* Colour needs to be changed */
.download_box p {
	font-weight: normal;
	color: #005596;
	padding: 0;
	margin: 0 0 10px 15px;	
}
.download_box ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding-left: 15px;
}
.download_box ul li {
	list-style: none;
	padding-bottom: 5px;
}
.download_box ul li a {
	text-decoration: none;
	font-size: 11px;
	border: none;	
}
.download_box ul li img {
	vertical-align: bottom;
	padding-right: 5px;	
}
.download_box #file-download-table {
	margin-left: 15px;
}
.download_box #file-download-table td {
	padding: 0 7px 10px 0;
	vertical-align: top;
	line-height: 1.5em;
}
.download_box #file-download-table td img {
	vertical-align: middle;
}



/*** home page ***/
/* Colour needs to be changed */
#homeintro {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6DAD0;
}
/* Colour needs to be changed */
/* Image needs to be changed */
.homenews {
	float: left;
	background-image: url(../nav/news_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EBF2F5;
	width: 178px;
	height: 205px;
	padding: 10px;
	font-size: 11px;
	margin-right: 7px;
}
/* Colour needs to be changed */
.homenews a:link, a:visited a:hover {
	color: #046866;
	text-decoration: none;
}

/* Colour needs to be changed */
.homenews h3 {
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	padding-top: 0px;
	padding-left: 15px;
	padding-bottom: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.homenews h3 a, div.homenews h3 a:hover, div.homenews h3 a:visited {
	color: #fff !important;
}

/* QUICK START guide
----------------------------------------------------------------------------- */
/* Colour needs to be changed */
/* Image needs to be changed */
#quickstart {
	background-image: url(../nav/login_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #c4b0d6;
	width: 164px;
	margin-left: 8px;
	color: #000000;
	font-size: 10px;
	padding: 10px 0px 30px 10px;
}
/* Colour needs to be changed */
#quickstart .guide-link{
	margin-top: 6px;
	height: 40px;
	margin-right: 8px;
	padding-top: 10px;
	color: #008eb0;
	border-top-color: #c4b0d6;
	border-top-width: 1px;
	border-top-style: solid;
}

#quickstart .guide-link img{
	float: left;
	padding-right: 10px;
}
/* Colour needs to be changed */
#quickstart .guide-link a{
	color: #2c2036;
	text-decoration: none;
}
/* Colour needs to be changed */
/* Image needs to be changed */
#quickstart a.infolinks {
	font-weight: bold;
	color: #AE6119;
	text-decoration: none;
	padding-right: 10px;
	font-size: 10px;
	background-image: url(../nav/quicklinks_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 10px;
}
/* Colour needs to be changed */
#quickstart h3 {
	font-size: 10px;
	font-weight: bolder;
	color: #E9e9e9;
	padding-top: 0px;
	padding-left: 28px;
	padding-bottom: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Colour needs to be changed */
/* Image needs to be changed */
.searchform .go {
	background-color: #D2E2E4;
	background-image: url(../nav/go_button.gif);
	background-repeat: no-repeat;
	background-position: left -1px;
	width: 34px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* Colour needs to be changed */
#homeconference {
	margin-bottom: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6DAD0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6DAD0;
}
/* Colour needs to be changed */
#homeconference a img {
	margin-bottom: 10px;
	border: 1px solid #F0EBE5;
	background-color: #ffffff;
	padding: 1px;
}
/* Colour needs to be changed */
#homeconference a:hover img {
	margin-bottom: 10px;
	border: 1px solid #74A1A1;
	background-color: #ffffff;
	padding: 1px;
}

/* Colour needs to be changed */
.listings {
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBF2F5;
}
/* Colour needs to be changed */
.date {
	font-size: 9px;
	font-weight: normal;
	color: #A6511A;
}

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

img.right-image {
	float: right;
	margin: 0 0 10px 10px;
	}
	
/* Colour needs to be changed */
div#side-bar {
	float: right;
	display: inline;
	width: 200px;
	padding: 10px;
	margin: 0 0 10px 10px;
	border: 1px solid #afafaf;
}
/* Colour needs to be changed */
/* Image needs to be changed */
div#side-bar h3 {
	padding-left: 55px;
	background-image: url('../nav/compass_small.jpg');
	background-position: left;
	background-repeat: no-repeat;
	height: 53px;
}


/*********************/

#homeintro img{
	margin:10px 0 0;
}
#home-images{
	margin:15px 0 0;
	overflow:hidden;
	zoom:1;
	padding:0 0 10px;
}
#home-images a{
	width:190px;
	/*height:160px;*/
	float:left;
	display:inline;
	margin:0 7px 5px 0;
}
#home-images a.no-margin{
	margin:0 0 15px;
}
#home-images img{
	display:block;
	margin:0 0 5px;
}


/*
 * ADDED BY LD 19/05/11
 * Added at bottom so that Marc can tidy up and place rule blocks where necessary
 */
#content-list {
	overflow: hidden;
	/*background-color: pink;*/
}
.content-list-block {
	width: 171px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	/*background-color: lightblue;*/
}
.content-list-block.clear {
	/*background-color: lightgreen;*/
	clear: left;
}
.content-list-block img {
	height: 100px;
}

#topic-resource-list {
	margin-bottom: 30px;
}
#topic-resource-list dt {
	font-weight: lighter;
	font-size: 16px;
	color: #2c2036;
}
#topic-resource-list dd {
	margin-left: 0;
}