.global-settings { text-align:center; } 
#bodyWrapper { text-align:left; } 

/* ******************* widths etc */
#navMainWrapper li { width:104px; }
#navMainWrapper li.listItemEnd { width:106px; border-right:0; } /* last-child*/

.metaType1.card span { width:130px; } /* IE interprets min-width as width*/
.metaType1.card p { height:1.4em; }

/* ******************* LINKS INHERITANCE */
#regions span a { color:#CB5B2D; }
#offices a { color:#888; }
#colMain .featureMultiple h4 a { color:#333; } /* IE does not recognise the 'inherit' property */

/* ******************* hasLayout triggers */
#contextMenu, #navMainWrapper, #contextMenu, #contextMenu dt a { zoom:1; }

blockquote, /* the quote slider requires this */
boxWithBorder,
.featureMultiple, 
.featureMultiple .boxContent,
.featureMultiple li { zoom:1; }

.horizontalBar { font-size:0.1%; background-color:#fff; } /* a bad bug - requires both attributes. This is used for an empty div with border-top only  */

/* ******************* POSITIONING AND LAYOUT */
/* feature-rich hilight items - the margin spacing - see http://www.positioniseverything.net/explorer/floatIndent.html */
.listElementText { display:inline; } /* IE6 double margin bug */

/* ******************* JAVASCRIPT fallback for picture caption */
.featureMultiple .pictureCaption { width:115px; margin:0 9px 0 0; }  /*  as IE does not recognise 'display:table' attribute */

/* CSS3 */
.searchBox { background-color:#F8F4E9; /*F6F0E1 for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F4E9', endColorstr='#FEFDFA');  } 

/* external links */
#externalLink { background:url("../resources/externalLink.png") no-repeat scroll 0 0 transparent;padding:0 0 0 10px;margin-left:5px;display:inline-block;}





/* ******************* CHECK THESE AGAIN */
.boxContent { width:100%; } /* CHECK THIS AGAIN - perhaps zoom will do it */
/* ******************* specific furniture items - INLINE? */
.listStyle03 li { height:190px; width:137px; } /* stories */
.featureMultiple.buttonList li { zoom:1; background:none; background-color:#DDDDED; padding:0; border:0; margin:0; } /* for button-like furniture */

/*stories - #colMain .featureMultiple.stories > div in global - to go INLINE? */
#colMain .featureMultiple.stories .FM1 { width:136px; margin:0 5px; float:left; min-height:185px; height:auto !important; height:185px; border:1px solid #ccc; background-color:#fff;  } /* the adjacent div only - the individual feature items */
#jMonthCalendar { /* float:right; */ } /*CHECK THIS AGAIN - inline css not seen by IE! */
.listStyle06 li { /*margin:0 7px; */  } /*word-wrap:break-word; HP exploring ilo. to go INLINE ?*/
.featureMultiple ol ol { float:left; } /* CHECK THIS AGAIN - dg box home page requires this */
/* home page slider main content - for text INLINE? 
div.slideshow, #page-wrap { width:380px; }
div.wrapper div.image { width:230px; }
div.wrapper div.meta { width:120px; }
*/



/* *******************  NOT USED */
/* #containerBody, */ /* Projects and Programmes  */
/* .container735, 
.boxContent  { zoom:1; } */

#containerBody { /* overflow:visible; */ }
/* .hilight > div but for IE6... */
.hilight div { /*margin:5px;*/ }  /*   the div NEXT to hilight - all the box content except the box header, which touches the box */

/* this deals with the problem of a long caption and short intro text 
the list item below will otherwise float around the intro text in the item above it */
.FM3 li { /* clear:left; zoom:1; */  } 
#colMain .FM3 li { } /* float:left; a bad bug - for rich content with hilight items. now in .FM3 li above */






