/**
 * Default template styles
 * 
 * Includes Flash text replacement styles, marked with @FTR
 */

@import url(global.css);

/**
 * Page
 */

body
{
	background: #fff;
	padding-bottom: 400px;
}

.Page
{
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	min-height: 500px;
	position: relative;
}

.Page-Content { }

/**
 * Page header
 */

.Page-Header
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-top: 23px solid #000;
}

.Page-Header-Content { padding-top: 34px; }

/**
 * Site title
 */

.Site-Title
{
	width: 263px;
	height: 40px;
	margin-top: 0;
	margin-bottom: 18px;
	padding: 0;
	overflow: hidden;
	background-image: url(../images/stanhope-logo.png);
}

.Site-Title a
{
	display: block;
	width: 100%;
	height: 100%;
}

.Site-Title span { display: none; }

.Tag-Line
{
	position: absolute;
	top: 86px;
	left: 277px;
	margin: 0;
	padding: 0;
	width: 95px;
	height: 10px;
	background-image: url(../images/think-harder-tag-line.png);
}

.Tag-Line span { display: none; }

/**
 * Site navigation
 */

.Site-Nav
{
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 3px solid #000;
}

.Site-Nav li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.Site-Nav .Level-1 { float: left; }
.Site-Nav .Last { margin-right: 0 !important; }

.Site-Nav .Level-1  div.Nav
{
	height: 22px;
	overflow: hidden;
	float: left;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	font-family: arial,sans-serif;
	letter-spacing: -1pt;
	text-transform: uppercase;
	text-align: center;
}

.Site-Nav a
{
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
	background-color: #fff;
	background-position: center top;
}

.Site-Nav a:hover,
.Site-Nav .On a
{
	color: #fff;
	background-color: #000;
	background-position: center -22px !important;
}

/* image text replacement */
.Site-Nav a span { display: none; }

.Site-Nav #Site-Nav-1
{
	width: 80px;
	margin-right: 1px;
}

.Site-Nav #Site-Nav-1 a { background-image: url(../images/nav-home.png); }

.Site-Nav #Site-Nav-2
{
	width: 104px;
	margin-right: 1px;
}

.Site-Nav #Site-Nav-2 a { background-image: url(../images/nav-company.png); }

.Site-Nav #Site-Nav-3
{
	width: 108px;
	margin-right: 1px;
}

.Site-Nav #Site-Nav-3 a { background-image: url(../images/nav-projects.png); }
.Site-Nav #Site-Nav-4 a { background-image: url(../images/nav-community.png); }

.Site-Nav #Site-Nav-4
{
	width: 124px;
	margin-right: 1px;
}

.Site-Nav #Site-Nav-5 { width: 119px; }
.Site-Nav #Site-Nav-5 a { background-image: url(../images/nav-contact-us.png); }

/**
 * Sub navigation
 */

.Site-Nav-Sub
{
	color: #666;
	border-bottom: 1px solid #555;
	margin: 0;
	margin-bottom: 10px;
}

.Site-Nav-Sub a
{
	text-decoration: none !important;
	color: #111;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 0.7em;
}

.Site-Nav-Sub a.On { font-weight: bold; }

/**
 * Page body
 */

.Page-Body { margin-left: 10px; }
.Page-Body-Content { margin-top: 32px; }

/**
 * Page footer
 */

.Page-Footer
{
	margin-left: 10px;
	margin-top: 30px;
}

.Page-Footer-Content { }
.Page-Footer-Content .Title-Section { /*margin-bottom: 1em !important;*/ }
.Page-Footer-Content .List-Nav { background: none; }

.Page-Footer-Content .Legal
{
	color: #ddd;
	margin: 0;
	padding: 0;
	font-size: 10px;
	display: inline;
	float: left;
	margin-top: 2px;
}

.Page-Footer-Content .Nav-Foot
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 10px;
}

.Page-Footer-Content .Nav-Foot li
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	margin-right: 1em;
	font-size: 10px;
}

.Page-Footer-Content .Nav-Foot li a { color: #ddd; }

/**
 * Special content blocks
 */

.SEO { display: none; }
.ModuleContent { }
.SpecialContent { }

/**
 * Miscellaneous
 */

img { border: 0; }

form
{
	margin: 0;
	padding: 0;
}

.noDisplay { display: none; }

.Float-Break,
.Clear
{
	/*Generally used as: <span class="Clear">&nbsp;</span>*/
	clear: both;
	height: 0;
	display: block;
	overflow: hidden;
}

br.Clear
{
	clear: both;
	height: 0;
	display: block;
	overflow: hidden;
}

/**
 * List abstract items
 * 
 * Image, title, description and date blocks
 */

.Abstract
{
	padding-bottom: 0.8em;
	margin-bottom: 0.3em;
}

.Abstract .Img
{
	margin-top: 0;
	margin-bottom: 0.5em;
}

.Abstract .Title,
/*this stand-alone style for use elsewhere - e.g. .list-icon items*/
.Abstract-Title
{
	/* note: this is a near copy of H3 */
	padding: 0;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: -0.2pt;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 0.4em;
	/*padding-right like this for pretty line wraps*/
	padding-right: 6%;
	font-size: 1.2em;
}

.Abstract .Title,
.Abstract .Title a { }

.Abstract .Desc
{
	margin-bottom: 0.3em;
	line-height: 1.1em;
	color: #8a8989;
}

.Abstract p.Date
{
	margin-bottom: 0.2em;
	font-size: 0.98em;
	color: #c1c1c1;
}

.Abstract span.Date
{
	display: inline-block;
	width: 6em;
	margin-right: 1em;
	color: #000;
}

/**
 * Section list
 * 
 * Abstract items with section dividers on top each
 */

.Section-List .Abstract
{
	border-bottom: 1px solid #000;
	margin-bottom: 1em;
}

.Section-List .Last
{
	border-bottom: none;
	margin-bottom: 0;
}

.Section-List .Abstract
{
	padding-left: 4px;
	padding-right: 5px;
}

/**
 * Section Titles
 */

div.Title-Section
{
	border-top: 3px solid #000;
	padding-top: 0.4em;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0.4em;
}

div.Title-Section h2
{
	color: #000;
	margin: 0;
	padding: 0;
	height: 17px;
	font-size: 14px;
	font-weight: bold;
}

.Title-Section-Plain
{
	/*use with .Title-Section*/
	border-top: 0 !important;
	padding-top: 0 !important;
}

/*@FTR*/
html.hasFlash div.Title-Section h2
{
	visibility: hidden;
	height: 19px;
}

/*@FTR*/
div.Title-Section div.replaced-h2 { height: 19px; }

/**
 * Section block
 */

.Section { margin-top: 12px; }

/**
 * Feature Titles
 */

div.Title-Feature
{
	margin-top: 0;
	margin-bottom: 1.2em;
}

div.Title-Feature h2
{
	margin: 0;
	padding: 0;
	height: 19px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

div.Sub-Title-Feature
{
	margin-top: 0;
	margin-bottom: 0.4em;
}

div.Sub-Title-Feature h3
{
	margin: 0;
	padding: 0;
	height: 19px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
}

/*@FTR*/
html.hasFlash div.Title-Feature h2
{
	visibility: hidden;
	height: 19px;
}

/*@FTR*/
div.Title-Feature div.replaced-h2 { height: 19px; }

/*@FTR*/
html.hasFlash div.Sub-Title-Feature h3
{
	visibility: hidden;
	height: 19px;
}

/*@FTR*/
div.Sub-Title-Feature div.replaced-h3 { height: 19px; }

/**
 * Section end
 */

.Section-End
{
	border-top: 3px solid #000;
	height: 20px;
}

/**
 * Pages
 * 
 * Left/right scrolling page blocks
 */

.List-Pages
{
	width: 900px;
	overflow: hidden;
}

.List-Pages-Content
{
	/*very high so content sets in long horizontal list*/
	width: 10000px;
}

.List-Page
{
	width: 910px;
	float: left;
}

.List-Pages-Controls
{
	height: 1em;
	padding-top: 0;
	padding-bottom: 0;
	text-align: right;
	font-size: 0.95em;
}

.List-Pages-Controls .Previous
{
	margin-left: 0.3em;
	padding-left: 9px;
	background-image: url(../images/arrow-left.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
	font-weight: bold;
	text-transform: uppercase;
}

.List-Pages-Controls .Next
{
	padding-right: 9px;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: right 1px;
	font-weight: bold;
	text-transform: uppercase;
}

.List-Pages-Controls a { color: #000; }
.List-Pages-Controls .Count { margin-right: 0.2em; }

.List-Pages-Controls .Disabled
{
	color: #333;
	font-weight: normal;
}

.List-Pages-Controls a.Disabled:hover
{
	text-decoration: none !important;
	color: #333 !important;
}

/**
 * List Nav
 * 
 * 6 column list navigation
 */

.List-Nav
{
	background-image: url(../images/list-nav-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 12px;
}

.List-Nav-Hidden
{
	/*for hidden on load for mootools Slide FX*/
	display: none;
}

.List-Nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	/*near copy of .Column-Sixth*/
	float: left;
	width: 141.66px;
	padding-right: 10px;
}

/*use with .List-Nav*/
.List-Nav-Fifth ul
{
	/*.Column-Fifth*/
	width: 172px;
}

.List-Nav li
{
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	margin-bottom: 1em;
}

.List-Nav li a { color: #898686; }

.List-Nav li a.Link-Feature:hover
{
	text-decoration: none;
	color: #000 !important;
}

.List-Nav-Filter
{
	color: #666;
	border-bottom: 1px solid #555;
	text-align: right;
	margin: 0;
	margin-right: 3px;
}

.List-Nav-Filter  a
{
	text-decoration: none !important;
	color: #111;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 0.7em;
}

.List-Nav-Filter  span
{
	float: left;
	position: relative;
}

.List-Nav-Filter a.ALL
{
	margin-left: 0;
	float: left;
	text-align: left;
	overflow: hidden;
}

.List-Nav-Filter .All-Link { width: 1.7em; }

.List-Nav-Filter .Filter-Links span
{
	white-space: nowrap;
	position: relative;
	text-align: left;
}

.List-Nav-Filter  a.ShowHide
{
	padding-left: 11px;
	background-image: url(../images/toggle-arrow.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	color: #999;
	font-size: 0.9em;
}

.List-Nav-Filter  a.ShowHide-Open { background-position: left -17px; }

/**
 * List Filter
 */

.List-Filter
{
	text-align: right;
	height: 2px;
	margin-right: 10px;
}

.List-Filter p
{
	position: relative;
	top: -20px;
	color: #999;
	font-size: 0.9em;
}

.List-Filter .Select
{
	font-size: 20px !important;
	height: 14px;
}

/**
 * Links List
 */

.List-Links
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0.4em;
}

.List-Links li
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0.4em;
	padding-left: 10px;
	background-image: url(../images/bullet-link.png);
	background-repeat: no-repeat;
	background-position: 2px 0.2em;
}

.List-Links-Plain li
{
	padding-left: 0;
	background-image: none;
}

.List-Links li a:hover { color: #000; }

/**
 * Icons List
 */

.List-Icons
{
	list-style: none;
	margin: 0;
	margin-left: -3px;
	padding: 0;
}

.List-Icons li
{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 4px;
	margin-bottom: 5px;
	min-height: 114px;
	width: 141px;
	float: left;
}

.List-Icons li:hover { background-color: #000; }
.List-Icons li:hover p a { color: #fff; }

/**
 * Banner Type 1
 * 
 * 2 thirds column size
 */

.Banner-Type-1
{
	position: relative;
	margin-bottom: 8px;
}

.Banner-Type-1 .Details
{
	position: absolute;
	top: 13px;
	left: 14px;
	width: 500px;
	z-index: 10;
}

.Banner-Type-1 .Details .Banner-Title { margin-bottom: 0; }

.Banner-Type-1 .Details h2,
.Banner-Type-1 .Details p,
.Banner-Type-1 .Details a
{
	color: #fff;
	margin: 0;
	padding: 0;
}

.Banner-Type-1 .Details p { padding-left: 1px; }

html.hasFlash .Banner-Type-1 div.Banner-Title h2
{
	visibility: hidden;
	line-height: 22px;
	margin: 0;
	font-size: 22px;
}

/**
 * Banner Type 2
 * 
 * 3 quarter columns wide: 1 quarter is text, 2 are image
 */

.Banner-Type-2
{
	position: relative;
	height: 243px;
	width: 672.5px;
	margin-bottom: 13px;
}

.Banner-Type-2 .Details
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 227.5px;
	background: #000;
	z-index: 10;
	overflow: hidden;
}

.Banner-Type-2 .Details .Caption
{
	margin-left: 14px;
	margin-top: 12px;
	margin-right: 24px;
	margin-bottom: 8px;
}

.Banner-Type-2 .Details .Caption h3
{
	text-transform: uppercase;
	color: #fff;
	font-size: 21px;
	line-height: 21px;
	letter-spacing: 1pt;
	margin: 0;
}

.Banner-Type-2 .Details .Caption h3 a { color: #fff; }

/*@FTR*/
html.hasFlash .Banner-Type-2 div.Banner-Title h2,
html.hasFlash .Banner-Type-2 div.Banner-Caption h3 { visibility: hidden; }

.Banner-Type-2 .Details .Desc
{
	margin-left: 15px;
	margin-right: 19px;
	color: #ddd;
}

.Banner-Type-2 .Details .Link a
{
	margin-left: 15px;
	color: #fcfcfc;
}

.Banner-Type-2 .Img
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.Banner-Type-2 .Img img
{
	position: absolute;
	top: 0;
	right: -45px;
}

/**
 * Banner Type 3
 * 
 * Full width column: 1 third image, 2 thirds are text
 */

.Banner-Type-3
{
	position: relative;
	height: 243px;
	width: 900px;
	margin-bottom: 10px;
}

.Banner-Type-3 .Details
{
	position: absolute;
	top: 0;
	left: 293px;
	height: 100%;
	width: 607px;
	background: #000;
	z-index: 10;
}

.Banner-Type-3 .Details .Caption
{
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 290px;
}

.Banner-Type-3 .Details .Caption h2
{
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	line-height: 23px;
	margin: 0;
}

/*@FTR*/
html.hasFlash .Banner-Type-3 div.Banner-Title h2,
html.hasFlash .Banner-Type-3 div.Banner-Caption h3 { visibility: hidden; }

.Banner-Type-3 .Details .Desc
{
	margin-left: 6px;
	margin-right: 4px;
	color: #ddd;
}

.Banner-Type-3 .Details .Link a
{
	margin-left: 10px;
	color: #fcfcfc;
}

.Banner-Type-3 .Img
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/**
 * Banner Type 4
 * 
 * Full width image as page title (e.g. About Us page)
 */

.Banner-Type-4
{
	height: 275px;
	width: 900px;
	margin-bottom: 10px;
}

.Banner-Type-4 h2
{
	margin: 0;
	padding: 0;
}

/**
 * Banner Type 5
 * 
 * Text-only, half page square
 */

.Banner-Type-5
{
	background: #000;
	height: 217px;
}

.Banner-Type-5 .Details
{
	padding-top: 11px;
	margin-left: 11px;
}

.Banner-Type-5 .Link a { color: #fcfcfc; }
.Banner-Type-5 .Link a:hover { color: #ccc; }

/**
 * Banner Type 6
 * 
 * Half page square
 */

.Banner-Type-6
{
	background: #000;
	height: 285px;
}

.Banner-Type-6 .Img
{
	width: 227px;
	height: 285px;
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.Banner-Type-6 .Details
{
	width: 217px;
	float: left;
}

.Banner-Type-6 .Details .Image-Caption { margin-top: 10px; }
.Banner-Type-6 .Details .Image-Caption,
.Banner-Type-6 .Details .Link { margin-left: 11px; }
.Banner-Type-6 .Link a { color: #fcfcfc; }
.Banner-Type-6 .Link a:hover { color: #ccc; }

/**
 * Image text
 * 
 * Used with inline styles
 */

.Image-Caption
{
	/*allow for round characters etc*/
	position: relative;
	top: -1px;
	left: -1px;
	background-repeat: no-repeat;
}

.Image-Caption h2,
.Image-Caption h3,
.Image-Caption h4 { display: none; }

/**
 * Image links
 */

.Img-Link-Film
{
	display: block;
	position: relative;
}

.Img-Link-Film span
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/img_icon_film.png);
	background-repeat: no-repeat;
	background-position: 50% 35px;
	cursor: pointer;
}

.Img-Link-Film-Large span
{
	/*use with .Img-Link-Film*/
	background-image: url(../images/img_icon_film-large.png);
}

.Img-Link-Photos
{
	display: block;
	position: relative;
}

.Img-Link-Photos span
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/img_icon_photos.png);
	background-repeat: no-repeat;
	background-position: 50% 35px;
	z-index: 1000;
}

.Img-Link-Photos-Large span
{
	/*use with .Img-Link-Photos*/
	background-image: url(../images/img_icon_photos-large.png);
}

.Img-Link-Film:hover span,
.Img-Link-Photos:hover span,
.Img-Link-Hilite span
{
	background-position: 50% -465px;
	cursor: pointer;
}

.Column-Third .Img-Link-Film span,
.Column-Third .Img-Link-Photos span { background-position: 50% 60px; }
.Column-Third .Img-Link-Film:hover span,
.Column-Third .Img-Link-Photos:hover span,
.Column-Third .Img-Link-Hilite span { background-position: 50% -440px; }

/**
 * Projects list
 */

.Projects-List { }

.Projects-List .List-Nav
{
	padding-top: 10px;
	margin-bottom: 0;
	padding-bottom: 22px;
}

.Projects-List .List-Nav li { margin-bottom: 0.4em; }

.Projects-List .List-Nav li a
{
	font-size: 0.98em;
	padding-left: 2px;
}

.Projects-List .List-Icons
{
	margin-top: 10px;
	min-height: 270px;
}

.Projects-List .List-Icons p
{
	line-height: 1em;
	margin: 0;
	padding: 0;
}

/**
 * People list
 * 
 * @todo same as Projects list
 */

.People-List { }

.People-List .List-Nav
{
	padding-top: 10px;
	margin-bottom: 0;
	padding-bottom: 22px;
}

.People-List .List-Nav li { margin-bottom: 0.4em; }

.People-List .List-Nav li a
{
	font-size: 0.98em;
	padding-left: 2px;
}

.People-Icon-List
{
	margin-top: 10px;
	min-height: 260px;
}

.People-Icon-List .Abstract img { margin-bottom: 2em; }

/**
 * Film detail page
 */

.Film-Viewer
{
	margin-bottom: 25px;
	position: relative;
	border-bottom: 1px solid #fafafa;
}

.Film-Viewer .Msg-Flash-Unavailable
{
	position: absolute;
	top: 98px;
	left: 104px;
	width: 310px;
	border: 1px solid #eee;
	background: #333;
	text-align: center;
	padding: 5px;
}

/**
 * Slideshow
 */

.Slideshow { position: relative; }

.Slideshow .First
{
	line-height: 0;
	overflow: hidden;
}

.Slideshow .Additional
{
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.Slideshow .Additional img
{
	position: absolute;
	top: -3000px;
	left: 0;
}

.Slideshow-Controls
{
	position: relative;
	padding-top: 5px;
	padding-bottom: 4px;
	text-align: center;
	margin-bottom: 25px;
	font-size: 0.95em;
	border-bottom: 1px solid #404040;
	color: #000;
	line-height: 18px;
}

.Slideshow-Controls a
{
	cursor: pointer;
	color: #fff;
}

.Slideshow-Controls .Count { display: none; }

.Slideshow-Controls .RunSlideshow
{
	display: inline;
	position: absolute;
	left: 0;
}

.Slideshow-Controls .Previous
{
	float: left;
	display: inline-block;
	width: 18px;
	height: 18px;
	overflow: hidden;
	background-image: url(../images/slideshow_ctrls_arrow.png);
	background-position: top left;
	position: absolute;
	left: 88px;
}

.Slideshow-Controls .Previous span { display: none; }

.Slideshow-Controls .Next
{
	float: right;
	display: inline-block;
	width: 18px;
	height: 18px;
	overflow: hidden;
	background-image: url(../images/slideshow_ctrls_arrow.png);
	background-position: bottom left;
	position: absolute;
	left: 102px;
}

.Slideshow-Controls .Next span { display: none; }

.Slideshow-Labels
{
	color: #fff;
	font-size: 0.95em;
	position: absolute;
	right: 0;
	height: 100px;
	width: 200px;
	text-align: right;
	margin-top: -43px;
	margin-left: 10px;
	line-height: 10px;
}

/**
 * Scroll list
 * 
 * (used with slideshow)
 */

.Scroll-List
{
	border: 1px solid #333;
	width: 100%;
	height: 66px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.Scroll-List .Scroll-Left
{
	float: left;
	height: 100%;
	width: 35px;
	background: #000;
	cursor: pointer;
	background-image: url(../images/scroller-arrows.png);
	background-repeat: no-repeat;
	background-position: 6px -16px;
	position: relative;
	z-index: 1000;
}

.Scroll-List .Scroll-Left-Disabled
{
	background-position: 6px -116px;
	cursor: default;
}

.Scroll-List .Scroll-Right
{
	float: right;
	height: 100%;
	width: 35px;
	background: #000;
	cursor: pointer;
	background-image: url(../images/scroller-arrows.png);
	background-repeat: no-repeat;
	background-position: -72px -16px;
	position: relative;
	z-index: 1000;
}

.Scroll-List .Scroll-Right-Disabled
{
	background-position: -72px -116px;
	cursor: default;
}

.Scroll-List .List-Box
{
	margin-left: 36px;
	margin-right: 36px;
	height: 100%;
	overflow: hidden;
	position: relative;
	/*for Safari
	672 -36 -36 = ...
	*/
	width: 600px;
}

.Scroll-List ul
{
	margin: 0;
	padding: 0;
	height: 100%;
	list-style: none;
	/*for onload, gets set by script*/
	width: 10000px;
}

.Scroll-List li
{
	list-style: none;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	height: 64px;
	width: 64px;
	overflow: hidden;
	float: left;
	background: #ddd;
	position: relative;
	border: 1px solid #000;
}

.Scroll-List li:hover { border: 1px solid #333; }

/**
 * Site intro
 */

.Site-Intro
{
	background: #e8e8e8;
	height: 358px;
}

.Site-Intro-Content
{
	padding: 12px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.Site-Intro div.Title-Feature
{
	margin: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
}

.Site-Intro div.Title-Feature h2
{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	line-height: 21px;
}

.Site-Intro .Intro
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 106px;
	background-image: url(../images/content/home-page-quote.png);
	background-repeat: no-repeat;
}

.Site-Intro .Intro strong { display: none; }

.Site-Intro .Desc
{
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

.Site-Intro .More
{
	color: #333;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

.Site-Intro .Link
{
	margin: 0;
	margin-bottom: 6px;
	padding: 0;
	padding-left: 8px;
	background-image: url(../images/bullet-link.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}

.Site-Intro .Link a { color: #333; }
.Site-Intro .Link a:hover { color: #999; }

/*@FTR*/
html.hasFlash .Site-Intro div.Title-Feature,
.Site-Intro div.Title-Feature,
html.hasFlash .Site-Intro div.Title-Feature h2,
.Site-Intro div.Title-Feature div.replaced-h2 { height: auto; }

/**
 * Photos detail page
 */

.Photos-Viewer
{
	margin-bottom: 20px;
	position: relative;
}

.Photos-Viewer .Slideshow
{
	/*background-image: url(../images/photos_bg.png);*/
	height: 460px;
}

/**
 * Media details
 * (common to both film and photography)
 */

.Media-Details { position: relative; }

.Media-Details .Credits
{
	color: #444;
	font-size: 10px;
	position: absolute;
	top: 6px;
	right: -229px;
	margin: 0;
	padding: 0;
	text-align: right;
}

.Media-Details .Credits a { color: #444; }

/**
 * Projects detail page
 */

.Projects-Detail { margin-top: 0; }
.Projects-Detail .Img { margin-bottom: 0.4em; }
.Projects-Detail .Img .Img-Link-Film span,
.Projects-Detail .Img .Img-Link-Photos span { background-position: 50% 150px; }
.Projects-Detail .Img .Img-Link-Film:hover span,
.Projects-Detail .Img .Img-Link-Photos:hover span { background-position: 50% -350px; }

.Projects-Detail .Desc
{
	/*used on sustainability page*/
	margin-bottom: 1em;
}

.Projects-Detail .Article .Intro
{
	/*currently set as a H3 tag*/
	/*Previous:*/
	/*font-size: 1.2em;
	color: #111;*/
	/*Current H3:*/
	color: #000;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0.3em;
	font-size: 140%;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: -0.5pt;
}

.Projects-Detail .Numbers
{
	background-image: url('../images/numbers-bg.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top: 12px;
	padding-bottom: 3px;
	margin-top: 4px;
	margin-bottom: 20px;
}

.Projects-Detail .Numbers p,
.Projects-Detail .Numbers .Sub-Title-Feature
{
	padding-left: 12px;
	padding-right: 12px;
}

.Projects-Detail .Numbers p { font-size: 0.95em; }
.Projects-Detail .Numbers .Sub-Title-Feature { margin-bottom: 0.1em; }
.Projects-Detail .Numbers p strong { font-size: 1.4em; }
.Projects-Detail .Gallery { margin-top: 8px; }
.Projects-Detail .Highlights { margin-top: 8px; }
.Projects-Detail .Opinions { margin-top: 8px; }
.Projects-Detail .Related a { }
.Projects-Detail .Related .Title-Section { margin-top: 2em; }
.Projects-Detail .Related .First { margin-top: 0; }

.Projects-Detail .Related dl
{
	margin: 0;
	padding: 0;
}

.Projects-Detail .Related dl dt
{
	margin: 0;
	padding: 0;
	margin-bottom: 0.3em;
	color: #333;
}

.Projects-Detail .Related dl dd
{
	margin: 0;
	padding: 0;
	margin-bottom: 0.6em;
}

.Projects-Detail .Column-Last { width: 202px; }

.Projects-Detail .Sustainability-Stats table
{
	margin-top: 30px;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
}

.Projects-Detail .Sustainability-Stats td
{
	padding: 0;
	padding-bottom: 30px;
	vertical-align: top;
}

.Projects-Detail .Sustainability-Stats .Sub-Title-Feature { width: 55px; }

.Projects-Detail .Sustainability-Stats h4
{
	margin-top: 0;
	vertical-align: top;
	font-weight: normal;
	font-size: 1.3em;
}

/**
 * Opinions
 */

.Opinions .Abstract
{
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
	padding-top: 4px;
}

.Opinions .First
{
	border-top: none;
	padding-top: 0;
}

.Opinions .Name
{
	color: #111;
	padding-top: 0.4em;
}

/**
 * Sub List
 */

.Sub-List ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.Sub-List li
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 2em;
	clear: left;
}

.Sub-List li .Title
{
	float: left;
	width: 40%;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.Sub-List li .Sub-List
{
	float: left;
	width: 30%;
	margin-left: 5%;
	margin-top: 0;
}

/*
-------------------------------------------------------------------
-------------------------------------------------------------------
-------------------------------------------------------------------
-------------------------------------------------------------------
Customisations

Customisting the above for specific page views
*/

/**
 * Art-Design list
 */

.Art-Des-List .Abstract .Title
{
	border-top: 1px solid #000;
	padding-top: 7px;
	margin-left: 227px;
}

/**
 * Films list
 * 
 * Note this is similar to Photography list (below)
 */

.Films-List { }

/*special width for .List-Nav-Filter */
.Films-List div.Title-Section h2 { width: 39px; }

.Films-List .List-Nav-Filter
{
	position: relative;
	height: 3px;
	padding: 0;
	margin: 0;
	border: 0;
}

.Films-List .List-Nav-Filter a
{
	position: absolute;
	top: -23px;
	right: 0;
}

.Films-List .List-Nav
{
	padding-top: 7px;
	margin-bottom: 0;
	padding-bottom: 22px;
}

.Films-List .List-Nav a
{
	padding-left: 18px;
	background-image: url(../images/link-film.png);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}

.Films-List .List-Nav li { margin-bottom: 0.4em; }

/**
 * Photography list
 * 
 * Note this is similar to Films List (above)
 */

.Photos-List
{
	margin-top: 10px;
	/*top spacing part as padding so anchor has white space on top*/
	padding-top: 16px;
}

/*special width for .List-Nav-Filter */
.Photos-List div.Title-Section h2 { width: 108px; }

.Photos-List .List-Nav-Filter
{
	position: relative;
	height: 3px;
	padding: 0;
	margin: 0;
	border: 0;
}

.Photos-List .List-Nav-Filter a
{
	position: absolute;
	top: -23px;
	right: 0;
}

.Photos-List .List-Nav
{
	padding-top: 7px;
	margin: 0;
	padding-bottom: 22px;
}

.Photos-List .List-Nav li { margin-bottom: 0.4em; }

/**
 * Photo list nav
 */

.Photos-List-Nav a
{
	padding-left: 19px;
	background-image: url(../images/link-photos.png);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	color: #777;
}

/**
 * Film list nav
 */

.Films-List-Nav a
{
	padding-left: 18px;
	background-image: url(../images/link-film.png);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}

/**
 * Company Links
 */

.Company-Link
{
	width: 293px;
	height: 165px;
	overflow: hidden;
}

.Company-Link a
{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #000;
}

.Company-Link span { display: none; }
.Company-Link a:hover { background-position: 0 -165px; }
.Company-People a { background-image: url(../images/content/company-people.png); }
.Company-Approach a { background-image: url(../images/content/company-approach.png); }
.Company-Sustainability a { background-image: url(../images/content/company-sustainability.png); }
.Company-Partners a { background-image: url(../images/content/company-partners.png); }
.Company-Awards a { background-image: url(../images/content/company-awards.png); }
.Company-Testimonials a { background-image: url(../images/content/company-testimonials.png); }
.Company-About a { background-image: url(../images/content/company-about.png); }
.Company-Contact a { background-image: url(../images/content/company-contact.png); }
.Company-Stanhope a { background-image: url(../images/content/company-stanhope.png); }
.Company-Pro-Bono a { background-image: url(../images/content/company-pro-bono.jpg); }
.Company-Art-Design a { background-image: url(../images/content/company-art-design.jpg); }

/**
 * Awards List
 */

.Awards-List { padding-top: 15px; }
.Awards-List .Year { float: left; }

.Awards-List .Award
{
	display: block;
	margin-left: 3.2em;
	margin-right: 1em;
}

/**
 * Testimonials
 */

.Testimonials { padding-top: 15px; }
.Testimonials .Testimonial { margin-bottom: 1.8em; }

.Testimonials .Quote
{
	color: #000;
	margin-bottom: 0.2em;
	/*hack*/
	padding-right: 1em;
}

