	
	#mainContent {
		width:770px;
		float:right;
	}
	
	.clearboth{clear:both;}
	
	/* generic box */
	.box {
		background-position:top center;
		background-repeat:repeat-y;
		background-image:url(../../../images/layout/boxwide-grow.gif);
	}
	.box .top {
		height:20px;
		background-position:top center;
		background-repeat:no-repeat;
		background-image:url(../../../images/layout/boxwide-top.gif);
	}
	.box .bottom {
		height:20px;
		background-position:bottom center;
		background-repeat:no-repeat;
		background-image:url(../../../images/layout/boxwide-bottom.gif);
	}
	
	.box .greyColour{
		background-image:url(../../../images/layout/boxwide-bottom-grey.gif);
	}
	
	.box.grey .bottom {
		background-image:url(../../../images/layout/grey-bottom.jpg);
	}
	
	.box.end {
		margin:0 0 10px 0 !Important;
	}
	
	.box h2 {
		color:#b9352c;
		font-weight:bold;
		font-size:2em;
		line-height:1.2em;
		margin:0 15px 0.8em 15px;
		font-style:italic;
	}
	.box h2 em {
		color:#999999;
		font-style:normal;
	}
	.box h3 {
		color:#b9352c;
		font-weight:bold;
		font-size:1.4em;
		line-height:1.2em;
		margin:0 15px 0.8em 15px;
	}
	.box h2 span,
	.box h3 span {
		color:#111111;
	}
	.box h2 strong,
	.box h3 strong {
		color:#111111;
		font-style:normal;
	}	
	
	.box .float {
		width:33%;
		float:left;
	}
	
	.box p,
	.box ul,
	.box ol {
		/*font-size:1.2em;*/
		line-height:1.4em;
		margin:0 15px 1.4em 15px;
		padding:0;
	}
	.box ul li {
		/*margin:0 0 8px 25px;*/
	}
	.box ul.red,
	.box p.red,
	.box ol.red {
		
		
		
	}
	
	span.red {
		color:#b9352c;
		}
	.box a {
		color:#b9352c;
		text-decoration:underline;
	}
	.box a:hover {
		text-decoration:none;
	}
	
	.box p.sub {
		color:#999999;
		text-align:right;
		margin:-1.2em 40px 1.4em 15px;
	}
	
	/* halfbox */
	
	.boxback{
		background:url(../../../images/layout/halfbox-bg-bottom.gif) bottom center;
	}
	.box.half {
		width:380px;
		float:left;
		margin:0 10px 10px 0;
		background:url(../../../images/layout/halfbox-bg-top.gif) 0 0 no-repeat;
		padding:16px 0px;
	}
	
	.newsitem {
		padding:0 15px 15px 15px;
		
	}
	.newsitem h4 {
		display:inline;
		color:#b9352c;
		font-weight:bold;
		font-size:1.2em;
		margin:0;
		padding:0;
	}
	.newsitem h4 strong {
		color:#999999;
	}
	.newsitem p {
		display:inline;
		margin:0;
		padding:0;
	}
	
	#content .newsbox h4{
		border-top:1px solid rgb(191,191,191);
		margin:-15px 15px 5px 15px;
		padding:10px 0px 0px 0px;
		text-indent:0px;
	}
	
	#content .newsbox h4.firstHeading{
		border-top:0px;
	}
	
	.casestudy {
		padding:0 15px 15px 15px;
	}
	
	.highlightCaseStudy {
		background:#ffd;
		margin:5px 0px;
		/*padding:15px 0px;*/
		border:4px solid #ddd;
		border-width:0px 4px;
	}
	
	.casestudy h4 {
		color:#b9352c;
		font-weight:bold;
		font-size:1.2em;
		margin:0;
		padding:0;
	}
	.casestudy h4 strong {
		color:#999999;
	}
	.casestudy h4 span {
		color:#111111;
	}
	.casestudy p {
		margin:0;
		padding:0;
	}
	
	#topImage {
		margin:0 0 10px 0;
		height:300px;
	}
	
	
	/* form */
	form,
	.greybox {
		background:#f2f2f2;
		padding:30px 30px 10px 30px;
		border:4px solid #e2e2e2;
		border-width:0px 4px;
	}
	.greybox {
		padding-top:10px;
	}
	form label {
		width:50%;
		float:left;
		margin:0 0 20px 0;
		color:#c00000;
		font-size:1.2em;
		line-height:1.4em;
	}
	form label input, form label textarea{
		border:4px solid #d9d9d9;
		color:#666666;
		padding:5px 8px;
		width:210px;
		background:#ffffff;
		margin:5px 0 0 0;
	}
	
	form label textarea{
		height:100px;
		width:562px;
	}
	
	form label select {
		width:230px;
		border:4px solid #d9d9d9;
		color:#666;
		padding:5px 8px;
		margin-top:2px;
	}
	
	form .footnote{
		clear:both;
		text-align:center;
		margin:0px 50px;
		padding:10px;
	}
	
	form button#btnContinue,
	.greybox a#btnContinue {
		text-indent:-9999px;
		height:36px;
		width:146px;
		float:left;
		margin:20px 100px 0 0;
		cursor:pointer;
		display:block;
		background:url(../../../images/buttons/continue.gif) no-repeat top left;
		border:none;
	}
	form button#btnContinue:hover,
	.greybox a#btnContinue:hover {
		background-position:bottom left;
	}
	.greybox a#btnContinue {
		float:none;
		margin:0 8px;
		display:inline-block;
	}
	
	form button#btnSubmit,
	.greybox a#btnSubmit {
		text-indent:-9999px;
		height:36px;
		width:146px;
		float:left;
		clear:left;
		margin:0;
		cursor:pointer;
		display:block;
		background:url(../../../images/buttons/btnsubmit.gif) no-repeat top left #f2f2f2;
	}
	form button#btnSubmit:hover,
	.greybox a#btnSubmit:hover {
		background-position:bottom left;
	}
	.greybox a#btnSubmit {
		float:none;
		margin:0 8px;
		display:inline-block;
	}
	
	.greybox h5 {
		font-size:1.6em;
		font-weight:bold;
		color:#444444;
		line-height:36px;
		height:36px;
		padding-top:30px;
	}
	.greybox h3 {
		margin-left:0;
		font-size:1.8em;
		padding-top:20px;
	}
	
	
	/* top */
	.box.top {
		margin:10px 0 10px 0;
	}
	.box.top h2 {
		padding-top:30px;
	}
	.box.top p.sub {
		padding-bottom:20px;
	}
	
	/* download */
	.download {
		padding:10px 0 10px 0;
		border-bottom:1px solid #e6e4e4;
		margin:0 15px 10px 15px;
	}
	.download .image {
		float:left;
		width:60px;
		padding:0 10px 0 0;
	}
	.download.wide .image {
		width:150px;
	}
	.download .info {
		width:500px;
		float:left;
	}
	.download.wide .info {
		width:400px;
	}
	.download .info h2 {
		margin-bottom:0;
		color:#444444;
		font-style:normal;
		text-transform:uppercase;
		padding-bottom:5px;
	}
	.download .info h2 span {
		color:#b9352c;
	}
	.download .links {
		float:right;
		width:100px;
		padding:0 15px 0 0;
	}
	.download .links a {
		display:block;
		height:45px;
		outline:0;
		background:url(../../../images/buttons/brochure.jpg) no-repeat top left;
		width:100px;
		text-indent:-9999px;
		margin:0 0 5px 0;
	}
	.download .links a:hover {
		background-position:bottom left;
	}
	
	.interestingareas{
		background-color:#fff;
		border:4px solid rgb(217,217,217);
		float:left;
		padding:5px 13px;
		width:550px;
	}
	
	.interestingareas #interestingleft{
		float:left;
		width:210px;
	}
	
	.interestingareas #interestingright{
		float:right;
		width:210px;
	}
	
	.interestingareas label{
		display:block;
		margin:0px 2px 4px 0px;
		padding:1px 0px;
		float:left;
		color:#333;
		width:210px;
	}
	
	#content .interestingareas h4{
		clear:both;
		font-weight:bold;
		color:#000;
		margin:0px 0px 2px 0px;
		padding:0px;
	}
	
	.interestingareas label input{
		width:auto;
	}
	
	#lnkLocation{
		display:block;
		background:url(../../../images/misc/locationlinkbg.gif) 100% 50% no-repeat #e2e2e2;
		text-decoration:none;
		margin:0px -12px;
		padding:2px 10px;
		position:relative;
		height:40px;
	}
		
		#lnkLocation img{
			float:left;
		}
	
		#lnkLocation span{
			line-height:40px;
			display:block;
			float:left;
			padding-left:15px;
			font-size:12pt;
		}
		
		#apollobanner{
			background:url(../../../images/misc/apollo/bg.jpg) left bottom no-repeat #fff;
			margin-bottom:10px;
			height:250px;
			padding: 50px 0 0 0;
		}
	
		#apollobanner .apolloVisible{
			display:block;
		}
		
		#apollobanner .apolloHidden{
			display:none;
		}
	