/* CSS Document */

body{
	margin:0; 
	margin-top:-19px;
//	text-align:center;
	background:#131521 url(../Global_Images/gradient_bg.jpg) repeat-x;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#747474;
}
* html body{margin-top:0px;}

fieldset
{
	border:0;
}
#middlebar > h1{
	background:url(../Global_Images/middle_section_start.gif) no-repeat;
	font-size:11px;
	color:#192168;
	/*margin:10px 0 15px 0;*/
	margin:0 0 0 -10px;
	padding:10px 0 15px 10px;
	text-align:left;
}
* html #middlebar h1{
	background:url(../Global_Images/middle_section_start.gif) no-repeat;
	font-size:11px;
	color:#192168;
	margin:0 0 0 -10px;
	padding:10px 0 15px 10px;
	text-align:left;
}

* html #Content h1{background:none}

body.OLP #middlebar > h1{
	background:url(../Global_Images/h1_olp.gif) no-repeat;
	color:#fff
}

body.SMP #middlebar > h1 {
	background:url(../../info/image/strategic_management/h1_strategic_management.gif) no-repeat;
	color:#fff
}

body.Product #middlebar > h1 {
	background:url(../../info/image/tech/h1_-new_product_dev.gif) no-repeat;
	color:#fff
}

body.Supply_Chain #middlebar > h1 {
	background:url(../../info/image/supply_chains/h1_supply_chain_dev.gif) no-repeat;
	color:#fff
}

body.Lean #middlebar > h1 {
	background:url(../../info/image/lean/h1_operational_improvement.gif) no-repeat;
	color:#fff
}

body.Down_Turn #middlebar > h1 {
	background:url(../Global_Images/h1_downturn_readiness.gif) no-repeat;
	color:#fff
}

#Content h1{
	background:none;
	font-size:11px;
	color:#192168;
	margin:10px 0 15px 0;
	text-align:left;
}

h2{
	font-size:11px;
	color:#192168;
	margin-bottom:15px;
	text-align:left;
}
* html h2{margin-top:10px;}

h3{
	font-size:11px;
	color:#192168;
	margin-bottom:-10px;
}
* html h3{margin-top:-2px;}

h3.downturn{color:#231f20}

h4{
	font-size:11px;
	color:#747474;
	margin-bottom:-10px;
}

h5{
	font-size:11px;
	color:#fb3536;
	margin:9px 0 -7px 0;
}

h6{
	font-size:11px;
	color:#192168;
	margin:0px;
}

h6 a{
	text-decoration:none; 
	color:#747474; 
	outline:none;
}

ol{
	margin-left:-10px;
	color:#192168;
	list-style-type:decimal;
}
* html ol{margin-left:30px;}

ol li{color:#192168;}

ol li span{color:#747474;}

ul.bullet{
	margin-left:-10px;
	list-style-type:disc;
}
* html ul.bullet{margin-left:25px;}

ul.bullet li{color:#192168;}
ul.bullet li span{color:#747474;}

abbr{border-bottom:1px dotted #747474}
.abbr{border-bottom:1px dotted #747474 cursor:help;} /*Fix for IE6 as it does not suppor the abbr tag*/

a img {border:none;}


#container{
	width:800px;
	text-align:center;
	margin:auto;
	background-color:#FFFFFF;
}


#masthead .logo {
	float:left;
	padding:0px 0 0 2px;
}

#left {
	padding-bottom: 0;
	margin: 0;
	height: 76px;
}

#left .phonenumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: right;
	padding:20px 24px 0 0;
}

/* styles for the drop down navigation  */
#nav{
	background:url(../Global_Images/menu_bg.gif) repeat-x;  /* Sets background colour to top level items and drop downs */
	height:46px;
	position:relative;
	z-index:30;
}

#nav ul {
	float: left;    /* floats the top level headings out to the left. Change this if you want a vertical menu */
	list-style:none;  /* removes any bullet points  */
	line-height:1;  /* makes sure 2nd level drop downs line up */
	padding:0;  /* Aligns origional list to left */
	font-weight:normal;  /* Font weight for top level items */
	width: 100%;  /* Width of entire navigation bar */
	margin: 0 0 4px 0;  /* Gap between nav menu and content beneath it */	
}

#nav a {
	display: block;  /*  */
	width: 100px;   /* Top level list width (Text width) */
	/*w\idth: 7.9em;  /* Top level list width  IE BOX model hack*/
	color: #b9b9b9;  /*  Colour of font on all menus*/
	text-decoration: none;  /*  removes underlines from all links*/
	padding-top:12px;  /* Controls padding of all links in navigation */
	font-family:Arial, Helvetica, sans-serif;  /* font of all links in navigation */
	font-weight:normal;  /* Font weight for all linked items */
}

#nav a:hover{color:#192168;}

#nav li.daddy {
	background-image:url(../Global_Images/rightarrow.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#nav li.top {
	float: left;  /* Aligns top level tabs to left */
	width: 100px;  /* Width of top level items (hack to make opera to behave) */
	padding: 0;  /* padding below navigation bar (leave at 0 I think) */
	font-size: 14px;  /* font size of all link in navigation */
	text-align:center;
}

/* Drop down bits  */
#nav li ul {
	left: -999em;
	width: 140px;
	position: absolute;
	height: auto;
	font-weight: normal;
	font-size: 11px;  /* font size of all link in navigation */
	margin-top: 12px;
	visibility: visible;
	background-image:url(../Global_Images/menu_sub_bg.gif);  /* Sets background colour to top level items and drop downs */
	background-repeat:repeat-y;
	padding-bottom:20px;
	text-align:left;
}
* html #nav li ul {margin-top:-1px; margin-left:-50px;}

#nav li li {
	padding-right: 10px;  /* Padding to right of drop downs */
	margin-left: 10px;  
	width: 110px; /* Width of drop downs (fiddle with this a bit to get borders to work)*/
	border-bottom: 1px solid #b9b9b9;  /* border colour and design within drop downs */
}
* html #nav li li {padding-right:0px; margin-left:0px;}

#nav li li:hover {
	border-bottom: 1px solid #abe1fa;  /* changes border colour when sub menus are rolled over */
}

#nav li li:hover a{color:#FFFFFF;}
#nav li li:active a{color:#FFFFFF;}

#nav li ul a {
	width: 100px;  /*  Text width on drop downs */
	margin-left:10px;
	padding-bottom:5px;
	color:#b9b9b9;
}

#nav li ul ul { /* 3rd level drop down*/
	margin: -20px 0px 0px 120px;  /* lines up 3rd level drop down */
	background-image:url(../Global_Images/menu_sub_sub_bg.gif);  /* Sets background colour to top level items and drop downs */
	background-repeat:repeat-y;
	width:120px;
	border: 1px solid #abe1fa;
}
* html #nav li ul ul {margin: -20px 0px 0px 55px;}

#nav li ul ul li{ /* 3rd level drop down*/
	border-bottom:none;
}

#nav li ul ul li:hover { /* 3rd level drop down*/
	border-bottom:none; 
}

#nav li ul ul li a:hover{color:#abe1fa; text-decoration:underline;}
#nav li ul ul li a:active{color:#abe1fa; text-decoration:underline;}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;  /* hides the 3rd level drop down */
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;  /* displays all drop downs after roll over */
}

#nav li:hover, #nav li.sfhover {
	
}

#nav li.top:hover {
	background: #ffffff;  /* background colour of drop downs when hovered over */
	height:38px;
}
* html #nav li a.top{height:26px;}
* html #nav li a.top:hover{background-color:#FFF; height:26px;}
/* ---- End menu ---- */



/* ---- Breadcrumb menu ---- */
#icon{
	width:780px;
	height:20px;
	float:left;
	background-color:#FFF;
	text-align:left;
	padding-top:15px;
	padding-left:20px;
}
/* ---- End Breadcrumb menu ---- */




.new-front #mainContent {
	width:800px;
	float:left;
	background-color:#FFF;
}

#mainContent {
	float:left;
	background-color:#FFF;
}

.new-front #leftbar{
	width:190px;
	float: left;
	margin-left:10px;
	clear:none!important;
}


#leftbar{
	width:190px;
	float: left;
	margin-left:10px;
	clear:left;
}

* html #leftbar{margin-left:5px;}

#middlebar{
	width:381px;
	float: left;
	/*background:url(../Global_Images/middle_section_start.gif) no-repeat;*/
	margin:5px 0 0 9px;
	text-align:left;
	padding-left:10px;
}

#middlebar2{
	width:381px;
	float: left;
	/*background:url(../Global_Images/middle_section_start.gif) no-repeat;*/
	margin:5px 0 0 9px;
	text-align:left;
	padding-left:10px;
}

#rightbar{
	width:190px;
	float: left;
	margin-right:10px;
}

#rightbar2{
	width:313px;
	float: left;
	margin-right:10px;
}

* html #rightbar{margin-right:5px;}

#topImage{margin:0 0 10px -7px;}

#Content{
	width:380px;
	float: left;
	margin-left:0;
	text-align:left;
}

#Content h1{
	font-size:14px;
	color:#192168;
	text-align:left;
	margin-top:0;
}

#Content h2{
	font-size:14px;
	color:#747474;
	margin:5px 0 0 0;
	padding-left:0;
}
* html #Content h2{margin:5px 0 10px 0;}

#Content h2.blue{
	color:#00447d
}

#Content p{width:360px;}

/* ---- These are the sections in the left and right hand columns --*/
.section_start, .overview{ 
	
	clear:both;
	margin-top:5px;
	padding:1px 0 0 10px;
	text-align:left;
	min-height:185px; 
	overflow:hidden;
}
/** html .section_start, * html .overview{height:175px;}*/

.overview{padding-left:3px;}
.overview h2, .overview p{padding-left:7px;}

.section_start p, .overview p{
	padding-top:10px;
	line-height:16px;
}
* html .section_start p, * html .overview p{padding-top:0;}

* html .section_start p { width:auto!important; padding:0 0 10px 0; margin:0; }

.section_start img{
	float:left;
	padding:2px 7px 5px 0;
}

.section_start2 img{
	float:left;
	padding:2px 7px 5px 0;
}

.moreExplore_start{
	background-image:url(../Global_Images/more_start.gif);
	background-repeat:no-repeat;
	margin-top:5px;
	padding:1px 0px 0px 10px;
	text-align:left;
	min-height:185px;
}

/* Overview Section - links */
a.lean_resource, a.operational_improvement, a.strategic_management, a.leadership, a.new_product_development, a.supply_chain_development{
	display:block;
	height:13px;
	margin-bottom:3px;
	margin-left:3px;
	width:186px;
}

* html a.lean_resource, * html a.operational_improvement, * html a.strategic_management, * html a.leadership, * html a.new_product_development, * html a.supply_chain_development{
	margin:2px 0;
}

a.lean_resource{background:url(../Global_Images/lean_resource.gif) no-repeat 0 0}
a.operational_improvement{background:url(../Global_Images/operational_improvement.gif) no-repeat 0 0}
a.strategic_management{background:url(../Global_Images/strategic_management.gif) no-repeat 0 0}
a.leadership{background:url(../Global_Images/leadership.gif) no-repeat 0 0}
a.new_product_development{background:url(../Global_Images/new_product_development.gif) no-repeat 0 0}
a.supply_chain_development{background:url(../Global_Images/supply_chain_development.gif) no-repeat 0 0}

a.lean_resource:hover, a.operational_improvement:hover, a.strategic_management:hover, a.leadership:hover, a.new_product_development:hover, a.supply_chain_development:hover{
	background-position:0 -17px;  
}

.overview a.lean_resource, .overview a.operational_improvement, .overview a.strategic_management, .overview a.leadership, .overview a.new_product_development, .overview a.supply_chain_development{
	margin-left:0px;
}

.section_start a.lean_resource, .section_start a.operational_improvement, .section_start a.strategic_management, .section_start a.leadership, .section_start a.new_product_development, .section_start a.supply_chain_development{
	margin-left:-7px;
}
.img_replace{display:none;}

.feedback{text-align:left}

/* Nov 08
------------------------------------------------------------------------------*/
/* ---- Search Section ---- */
#search form{
	margin:9px 0;
	text-align:left;
}

#search form fieldset{
	border:0;
	padding:0;
}

#search form input.txt{
	background:#fff url(../Global_Images/search_box.gif) no-repeat; 
	border:0;
	float:left;
	margin:-4px 0 0 0;
	padding:7px 10px 5px 10px;
	height:25px; 
	width:100px;  
}

#search form input.btn{margin:-4px 0 0 0}
* html #search form input.btn{margin:-5px 0 0 0}
/* ---- End Search Section ---- */

/* ---- Subscribe Section ---- */
#subscribe form{
	margin:9px 0;
	text-align:left;
}

#subscribe form fieldset{
	border:0;
	padding:0;
}

#subscribe form input.txt{
	background:#fff url(../Global_Images/subscribe_box.gif) no-repeat!important;
	border:0;
	float:left;
	margin:0;
	padding:9px 21px 0 10px;
	height:23px;
	width:80px;
}

* html #subscribe form input.txt{margin:0 -5px 0 0;}
/* End Nov 08
------------------------------------------------------------------------------*/


/* ---- Lists for the News and Events items on the right hand side ---- */
.section_start ul{
	margin-left:-40px;
	color:#747474;
	line-height:16px;
}
* html .section_start ul{margin-left:0;}

.section_start ul li{
	list-style-type:none;
	min-height:20px;
	padding-bottom:20px;
}

ul.images {
	padding-bottom:0!important;
	margin-bottom:0;
}

.section_start ul.images{
	margin-left:-40px;
	color:#747474;
	line-height:16px;
	padding-bottom:2px;
}

.section_start2 ul.images{
	margin-left:-40px;
	color:#747474;
	line-height:16px;
	padding-bottom:2px;
}

* html .section_start ul.images{margin-left:0;}
.section_start ul.images img{padding-bottom:32px;}
* html .section_start ul.images img{padding-bottom:33px;}

.section_start ul.images li{
	list-style-type:none;
	height:52px;
	clear:both;
}

.section_start2 ul.images li{
	list-style-type:none;
	height:52px;
	clear:both;
}

.calendar{
	width:170px; 
	height:30px;
	padding-bottom:10px;
}

.moreExplore_start ul{
	margin-left:-40px;
	color:#747474;
	padding-top:4px
}
* html .moreExplore_start ul{margin-left:0px;}

.moreExplore_start ul li{
	list-style-type:none;
	padding-bottom:7px;
}

/* ---- End Lists for the News and Events items on the right hand side ---- */



/* ---- Lists for the Related items on the left hand side ---- */
.section_start ul.related{
	margin-left:-43px;
	color:#747474;
}
* html .section_start ul.related{margin-left:0px;}

.section_start ul.related li{
	list-style-type:none;
	padding-bottom:0px;
}
/* ---- End lists for the Related items on the left hand side ---- */


.section_end{
	
	background-repeat:no-repeat;
	height:13px;
}

.section_end2{
	background-color: ;
	background-repeat:no-repeat;
	height:13px;
}

.regionLeft{
	background-image:url(../Global_Images/section_start.gif);
	background-repeat:no-repeat;
	margin-top:5px;
	padding:1px 0px 0px 10px;
	text-align:left;
	width:185px;
	height:190px;
	position:relative;
}

#regionLeft_flash{
	width:185px;
	height:152px;
	position:absolute;
	z-index:1;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
}

.regionLeft_text{
	width:95px;
	font-weight:bold;
	margin:25px 0px 0px 0px;
	position:absolute;
	z-index:2;
}


/* ---- Map section on left hand column ----*/

/* ---- End Map section on left hand column ----*/

/* ---- End sections in the left and right hand columns --*/



/* ---- Map section on My Region Page ----*/
#region{
	margin:0px 0px 10px -7px;
	height:140px;
	width:379px;
	padding-top:5px;
	position:relative;
}

#region_flash{
	width:379px;
	height:200px;
	position:absolute;
	z-index:2;
	background-position: right;
}

#region_text{
	width:379px;
	height:140px;
	position:absolute;
	z-index:1;
	margin-bottom: 100px;
}

/* ---- End Map section on My Region Page ----*/



/* ---- This is for the list in the middle section on the Index page ---- */
#Content ul.index{
	margin-left:-40px;
}

#Content ul.index li{
	list-style-type:none;
	min-height:80px;
	padding-bottom:5px;
	float:left;
}

#Content ul.index li .container{
	width:380px;
	height:80px;
	padding-bottom:10px;
}

#Content ul.index li .ind_img{
	width:70px;
	float:left;
}

img.ind_img{
	clear: left;
	float:left;
margin: 0 3px 3px 0;
}

#Content ul.index li .ind_desc{
	float:left;
	width:285px;
	margin-left:10px;
	margin-top:-10px;
}
* html #Content ul.index li .ind_desc{margin-top:0px;}

#Content ul.index li .ind_desc p{
	width:285px;
}
/* ---- End list on the Index page ---- */



/* ---- Middle Section which has been split into two (i.e. Case Study Page) ---- */
#ContentLeft{
	float:left;
	line-height:16px;
}

#ContentLeft h1{
	font-size:14px;
	color:#192168;
	margin-bottom:-10px;
}

#ContentLeft h2{
	font-size:12px;
	color:#747474;
	margin-bottom:50px;
}

#ContentLeft h3{
	font-size:11px;
	color:#192168;
	margin-bottom:-10px;
	padding-left:0px;
}
#ContentLeftAlt {

	width:180px;
	float:left;
	margin-left:0px;
}
#ContentRight{
	width:180px;
	float:right;
	margin-left:10px;
}

.news_detail_img{
	text-align:right;
}

#ContentRight ul.icon{
	margin-top:-3px;
	margin-left:-40px;
}

#ContentRight ul.icon li{
	list-style-type:none;
	display:inline;
	float:left;
}

#ContentRight .shaded{
	background-color:#dadbdc;
	margin-right:5px;
	padding-bottom:3px;
}

#ContentRight .shaded h3{
	padding-left:9px;
}

#ContentRight ul.shaded{
	margin-left:3px;
}

#ContentRight ul.shaded li{
	list-style-type:disc;
	margin-left:-20px;
}
* html #ContentRight ul.shaded li{margin-left:20px;}

.quote_start{
	background-image:url(../Global_Images/quote_start.gif);
	background-repeat:no-repeat;
	margin-top:5px;
	font-style:italic;
	padding-top:7px;
	margin-bottom:-13px;
}

.quote_end{
	background-image:url(../Global_Images/quote_end.gif);
	background-repeat:no-repeat;
	margin-top:5px;
	color:#192168;
	padding-top:10px;
	padding-bottom:10px;
}
/* ---- End Middle Section which has been split into two (i.e. Case Study Page) ---- */

/* ---- Case Study Page ---- */
#useful_facts{
	border-top-color:#abe1fa;
	border-top-style:solid;
	border-top-width:4px;
	border-bottom-color:#abe1fa;
	border-bottom-style:solid;
	border-bottom-width:2px;
	padding:5px 0px 5px 20px;
	font-size:11px;
	color:#192168;
	font-weight:bold;
}

#useful_facts_content{
	border-bottom-color:#192168;
	border-bottom-style:solid;
	border-bottom-width:4px;
	padding:10px 0px 10px 20px;
	margin-bottom:10px;
}
/* ---- End Case Study Page ---- */

#middlebarGrey{
	width:381px;
	float: left;
	background-image:url(../Global_Images/middlebar_grey.gif);
	background-repeat:no-repeat;
	margin:5px 0px 0px -10px;
	text-align:left;
	padding-left:10px;
}

/* ---- This is for the list on the Team page ---- */
#Content ul.team{
	margin-left:-40px;
}
* html #Content ul.team{margin-left:0px;}

#Content ul.team li{
	list-style-type:none;
	height:70px;
	float:left;
	padding-bottom:20px;
}

#Content ul.team li .team_container{
	width:190px;
	height:40px;
	padding-bottom:10px;
}

#Content ul.team li .team_img{
	width:40px;
	float:left;
}

#Content ul.team li .team_desc{
	float:left;
	width:140px;
	margin-left:10px;
	/*margin-top:-10px;*/
}
* html #Content ul.team li .team_desc{margin-left:25px; margin-top:-50px;}
/* ---- End list on the Team page ---- */



/* ---- This is for the list on the Team page ---- */
#Content ul.team-top{
	margin-left:-40px;
}
* html #Content ul.team-top{margin-left:0px;}

#Content ul.team-top li{
	list-style-type:none;
	float:none;
	display:block;
	padding-bottom:20px;
}


#Content ul.team-top li.empty {
	list-style-type:none;
	float:none;
	display:block;
}

#Content ul.team-top li .team_container{
	width:190px;
	height:40px;
	padding-bottom:10px;
}


#Content ul.team-top li .team_img{
	width:40px;
	float:left;
}

#Content ul.team-top li .team_desc{
	float:left;
	width:140px;
	margin-left:10px;
	/*margin-top:-10px;*/
}
* html #Content ul.team-top li .team_desc{margin-left:25px; margin-top:-50px;}
/* ---- End list on the Team page ---- */





/* ---- This is for the list on the Team page ---- */
#Content ul.board{
	margin-left:-40px;
}
* html #Content ul.board{margin-left:0px;}

#Content ul.board li{
	list-style-type:none;
	height:70px;
	float:left;
	padding-bottom:20px;
}

#Content ul.board li .team_container{
	width:190px;
	height:40px;
	padding-bottom:10px;
}

#Content ul.board li .team_img{
	width:40px;
	float:left;
}

#Content ul.board li .team_desc{
	float:left;
	width:140px;
	margin-left:10px;
	margin-top:-10px;
}
* html #Content ul.board li .team_desc{margin-left:25px; margin-top:-50px;}
/* ---- End list on the Team page ---- */




/* ---- Events Page ---- */
#event_detail{
	width:370px;
	float: left;
	margin-left:-5px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	background-image:url(../Global_Images/event_detail_bg.jpg);
	background-repeat:repeat-y;
	padding:10px 0px 20px 10px;
	overflow:hidden;
}
* html #event_detail{margin-bottom:15px; margin-left:-10px;}

#event_detail_left{
	float:left;
	margin-left:-10px;
}
* html #event_detail_left{margin-left:0px;}
#event_detail_left p{width:auto}

#event_detail_right{
	width:170px;
	height:150px;
	float:right;
	margin:10px 0px 10px 0px;
}

#event_detail_clock{
	background-image:url(../Global_Images/clock.jpg);
	background-repeat:no-repeat;
	width:24px;
	float:left;
	height:200px;
	margin:5px 5px 0px 0px;
}

#EventContentLeft{
	width:150px;
	float:left;
	line-height:16px;
}

#EventContentLeft p{width:130px;}

#EventContentRight{
	width:120px;
	float:right;
	margin-left:10px;
}
* html #EventContentRight p{width:120px; margin-left:0px;}

#map{
	width:300px; 
	height:200px;
	margin:10px 0px 10px 0px;
	clear:both;
}
/* ---- End Events Page ---- */



/* ---- Events Calendar Page ---- */
#calendar{
	width:760px;
	float:left;
	margin-left:10px;
}

#calendar_title{
	background-image:url(../Global_Images/calendar_month_bg.jpg);
	background-repeat:no-repeat;
	width:760px;
	height:34px;
}

#calendar_title_left{
	width:560px;
	float:left;
}

#previous_month{
	width:186px;
	float:left;
	text-align:right;
	margin-top:12px;
	font-weight:bold;
}

#current_month{
	width:186px;
	float:left;
	text-align:center;
	margin-top:8px;
	font-weight:bold;
	font-size:16px;
}

#current_month img{
	padding:0px 20px 0px 20px;
}

#next_month{
	width:186px;
	float:left;
	text-align:left;
	margin-top:12px;
	font-weight:bold;
}

#calendar_title_right{
	width:200px;
	float:right;
}

#calendar_title_right h3{
	font-size:11px;
	color:#fb3536;
	margin:0px 16px 0px 0px;
	padding-top:10px;
	text-align:right;
}

.event_table {
	margin:2px 0px 10px 0px;
	color: #FFFFFF;
	border: 1px solid #c3c3c3;
}
.event_table td, .event_table th {
	color: #FFFFFF;
	border: 1px solid #c3c3c3;
	padding: 2px;
} 

td.inactive{background-color:#f7f7f7;}
td.inactive h4{color:#dadada;}
td.day{background-color:#abe1fb;}

a.swmasEvents{text-decoration:none; color:#192168; outline: none; padding-right:10px; padding-top:8px; background-image:url(../Global_Images/masevent.gif); background-repeat:no-repeat; background-position:top left;}
a.swmasEvents:visited{color:#192168;}
a.swmasEvents:active{color:#192168;}
a.swmasEvents:hover{color:#192168; text-decoration:underline;}

.event_table h6{
	font-size:12px;
	color:#FFFFFF;
}

.event_table h4{
	width:50px;
	margin:0px; 
}

.event_table p{
	font-size:8px;
	font-weight:bold;
}
/* ---- End Events Calendar Page ---- */



/* ---- Footer ---- */
#footer{
	width:800px;
	height:25px;
	float:left;
	color:#FFFFFF;
	padding-top:11px;
}

#footer a{text-decoration: none; color:#ffffff; outline: none;}
#footer a:visited{color:#ffffff;}
#footer a:active{color:#ffffff;}
#footer a:hover{color:#ffffff; text-decoration: none;}
/* ---- End Footer ---- */



.diagram{
	width:360px;
	float: left;
	margin-left:-5px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
}

.regionTramlines{
	width:360px;
	float: left;
	margin-left:-5px;
	border-bottom:1px solid #999999;
	text-align:left;
	padding:10px;
	margin-bottom:10px;
}

.sector{margin-left:20px;}
.size{margin-left:33px;}

.floatleft{float:left; padding:2px 5px 2px 0px;}
.floatright{float:right; padding:2px 0px 2px 5px;}
.blue{color:#192168;}
.black{color:#000000;}
.smallText{color:#192168; font-size:9px; margin-top:20px;}
.caseStudySmall{color:#747474; font-size:9px; margin-bottom:0px;}
.clear{clear:both}
.height{line-height:16px}

/* ---- Links ---- */
/* a{text-decoration: none; color:#747474; outline: none;} */
a{text-decoration: underline; color:#747474; outline: none;}
a:visited{color:#660033; text-decoration:underline;}
a:hover{color:#747474; text-decoration:underline;}
a:active{color:#747474;}

a.link_blue{text-decoration: none; color:#192168; outline: none;}
a.link_blue:visited{color:#660033; text-decoration:underline;}
a.link_blue:hover{color:#192168; text-decoration:underline;}
a.link_blue:active{color:#192168;}

h3 a.link_blue{text-decoration: none; color:#192168; outline: none;}
h3 a.link_blue:visited{text-decoration: none; color:#192168; outline: none;}
h3 a.link_blue:hover{color:#192168; text-decoration:underline;}
h3 a.link_blue:active{color:#192168;}

#Content h1 a.link_blue{text-decoration: none; color:#192168; outline: none;}
#Content h1 a.link_blue:visited{text-decoration: none; color:#192168; outline: none;}
#Content h1 a.link_blue:hover{color:#192168; text-decoration:underline;}
#Content h1 a.link_blue:active{color:#192168;}

#ContentLeft h1 a.link_blue{text-decoration: none; color:#192168; outline: none;}
#ContentLeft h1 a.link_blue:visited{text-decoration: none; color:#192168; outline: none;}
#ContentLeft h1 a.link_blue:hover{color:#192168; text-decoration:underline;}
#ContentLeft h1 a.link_blue:active{color:#192168;}

#ContentLeft h3 a.link_blue{text-decoration: none; color:#192168; outline: none;}
#ContentLeft h3 a.link_blue:visited{text-decoration: none; color:#192168; outline: none;}
#ContentLeft h3 a.link_blue:hover{color:#192168; text-decoration:underline;}
#ContentLeft h3 a.link_blue:active{color:#192168;}

#Content h2 a.link_blue{text-decoration: none; color:#747474; outline: none;}
#Content h2 a.link_blue:visited{text-decoration: none; color:#747474; outline: none;}
#Content h2 a.link_blue:hover{color:#747474; text-decoration:underline;}
#Content h2 a.link_blue:active{color:#747474;}

#ContentLeft h2 a.link_blue{text-decoration: none; color:#747474; outline: none;}
#ContentLeft h2 a.link_blue:visited{text-decoration: none; color:#747474; outline: none;}
#ContentLeft h2 a.link_blue:hover{color:#747474; text-decoration:underline;}
#ContentLeft h2 a.link_blue:active{color:#747474;}

a.hyperlink{text-decoration:underline; color:#192168; outline: none;}
a.hyperlink:visited{color:#192168;}
a.hyperlink:active{color:#192168;}
a.hyperlink:hover{color:#192168; text-decoration:underline;}

a.externalLink{text-decoration:none; color:#192168; outline: none; padding-right:10px; background-image:url(../Global_Images/external.gif); background-repeat:no-repeat; background-position:right;}
a.externalLink:visited{color:#192168;}
a.externalLink:active{color:#192168;}
a.externalLink:hover{color:#192168; text-decoration:none;}/* ---- Links ---- */

a{text-decoration: none; color:#747474; outline: none;}
a:visited{color:#660033; text-decoration:underline;}
a:hover{color:#747474; text-decoration:underline;}
a:active{color:#747474;}

a.link_blue{text-decoration: none; color:#192168; outline: none;}
a.link_blue:visited{color:#660033; text-decoration:underline;}
a.link_blue:hover{color:#192168; text-decoration:underline;}
a.link_blue:active{color:#192168;}

h3 a.link_blue{text-decoration: none; color:#192168; outline: none;}
h3 a.link_blue:visited{text-decoration: none; color:#192168; outline: none;}
h3 a.link_blue:hover{color:#192168; text-decoration:underline;}
h3 a.link_blue:active{color:#192168;}

#Content h1 a.link_blue{text-decoration: none; color:#192168; outline: none;}
#Content h1 a.link_blue:visited{text-decoration: none; color:#192168; outline: none;}
#Content h1 a.link_blue:hover{color:#192168; text-decoration:underline;}
#Content h1 a.link_blue:active{color:#192168;}

#ContentLeft h1 a.link_blue{text-decoration: none; color:#192168; outline: none;}
#ContentLeft h1 a.link_blue:visited{text-decoration: none; color:#192168; outline: none;}
#ContentLeft h1 a.link_blue:hover{color:#192168; text-decoration:underline;}
#ContentLeft h1 a.link_blue:active{color:#192168;}

#ContentLeft h3 a.link_blue{text-decoration: none; color:#192168; outline: none;}
#ContentLeft h3 a.link_blue:visited{text-decoration: none; color:#192168; outline: none;}
#ContentLeft h3 a.link_blue:hover{color:#192168; text-decoration:underline;}
#ContentLeft h3 a.link_blue:active{color:#192168;}

#Content h2 a.link_blue{text-decoration: none; color:#747474; outline: none;}
#Content h2 a.link_blue:visited{text-decoration: none; color:#747474; outline: none;}
#Content h2 a.link_blue:hover{color:#747474; text-decoration:underline;}
#Content h2 a.link_blue:active{color:#747474;}

#ContentLeft h2 a.link_blue{text-decoration: none; color:#747474; outline: none;}
#ContentLeft h2 a.link_blue:visited{text-decoration: none; color:#747474; outline: none;}
#ContentLeft h2 a.link_blue:hover{color:#747474; text-decoration:underline;}
#ContentLeft h2 a.link_blue:active{color:#747474;}

a.hyperlink{text-decoration:underline; color:#192168; outline: none;}
a.hyperlink:visited{color:#192168;}
a.hyperlink:active{color:#192168;}
a.hyperlink:hover{color:#192168; text-decoration:underline;}

a.externalLink{text-decoration:none; color:#192168; outline: none; padding-right:10px; background-image:url(../Global_Images/external.gif); background-repeat:no-repeat; background-position:right;}
a.externalLink:visited{color:#192168;}
a.externalLink:active{color:#192168;}
a.externalLink:hover{color:#192168; text-decoration:none;}

#region_nav {
	text-align: center;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* ---- Operational Leadership Page --- */

#operational_background{
	background-image:url(../Global_Images/OLP.jpg);
	background-repeat:no-repeat;
	width: 373px;
	float:left;
	background-color: #F8F9FD;
}

p.intro{
	font-size:13px;
	color:#747474;  
	text-align:left;
}

.flowchart{
	width:151px;
	height:619px;
	background-image:url(../Global_Images/flowchart.gif);
	background-repeat:no-repeat;
}

.flowchart_content_top{
	width:151px;
	height:50px;
	text-align:center;
	color:#192168;
	font-size:13px;
	padding:25px 0px 0px 0px;
}

.flowchart_content{
	width:151px;
	height:50px;
	text-align:center;
	color:#192168;
	font-size:13px;
	padding:55px 0px 0px 0px;
}

.text{margin:-30px 0px 0px 100px;}
#Content .text p{width:270px}
.text_last{margin:0px 0px 0px 100px;}
#Content .text_last p{ width:270px}

/* ---- Operational Leadership Page --- */
/* ---- Green Operational Leadership Page --- */
.flowchart_green{
	width:151px;
	height:619px;
	background-image:url(../Global_Images/flowchart_green.gif);
	background-repeat:no-repeat;
}

 .flowchart_content_top_green, .flowchart_content_green{
	width:151px;
	height:50px;
	text-align:center;
	color:#54b067;
	font-size:13px; 
}

.flowchart_content_top_green{padding:25px 0 0 0;} 

.flowchart_content_green{padding:55px 0 0 0;} 

.flowchart_green a{
	color:#149247;
	font-weight:bold
}

.flowchart_green a:hover{color:#149247;}

#Content h1.olp_green, #Content h2.olp_green, #Content h3.olp_green{color:#637e4d}

a.hyperlink_green{color:#637e4d!important; text-decoration:none!important}
a.hyperlink_green:visited{color:#192168;}
a.hyperlink_green:hover{text-decoration:underline!important;}

body.OLP hr{	
	background:#637e4d;
	border:0;
	color:#637e4d;
	height:2px;
	margin-left:-10px;
	width:100%
}

/* ---- Green Operational Leadership Page --- */
/* ---- Supply Chains Page ---- */

.blue_background{
	width:360px;     
	margin-left:-5px;
	padding:10px;
	background-color:#1ab9e3;
	color:#ffffff;
	font-size:14px;
}

.box_float_left{
	float:left;
	margin-right:5px;
	width:178px;
}

.box_float_right{
	float:right;
	margin:5px 5px 0 0;
	width:178px;
}

#testimonials{
	width:178px;
	height:598px;
	background:url(../Global_Images/testimonials.gif) no-repeat;
}

.blue_header, .blue_header_right{
	width:158px;     
	padding:10px;
	background-color:#1ab9e3;
	color:#ffffff;
	font-size:12px;
}

.blue_header_right{width:158px;}

.grey_bg{
	width:158px;     
	padding:10px;
	background-color:#d9e3e2;       
}

.grey_bg_img{
	width:178px;
	height:14px;
	background:url(../Global_Images/grey_bg.gif) no-repeat bottom;
}

.grey_bg ul{
	margin-left:-25px;
	color:#1ab9e3;
}
* html .grey_bg ul{margin-left:17px;}

.grey_bg ul li{padding:0 0 7px 0;}

.grey{color:#747474;}

.flowchart1{
	width:151px;
	height:507px;
	background:url(../Global_Images/flowchart1.gif) no-repeat;
}

.flowchart1_content_top{
	width:151px;
	height:45px;
	text-align:center;
	color:#227196;
	font-size:0.8em;
	padding:10px 0px 0px 0px;
	line-height:normal;
}

.flowchart1_content{
	width:151px;
	height:43px;
	text-align:center;
	color:#227196;
	font-size:0.8em;
	padding:53px 0px 0px 0px;
	line-height:normal;
}

* html .flowchart1_content{padding:37px 0px 0px 0px;}

.flowchart1_content_top a, .flowchart1_content a{
	color:#227196;
}

.flowchart1_content_top a:hover, .flowchart1_content a:hover{
	color:#227196;
	text-decoration:underline;
}

#testimonials{
	width:158px;
	height:620px;
	background:#5d97c6;
	padding:10px;
	color:#ffffff;
	font-size:9px;
}

#testimonials p{width:158px;}
/*-----------------------------------------------*/

/*Downturn Readiness
---------------------*/
ul.pagination{
	background:url(../Global_Images/pagination_bg.gif) no-repeat;
	color:#a69c9b;
	float:right;
	height:19px;
	margin:20px 0;
	width:94px;
	padding:4px 0 0 10px;
}

ul.pagination li{
	display:inline;
	float:left;
}

ul.pagination a{
	color:#192168;
	text-decoration:none;
	padding:0 2px
}

ul.pagination a:hover, ul.pagination a.active{
	color:#231f20;
	font-weight:bold;
}

ul.grey_bullet_points{
	margin:0 0 0 -25px
}

ul.grey_bullet_points li{ 
	padding:3px 0;
}

/*More about MAS
---------------- */
table#roi{
	border:1px solid #192168;
}

table#roi td{
	text-align:left;
}

/*-----------------------------------------------*/
a.pdf{
	text-decoration:none; 
	color:#192168; 
	outline: none; 
	font-weight:bold; 
	padding-left:15px; 
	background-image:url(../Global_Images/pdf.gif); 
	background-repeat:no-repeat; 
	background-position:left;
}

a.pdf:visited{color:#192168;}
a.pdf:active{color:#192168;}
a.pdf:hover{color:#192168; text-decoration:none;}

th {
	color: #FFFFFF;
	font-size: 0.8em;
}

.float_right{
	float:right
}



/* ------------------------------------------------- */
/* ---- Changes to conform to new national site ---- */
/* ---- Andrew Macaulay-Brook, StudioHope       ---- */
/* ---- Previous css is at swmas_main.css.bak   ---- */
/* ---- or to revert just delete all below here ---- */
/* ------------------------------------------------- */

#Content {
/* border: 1px solid green !important; */
}

* { color: black !important; }

body {
font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial, sans-serif !important;
background: #DCE6F2 !important;
margin: 0 !important;
padding: 0 !important;
}


#container {
width: 952px !important;
padding: 3px 3px 0 !important;
border: 2px  solid #385d8a !important;
margin-top: 3px !important;
}

#container2 {
width: 1002px !important;
padding: 0px 0px 0 !important;
border: 2px  solid #385d8a !important;
margin:3px auto;
background-color:#FFF;
}

.new-front #mainContent {
width: 1002px !important;
float: none !important;
font-size: 12px !important;
margin-top: 10px !important;
background-color:#FFF;
}

#mainContent {
float: none !important;
font-size: 12px !important;
margin-top: 10px !important;
}

#leftbar {
margin: 17px 0 17px !important;
padding: 0 !important;
width: 198px !important;
}

#rightbar {
margin: 17px 0 17px !important;
padding: 0 !important;
width: 253px !important;
float: right !important;
}

#rightbar2 {
padding: 0 !important;
width: 313px !important;
}

#middlebar {
margin: 0 12px 17px !important;
padding: 0 !important;
width: 470px !important;
}

#middlebar2 {
margin: 0 12px 17px !important;
padding: 0 !important;
width: 654px !important;
}

#footer {
clear: both !important;
float: none !important;
color: black !important;
height: 38px !important;
padding: 0px 0 0 0px !important;
margin: 17px 0 0 0 !important;
width: 1002px !important;
text-align: left !important;
}

#footer a {
color: #666 !important;
text-decoration: underline !important;
}


#masthead img.logo {
display: none;
}

#masthead {
background: url(/htm/Assets/Global_Images/front_page_images/swmas_front_swmas_ltd.gif) no-repeat white !important;
height: 78px !important;
}



#masthead p {
display: none !important;
}

#icon h6 { /* override breadcrumb h6 without affecting other h6s */
font-weight: normal;
}

#icon {
padding: 3px 0 0 10px !important;
}

#nav,
#nav * {
background-image: none !important;
background-color: #4D7EB8 !important; 

}



#nav li li a {
padding-top: 4px !important;
}

#nav li li {
border-bottom-color: #555 !important;
}

#nav a {
color: white !important;
}


#search {
background: url(/Assets/Global_Images/national_search.gif) right top no-repeat !important;
border: 1px solid black !important;
text-align: left !important;
padding: 4px 10px !important;
margin-top: 5px !important;
}

#search:before {
content: "Search" !important;
}

form {
margin: 0 !important;
}

.section_end,
#subscribe {
background-color: #dce6f2 !important;
border: 2px solid #385d8a !important;
border-top: none !important;
}

form#Email_Sign-Up { padding-left: 10px; padding-bottom:5px; }

.section_start,
.regionLeft,
.overview {
background-color: #dce6f2 !important;
border: 2px solid #385d8a !important;
border-bottom: none !important;
}

.section_start {
padding: 0 10px !important;
}

.regionLeft {
width: auto !important;
}

.clear-left { clear:left; }

.section_start h2,
.section_start h5,
.regionLeft h2,
.overview h2,
#search:before {
color: black !important;
font-size: 18px !important;
font-weight: normal !important;
margin: 0.2em 0 !important;
}

* html .section_start h2 {
	margin:0!important;
}

.section_start h2 a,
.section_start h5 a,
.regionLeft h2 a,
.overview h2 a {
color: rgb(56, 93, 138) !important;
}



.section_start2,
.regionLeft2,
.overview2 {
background-color: #dce6f2 !important;
border: 2px solid #385d8a !important;
border-bottom: none !important;
text-align:left;
}

.section_start2 {
padding: 0 10px !important;
}

.regionLeft2 {
width: auto !important;
}

.section_start2 h2,
.section_start2 h5,
.regionLeft2 h2,
.overview2 h2,
#search:before {
color: black !important;
font-size: 18px !important;
font-weight: normal !important;
margin: 0.2em 0 !important;
}

.section_start2 h2 a,
.section_start2 h5 a,
.regionLeft2 h2 a,
.overview2 h2 a {
color: rgb(56, 93, 138) !important;
}

.section_end2,
#subscribe2 {
background-color: #dce6f2 !important;
border: 2px solid #385d8a !important;
border-top: none !important;
}




a:link {
/*color: black !important;*/
color: #FF0000 !important;
text-decoration:underline;
}

a:visited {
/*color: rgb(242, 18, 53) !important;*/
color:#990000 !important;
}

a:hover {
color: rgb(242, 18, 53) !important;
}

h1 {
background: none !important;
border-bottom-color: rgb(71, 71, 71) !important;
border-bottom-style: solid !important;
border-bottom-width: 1px !important;
font-weight: normal !important;
color: black !important;
font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial, sans-serif !important;
margin: 0.75em 0px 0.25em 0px !important;
margin: 0 0 0.25em 0px !important;
font-size: 19px !important;
padding: 0 !important;
}

#topImage {
margin: 0 !important;
}

.new-front #nav {
height: 43px !important;
width: 978px;
margin-left: 13px;
}

#nav {
height: 43px !important;
margin-left: 13px;
width:930px;
}

h3 {
font-size: 12px !important;
}

#Content,
#Content p {
width: auto !important;
}

#calendar_title {
background-image: none !important;
}

#current_month img {
display: none !important;
}

#next_month,
#previous_month {
margin-top: 10px !important;
}

#nav a {
background: url(/Assets/Global_Images/nav-bg.gif) right 12px no-repeat #4D7EB8 !important;
}

#nav li li a {
background-image: none !important;
}

#leftbar .section_end
{
background-color: #ffffff !important;
border: 0px !important;
}

#leftbar .section_start
{
background-color: #ffffff !important;
border: 0px !important;
}