@import url("thickbox.css");
@import url("portfolio.css");
@import url("home.css");


/* Resets  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Primary layout
   ------------------------------ */

body { 
  font-size: 75%;
  color: #666;
  background: #eee;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  padding-bottom: 3em;
}

#container {
	width: 900px;
	margin: 0 auto;
	padding: 30px 40px 0;
	background: #fff url(/images/container-bg.png) repeat-y left top;
	text-align: left;
}

#container-close {
	width: 980px;
	height: 15px;
	margin: 0 auto;
	background: url(/images/container-close.png) no-repeat left bottom;
	text-align: left;
}


/* Typography
   ------------------------------ */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 0.75em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.75em;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 0.75em;
}

p {
	margin: 0 0 1.5em;
}

ul {
	margin: 0 1.5em 1.5em;
	list-style-type: square;
}

#content li ul {
	margin-top: 0.75em;
	list-style-type: circle;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 0.83em;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

big {
	font-size: 1.17em;
}

small {
	font-size: 0.83em;
}

blockquote p {
	margin: 0 0 0.5em 0;
}

cite {
	font-style: normal;
	font-weight: bold;
}

.grey {
	color: #4e555b;

}

/* Links */

a {
	color: #006a4d;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #408f7a;
}
	

/* Forms
   ------------------------------ */

label {
	font-weight: bold;
}

input.text,
textarea,
select {
  margin: 0.5em 0;
  padding: 3px 5px;
  border: 1px solid #ddd;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  color: #666;
}

input.text:hover, input.text:focus,
textarea:hover, textarea:focus,
select:hover, select:focus {
  border: 1px solid #eee;
}

input.text	{
	width: 300px;
	padding: 5px;
}

input.text-email	{
	width: 200px;
	padding: 5px;
}

input.text-narrow	{
	width: 150px;
	padding: 1px;
}

textarea {
	width: 390px;
	height: 150px;
	padding: 5px;
	line-height: 1.5;
}

form p {
	margin-bottom: .5em;
}

.error,
.notice, 
.success    {
	padding: 5px 8px;
	margin-bottom: 1.5em;
	border: 1px solid #ddd;
}

.error      {
	background: #fbe3e4;
	color: #8a1f11;
	border-color: #fbc2c4;
}

.notice     {
	background: #fff6bf;
	color: #514721;
	border-color: #ffd324;
}

.success    { 
	background: #e6efc2;
	color: #264409;
	border-color: #c6d880;
}

.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

form div.text {
	width: 294px;
}

form div.textarea {
	width: 384px;
}


/* General classes
   ------------------------------ */
   
img.left {
	float: left;
	margin: 0 1.5em .5em 0;
}

img.right {
	float: right;
	margin: 0 0 .5em 1.5em;
}

p.rss a {
	background: url(/images/rss.gif) no-repeat 0 2px;
	padding-left: 20px;
}


/* Navigation
   ------------------------------ */

#nav {
	width: 170px;
	padding: 15px 0 3em 0;
	float: left;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 0.92em;
}

	#nav a {
		color: #333;
	}
	
	#nav a:hover,
	#nav a:focus {
		color: #888;
	}
	
	#nav #bigsheds {
		padding-bottom: 0.1em;
		margin-bottom: 3em;
	}
	
		#nav #bigsheds img {
			border: 3px solid #dedede;
		}
	
		#nav #bigsheds img:hover {
			border: 3px solid #cdcdcd;
		}
	
	#nav #energy {
		width: 138px;
		padding: 0 10px 10px;
		border: 2px solid #dedede;
		position: relative;
		text-align: right;
	}
	
		#nav #energy a {
			padding-top: 72px;
			display: block;
		}
		
		#nav #energy a:hover,
		#nav #energy a:focus {
				color: #999;
			}
		
		#nav #energy a img {
			position: absolute;
			right: 10px;
			top: -20px;
		}
		
		#nav #energy a strong {
			color: #006a4d;
			font-size: 1.17em;
			display: block;
			font-weight: normal;
		}
		
		#nav #energy a:hover strong,
		#nav #energy a:focus strong {
			color: #408f7a;
		}
		
		
		
		#nav #energybulb {
		width: 138px;
		padding: 20px 10px 0px;
		border: 2px solid #dedede;
		position: relative;
		text-align: right;
	}
	
		#nav #energybulb a {
			padding-top: 130px;
			display: block;
		}
		
		#nav #energybulb a:hover,
		#nav #energybulb a:focus {
				color: #999;
			}
		
		#nav #energybulb a img {
			position: absolute;
			right: 10px;
			top: -20px;
		}
		
		#nav #energybulb a strong {
			color: #006a4d;
			font-size: 1.17em;
			display: block;
			font-weight: normal;
		}
		
		#nav #energybulb a:hover strong,
		#nav #energybulb a:focus strong {
			color: #408f7a;
		}


	
	
		#nav #sign-up {
		width: 138px;
		padding: 20px 10px 0px;
		border: 0px solid #dedede;
		position: relative;
		text-align: right;
		}
	
		#nav #sign-up a {
			padding-top: 80px;
			display: block;
		}
		
		
		#nav #sign-up a img {
			position: absolute;
			right: -2px;
			top: -12px;
		}
		
		
		
		
		#sign-up2 {
		width: 160px;
		padding: 20px 10px 0px;
		position: relative;
		text-align: right;
		}





		#nav #royalmail {
		width: 148px;
		padding: 20px 10px 0px 0px;
		border: 2px solid #dedede;
		position: relative;
		text-align: right;
		margin-bottom: 40px;
	}
	
		#nav #royalmail a {
			padding-top: 130px;
			padding-bottom: 47px;
			display: block;
		}
		
		#nav #royalmail a:hover,
		#nav #energybulb a:focus {
				color: #999;
			}
		
		#nav #royalmail a img {
			position: absolute;
			left: -5px;
			top: 8px;
		}
		
		#nav #royalmail a strong {
			color: #006a4d;
			font-size: 1.17em;
			display: block;
			font-weight: normal;
		}
		
		#nav #royalmail a:hover strong,
		#nav #royalmail a:focus strong {
			color: #408f7a;
		}
				
		
		#nav #lean {
		width: 160px;
		height: 160px;
		padding: 0px 0 0px 0;
		border: 2px solid #dedede;
		position: relative;
		text-align: right;
		margin-bottom: 40px;
	}
	
		#nav #lean a {
			padding: 0px;
			display: block;
		}
		
		#nav #lean a:hover,
		#nav #energybulb a:focus {
				color: #999;
			}
		
		#nav #lean a img {
			position: absolute;
			left: 0px;
			top: 0px;
		}
		
		#nav #lean a strong {
			color: #006a4d;
			font-size: 1.17em;
			display: block;
			font-weight: normal;
		}
		
		#nav #lean a:hover strong,
		#nav #lean a:focus strong {
			color: #408f7a;
		}



		
		
				
	
	#nav ul {
		list-style-type: none;
		margin: 0 0 2.25em 5px;
	}
	
		#nav li {
			background: url(/images/nav-li-bg.gif) repeat-x left bottom;
			padding: 4px 0 5px;
		}
			
			#nav ul li ul { 
				margin: 0 0 0 10px;
				
			}
			
				#nav ul li ul li {
						background: none;
						padding: 4px 0 0;
					}
					
						#nav ul li ul li a,
						#about-page #about-nav ul a,
						#bts-page #bts-nav ul a,
						#media-page #media-nav ul a,
						#case-page #case-nav ul a,
						#sustain-page #sustain-nav ul a,
						#customers-page #customers-nav ul a {
							color: #666;
						}
						
						#nav ul li ul li a:hover,
						#nav ul li ul li a:focus {
							color: #999;
						}
			
		
			/* Highlight active page */
			
			#home-page #home-nav a, #about-page #about-nav a, #how-page #how-nav a,
			#europe-page #europe-nav a, #global-page #global-nav a, #what-page #what-nav a,
			#portfolio-page #portfolio-nav a, #list-page #portfolio-nav a, #show-page #portfolio-nav a,
			#sustain-page #sustain-nav a, #energy-page #energy-nav a, #bts-page #bts-nav a,
			#fitout-page #fitout-nav a, #buildspec-page #buildspec-nav a, #service-page #service-nav a, #designing-page #designing-nav a,
			#planning-page #planning-nav a, #identify-page #identify-nav a, #chain-page #chain-nav a,
			#plteam-page #plteam-nav a,
			#media-page #media-nav a, #movies-page #movies-nav a, #news-page #news-nav a, #globalnews-page #globalnews-nav a,  #downloads-page #downloads-nav a, 
			#customers-page #customers-nav a, #case-page #case-nav a,
			#mixed-page #mixed-nav a, #regen-page #regen-nav a, #contact-page #contact-nav a,
			#account-page #account-nav a, #carbonneutral-page #carbon-neutral-nav a,
			#gloss-page #glossary-nav a, #opcarbon-page #op-carbon-nav a, #ukstewardship-page #uk-stewardship-nav a,
			#susdev-page #susdev-nav a, #casestudy-page #case-nav a,
			#greentravel-page #greentravel-nav a, #rfi-page #rfi-nav a, #iso14001-page #iso14001-nav a {
				color: #006a4d;
			}			
			
			/* Hide sub menus */			
			
			#nav ul li ul { 
				display: none;
				visibility: hidden;
			}
			
			/* Show sub menus */
			
			#about-page #about-nav ul,
			#how-page #about-nav ul,
			#europe-page #about-nav ul,
			#global-page #about-nav ul,
			#bts-page #bts-nav ul,
			#fitout-page #bts-nav ul, 
			#buildspec-page #bts-nav ul, 
			#service-page #bts-nav ul, 
			#designing-page #bts-nav ul,
			#planning-page #bts-nav ul, 
			#identify-page #bts-nav ul, 
			#chain-page #bts-nav ul,
			#plteam-page #bts-nav ul,
			#case-page #customers-nav ul,
			#mixed-page #case-nav ul,
			#customers-page #customers-nav ul,
			#media-page #media-nav ul,
			#news-page #media-nav ul,
			#globalnews-page #media-nav ul,
			#movies-page #media-nav ul,
			#downloads-page #media-nav ul,
			#sustain-page #sustain-nav ul,
			#carbonneutral-page #sustain-nav ul,
			#gloss-page #sustain-nav ul,
			#opcarbon-page #sustain-nav ul,
			#ukstewardship-page #sustain-nav ul,
			#energy-page #sustain-nav ul,
			#account-page #sustain-nav ul,
			#susdev-page #sustain-nav ul,
			#greentravel-page #sustain-nav ul,
			#rfi-page #sustain-nav ul,
			#iso14001-page #sustain-nav ul,
			#regen-page #case-nav ul,
			#casestudy-page #customers-nav ul {
				display: block;
				visibility: visible;
			}

#talk-to-us {
	width: 117px;
	height: 65px;
	padding: 14px 0 0 46px;
	background: url(/images/talk-banner.gif) no-repeat 0 0;
	




#slideshow-lgb {
	width: 160px;
	height: 220px;
	position: relative;

}
	
	#slideshow-lgb p {
		margin: 0;	
		display: none;		
	}
	
	#slideshow-lgb p.coventry {
		display: block;
	}

}	


/* Header
   ------------------------------ */

#accessibility-links {
	display: none;
	visibility: hidden;
}

#header {
	width: 900px;
	padding-bottom: 20px;
	overflow: hidden;
	height: 100%;
}

#header p {
	margin: 0;
	float: left;
}

#header form {
	float: right;
	margin: 5px 0 0 0;
	width: 200px;
	text-align: right;
}

	#header label {
		display: none;
		visibility: hidden;
	}
	
	#header input.text {
		font-size: 0.92em;
		margin: 0 0 0 12px;
		padding: 3px 5px;
		color: #999;
		float: left;
		width: 125px;
	}
	
	#header input.button {
		margin-top: 6px;
	}


/* Content
   ------------------------------ */

#content-wrapper {
	width: 690px;
	padding: 15px 0 1.5em 10px;
	float: right;
	border-top: 1px solid #ddd;
}

	#content-wrapper p.banner {
		margin: 0 -10px 1.5em;
	}
	
#slideshow {
	width: 700px;
	height: 200px;
	margin: 0 -10px 1.5em; 	
}
	
	#slideshow p {
		margin: 0;	
		display: none;		
	}
	
	#slideshow p.coventry {
		display: block;
	}
	
		#slideshow p strong {
			position: absolute;
			font-weight: normal;
			color: #fff;
			background: rgba(0,0,0,0.40);
			padding: 4px 12px;
			
		}		
		
		#slideshow p.coventry strong,
		#slideshow p.pineham strong,
		#slideshow p.heathrow strong {
			right: 0px;
			top: 13px;			
		}
		
		#slideshow p.grange strong,
		#slideshow p.swindon strong {
			left: 0px;
			top: 13px;			
		}


#content {
	width: 450px;
	float: left;
}

body#search-page div#content {
	width: 450px;
	float: left;
}

body#search-page div#cse-search-results {
	height: 100%;
}

ul.client-logos {
	list-style-type: none;
	margin: 0;
	padding-top: 1em;
}

	ul.client-logos li {
		float: left;
		width: 145px;
	}
	
		ul.client-logos li img {
			margin-bottom: 1.25em;
		}
		
.casestudylink a {
		color: #666;
  		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		
		}
		
#case-list {
		float:left;
		width: 450px;
}

.case-image {
		float: left;
		position: relative;
		display: block;
		margin-right: 12px;
}

.casetext {
		font-size: 0.9em;
		line-height: 1.3em;
}




/* Contact
   ------------------------------ */

#contact-page #content h2 {
	margin-bottom: 0.5em;
	clear: both;
}

ul.profile {
	width: 450px;
	margin: 0;
	list-style-type: none;
	padding-bottom: 1.5em;
	overflow: hidden;
}

	ul.profile li {
		width: 180px;
		min-height: 11.5em;
		float: left;
		margin: 0 20px 1.5em 0;
		padding: 10px;
		border: 2px solid #ddd;
		background: #fff url(/images/contact/profile-bg.png) repeat-x left bottom;
	}
	

		
		ul.profile li#agriffiths,
		ul.profile li#khall {
			min-height: 12.5em;
		}
		
		ul.profile li#mdalton,
		ul.profile li#ftaylor {
			min-height: 14em;
		}
		
		ul.profile li#dstorer,
		ul.profile li#scox,
		ul.profile li#obertram,
		ul.profile li#sjenkins,
		ul.profile li#rwoodbridge {
			min-height: 11.5em;
		}
		
		ul.profile li#rwoodbridge h3 {
			letter-spacing: -0.01em;
		}
		
			
		ul.profile li#nonumb1 {
			min-height: 9em;
		}	
		
		ul.profile li#nonumb2 {
		min-height: 12.5em;
		}	
		
		ul.profile li#nonumb3 {
		min-height: 10em;
		}	
	
	ul.profile li h3 {
		font-size: 1em;
		margin-bottom: 0;
	}

	ul.profile p {
		margin: 0 0 0.5em;
	}
	
	ul.profile p.small {
		font-size: 0.92em;
	}
	
	ul.profile p.tel {
		font-weight: bold;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 0.25em 0;
		font-size: 1.17em;
	}
	
		ul.profile p.telremoved {
		font-weight: bold;
		border-top: 1px solid #ddd;
		padding: 0.25em 0;
		font-size: 1.17em;
	}
	
	ul.profile div {
		margin: 0;
		padding: 0;
		width: 106px;
		float: right;
	}
	
	ul.profile img {
		margin: 0;
		width: 62px;
		float: left;
	}
	
	ul.profile a img {
		margin-right: 8px;
		width: auto;	
	}
	
	ul.profile a.view {
		font-size: 0.92em;
		color: #688392;
		float: right;
	}
	
	ul.profile a.view:focus,
	ul.profile a.view:hover {
		font-size: 0.92em;
		color: #87a0ab;
	}
		
	
/* vCards */

div.adr {
	margin-bottom: 1.5em;
}

p.download a {
	padding: 2px 0 5px 38px;
	background: url(/images/contact/vcard.png) no-repeat 0 0;
}

span.work {
	display: none;
	visibility: hidden;
}

div.vcard {
	border-bottom: 1px solid #ddd;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}

p.email {
	margin: 0;
}


/* Biography pages */

#contact-profile {
	position: relative;
}

	#contact-profile img {
		position: absolute;
		right: 20px;
		top: 0px;
	}
	
	#contact-profile img.wayne {
		right: 5px;
	}
	
	#contact-page #content #contact-profile h2 {
		margin-bottom: 1em;
	}
	
	#contact-profile p.details {
		padding: 1em 135px 1em 1em;
		border: 2px solid #ddd;
		background: url(/images/contact/profile-bg.png) repeat-x left bottom;
	}
	

/* Mobile popup styles */

#mobileBody {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.2;
	background-color:#f0f0f0;
	background-image:none;
	clear:both;
	margin:0;
	padding:0;
}

#mobileReturn {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin: -35px 0;
	text-align:center;
	min-width: 200px;
}

#mobileWrapper {
	background:#f0f0f0;
	position: relative;
	text-align: center;
	width: 200px;
	height: 90px;
	margin: 0px auto;
	overflow:hidden;
}

#mobileAlert {
	padding:6px 10px 0 10px;
	margin:0;
	text-align:left;
	overflow:hidden;
}

#mobileAlert form #mobile {
	width:174px;
}

#mobileAlert form {
	margin:0;
}

#mobileAlert p {
	margin:0; /* Hack to fix vertical scrollbar issue... */
	padding:0;
}

#mobileBody input.plButton, #mobileBody .buttons a.plButton {
	font-size:11px;
	border:0pt none;
	cursor:pointer;
	height:19px;
	line-height:2;
	margin:10px 0 0 0;
	padding:0 0 4px 0;
	text-align:center;
	width:70px;
}

#mobileBody .buttons a.confirm:hover {
	font-weight:bold;
}

#mobileBody .confirm, .buttons a.confirm {
	background:#f5f1f1 url(/images/contact/buttons.gif) no-repeat;
	color:#4D4D4D;
	font-weight:bold;
}

#mobileBody .cancel, .buttons a.cancel {
	background:#dad3c5 url(/images/contact/buttons.gif) no-repeat scroll -144px 0px; /* vars = left top... wierd. */
	color:#333333;
}

#mobileBody .confirm:hover, .buttons a.confirm:hover {
	background:url(/images/contact/buttons.gif) no-repeat scroll -72px 0px;
}

#mobileBody .cancel:hover, .buttons a.cancel:hover {
	background:url(/images/contact/buttons.gif) no-repeat scroll -216px 0px;
}


/* Sustainability
   ------------------------------ */
   
#sustainability-logo {
	margin-left: 30px;
}


/* Case studies
   ------------------------------ */

body#case-page div#content {
	width: 100%;
}

ul.case-studies {
	width: 450px;
	margin: .5em 0 0 0;
	list-style-type: none;
	padding-top: 2em;
	border-top: 1px solid #ddd;
	float: left;
	clear: both;
	overflow: hidden;
}

	ul.case-studies li {
		width: 208px;
		float: left;
		margin: 0 17px 1.5em 0;
	}
	
	ul.case-studies h2 {
		font-size: 1.17em;
		margin-bottom: .25em;
	}
	
	ul.case-studies a img {
		border: 4px solid #eee;
	}
	
	ul.case-studies a img:hover,
	ul.case-studies a img:focus {
		border: 4px solid #f3f3f3;
	}

ul.next-prev {
	list-style-type: none;
	margin: 0 0 1.5em 0;
	padding-bottom: 2em;
	overflow: hidden;
	font-size: 0.92em;
	border-bottom: 1px solid #ddd;
	height: 100%;
}

	ul.next-prev li.prev {
		float: left;
	}
	
	ul.next-prev li.next {
		float: right;
	}

div.cs-gallery {
	width: 474px;
	margin: 0 0 1.5em -12px;
	overflow: hidden;
}

	div.cs-gallery a img {
		width: 59px;
		height: 59px;
		display: block;
		margin: 0 0 1.5em 12px;
		border: 3px solid #ddd;
		float: left;
		display: inline;
	}
	
	div.cs-gallery a img:hover,
	div.cs-gallery a img:focus {
		border: 3px solid #e5e5e5;
	}
	

/* Table */

body#case-page table {
	margin: 1em 0 2em 0;
	float: left;
}

	body#case-page table td,
	body#case-page table th {
		padding: .75em 0;
		text-align: center;
		border: 1px solid #dbdbdb;
	}	
					
	body#case-page table th {
		font-weight: normal;
		text-align: left;
		padding: .75em 1em;
	}
	
	body#case-page table th#dev {
		font-size: 1.17em;
	}
								
	body#case-page table thead th {
		text-align: center;
	}
	
	body#case-page table tr.odd td,
	body#case-page table tr.odd th {
		background: #f5f5f5;
	}

/* body#case-page table {
	width: 100%;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-collapse: collapse;
	margin: 1.5em 0;
}

body#case-page table span {
	font-size: 24px;
}

body#case-page table a,
body#case-page table a:link,
body#case-page table a:visited {
	border: none;
}

body#case-page table img {
	border: 0;
}

body#case-page table img.external-link {
	margin-left: 2px;
}
	
body#case-page table tr.odd td	{
	background: #e8edf2;
}
	
body#case-page table tr.odd .column1	{
	background: #e8edf2;
}
	
body#case-page table .column1	{
	background: #f9fcfe;
}

body#case-page table thead .column1	{
	text-align: left;
}
	
body#case-page table td {
	color: #678197;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: .3em 1em;
	text-align: center;
	vertical-align: middle;
	background: #F9FCFE;
}
				
body#case-page table th {
	font-weight: normal;
	color: #678197;
	text-align: left;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: .3em 1em;
}
							
body#case-page table thead th {
	background: #e8edf2;
	text-align: center;
	font-weight: bold;
	color: #666;
} */
	

/* What We Do
   ------------------------------ */
   
/* Innovation */

body#innovation-page div#content div {
	border-bottom: 1px solid #ccc;
	margin-bottom: 2.5em;
	padding-bottom: 1em;
}

body#innovation-page div#content div.howbury {
	margin-bottom: 1.5em;
}

h2.proshed {
	width: 126px;
	height: 48px;
	text-indent: -9999px;
	background: url(/images/what-we-do/logo-proshed.png) no-repeat 0 0;
	margin-top: -13px;
}

h2.pineham {
	width: 196px;
	height: 30px;
	text-indent: -9999px;
	background: url(/images/what-we-do/logo-pineham.png) no-repeat 0 0;
}

h2.howbury {
	width: 211px;
	height: 31px;
	text-indent: -9999px;
	background: url(/images/what-we-do/logo-howbury.png) no-repeat 0 0;
}

h2.sideway {
	width: 130px;
	height: 32px;
	text-indent: -9999px;
	background: url(/images/what-we-do/logo-sideway.png) no-repeat 0 0;
}


/* Downloads
   ------------------------------ */

#downloads-page #content {
	width: 690px;
}

#downloads-page #email-signup {
	width: 240px;
	float: left;

}

#downloads-page #sidebar {
	padding-top: 0;
}


/* News and Events
   ------------------------------ */

/* #news-page #content {
	width: 690px;
} */

#news-page #email-signup {
	width: 240px;
	float: left;

}

#news-page #sidebar {
	padding-top: 0;
}

#news-page-a #content {
	width: 690px;
	height: 543px;
	background: url(/images/news/shd-background.gif) no-repeat 0 0;
}

#news-page-a #sidebar {
	padding-top: 0;
}

#news-page-b #content {
	width: 690px;
	height: 543px;
	background: url(/images/news/build-future.gif) no-repeat 0 0;
}

#news-page-b #sidebar {
	padding-top: 0;
}

#news-page-c #content {
	width: 690px;
	height: 543px;
	background: url(/images/news/flyingoff-background.gif) no-repeat 0 0;
}

#news-page-d #content {
	width: 690px;
	height: 543px;
	background: url(/images/news/pink-background.gif) no-repeat 0 0;
}

#news-page-d #sidebar {
	padding-top: 0;
}

#news-page-e #content {
	width: 690px;
	background: url(/images/news/BTS-brochure.jpg) no-repeat 0 0;*
	
}


/* Email Page
   ------------------------------ */

#email-page #content {
	width: 690px;
}

#email-page #email-signup {
	width: 240px;
	float: left;

}

#email-page #sidebar {
	padding-top: 0;
}




/* Newsletters */

#newsletters {
	margin: 0 0 2em 0;
	padding: 0 50px 2.5em 0;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

#newsletters p {
	color: #8aa5ba;
}

#newsletters h2 {
	margin-top: .75em;
}

#newsletters h2,
#newsletters strong {
	color: #38607a;
	font-weight: normal;
}

#newsletters h3 {
	clear: both;
	font-size: 1.25em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: .75em;
}

#newsletters p a {
	color: #38607a;
	background: #caebfc;
	padding: 3px 6px;
	margin: 0;
}

#newsletters p a:hover,
#newsletters p a:focus {
	background: #d7f0fd;
}

#newsletters ul {
	list-style: none;
	margin: 0;
	clear: both;
	width: 500px;
}

#newsletters li {
	float: left;
	width: 85px;
	margin: 0 15px 0 0;
	padding: 0;
	text-align: center;
}

#newsletters li a {
	display: block;
}

#newsletters li a img {
	display: block;
	border: 2px solid #cfcfcf;
	width: 50px;
	height: 75px;
	margin: 0 auto .2em auto;
}

#newsletters li a:hover img,
#newsletters li a:focus img {
	border: 2px solid #dfdfdf;
}

#newsletters p.thumb {
	float: left;
	margin: 0 50px 2em 0;
}

#newsletters p.thumb a {
	background: none;
}

/* Newsletters-download */

#newsletters-d {
	margin: 0 0 2em 0;
	padding: 220px 50px 2.5em 310px;
	overflow: hidden;
}

#newsletters-d p {
	color: #8aa5ba;
}

#newsletters-d h2 {
	margin-top: .75em;
}

#newsletters-d h2,
#newsletters-d strong {
	color: #38607a;
	font-weight: normal;
}

#newsletters-d p a {
	color: #38607a;
	background: #caebfc;
	padding: 3px 6px;
	margin: 0;
}

#newsletters-d p a:hover,
#newsletters p-d a:focus {
	background: #d7f0fd;
}

#newsletters-d ul {
	list-style: none;
	margin: 0;
	clear: both;
	width: 500px;
}

#newsletters-d li {
	float: left;
	width: 85px;
	margin: 0 15px 0 0;
	padding: 0;
	text-align: center;
}

#newsletters-d li a {
	display: block;
}

#newsletters-d li a img {
	display: block;
	border: 2px solid #cfcfcf;
	width: 50px;
	height: 75px;
	margin: 0 auto .2em auto;
}

#newsletters-d li a:hover img,
#newsletters-d li a:focus img {
	border: 2px solid #dfdfdf;
}

#newsletters-d p.thumb {
	float: left;
	margin: 0 50px 2em 0;
}

#newsletters-d p.thumb a {
	background: none;
}


/* Newsletters-a */

#newsletters-a {
	margin: 0 0 2em 0;
	padding: 220px 30px 2.5em 460px;
	overflow: hidden;
}

#newsletters-a p {
	color: #8aa5ba;
}

#newsletters-a h2 {
	margin-top: .75em;
}

#newsletters-a h2,
#newsletters-a strong {
	color: #38607a;
	font-weight: normal;
}

#newsletters-a p a {
	color: #38607a;
	background: #caebfc;
	padding: 3px 6px;
	margin: 0;
}

#newsletters-a p a:hover,
#newsletters p-a a:focus {
	background: #d7f0fd;
}

#newsletters-a ul {
	list-style: none;
	margin: 0;
	clear: both;
	width: 500px;
}

#newsletters-a li {
	float: left;
	width: 85px;
	margin: 0 15px 0 0;
	padding: 0;
	text-align: center;
}

#newsletters-a li a {
	display: block;
}

#newsletters-a li a img {
	display: block;
	border: 2px solid #cfcfcf;
	width: 50px;
	height: 75px;
	margin: 0 auto .2em auto;
}

#newsletters-a li a:hover img,
#newsletters-a li a:focus img {
	border: 2px solid #dfdfdf;
}

#newsletters-a p.thumb {
	float: left;
	margin: 0 50px 2em 0;
}

#newsletters-a p.thumb a {
	background: none;
}

/* Newsletters-b */

#newsletters-b {
	margin: 0 0 2em 0;
	padding: 220px 50px 2.5em 400px;
	overflow: hidden;
}

#newsletters-b p {
	color: #8aa5ba;
}

#newsletters-b h2 {
	margin-top: .75em;
}

#newsletters-b h2,
#newsletters-b strong {
	color: #38607a;
	font-weight: normal;
}

#newsletters-b p a {
	color: #38607a;
	background: #caebfc;
	padding: 3px 6px;
	margin: 0;
}

#newsletters-b p a:hover,
#newsletters p-a a:focus {
	background: #d7f0fd;
}

#newsletters-b ul {
	list-style: none;
	margin: 0;
	clear: both;
	width: 500px;
}

#newsletters-b li {
	float: left;
	width: 85px;
	margin: 0 15px 0 0;
	padding: 0;
	text-align: center;
}

#newsletters-b li a {
	display: block;
}

#newsletters-b li a img {
	display: block;
	border: 2px solid #cfcfcf;
	width: 50px;
	height: 75px;
	margin: 0 auto .2em auto;
}

#newsletters-b li a:hover img,
#newsletters-b li a:focus img {
	border: 2px solid #dfdfdf;
}

#newsletters-b p.thumb {
	float: left;
	margin: 0 50px 2em 0;
}

#newsletters-b p.thumb a {
	background: none;
}

/* Newsletters-b */

#newsletters-b {
	margin: 0 0 2em 0;
	padding: 220px 50px 2.5em 310px;
	overflow: hidden;
}

#newsletters-b p {
	color: #8aa5ba;
}

#newsletters-b h2 {
	margin-top: .75em;
}

#newsletters-b h2,
#newsletters-b strong {
	color: #38607a;
	font-weight: normal;
}

#newsletters-b p a {
	color: #38607a;
	background: #caebfc;
	padding: 3px 6px;
	margin: 0;
}

#newsletters-b p a:hover,
#newsletters p-b a:focus {
	background: #d7f0fd;
}

#newsletters-b ul {
	list-style: none;
	margin: 0;
	clear: both;
	width: 500px;
}

#newsletters-b li {
	float: left;
	width: 85px;
	margin: 0 15px 0 0;
	padding: 0;
	text-align: center;
}

#newsletters-b li a {
	display: block;
}

#newsletters-b li a img {
	display: block;
	border: 2px solid #cfcfcf;
	width: 50px;
	height: 75px;
	margin: 0 auto .2em auto;
}

#newsletters-b li a:hover img,
#newsletters-b li a:focus img {
	border: 2px solid #dfdfdf;
}

#newsletters-b p.thumb {
	float: left;
	margin: 0 50px 2em 0;
}

#newsletters-b p.thumb a {
	background: none;
}

/* Newsletters-e */

#newsletters-e {
	margin: 0 0 2em 0;
	padding: 220px 70px 180px 375px;
	overflow: hidden;
	width: 300px;
}

#newsletters-e p {
	color: #8aa5ba;
}

#newsletters-e h2 {
	margin-top: .75em;
}

#newsletters-e h2,
#newsletters-e strong {
	color:black;
	font-weight: normal;

}

#newsletters-e p a {
	color: #38607a;
	background: #caebfc;
	padding: 3px 6px;
	margin: 0;
}

#newsletters-e p a:hover,
#newsletters p-b a:focus {
	background: #d7f0fd;
}

#newsletters-e ul {
	list-style: none;
	margin: 0;
	clear: both;
	width: 500px;
}

#newsletters-e li {
	float: left;
	width: 85px;
	margin: 0 15px 0 0;
	padding: 0;
	text-align: center;
}

#newsletters-e li a {
	display: block;
}

#newsletters-e li a img {
	display: block;
	border: 2px solid #cfcfcf;
	width: 50px;
	height: 75px;
	margin: 0 auto .2em auto;
}

#newsletters-e li a:hover img,
#newsletters-e li a:focus img {
	border: 2px solid #dfdfdf;
}

#newsletters-e p.thumb {
	float: left;
	margin: 0 50px 2em 0;
}

#newsletters-e p.thumb a {
	background: none;
}


/* News Resources */

#resources_news {
	margin: 0 0 2em 0;
	padding: 0 50px 0 0;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

#resources_news p {
	color: #8aa5ba;
}

#resources_news h3 {
	clear: both;
	font-size: 1.25em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: .75em;
}

#resources_news p a {
	color: #38607a;
	background: #caebfc;
	padding: 3px 6px;
	margin: 0;
}

#resources_news p a:hover,
#resources_news p a:focus {
	background: #d7f0fd;
}

#resources_news ul {
	list-style: none;
	margin: 0;
	clear: both;
	width: 500px;
}

#resources_news li {
	float: left;
	width: 85px;
	margin: 0 15px 25px 0;
	padding: 0;
	text-align: center;
}

#resources_news li a {
	display: block;
}

#resources_news li a img {
	display: block;
	border: 2px solid #cfcfcf;
	width: 50px;
	height: 75px;
	margin: 0 auto .2em auto;
}

#resources_news li a:hover img,
#resources_news li a:focus img {
	border: 2px solid #dfdfdf;
}

#resources_news p.thumb {
	float: left;
	margin: 0 50px 2em 0;
}

#resources_news p.thumb a {
	background: none;
}


/* Movies-ad */

#movies-ad {
	margin: 0 0 2em 0;
	padding: 0 50px 0 0;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	background: url(/images/movies/video-tape.jpg) no-repeat;
	display: block;
}

#movies-ad p {
	color: #8aa5ba;
}

#movies-ad h3 {
	clear: both;
	font-size: 1.25em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: .75em;
}

#movies-ad p a {
	color: #38607a;
	background: #caebfc;
	padding: 3px 6px;
	margin: 0;
}

#movies-ad p a:hover,
#movies-ad p a:focus {
	background: #d7f0fd;
}

#movies-ad ul {
	list-style: none;
	margin: 0;
	clear: both;
	width: 500px;
}

#movies-ad li {
	float: left;
	width: 85px;
	margin: 0 15px 25px 0;
	padding: 0;
	text-align: center;
}

#movies-ad li a {
	display: block;
}

#movies-ad li a img {
	display: block;
	border: 2px solid #cfcfcf;
	width: 50px;
	height: 75px;
	margin: 0 auto .2em auto;
}

#movies-ad li a:hover img,
#movies-ad li a:focus img {
	border: 2px solid #dfdfdf;
}

#movies-ad p.thumb {
	float: left;
	margin: 0 50px 2em 0;
}

#movies-ad p.thumb a {
	background: none;
}




/* News tabs */

div.news-tabs {
	width: 450px;
	float: left;
}



div.news-tabs div.year {
	padding: 20px 0 0 0;
	border: 3px solid #eee;
	margin: 0 0 1.5em 0;
	overflow: auto;
	width: 424px;
	height: 200px;
}

	div.news-tabs div.year h3 {
		/* font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.5em;
		font-weight: normal;
		margin-bottom: 1em;
		line-height: 1; */
		display: none;
	}
	
	div.news-tabs div.year ul {
		list-style-type: none;
		margin: 0;
		overflow: hidden;
		font-size: 0.92em;
	}
	
		div.news-tabs div.year li {
			width: 170px;
			float: left;
			padding: 0 0 20px 20px;
			overflow: hidden;
			min-height: 85px;
		}
		
		div.news-tabs div.year li.odd {
			clear: both;
		}
	
	div.news-tabs div.year a {
		color: #666;
		display: block;
	}
	
	div.news-tabs div.year a:hover,
	div.news-tabs div.year a:focus {
		color: #999;
	}
	
		div.news-tabs div.year a img {
			float: left;
			border: 2px solid #bfbfbf;
			margin-right: 10px;
			width: 50px;
			height: 75px;
		}
	
		div.news-tabs div.year a:hover img,
		div.news-tabs div.year a:focus img {
			border-color: #dfdfdf;
		}
	
		div.news-tabs div.year a strong {
			color: #006a4d;
			display: block;
			font-size: 1.09em;
		}
		
		div.news-tabs div.year a:hover strong,
		div.news-tabs div.year a:focus strong {
			color: #408f7a;
		}

ul.news-tabs-nav {
	list-style: none;
	margin: 0 0 2px 0;
	padding: 0;
}

	ul.news-tabs-nav li {
		display: inline;
	}
	
		ul.news-tabs-nav li a {
			padding: 3px 6px;
			background-color: #ccc;
			color: #000;
			text-decoration: none;
		}
		
		ul.news-tabs-nav li a.selected,
		ul.news-tabs-nav li a:hover,
		ul.news-tabs-nav li a:focus {
			background-color: #333;
			color: #fff;
			padding-top: 6px;
		}
		
		ul.news-tabs-nav li a:focus {
			outline: 0;
		}
		
	
		
/* Registration form */

p.register {
	background: url(/images/envelope.gif) no-repeat 0 5px;
	padding-left: 20px;
}

form#news-register {
	margin-left: 20px;
}

form#email-register {
	margin-left: 0px;
}

div.news-tabs .success { 
	margin-left: 20px;
	width: 392px;
}


/* Global news */

#sidebar ul.global-news {
	margin-bottom: 0.75em;
}

#sidebar ul.global-news li {
	margin-bottom: 0.75em;
	border: 0;
	height: 100%;
	border-bottom: 1px solid #eee;
	padding-bottom: 0.75em;
}

	#sidebar ul.global-news h3 {
		margin-bottom: .25em;
		color: #aaa;
		font-weight: normal;
	}
	
	#sidebar ul.global-news p {
		margin-bottom: .25em;
	}
	
	
/* Global news RSS Feed */

#rss-feed ul.global-news {
	margin-bottom: 0.75em;
	list-style-image: none;
	list-style-position:inside;
	list-style-type:none;
	margin:0 0em 0em;
	width: 450px;
}

#rss-feed ul.global-news li {
	margin-bottom: 0.5em;
	border: 0;
	height: 100%;
	border-bottom: 1px solid #eee;
	padding-bottom: 0.5em;
}

	#rss-feed ul.global-news h3 {
		margin-bottom: .25em;
		color: #aaa;
		font-weight: normal;
	}
	
	#rss-feed ul.global-news p {
		margin-bottom: .25em;
	}
	

/* Big sheds
   ------------------------------ */

#bigsheds-register select {
	width: 150px;
}

#bigsheds-page em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

/* Build to suit brochure
   ------------------------------ */

#bts-register select {
	width: 150px;
}

#bts-page em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}


/* Videos
   ------------------------------ */
   
#video-page {
	background: #e8e8e8;
	padding: 0;
}

	#video-page #container {
		width: 600px;
		text-align: center;
		padding: 40px 0 0;
		background: none;
	}
	
	#movie-area {
	width: 425px;
	height: 350px;	
}


#rss-block {
	margin-top: 2px;
	padding: 4px;
	width: 417px;
	height: 15px;
	background-color: black;
	display: block;
	float: left;
}

#rss-block img {
	float: left;
	margin-right: 4px;
}

#rss-block p {
	color: #ffaf59;
	text-transform: uppercase;
}

#rss-block a {
	text-decoration: none;
	color: #ffaf59;
}
	


/* Media choice
   ------------------------------ */
   
#media-choice ul {
margin-bottom: 3em;
position: relative;
height: 100%;
clear:both;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
width:500px;
}
		
#media-choice li#first { left: 0px; top: 0px; position: absolute;}

#media-choice li#second { left: 80px; top: 40px; position: absolute;}

#media-choice li#third { left: 0px; top: 100px; position: absolute; }

#media-choice li#forth { left: 80px; top: 135px; position: absolute; }
		
		

#media-choice li#movi { left: 0px; top: 0px; position: absolute;}

#media-choice li#movt { left: 91px; top: 42px; position: absolute;}

#media-choice li#newsi { left: 0px; top: 100px; position: absolute;}

#media-choice li#newst { left: 91px; top: 153px; position: absolute;}

#media-choice li#downi { left: 0px; top: 221px; position: absolute;}

#media-choice li#downt { left: 91px; top: 263px; position: absolute;}


/* Sidebar
   ------------------------------ */

#sidebar {
	width: 200px;
	padding-top: 4.5em;
	float: right;
}

	#sidebar ul {
		list-style-type: none;
		margin: 0 0 1.5em 0;
	}
	
		#sidebar li {
			margin-bottom: 3em;
			position: relative;
			border: 2px solid #eee;
			height: 100%;
		}
		
		#sidebar p.centre {
			text-align: center;
		}
		
			#sidebar p.centre a {
				display: block;
				margin-bottom: 0.25em;
			}
			
		#sidebar li.newsletter {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.15em;			
			padding: 15px 10px 15px 105px;
			margin-bottom: 3.5em;
		}
	
			#sidebar li.newsletter a {
				color: #666;
				display: block;
			}
			
			#sidebar li.newsletter a:hover,
			#sidebar li.newsletter a:focus {
				color: #999;
			}
			
			#sidebar li.newsletter a strong {
				font-weight: normal;
				display: block;
				text-transform: uppercase;
				color: #006a4d;
			}
			
			#sidebar li.newsletter a:hover strong,
			#sidebar li.newsletter a:focus strong {
				color: #408f7a;
			}
			
			#sidebar li.newsletter img {
				position: absolute;
				top: -15px;
				left: -12px;
			}
			
			
			
			
			#sidebar li.casestudy {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.15em;			
			padding: 10px 10px 10px 55px;
			margin-bottom: 3em;
		}
	
			#sidebar li.casestudy a {
				color: #666;
				display: block;
			}
			
			#sidebar li.casestudy a:hover,
			#sidebar li.casestudy a:focus {
				color: #999;
			}
			
			#sidebar li.casestudy a strong {
				font-weight: normal;
				display: block;
				text-transform: uppercase;
				color: #006a4d;
			}
			
			#sidebar li.casestudy a:hover strong,
			#sidebar li.casestudy a:focus strong {
				color: #408f7a;
			}
			
			#sidebar li.casestudy img {
				position: absolute;
				top: -4px;
				left: -10px;
			}
			
			
			
	
		#sidebar li.portfolio {
			border: 2px solid #eee;
			padding: 10px 10px 15px 80px;
			position: relative;
			font-size: 0.92em;
			line-height: 1.25;
		}
		
			#sidebar li.portfolio a {
				color: #666;
				display: block;
			}
			
			#sidebar li.portfolio a:hover,
			#sidebar li.portfolio a:focus {
				color: #999;
			}
		
			#sidebar li.portfolio a strong {
				font-weight: normal;
				display: block;
				font-size: 1.45em;
				color: #006a4d;
				margin: 0 0 0.5em -30px;
				line-height: 1.25;
			}
			
			#sidebar li.portfolio a:hover strong,
			#sidebar li.portfolio a:focus strong {
				color: #408f7a;
			}
			
			#sidebar li.portfolio img {
				position: absolute;
				top: -10px;
				left: -20px;
			}
			
		#sidebar li.portfolio-flash {
			border: 0;
			line-height: 1.25;
			min-height: 275px;
			/* margin-top: -2em; */
		}
		
			#sidebar li.portfolio-flash object {
				position: absolute;
				top: 0px;
				right: 0px;
			}
			
			#sidebar li.portfolio-flash a {
				position: absolute;
				width: 175px;
				top: 186px;
				left: 0px;
				color: #b5d5aa;
				background: #435d6f;
				padding: 10px 10px 12px 15px;
				font-size: 0.92em;
			}
			
				#sidebar li.portfolio-flash a strong {
					color: #fff;
					font-size: 1.45em;
					display: block;
					margin-bottom: 0.25em;
				}
		
		#sidebar li.energy {
			border: 2px solid #eee;
			padding: 10px 10px 15px 80px;
			position: relative;
			font-size: 0.92em;
			line-height: 1.25;
			text-align: right;
		}
		
			#sidebar li.energy a {
				color: #666;
				display: block;
			}
			
			#sidebar li.energy a:hover,
			#sidebar li.energy a:focus {
				color: #999;
			}
		
			#sidebar li.energy a strong {
				font-weight: normal;
				display: block;
				font-size: 1.2em;
				color: #006a4d;
				margin: -4px 0 0.5em -40px;
				line-height: 1.25;
			}
			
			#sidebar li.energy a:hover strong,
			#sidebar li.energy a:focus strong {
				color: #408f7a;
			}
			
			#sidebar li.energy img {
				position: absolute;
				top: -6px;
				left: -6px;
			}
			
		#sidebar li.quote {
			border:none;
		}
		
		#sidebar li.sustainability {
			border: 2px solid #eee;
			padding: 0;
			background: url(/images/sidebar-enviro.jpg) no-repeat left bottom;
			line-height: 1.25;
		}
		
			#sidebar li.sustainability a {
				color: #5d7d37;
				padding: 5px 0 45px 55px;
				display: block;
			}
			
			#sidebar li.sustainability a:hover,
			#sidebar li.sustainability a:focus {
				color: #869e69;
			}
		
			#sidebar li.sustainability a strong {
				font-weight: normal;
				font-size: 1.67em;
			}
			
			#sidebar li.sustainability a span {
				display: block;
				margin-left: 10px;
			}
			
		#sidebar li.footprint {
			border: 2px solid #eee;
			padding: 15px;
			position: relative;
			line-height: 1.25;
		}
			
			#sidebar li.footprint img {
				position: absolute;
				top: -25px;
				left: 90px;
			}
			
			#sidebar li.footprint em {
				color: #8fa175;
				font-size: 1.17em;
				font-style: normal;
			}
			
			#sidebar li.footprint span {
				display: block;
			}
			
			#sidebar li.footprint small {
				color: #999;				
			}
			
			#sidebar li.footprint a {
				color: #777;
			}
			
			#sidebar li.footprint a:hover,
			#sidebar li.footprint a:focus {
				color: #999;
			}
			
			#sidebar li.footprint p {
				margin-bottom: 0.75em;
				padding-bottom: 0.75em;
				border-bottom: 1px solid #ccc;
			}
			
			#sidebar li.footprint p.smallprint {
				margin: 0;
				padding: 0;
				border: none;
			}
			
		#sidebar li.sound-bites {
			border: 2px solid #eee;
			padding: 15px;
			position: relative;
			line-height: 1.25;
		}
			
			#sidebar li.sound-bites a {
				color: #777;
			}
			
			#sidebar li.sound-bites a:hover,
			#sidebar li.sound-bites a:focus {
				color: #999;
			}
			
			#sidebar li.sound-bites p {
				margin-bottom: 0.75em;
				padding-bottom: 0.75em;
				border-bottom: 1px solid #ccc;
			}
			
			#sidebar li.sound-bites ul {
				list-style: square;
				margin-left: 20px;
			}
			
			#sidebar li.sound-bites ul li {
				margin: 0 0 4px 0;
				padding: 0;
				border: none;
			}
		
		#sidebar li.available,
		#sidebar li.build-to-suit {
			margin-bottom: 1.5em;
			border: 0;
			line-height: 1.25;
		}
		
		#sidebar li.build-to-suit {
			margin-bottom: 3em;
		}
		
		#sidebar li.available {
			padding-top: 72px;
		}
		
			#sidebar li.available img {
				position: absolute;
				left: -7px;
				top: 66px;
			}
			
		#sidebar li.available-bts {
			padding-top: 0;
			margin-bottom: 1em;
		}
		
			#sidebar li.available-bts img {
				position: absolute;
				left: -7px;
				top: -6px;
			}
			
			#sidebar li.build-to-suit img {
				position: absolute;
				left: -8px;
				top: 5px;
			}
		
			#sidebar li.available a,
			#sidebar li.available-bts a,
			#sidebar li.build-to-suit a {
				background: url(/images/portfoliobutton-bg.png) repeat-y;
				display: block;
				color: #fff;
				padding: 4px 0 7px 32px;
				width: 168px;
			}
			
				#sidebar li.available a strong,
				#sidebar li.available-bts a strong,
				#sidebar li.build-to-suit a strong {
					font-size: 14px;
					font-weight: normal;
					display: block;
				}
				
			#sidebar li.video {
			margin-bottom: 1.5em;
			border: 0;
			line-height: 1.25;
			padding-top: 0px;
		}

		
			#sidebar li.video img {
				position: absolute;
				left: -4px;
				top: 4px;
			}
			
			#sidebar li.video a {
				display: block;
				color: #333333;
				padding: 3px 0 7px 60px;
				width: 145px;
			}
			
				#sidebar li.video a strong {
					font-size: 11px;
					font-weight: normal;
					display: block;
				}
				
				
				
/* Build-to-Suit (BTS)
   ------------------------------ */

.bts-pic-heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: normal;
	margin-top: 1.75em;
	margin-bottom: 0.75em;
}

#bts-pic-left {
	float: left;
	width: 220px;
	height: 260px;
	display: block;
	background-image: url(../images/bts/pic-bg.jpg);
	text-align: center;
}

#bts-pic-right {
	float: right;
	width: 220px;
	height: 260px;
	display: block;
	background-image: url(../images/bts/pic-bg.jpg);
	text-align: center;
}

#bts-quote {
	width: 420px;
	float: left;
}
#bts-quote ul {
	clear: both;
	list-style-type: none;
	position: relative;
}

#bts-quote ul li.q1 {
	position: relative;
	left: 10px;
	top: 0px;
	width: 31px;
}

#bts-quote ul li.q2 {
	position: relative;
	left: 390px;
	top: -40px;
	width: 31px;
}

#bts-quote ul li.text {
	position: relative;
	left: 51px;
	top: 0px;
	width: 329px;
	color: #b0c35a;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.35em;
}

#bts-quote ul li.legend {
	position: relative;
	left: 51px;
	top: 0px;
	width: 320px;
	margin-top: 15px;
	text-align: right;
	color: #b0c35a;
	font-size: 0.75em;
	line-height: 0.9em;
}

#bts-spec-content-wrap {
	float:left;
	width:475px;
	clear: both;
}

#bts-spec-content {
	float:left;
	width:475px;
	clear: both;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.75em;
}

#bts-spec-pic {
	float: left;
	width: 140px;
	height: 93px;
	display: block;
	margin-bottom: .75em;
}

#bts-spec-text {
	float: right;
	width: 325px;
	text-align: left;
	font-size: .9em;
	margin-bottom: .75em;
}

#bts-spec-text ul {
	clear: both;
	list-style-type: square;
	list-style-position: outside;
}


				
		
			
/* Footer
   ------------------------------ */

#footer {
	clear: both;
	border-top: 1px solid #eee;
	padding-top: 1.5em;
	height: 100%;
}

#footer ul.bar {
	width: 930px;
	height: 50px;
	margin: 0 -30px 1.5em;
	background: #006f53;
	clear: both;
	list-style-type: none;
	position: relative;
}

	#footer ul.bar li {
		position: absolute;
		left: 795px;
		top: 9px;
	}
	
#footer ul.links {
	list-style-type: none;
	margin: 0;
	padding: 0 0 3.5em 0;
	font-size: 0.92em;
	color: #999;
	float: none;
}

	#footer ul.links li {
		float: left;
		padding-right: 10px;
		margin-right: 10px;
		border-right: 1px solid #ddd;
	}
	
	#footer ul.links li.rss,
	#footer ul.links li.top {
		border: none;
	}
	
	body#search-page #footer ul.links li.top {
		display: none;
		visibility: hidden;
	}
	
	#footer ul.links li.rss a {
		background: url(/images/rss.gif) no-repeat 0 2px;
		padding-left: 20px;
	}
	
	#footer ul.links li.top {
		float: right;
		padding: 0;
		margin: 0;
	}
	
	#footer ul.links li.top a {
		background: url(/images/arrow-top.gif) no-repeat left 2px;
		padding-left: 15px;
	}
	
	#footer ul.links a {
		color: #999;
	}
	
	#footer ul.links a:hover,
	#footer ul.links a:focus {
		color: #bbb;
	}