body {
	background:#000000;
	text-align:center;
	background-image:url(images/site_bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin-top:0px;
	margin-bottom:18px;
}

#mainWrapper {
	text-align:left;
	margin:auto;
	padding:0px;
	padding-bottom:18px;
	font-family:tahoma, arial, helvetica, sans-serif;
	background-color:#E3E3E3;
	background-image:url(images/bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	width:90%;
	min-width:800px;
	color:#333333;
	}
	
#logo {
	height:44px;
	margin-top:-38px;
	margin-right:28px;
	background-image:url(images/logo.png);
	background-position:top right;
	background-repeat:no-repeat;
	/*display:none;*/
	}

#headerBanner {
	background-image:url(images/banner_ideas.jpg); 
	height:136px; 
	background-position:center; 
	background-repeat:no-repeat;
	text-align:left;
	background-color:#000000;
	padding:0px;
	margin-bottom:32px;
	}
	
#strapline {
	position:relative;
	margin-left:47px;
	margin-top:90px;
	}

#navigationWrapper {
	height:42px;
	position:relative;
	font-size:12px;
	overflow:hidden;
	border-bottom:1px solid #444444;
	}
	
#navigation {
	/* margin-top:16px; */
	margin-top:3px;
	height:33px;
	padding-left:33px;
	padding-top:14px;
	background-color:#000000;
}

#navigation a	{
	padding-left:12px;
	padding-right:12px;
	padding-bottom:24px;
	line-height:24px;
	padding-top:2px;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	margin:0px;
	color:#ffffff;
	text-decoration:none;
	}
	
#navigation a:hover {
	/* text-decoration:underline; */
	background-color:#111111;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	}
	
#navigation a +a {
	border-left:1px solid #333333;
	}
	
a#contactLink:hover {
	border-right:1px solid #333333;
	}
	
#contentWrapper {
	margin-top:32px;
	margin-right:48px;
	margin-left:48px;
	margin-bottom:18px;
	min-width:700px;
	}
	
#content {
	font-size:10px;
	line-height:1.4em;
	margin-right:220px;
	}

#content a {
	color:#ff6600;
	font-weight:bold;
	text-decoration:none;
	}

#content a:hover {
	text-decoration:underline;
	}

#content #title {
	text-align:right;
	margin-bottom:12px;
	}

#content h2 {
	color:#ff6600;
	color:#333333;
	font-size:24px;
	border-bottom:1px solid #cccccc;
	padding-bottom:12px;
	margin-bottom:9px;
	font-weight:normal;
	line-height:24px;
	}
	
#content h3 {
	font-size:14px;
	margin-top:2.0em;
	margin-bottom:6px;
	border-bottom:1px solid #cccccc;
	padding-bottom:6px;
	}
	
#content .column {
	width:47%;
	float:left;
	margin-right:12px;
	}
	
#content p {
	font-size:10px;
	margin-top:0px;
	margin-bottom:1em;
	}
	
#content .standfirst {
	font-size:14px;
	line-height:1.4em;
	}
	
#portfolioImage a:hover {
	border:none;
	text-decoration:none;
	}
	
#portfolioImage img {
	padding:0px 10px 20px 10px;
	background-image:url(images/portfolio_shadow.png);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
#rationale {
	padding-left:12px;
	}

#content .column h3, #content #rationale h3 {
	font-size:12px;
	margin-top:8px;
	margin-bottom:6px;
	}



	
#footerWrapper {
	margin-top:12px;
	width:100%;
	background-image:url(images/footer_bg.jpg);
	height:133px;
	color:#333333;
	font-size:9px;
	text-decoration:none;
	}

#footer {
	background-image:url(images/footer_right.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	height:133px;
	padding-right:46px;
	overflow:hidden;
	}

#footer a {
	color:#333333;
	font-size:9px;
	text-decoration:none;
	}

#footer a:hover {
	text-decoration:underline;
	}

#footer_left {
	background-image:url(images/footer_left.jpg);
	width:46px;
	height:133px;
	float:left;
	}

#footer ul, #footer li {
	background:transparent;
	list-style:none;
	margin:0px;
	padding:0px;
	line-height:14px;
	}

#footer #banners {
	height:91px;
	overflow:hidden;
	}
	
#footer #banner1 {
	background-image:url(images/banner1.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:20%;
	height:91px;
	padding-top:9px;
	float:left;
	}

#footer #banner2 {
	background-image:url(images/banner2.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:20%;
	height:91px;
	padding-top:9px;
	padding-left:9px;
	float:left;
	}
	
#footer #banner3 {
	background-image:url(images/banner3.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:20%;
	height:91px;
	padding-top:9px;
	padding-left:9px;
	float:left;
	}

#footer #banner4 {
	background-image:url(images/banner4_bg.jpg);
	background-position:top right;
	background-repeat:repeat-x;
	width:35%;
	height:91px;
	padding-top:0px;
	padding-left:0px;
	float:left;
	text-align:center;
	}
	
#footer #promo {
	background-image:url(images/banner4.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:100%;
	height:91px;
	padding-top:0px;
	padding-left:0px;
	}	

#copy {
	margin-left:46px;
	}

#copy, #copy a {
	color:#999999;
	font-size:9px;
	text-decoration:none;
	}
	
.inset {
	height:180px; 
	width:99%; 
	overflow:hidden; 
	background-color:#333333; 
	border:0px solid #333333; 
	margin-bottom:1em;
	}

/* CONTACT BOX */

#contactboxWrapper {
	float:right;
	width:225px;
	margin-bottom:18px;
	}

.contactbox {
	border:1px #666666 solid;	
	background-color:#eeeeee; 
	margin-right:0px;
	margin-left:28px;
	}


.contactbox TH {
	background-color:#333333;
	color:#ffffff; 
	font-weight:bold; 
	font-size:10px;
	text-align:left;
	border-bottom:1px black solid;
	}

.contactbox TD {
	color:#333333; 
	font-weight:normal; 
	font-size:10px;
	text-align:left;
	line-height:1.4em;
	}

.contactbox .text {
	margin-left:6px;
	margin-top:2px;
	margin-bottom:6px;
	margin-left:6px;
	border:1px solid #999999;
	width:160px;
	}

.contactbox .button {
	margin-left:6px;
	margin-top:2px;
	margin-bottom:6px;
	margin-left:6px;
	padding-left:1em;
	padding-right:1em;
	width:163px;
	}

.contactbox .fields {
	margin-top:6px; 
	padding-left:6px; 
	padding-top:5px; 
	background-color:#dddddd;
	color:#999999;
	border:none;
	}




.contactboxlive {
	border:1px black solid;	
	background-color:#eeeeee; 
	margin-right:0px;
	margin-left:28px;
	}

.contactboxlive TH {
	background-color:#ff9900;
	color:#333333; 
	font-weight:bold; 
	font-size:10px;
	text-align:left;
	border-bottom:1px black solid;
	}

.contactboxlive TD {
	color:#333333; 
	font-weight:normal; 
	font-size:10px;
	text-align:left;
	line-height:1.4em;
	}

.contactboxlive .text {
	margin-left:6px;
	margin-top:2px;
	margin-bottom:6px;
	margin-left:6px;
	border:1px solid #999999;
	color:#333333;
	width:160px;
	}

.contactboxlive .button {
	margin-left:6px;
	margin-top:2px;
	margin-bottom:6px;
	margin-left:6px;
	padding-left:1em;
	padding-right:1em;
	width:163px;
	}


.contactboxlive .fields {
	margin-top:6px; 
	padding-left:6px; 
	padding-top:5px; 
	background-color:#dddddd;
	border:none;
	}

#thumbnails img {
	border:0px;
	margin-right:8px;
	margin-bottom:8px;
	background-image:url(images/thumbnail_shadow.png);
	padding-top:0px;
	padding-right:5px;
	padding-bottom:10px;
	padding-left:5px;
	}
	
	
/* charts */

.chart h3 {
	font-size:12px;
	margin-bottom:6px;
	border-bottom:1px solid #cccccc;
	padding-bottom:6px;
	}

.chart {
	border-bottom:2px solid #cccccc;
	}

.chart .barWrapper {
	clear:left;
	line-height:1.7em;
	}

.chart .bar {
	padding:3px;
	background-color:#ff6600;
	color:#ffffff;
	margin-bottom:3px;
	margin-right:3px;
	float:left;
	line-height:1em;
	}

.chart p.note {
	 clear:both;
	 font-size:7px;
	 }
