@import url("layout.css");
@import url("nav.css");
/*
---------- COLOURS ----------
Future Growth		= #002395 (pms-reflex blue)
Environment			= #006983 (pms-315)
OHS					= #662046 (pms-229)
Training Services	= #005747 (pms-3305)
Business Solutions	= #9E7C0C (pms-126)
CMB/s				= #D2492A (pms-173)
ERS					= #D81E05 (pms-485)
-----------------------------
*/
body {
	background: #006983;
	margin: 0px;
	padding: 0px;
}
#hold {
	background: #fff url("images/bg-environment.gif") no-repeat center bottom;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#heading {
	width: 770px;
	text-align: left;
	border-bottom: 2px solid #006983;
}
a {
color:#006983;
}
a:hover {
color:#000
}

/*Services*/
a.services:link, a.services:visited {text-indent:-9999px;text-decoration:none;display:block;height:26px;
	width: 245px;
	background: url("images/subsenv.gif") no-repeat 0px 0px;
} 
a.services:link:hover, a.services:visited:hover {background: url("images/subsover.gif") no-repeat
	0px 0px;
}
/*Experience*/
a.experience:link, a.experience:visited {text-indent:-9999px;text-decoration:none;display:block;height:26px;
	width: 245px;
	background: url("images/subsenv.gif") no-repeat 0px -26px;
} 
a.experience:link:hover, a.experience:visited:hover {background: url("images/subsover.gif") no-repeat
	0px -26px;
}
/*People*/
a.people:link, a.people:visited {text-indent:-9999px;text-decoration:none;display:block;height:26px;
	width: 245px;
	background: url("images/subsenv.gif") no-repeat 0px -52px;
} 
a.people:link:hover, a.people:visited:hover {background: url("images/subsover.gif") no-repeat
	0px -52px;
}
h2 {color: #333333;}
h3 {color: #006983;}
h1 {color: #006983;}


#subss ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#subss li {
	margin: 0px 0px 1px;
	padding: 0px;
	list-style-type: none;
}
#subss h1 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #fff;
	font-size: 9px;
}
#subss li a {
	background: url("images/subsblank88.gif") no-repeat;
	padding: 0px 10px;
	margin: 0px 0px 5px;
	color: #fff;
	display: block;
	list-style-type: none;
	text-decoration: none;
	font: bold 8px/26px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	
}
#subss li a:hover {
	background: url("images/subsblankover.gif") no-repeat;
	color: #fff;
}

#subss {
	width:245px;
	margin-left: 520px;
	padding-top: 35px;
}
#subss h2 {
	margin: 0px;
	padding: 0px 0px 5px;
}

