@charset "utf-8";
body {
	margin-top:0px;
	padding-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-color:#E7F2FD;
}
img {
	border:none;
}
.clear {
	clear:both;
}
.centred {
	margin: auto;
	width: 700px;
	border: 1px solid black;
}
#banner {
	background-color: #003173;
}
#banner #equalizer {
	background-color: #6699cc;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	height: 46px;
}
#bannertext {
	color: #FFFFFF;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}
#banner h1 {
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
#equalizer #eilogo {
	float: right;
}
#intro {
	background-color: #003173;
	color: white;
}
#intro.wjc {
	height: 185px;
}
#intro.cnc {
	height: 150px;
}
#intro .introimage {
	float: left;
	width: 200px;
}
#intro .middle {
	margin: 0 50px;
}
/*
#intro .introimage span {
	background-image: url(../i/bullet.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
*/
#intro .introimage span {
	display:block;
	text-align:center;
	height: 35px;
	background-color:#ffa611;
	color: #003173;
}

#block1 {
	background-color:white;
}
.textblock {
	padding: 10px 20px;
}
h2 {
	margin: 0;
}
.highlight {
	background-color: #cbcfd5;
	color: white;
	height: 20px;
	font-weight: bold;
	font-size: 1.2em;
	text-align:center;
	padding: 5px 0px;
}

#footer {
	font-size: 0.8em;
	background-color: #003173;
	color: white;
}
ul#materials {
	width: 600px;
	height: 120px;
	list-style:none;
}
ul#materials li {
	float: left;
	width: 200px;
	text-align:center;
}
ul#cncmaterials {
	width: 600px;
	height: 50px;
}
ul#cncmaterials li {
	float: left;
	width: 300px;
}
#cncbenefits {
	float: right;
	width: 160px;
	padding: 10px;
	background-color:#ffa611;
}
#cncbenefits h3 {
	margin: 0;
}
#cncbenefits ul {
	margin-left: 0px;
	padding-left: 15px;
}

