@charset "utf-8";
/* CSS Document */

.clear {
	clear:both;
}

/* START H1 */
	h1
	{	font-size: 1.5em;
	}
	.home h1
	{	font-size: 2em;
		width: 200px;
		padding: 0.5em 0 0.5em 0;
		float: left;
	}
	span.siteName
	{	width: 200px;
		font-size: 2em;
		padding: 0.5em 0 0.5em 0;
		font-weight: bold;
		float: left;
	}
	.logo {float:left; background:none; font-size:100%;}
	 a.logo, a.logo:active, a.logo:visited {text-decoration:none;}
	 a.logo:hover {text-decoration:underline;}
	.logo img {margin-top:12px;}
 h1.logo {font-size:200%;margin-top:12px;}
	
	
	/*.industry.construction h1
	{	color: #FC0;
	}  commented out by Mark Mulrooney - CSS chaining does not work in IE6!! */
	
	.building h1 {color:#5387b0;}
	.catering h1 {color:#a53700;}
	.construction h1 {color:#778700;}
	.education h1 {color:#d98e0d;}
	.foodmanufacturing h1 {color:#00a500;}
	.foodretail h1 {color:#b61627;}
	.health h1 {color:#2484e3;}
	
/* END  H1 */

/* START all components */
	.c { position: relative;}
/* END all components */

/* START components for navigation */
	
	/* START component page nav */
		.nav#page1
		{	display: none;
		}
	/* END component page nav */
	
	/* START component site nav */
		.nav#site1
		{	float: right;
			width: 682px;
			padding: 1em 0;
		}
		.nav#site1 h2
		{	display: none;
		}
		/* List 1 level deep */
			.nav#site1 ul.list
			{	float: right;
			}
			.nav#site1 ul li.item
			{	float: left;
				position: relative;
				margin: 0 0 8px 8px;
				padding: 9px 0 11px 15px;
				cursor: pointer;
			}
			.nav#site1 ul li.item.i1
			{ 	width: 80px;
			}
			.nav#site1 ul li.item.i2
			{ 	width: 225px;
			}
			.nav#site1 ul li.item.i3
			{ 	width: 70px;
			}
			.nav#site1 ul li.item.i4
			{ 	width: 85px;
			}
			.nav#site1 ul li.item.i5
			{ 	width: 100px;
			}
			.nav#site1
			{	position: absolute;
				top: 0;
				right: 0;
				z-index: 3;
			}
			.nav#site1 ul li.item.i2
			{	background: #ffffff;
				padding: 9px 0 10px 0;
				width: 225px;
			}
			.nav#site1 ul li.item a
			{	background-position: right 5px;
				padding: 2px 16px 2px 0;
			}
			.nav#site1 ul li.item.i2 h3
			{	font-size: 1em;
				color: #000000;
				background: url(../images/symbols/link_arrow_2.gif) no-repeat 95% 0;
				padding: 2px 60px 2px 15px;
			}
			.nav#site1 ul li.item.i2 a
			{	color: #000000;
				background: none;
				padding: 0;
			}
			.nav#site1 ul li.item a:hover
			{ 	text-decoration: none;
			}
			/* Start js version */
				.js .nav#site1 ul li.item,
				.js .nav#site1 ul li.item div.ns
				{	background-image: url(../images/boxes/button_1_off.gif);
					background-repeat: no-repeat;
				}
				.js .nav#site1 ul li.item.hover,
				.js .nav#site1 ul li.item.hover div.ns
				{	background-image: url(../images/boxes/button_1_hover.gif);
				}
				.js .nav#site1 ul li.item.selected,
				.js .nav#site1 ul li.item.selected div.ns
				{   background-image: url(../images/boxes/button_1_hover.gif);}
				.js .nav#site1 ul li.item.i2,
				.js .nav#site1 ul li.item.i2 div.ns
				{	background-image: url(../images/boxes/button_2_off.gif);
				}
				.js .nav#site1 ul li.item.i2.hover,
				.js .nav#site1 ul li.item.i2.hover div.ns
				{	background-image: url(../images/boxes/button_2_off.gif);
				}
				.js .nav#site1 ul li.item div.ns
				{	display: block;
					position: absolute;
					width: 50%;
					height: 10px;
				}
				.js .nav#site1 ul li.item div.ns.i1
				{	top: 0;
					left: 0;
					background-position: left top;
				}
				.js .nav#site1 ul li.item div.ns.i2
				{	top: 0;
					right: 0;
					background-position: right top;
				}
				.js .nav#site1 ul li.item div.ns.i3
				{	bottom: 0;
					left: 0;
					background-position: left bottom;
				}
				.js .nav#site1 ul li.item div.ns.i4
				{	bottom: 0;
					right: 0;
					background-position: right bottom;
				}
			/* End js version */
		/* End list 1 level deep */
		/* List 2 levels deep */
			.nav#site1 ul.subList
			{	position: relative;
				top: 10px;
				border-top: 1px solid #dddddd;
			}
			.nav#site1 ul.subList li.subItem a
			{	padding: 5px 15px 5px 15px;
				display: block;
			}
			.nav#site1 ul.subList li.subItem.i1 a
			{	padding-top: 10px;
			}
			.nav#site1 ul.subList li.subItem.i7 a
			{	padding-bottom: 10px;
			}
			.nav#site1 ul.subList li.hover a
			{	color: #ffffff;
			}
			.nav#site1 ul.subList li.i1 a:hover
			{	background-color:#2383e3;
			}
			.nav#site1 ul.subList li.i2 a:hover
			{	background-color:#d98811;
			}
			.nav#site1 ul.subList li.i3 a:hover
			{	background-color:#b61627;
			}
			.nav#site1 ul.subList li.i4 a:hover
			{	background-color:#00a400;
			}
			.nav#site1 ul.subList li.i5 a:hover
			{	background-color:#a03500;
			}
			.nav#site1 ul.subList li.i6 a:hover
			{	background-color:#5285ad;
			}
			.nav#site1 ul.subList li.i7 a:hover
			{	background-color:#e2e200;
			}
		/* End list 2 levels deep */
	/* END component site nav */
	/* START component footer nav */
		.nav#footer1
		{	float: left;
			padding: 10px 0;
			width: 70%;
		}
		.nav#footer1 h2
		{	display: none;
			
		}
		.nav#footer1 ul
		{	float: left;
			position: relative;
			left: -10px;
			
		}
		.nav#footer1 ul li
		{	float: left;
			padding: 0 10px;
			border-left: 1px solid #333333;
		}
		.nav#footer1 ul li.i1
		{	border-left: none;
		}
		.nav#footer1 ul li a
		{	background: none;
			padding: 0;
		}
		
	/* START component footer nav */
/* END components for navigation */

/* START components for main page content */
	/* START component */
		.copy#intro1
		{	margin-bottom: 0.5em;
		}
		.copy#intro1 h2
		{	font-size: 1.7em;
			margin-bottom: 0.5em;
		}
		.copy#intro1 p
		{	margin-bottom: 5px;
		}
		.copy#intro1 h2 span.description
		{	display: block;
			font-size: 0.66em;
			color: #cccccc;
		}
		.elearning .copy#intro1 h2
		{	font-size: 1.25em;
			margin: 20px 0 10px 0;
		}
	/* END component */
	
	/* START component */
		.nav#industry1
		{	margin-bottom: 10px;
		}
		.nav#industry1 h2
		{	font-size: 1em;
			font-weight: bold;
			padding-bottom: 0.5em;
			/* border-bottom: 1px solid #666666; */
			margin-bottom: 0.5em;
		}
		.nav#industry1 ul
		{	margin-top: 0.5em;
		}
		.nav#industry1 ul li
		{	padding: 0 5px 0 0;
			line-height: 25px;
		}
		.nav#industry1 ul li a
		{	display: block;
			background-position: 0 0.5em;
		}
	/* END component */
	
	/* START component */
		.info#slipsTrips1 h2 span.i2
		{	color: #cccccc;
		}
		.info#slipsTrips1 ul li
		{	color: #cccccc;
			margin: 10px 0 10px 0;
			padding-left:20px;
			font-size: 1em;
			list-style:none;
			background: url(../images/symbols/disc.gif) 0 6px no-repeat;}
	/* END component */
	
	/* START component */
		.promo#eLearning1 h2
		{	border-bottom: 1px solid #666666;
		}
		.promo#eLearning1 h2 span.name
		{	display: block;
			border-bottom: 1px solid #2e2e2e;
			padding-bottom: 10px;
		}
		.promo#eLearning1 p
		{	padding: 130px 0 0 0;
			background: url(../images/symbols/elearning_1.gif) no-repeat;
		}
	/* END component */
	
	/* START component */
		.promo#toolkit1 h2
		{	border-bottom: 1px solid #666666;
		}
		.promo#toolkit1 h2 span.name
		{	display: block;
			border-bottom: 1px solid #2e2e2e;
			padding-bottom: 10px;
		}
		.promo#toolkit1 p
		{	padding: 130px 0 0 0;
			background: url(../images/symbols/toolkit_1.gif) no-repeat;
		}
	/* END component */
	
	/* START component */
		.promo#resource1
		{	display: block;
		}
		.promo#resource1 h2
		{	border-bottom: 1px solid #666666;
			margin-bottom: 15px;
		}
		.promo#resource1 h2 span.name
		{	display: block;
			border-bottom: 1px solid #2e2e2e;
			padding-bottom: 10px;
		}
		.promo#resource1 ul
		{	margin: 15px 0;
		}
		.promo#resource1 ul li a
		{	display: block;
			padding: 0 0 0 50px;
			margin: 8px 0;
		}
		.promo#resource1 ul li.posters a
		{	background: url(../images/symbols/posters_1.gif) no-repeat 0 2px;
		}
		.promo#resource1 ul li.checklist a
		{	background: url(../images/symbols/checklist_1.gif) no-repeat 0 2px;
		}
		.promo#resource1 ul li.slipPotential a
		{	background: url(../images/symbols/slip_potential_1.gif) no-repeat 0 2px;
		}
		.promo#resource1 a.more
		{	display: block;
		}
	/* END component */
	
	/* START component */
		.form#eBulletin1 h2,
		.form#eBulletin2 h2
		{	border-bottom: 1px solid #666666;
			margin-bottom: 15px;
		}
		.form#eBulletin1 h2 span.name,
		.form#eBulletin2 h2 span.name
		{	display: block;
			border-bottom: 1px solid #2e2e2e;
			padding-bottom: 10px;
		}
		.form#eBulletin1 p,
		.form#eBulletin2 p
		{	margin: 10px 0;
		}
		.form#eBulletin1 form
		{	margin: 10px 0;
		}
		.form#eBulletin1 label
		{	display: block;
			position: relative;
		}
		.form#eBulletin1 label input.checkbox
		{	position: absolute;
			top: 1px;
			left: 0;
		}
		.form#eBulletin1 label.falls
		{	margin: 5px 0;
			padding: 0 0 0 20px;
		}
		.form#eBulletin1 label.slips
		{	margin: 5px 0;
			padding: 0 0 0 20px;
		}
		.form#eBulletin1 .cs.i1
		{	margin: 20px 0;
			position: relative;
		}
		.form#eBulletin1 label.email
		{
		}
		.form#eBulletin1 input.text
		{	width: 70%;
			display: block;
			margin-top: 3px;
			padding: 5px;
		}
		.form#eBulletin1 input.submit
		{	position: absolute;
			bottom: 9px;
			right: 0;
			color: #000000;
			background: #666666;
			padding: 4px 12px;
			width:50px;
			background: #efefef url(../images/gradients/circle_1.gif) no-repeat center center;
			text-transform: capitalize;
			border: 1px solid #333333;
			cursor: pointer;
			line-height:13px;
		}
		
	/* END component */
	
	/* START component */
		
		.nav#steps1 ul
		{	float: left;
			padding-top: 10px;
		}
		.nav#steps1 ul li
		{	float: left;
		}
		.nav#steps1 ul li.hover
		{	background-color: #666666;
		}
		.nav#steps1 ul li.selected
		{	background-color: #333333;
		}
		.nav#steps1 ul li
		{	padding: 10px 20px 10px 40px;
			background-repeat: no-repeat;
			background-position:  15px 12px;
			margin-left: 10px;
			font-weight: bold;
		}
		.nav#steps1 ul li.i1
		{	background-image: url(../images/symbols/one_1.gif);
		}
		.nav#steps1 ul li.i2
		{	background-image: url(../images/symbols/two_1.gif);
		}
		.nav#steps1 ul li.i3
		{	background-image: url(../images/symbols/three_1.gif);
		}
		.nav#steps1 ul li a
		{	background: none;
			text-decoration: none;
			padding: 0;
		}
	/* END component */
	
	/* START component */
		.copy#incidents1,
		.copy#avoiding1,
		.copy#eLearningToolkit1,
		.copy#general1
		{	background: #eaeaea;
			color: #333333;
			padding: 25px 25px 50px 25px;
			position: relative;
		}
		.copy#incidents1 a,
		.copy#avoiding1 a,
		.copy#eLearningToolkit1 a,
		.copy#general1 a
		{	color: #333333;
			background-image: url(../images/symbols/link_arrow_3.gif);
			background-position:0 6px;
			float:left;
		}
		/*.copy#incidents1 h2,
		.copy#incidents1 h3,
		.copy#incidents1 h4,
		.copy#avoiding1 h2,
		.copy#avoiding1 h3,
		.copy#avoiding1 h4,
		.copy#eLearningToolkit1 h2,
		.copy#eLearningToolkit1 h3,
		.copy#eLearningToolkit1 h4,
		.copy#general1 h2,
		.copy#general1 h3,
		.copy#general1 h4
		{	color: #000000;
			font-weight: normal;
		}*/
		.copy#incidents1 h2,
		.copy#avoiding1 h2,
		.copy#general1 h2
		{	border-bottom: 1px solid #ffffff;
			margin-bottom: 15px;
		}
		.copy#eLearningToolkit1 h2
		{	border-bottom: 1px solid #ffffff;
			margin-bottom: 15px;
			margin-top: 40px;
		}
		.copy#eLearningToolkit1 h2.i1
		{	margin-top: 0;
		}
		.copy#incidents1 h2 span.numeric,
		.copy#avoiding1 h2 span.numeric,
		.copy#eLearningToolkit1 h2 span.numeric,
		.copy#general1 h2 span.numeric
		{	display: none;
		}
		.copy#incidents1 h2 span.name,
		.copy#avoiding1 h2 span.name,
		.copy#eLearningToolkit1 h2 span.name,
		.copy#general1 h2 span.name
		{	display: block;
			border-bottom: 1px solid #d2d2d2;
			padding-bottom: 5px;
		}
		.copy#incidents1 h3,
		.copy#avoiding1 h3
		{	border-bottom: 1px solid #ffffff;
			margin: 30px 0 15px 0;
			font-size: 1.33em;
		}
		.copy#incidents1 h3.first,
		.copy#avoiding1 h3.first
		{	float:left;
			margin:0 0 15px 0;
			width:380px;
		}

		.copy#incidents1 h4,
		.copy#avoiding1 h4
		{	float:left;
			font-size:1.2em;
			font-weight:bold;
			margin:0 0 10px 0;
		}
		
		h3.extra 
		{	float:left;
			font-size:1.2em;
			font-weight:bold;
			margin:0 0 10px 0;
		}
		.copy#eLearningToolkit1 h3
		{	border-bottom: 1px solid #ffffff;
			margin: 10px 0 15px 0;
			clear: right;
			font-size: 1em;
			font-weight:bold;
		}
		.copy#eLearningToolkit1 h5
		{
			margin: 10px 0 5px 0;
			clear: right;
			font-size: 1em;
			font-weight:bold;
		}
		.copy#incidents1 h3 span.name,
		.copy#avoiding1 h3 span.name,
		.copy#eLearningToolkit1 h3 span.name
		{	display: block;
			border-bottom: 1px solid #d2d2d2;
			padding-bottom: 5px;
		}
		.copy#general1 h3
		{	font-size: 1.25em;
			font-weight: bold;
			margin: 30px 0 15px 0;
		}
		.copy#eLearningToolkit1 h4
		{	font-weight: bold;
			padding-bottom: 5px;
			margin: 20px 0 10px 0;
			border-bottom: 1px solid #d2d2d2;
		}
		.copy#eLearningToolkit1 a.more
		{	display: block;
			margin: 20px 0 10px 0;
			background-position: 0 4px;
		}
		.copy#incidents1 a.next,
		.copy#avoiding1 a.next,
		.copy#eLearningToolkit1 a.next,
		.copy#general1 a.next
		{	display: block;
			position: absolute;
			top: 25px;
			right: 25px;
			font-style: italic;
			background-position: 0 5px;
		}
		.copy#incidents1 p,
		.copy#avoiding1 p,
		.copy#eLearningToolkit1 p,
		.copy#general1 p
		{	clear:left;
			margin: 0 0 15px 0;
		}
		.copy#incidents1 p:after,
		.copy#avoiding1 p:after,
		.copy#eLearningToolkit1 p:after,
		.copy#general1 p:after
		{	clear: none;
		}
		.copy#incidents1 p.i1,
		.copy#avoiding1 p.i1,
		.copy#eLearningToolkit1 p.i1,
		.copy#general1 p.i1
		{	font-weight: bold;
		}
		.copy#incidents1 img,
		.copy#avoiding1 img,
		.copy#general1 img
		{	float: right;
			margin: 0 0 10px 10px;
			border: 1px solid #999999;
		}
		.copy#eLearningToolkit1 img
		{	margin: 10px 0;
			border: 1px solid #999999;
		}
		.copy#incidents1 ul,
		.copy#avoiding1 ul,
		.copy#eLearningToolkit1 ul,
		.copy#general1 ul
		{	margin-left: 30px;
		}
		.copy#eLearningToolkit1 ul
		{	margin-left: 0;
		}
		.copy#incidents1 ul li,
		.copy#avoiding1 ul li,
		.copy#eLearningToolkit1 ul li,
		.copy#general1 ul li
		{	margin: 5px 0;
		}
		.copy#incidents1 .concequences ul li,
		.copy#avoiding1 .concequences ul li,
		.copy#eLearningToolkit1 .concequences ul li,
		.copy#general1 .concequences ul ul li
		{	list-style: disc;
		}
		.copy#incidents1 ul li p,
		.copy#avoiding1 ul li p,
		.copy#eLearningToolkit1 p,
		.copy#general1 ul li p
		{	margin: 5px 0;
		}
		.copy#general1 ul
		{	margin: 20px;
		}
		.copy#general1 ul li
		{	float: left;
			clear: left;
			margin-top: 10px;
			margin-right: 10px;
		}
		.copy#general1 ul li span.name
		{	font-weight: bold;
		}
		.copy#general1 ul li span.value
		{	margin-top: 10px;
		}
		
	
	/* END component */
	
	/* START component */
		.copy#resources1
		{	background: #eaeaea;
			color: #333333;
			padding: 25px 25px 50px 25px;
			position: relative;
		}
		.copy#resources1 a
		{	color: #333333;
			background-image: url(../images/symbols/link_arrow_3.gif);
			float:left;
		}
		.copy#resources1 h2,
		.copy#resources1 h3,
		.copy#resources1 h4
		{	color: #000000;
			font-weight: bold;
		}
		.copy#resources1 h2
		{	border-bottom: 1px solid #ffffff;
			margin-bottom: 15px;
		}
		.copy#resources1 h2 span.numeric
		{	display: none;
		}
		.copy#resources1 h2 span.name
		{	display: block;
			border-bottom: 1px solid #d2d2d2;
			padding-bottom: 5px;
		}
		.copy#resources1 h3
		{	border-bottom: 1px solid #ffffff;
			margin: 30px 0 15px 0;
			clear: right;
			font-size: 1.33em;
		}
		.copy#resources1 h3 span.name
		{	display: block;
			border-bottom: 1px solid #d2d2d2;
			padding-bottom: 5px;
		}
		.copy#resources1 h4
		{	font-weight: bold;
		}
		.copy#resources1 a.more
		{	display: block;
			position: absolute;
			top: 25px;
			right: 25px;
			font-style: italic;
			background-position: 0 5px;
		}
		.copy#resources1 p
		{	margin: 15px 0;
		}
		.copy#resources1 p:after
		{	clear: none;
		}
		.copy#resources1 p.i1
		{	font-weight: bold;
		}
		.copy#resources1 img
		{	float: right;
			margin: 0 0 10px 10px;
			border: 1px solid #999999;
		}
		.copy#resources1 ul
		{
		}
		.copy#resources1 ul li
		{	margin: 5px 0;
		}
		.copy#resources1 .concequences ul li
		{	list-style: disc;
		}
		.copy#resources1 ul li p
		{	margin: 5px 0;
		}
		.copy#resources1 .actions.downloads li span,
		.copy#resources1 .nav.usefulLinks li span
		{	display: block;
			padding: 0 0 0 15px;
		}
	/* END component */
	/* START component */
		.industry .copy#incidents1 .next1
		{	position: absolute;
			bottom: 10px;
			right:0;
		}
		.industry .copy#avoiding1 .next1
		{	position: absolute;
			bottom: 10px;
			right: 0;
			width: 210px;
		}
		.industry .copy#avoiding1 .previous1
		{	position: absolute;
			bottom: 10px;
			left: 0;
			width: 230px;
		}
		.industry .copy#resources1 .previous1
		{	position: absolute;
			bottom: 10px;
			left: 25px;
			width: 380px;
		}
		.industry .previous1 ul.list,
		.industry .next1 ul.list
		{	margin: 0;
			float: left;
			position: relative;
		}
		.industry .previous1 ul.list li,
		.industry .next1 ul.list li
		{	float: left;
			margin: 0 0 0 15px;
			padding-right:20px;
		}
		.industry .previous1 ul.list li.i1,
		.industry .next1 ul.list li.i1
		{	margin: 0 0 0 5px;
		}
		.industry .previous1 ul.list li.incidents,
		.industry .next1 ul.list li.incidents
		{
		}
		.industry .previous1 ul.list li.avoiding,
		.industry .next1 ul.list li.avoiding
		{
		}
		.industry .previous1 ul.list li.resources,
		.industry .next1 ul.list li.resources
		{
		}
		.industry .previous1 ul.list li a,
		.industry .next1 ul.list li a
		{	display: block;
			background-position: 0 6px;
		}
		.industry .previous1 ul.list li.i1 a
		{	background-image: url(../images/symbols/link_arrow_5.gif);
		}
		.industry .next1 ul.list li.i3 a
		{	background-image: url(../images/symbols/link_arrow_4.gif);
		}
	/* END component */
	/* START component */
		.nav#eLearning2 h2
		{	font-size: 1.33em;
			font-weight: bold;
			border-bottom: 1px solid #484848;
		}
		.nav#eLearning2 h2 span.name
		{	display: block;
			border-bottom: 1px solid #2e2e2e;
			padding-bottom: 10px;
		}
		.nav#eLearning2 .cs.i1
		{	background: #bdbdbd;
			color: #333333;
			padding: 10px;
			margin: 10px 0;
		}
		
		
		/*
		.nav#eLearning2 .cs.i1 p a.visit
		{	float:left;
			background: url(../images/gradients/button_health_on.gif) repeat-x;
			padding: 7px 90px 7px 10px;
			font-weight: bold;
			text-decoration: none;
			margin: 10px 0;
		}
		.nav#eLearning2 .cs.i1 p a.visit:hover
		{	background: url(../images/gradients/button_health_off.gif) repeat-x;
		}
		*/

		
		.nav#eLearning2 .cs.i1 p a.health
		{	float:left;
			background: url(../images/gradients/button_health_on.gif) repeat-x !important;
			padding: 7px 90px 7px 10px;
			font-weight: bold;
			text-decoration: none;
			margin: 10px 0;
		}
		.nav#eLearning2 .cs.i1 p a.health:hover
		{	background: url(../images/gradients/button_health_off.gif) repeat-x !important;
		}
		
		.nav#eLearning2 .cs.i1 p a.education
		{	float:left;
			background: url(../images/gradients/button_education_on.gif) repeat-x !important;
			padding: 7px 90px 7px 10px;
			font-weight: bold;
			text-decoration: none;
			margin: 10px 0;
		}
		.nav#eLearning2 .cs.i1 p a.education:hover
		{	background: url(../images/gradients/button_education_off.gif) repeat-x !important;
		}
		
		.nav#eLearning2 .cs.i1 p a.foodRetail
		{	float:left;
			background: url(../images/gradients/button_foodretail_on.gif) repeat-x !important;
			padding: 7px 90px 7px 10px;
			font-weight: bold;
			text-decoration: none;
			margin: 10px 0;
		}
		.nav#eLearning2 .cs.i1 p a.foodRetail:hover
		{	background: url(../images/gradients/button_foodretail_off.gif) repeat-x !important;
		}
		
		.nav#eLearning2 .cs.i1 p a.foodDrinks
		{	float:left;
			background: url(../images/gradients/button_fooddrinks_on.gif) repeat-x !important;
			padding: 7px 90px 7px 10px;
			font-weight: bold;
			text-decoration: none;
			margin: 10px 0;
		}
		.nav#eLearning2 .cs.i1 p a.foodDrinks:hover
		{	background: url(../images/gradients/button_fooddrinks_off.gif) repeat-x !important;
		}
		
		.nav#eLearning2 .cs.i1 p a.catering
		{	float:left;
			background: url(../images/gradients/button_catering_on.gif) repeat-x !important;
			padding: 7px 90px 7px 10px;
			font-weight: bold;
			text-decoration: none;
			margin: 10px 0;

		}
		.nav#eLearning2 .cs.i1 p a.catering:hover
		{	background: url(../images/gradients/button_catering_off.gif) repeat-x !important;
		}
		
		.nav#eLearning2 .cs.i1 p a.building
		{	float:left;
			background: url(../images/gradients/button_building_on.gif) repeat-x !important;
			padding: 7px 90px 7px 10px;
			font-weight: bold;
			text-decoration: none;
			margin: 10px 0;
		}
		.nav#eLearning2 .cs.i1 p a.building:hover
		{	background: url(../images/gradients/button_building_off.gif) repeat-x !important;
		}
		
		.nav#eLearning2 .cs.i1 p a.construction
		{	float:left;
			background: url(../images/gradients/button_construction_on.gif) repeat-x !important;
			padding: 7px 90px 7px 10px;
			font-weight: bold;
			text-decoration: none;
			margin: 10px 0;
		}
		.nav#eLearning2 .cs.i1 p a.construction:hover
		{	background: url(../images/gradients/button_construction_off.gif) repeat-x !important;
		}
		
		
		.nav#eLearning2 .cs.i1 p span.i1
		{	display: block;
			background: url(../images/symbols/toolkit_3.gif) no-repeat;
			padding: 0 0 0 30px;
		}
		.nav#eLearning2 .cs.i1 p span.i2
		{	font-size: 0.92em;
			border-bottom: 1px solid #a8a8a8;
			padding-bottom: 10px;
			display: block;
			
		}
		.nav#eLearning2 .cs.i1 dl
		{	border-top: 1px solid #c2c2c2;
			padding: 10px 0;
		}
		.nav#eLearning2 .cs.i1 dl dt a
		{	display: block;
			color: #333333;
			padding: 2px 0 2px 28px;
			text-decoration: none;
			font-weight: bold;
		}
		.nav#eLearning2 .cs.i1 dl dt a:hover
		{	text-decoration: underline;
		}
		.nav#eLearning2 .cs.i1 dl dt.eLearning a
		{	background: url(../images/symbols/elearning_2.gif) no-repeat 0 3px;
		}
		.nav#eLearning2 .cs.i1 dl dt.toolkit a
		{	background: url(../images/symbols/toolkit_2.gif) no-repeat 0 1px;
		}
		.nav#eLearning2 .cs.i1 dl dd
		{	padding: 0 0 5px 28px;
		}
	/* END component */
	
	/* START component */
		.nav#news1 h2
		{	font-size: 1.33em;
			font-weight: bold;
			border-bottom: 1px solid #484848;
		}
		.nav#news1 h2 span.name
		{	display: block;
			border-bottom: 1px solid #2e2e2e;
			padding-bottom: 10px;
		}
		.nav#news1 ul
		{	margin: 10px;
		}
		.nav#news1 ul li
		{	margin: 10px 0;
		}
		.nav#news1 ul li a
		{	display: block;
		}
	/* END component */
	
	
	/* START component */
		.action#textSize1
		{	float: right;
			width: 25%;
			padding: 10px 0;
			
		}
		.action#textSize1 h2
		{	float: left;
			font-size: 1em;
			
		}
		.action#textSize1 ul
		{	float: right;
			position: relative;
			right: -10px;
			
		}
		.action#textSize1 ul li
		{	float: left;
			padding: 0 10px;
			border-left: 1px solid #333333;
		}
		.action#textSize1 ul li.i1
		{	border-left: none;
			
		}
		.action#textSize1 ul li a
		{	background: none;
			padding: 0;
		}
	/* END component */
/* START normalLink */
a.normalLink
{ background:none;
	background-image:none !important;
	padding:0;}

/*END normalLink */

span.i1 {width:95px !important;}

