/* CRI CSS */
body {
	margin: auto;
	text-align: center;
	font-size: 11.5px;
	font-weight: bold;
	width: 1003px;
	font-family: verdana, sans-seriff;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
#siteContainer {
	float: left;
	display: block;
	margin: auto;
	position: relative;
}
#topSectionContainer {
	float: left;
	display: block;
	width: 101%
}
/* These are the 4 image strips in the background */
#certification {
	width: 232px;
	height: 617px;
	float: left;
	display: block;
	background-image: url(/templates/noco2/imagesV2/pillar1bg.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	margin-left: 13px;
}
#cprsEmissions {
	width: 232px;
	height: 617px;
	float: left;
	display: block;
	background-image: url(/templates/noco2/imagesV2/pillar2bg.jpg);
	background-repeat: no-repeat;
	margin-left: 18px;
}
#abatement {
	width: 232px;
	height: 617px;
	float: left;
	display: block;
	background-image: url(/templates/noco2/imagesV2/pillar3bg.jpg);
	margin-left: 14px;
	background-repeat: no-repeat;
}
#industry {
	width: 232px;
	height: 617px;
	float: left;
	display: block;
background-image: url(/templates/noco2/imagesV2/pillar4bg.jpg);
	background-repeat: no-repeat;
	margin-left: 18px;
	text-align: left;
}
/* List in the top right */
/* Page Heading Images */
#certificationImage {
background-image:url("");
background-repeat:no-repeat;
height:36px;
left:29px;
position:absolute;
top:230px;
width:198px;
}
#cprsEmissionsImage {
background-image:url("");
background-repeat:no-repeat;
height:34px;
left:276px;
position:absolute;
top:230px;
width:204px;
}
#industryImage {
background-image:url("");
background-repeat:no-repeat;
height:44px;
position:absolute;
right:22px;
top:247px;
width:190px;
}
#abatementImage {
background-image:url("");
background-repeat:no-repeat;
height:37px;
position:absolute;
right:310px;
top:230px;
width:170px;
}
/* Buckets defined by colour */
#bucket-blue {
	display: block;
	width:200px;
	background-image: url(/templates/noco2/imagesV2/CRI-transparent-bucket-blue2.png);
	background-repeat: no-repeat;
	height: 421px;
  left:30px;
  position:absolute;
  top:235px;
}

#bucket-blue a {
	text-decoration: none;
	color: #ffffff;
}

#bucket-green {
	display: block;
	width:200px;
background-image: url(/templates/noco2/imagesV2/greenBucket.png);
	background-repeat: no-repeat;
	height: 421px;
  left:280px;
  position:absolute;
  top:235px;
}
#bucket-green a {
	text-decoration: none;
	color: #ffffff;
}
#bucket-red {
	display: block;
	width:200px;
	background-image: url(/templates/noco2/imagesV2/redBucket.png);
	background-repeat: no-repeat;
	height: 421px;
 left:525px;
  position:absolute;
  top:235px;
}
#bucket-red a {
	text-decoration: none;
	color: #ffffff;
}
#bucket-grey {
	display: block;
	width:200px;
	background-image: url(/templates/noco2/imagesV2/greyBucket.png);
	background-repeat: no-repeat;
	height: 421px;
  right:27px;
  position:absolute;
  top:235px;
}
#bucket-grey a {
	text-decoration: none;
	color: #ffffff;
}
/* Content Inside the buckets */
.bucketContent {
	float: left;
	display: block;
	padding:  7px 0 0 11px;
	width: 175px;
	height: 280px;
	text-align: center;
	font-weight: crisp;
}

.bucketContent h3 {
font-size: 12px;
}
/* This is the Buttons in the buckets e.g Click Here and Find out More */
.bucketBtn {
	display: block;
	width: 129px;
	height: 41px;
left:35px;
position:absolute;
top:352px;
}
/*This is the CRI logo up in the Top Left corner */
#criTransparentLogo {
	left: 0px;
	display: block;
	background-image: url(/templates/noco2/imagesV2/headerlogo.png);
	background-repeat: no-repeat;
	width:991px;
	height: 190px;
	position: absolute;
	top: 30px;
}
#criTransparentLogo ul {
	text-decoration: none;
	list-style: url(/templates/noco2/imagesV2/menu-icon.jpg);
  position: absolute;
  top:0px;
  left: 0px;
  text-align: left;
}
#criTransparentLogo a {
	text-decoration: none;
	color: #147690;
}
#criTransparentLogo li {
	width: 100%;
	list-style: url(/templates/noco2/imagesV2/menu-icon.jpg);
}

#rightButtons {
display:block;
float:right;
margin-right:10px;
margin-top:20px;
width: 14%;
}

/*  Footer */
#footerSection {
	float: left;
	display: block;
	width: 100%;
	height: 225px;
	margin-top: 40px;
	color: #999999;
}
#footerSection a {
color: #999999;
text-decoration: none;
}

#footerSection a:hover {
text-decoration: underline;
}

.homeFooterText {
display: block;
float: none;
width: 100%;
}

#FAQ-Logo {
display:block;
float:right;
font-size:11px;
margin-top:15px;
}