/*--------------------------------------------------------------------------------------
	Brass website stylesheet
	
	Colors:
		Default colour (pink): 			#f20050;
		Blue:							#0cd;
		Green:							#04f00b;

		Off-white for text, etc:		#e0e2e1;
		Grey text:						#999;
*/

body
{
	margin: 0;
    background: #000;
    font-family: Arial;
    text-align: center;
    overflow-y: scroll;
}

/* TEMP BACKGROUNDS */
.Background-One { background: no-repeat center top url(../images/backgrounds/master_background_1.jpg) #000; }
.Background-Two { background: no-repeat center top url(../images/backgrounds/master_background_2.jpg) #000; }
.Background-Three { background: no-repeat center top url(../images/backgrounds/master_background_3.jpg) #000; }
.Background-Four { background: no-repeat center top url(../images/backgrounds/master_background_4.jpg) #000; }

* { outline: none; }

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 20px 0;
	font-family: Georgia;
	font-weight: normal;
	color: #e0e2e1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	border-bottom: solid 1px transparent;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover
{
	border-bottom: solid 1px #e0e2e1;
}

a  
{
	color: #f20050;
    -moz-transition-property: color, background-color, border-color;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-property: color, background-color, border-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: color, background-color, border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}
a:hover 
{
	text-decoration: none;
}
a img { border: none; }
a.White { color: #e0e2e1; }
a.Pink { text-decoration: none; color: #f20050; }
a.Pink:hover { text-decoration: none; border-bottom: solid 1px #f20050; }

a.NoUnderline { text-decoration: none; }
a.NoUnderline:hover { border-bottom: solid 1px #e0e2e1; }

ul, ol { margin: 0; padding: 0; list-style: none; }

p, li
{
	font-size: 0.75em;
	color: #e0e2e1;
}

p { margin: 0 0 20px 0 }

blockquote,
.Quote
{
	display: block;
	width: 240px;
	padding: 30px 20px;
	font-family: Georgia;
	font-size: 1.2em;
	color: #f20050;
}

.Left { float: left; }
.Right { float: right; }
.Clear { clear: both; }

.Hide { display: none; }

.Third { width: 260px; }
.TwoThirds { width: 540px; }

.Column { margin: 0 20px 0 0; padding: 20px 0 0 0; }
.Last { margin: 0; }
.WhiteLine { border-top: solid 1px #fff; }
.NoPadding { padding: 0; }
.NoMargin { margin: 0; }

.Website,
.Download
{
	padding: 0 0 0 23px;
	background: no-repeat url(../images/download.png);
	text-decoration: none;
	color: #e0e2e1;
}
	
.Website:hover, .Download:hover { text-decoration: underline; }

.Website { background: no-repeat url(../images/website.png); }
.Download { background: no-repeat url(../images/download.png); }

.SideBar
{
	width: 210px;
	/*margin: 0 0 0 50px;*/
}

.SideBar li
{
    list-style: none;
}

.BlackBox
{
	width: 170px;
	margin: 0 0 1px 0;
	padding: 20px;
	background: #000;
	opacity: 0.7;
}

.BlackBox h3
{
	margin: 0 0 10px 0;
	font-family: Arial;
	font-size: 0.8em;
	color: #fff;
}

.Highlight { color: #f20050 !important; }
.BlackHighlight { color: #000 !important; }

.Skip { position: absolute; text-indent: -1000px; overflow: hidden; }

/* Form Elements */
/*****************/
label
{
	float: left;
	margin: 0 0 10px 0;
	font-size: 0.8em;
	color: #e0e2e1;
}

.Label-Error
{
	color: #f20050;
}

.CheckBox,
.CheckBox input
{
	float: left;
	margin: 0 10px 0 0;
}

.TextBox, .FileUpload
{
	float: left;
	height: 26px;
	margin: 0 0 20px 0;
	padding: 3px; 
	border: none;
	line-height: 32px;
}

.RadioButton
{
	position: relative;
	float: left;
	margin: 0 20px 0 0;
}

.RadioButton .Icon,
.RadioButton .Overlay
{
	float: left;
	width: 12px;
	height: 12px;
	background: no-repeat top left url(../images/radio-button.png);
}

.RadioButton .Icon
{
	margin: 0 5px 0 0;
}

.RadioButton .Overlay
{
	display: none;
	background-position: 0 -12px;
}

.RadioButton-Selected { background-position: -12px 0 !important; }
.RadioButton-Selected .Overlay { background-position: -12px -12px; }

.RadioButton .Overlay-Pressed { background-position: 0 -24px; }
.RadioButton-Selected .Overlay-Pressed { background-position: -12px -24px; }

.RadioButton input { float: left; margin: 0 5px 0 0; }
.RadioButton label { color: #e0e2e1; }

.Form br
{
	clear: both;
}

/* Button */
/**********/
.Button
{
	position: relative;
	display: inline-block;
	height: 35px;
	font-size: 0.8em;
	line-height: 35px;
	text-decoration: none;
	color: #e0e2e1;
}

.Button span
{
	display: block;
}

/* Arrow
 ********************************/
.Button .Arrow
{
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	margin: -4px 0 0 0;
	border: solid 4px transparent;
	border-color: transparent transparent transparent #e0e2e1;
}

.Button:hover .Arrow
{
	border-color: transparent transparent transparent #f20050;
}

.Button-Reverse .Arrow
{
	left: 15px;
	border-color: transparent #e0e2e1 transparent transparent;
}

.Button-Reverse:hover .Arrow
{
	border-color: transparent #f20050 transparent transparent;
}

.Button-Small .Arrow
{
	right: 6px;
	margin: -3px 0 0 0;
	border-width: 3px;
}

.Button-Small-Reverse .Arrow
{
	left: 6px;
	margin: -3px 0 0 0;
	border-width: 3px;
	border-color: transparent #e0e2e1 transparent transparent;
}

.Button-Small-Reverse:hover .Arrow
{
	border-color: transparent #f20050 transparent transparent;
}

/* Horizontal
 ********************************/
.Button-Horizontal
{
	padding: 0 0 0 3px;
	background: no-repeat url(../images/button-left.png);
}

.Button-Horizontal:hover
{
	background-position: 0 -35px;
}

.Button-Horizontal .Button-Mid
{
	padding: 0 27px 0 14px;
	background: repeat-x url(../images/button-mid-h.png);
}

.Button-Reverse .Button-Mid
{
	padding: 0 14px 0 27px;
}

.Button-Horizontal:hover .Button-Mid
{
	background-position: 0 -35px;
}

.Button-Horizontal .Button-End
{
	padding: 0 3px 0 0;
	background: no-repeat top right url(../images/button-right.png);
}

.Button-Horizontal:hover .Button-End
{
	background-position: right -35px;
}

/* Vertical
 ********************************/
.Button-Vertical
{
	width: 240px;
	height: auto;
	padding: 3px 0 0 0;
	background: no-repeat url(../images/button-top.png);
	line-height: 1.1em;
}

.Button-Vertical:hover
{
	background-position: -240px 0;
}

.Button-Vertical .Button-Mid
{
	width: 199px;
	padding: 8px 27px 8px 14px;
	background: repeat-y url(../images/button-mid-v.png);
	background-position: 0 0;
}

.Button-Vertical:hover .Button-Mid
{
	background-position: -240px 0;
}

.Button-Vertical .Button-Mid .Gradient
{
	position: absolute;
	top: 3px;
	left: 0;
	width: 240px;
	height: 29px;
	background: no-repeat url(../images/button-mid-v-gradient.png);
	z-index: 0;
}

.Button-Vertical .Button-Mid .Text
{
	position: relative;
	z-index: 50;
}

.Button-Vertical:hover .Button-Mid .Gradient
{
	background-position: -240px 0;
}

.Button-Vertical .Button-End
{
	width: 240px;
	padding: 0 0 3px 0;
	background: no-repeat bottom left url(../images/button-bottom.png);
}

.Button-Vertical:hover .Button-End
{
	background-position: -240px bottom;
}

/* Vertical - 174 wide
 ********************************/
.Button-174
{
	width: 174px;
	background: no-repeat url(../images/button-top-174.png);
}

.Button-174:hover
{
	background-position: -174px 0;
}

.Button-174 .Button-Mid
{
	width: 133px;
	background: repeat-y url(../images/button-mid-v-174.png);
}

.Button-174:hover .Button-Mid
{
	background-position: -174px 0;
}

.Button-174 .Button-Mid .Gradient
{
	width: 174px;
	background: no-repeat url(../images/button-mid-v-gradient-174.png);
}

.Button-174:hover .Button-Mid .Gradient
{
	background-position: -174px 0;
}

.Button-174 .Button-End
{
	width: 174px;
	background: no-repeat bottom left url(../images/button-bottom-174.png);
}

.Button-174:hover .Button-End
{
	background-position: -174px bottom;
}

/* No Hover Behaviour
 ********************************/
.Button-NoHover:hover { background-position: 0 0; }
.Button-NoHover:hover .Button-Mid { background-position: 0 0; }
.Button-NoHover:hover .Button-End { background-position: right 0; }

.Button-Vertical-NoHover:hover { background-position: 0 0; }
.Button-Vertical-NoHover:hover .Button-Mid { background-position: 0 0; }
.Button-Vertical-NoHover:hover .Button-Mid .Gradient { background-position: 0 0; }
.Button-Vertical-NoHover:hover .Button-End { background-position: left bottom; }

/* White
 ********************************/
.Button-White { background-position: 0 -70px; }
.Button-White .Button-Mid { background-position: 0 -70px; }
.Button-White .Button-End { background-position: right -70px; }

/* Pressed
 ********************************/
.Button-Pressed, .Button-Pressed:hover { background-position: 0 -105px; }
.Button-Pressed .Button-Mid, .Button-Pressed:hover .Button-Mid { background-position: 0 -105px; }
.Button-Pressed .Button-End, .Button-Pressed:hover .Button-End { background-position: right -105px; }

/* Small
 ********************************/
.Button-Small,
.Button-Small-Reverse
{
	height: 23px;
	background: no-repeat url(../images/button-left-small.png);
	font-size: 12px;
	line-height: 23px;
}

.Button-Small:hover,
.Button-Small-Reverse:hover
{
	background-position: 0 -23px;
}

.Button-Small .Button-Mid,
.Button-Small-Reverse .Button-Mid
{
	padding: 0 19px 0 8px;
	background: repeat-x url(../images/button-mid-h-small.png);
}

.Button-Small-Reverse .Button-Mid
{
	padding: 0 8px 0 19px;
}

.Button-Small:hover .Button-Mid,
.Button-Small-Reverse:hover .Button-Mid
{
	background-position: 0 -23px;
}

.Button-Small .Button-End,
.Button-Small-Reverse .Button-End
{
	padding: 0 3px 0 0;
	background: no-repeat top right url(../images/button-right-small.png);
}

.Button-Small:hover .Button-End,
.Button-Small-Reverse:hover .Button-End
{
	background-position: right -23px;
}

/* Filter button
 ********************************/
.Button-Filter
{
	font-size: 0.8em;
}

.Button-Filter .Button-Mid
{
	padding: 0 20px 0 6px;
}

.Button-Filter .Arrow
{
	display: none;
}

/* Icons
 ********************************/
.Button-PDF .Icon,
.Button-Twitter .Icon,
.Button-Word .Icon,
.Button-MailingList .Icon,
.Button-Compass .Icon,
.Button-Filter .Icon
{
	position: absolute;
	top: 50%;
	left: 16px;
	background: no-repeat url(../images/ui-sprite.png);
}

.Button-PDF .Button-Mid,
.Button-Twitter .Button-Mid,
.Button-Word .Button-Mid,
.Button-Compass .Button-Mid
{
	padding: 0 27px 0 39px;
}


.Button-MailingList .Button-Mid
{
	padding: 0 27px 0 44px;
}

.Button-PDF .Icon
{
	width: 16px;
	height: 16px;
	margin: -8px 0 0 0;
	background: no-repeat url(../images/ui-sprite.png);
	background-position: -30px 0;
}

.Button-Twitter .Icon
{
	width: 18px;
	height: 18px;
	margin: -9px 0 0 0;
	background-position: -46px 0;
}

.Button-Word .Icon
{
	width: 17px;
	height: 17px;
	margin: -8px 0 0 0;
	background-position: -64px 0;
}

.Button-MailingList .Icon
{
	width: 22px;
	height: 14px;
	margin: -7px 0 0 0;
	background-position: -82px 0;
}

.Button-Compass .Icon
{
	width: 18px;
	height: 18px;
	margin: -9px 0 0 0;
	background-position: -105px 0;
}

.Button-Filter .Icon 
{
	left: auto;
	right: 8px;
	width: 7px;
	height: 7px;
	margin: -4px 0 0 0;
	background-position: -30px -23px;
}

/* Drop Down List */
/******************/
.BrassDropDownList
{
	position: relative;
	display: inline-block;
	height: 23px;
	line-height: 23px;
	text-decoration: none;
	color: #e0e2e1;
}

.BrassDropDownList .Head
{
	position: relative;
	width: 157px;
	z-index: 100;
}

.BrassDropDownList .Button-Small:hover { background-position: 0 0; }
.BrassDropDownList .Button-Small .Button-Mid { background-position: 0 0; }

.BrassDropDownList .Head-Expanded,
.BrassDropDownList .Head-Expanded:hover,
.BrassDropDownList .Head-Expanded .Button-Mid { background-position: 0 -23px; }

.BrassDropDownList .Button-Small .Button-End
{
	padding: 0 30px 0 0;
	background: no-repeat top right url(../images/button-right-dropdown.png);
}

.BrassDropDownList .Button-Small:hover .Button-End { background-position: right -23px; }
.BrassDropDownList .Head-Expanded .Button-End { background-position: right -46px; }
.BrassDropDownList .Head-Expanded:hover .Button-End { background-position: right -69px; }

.BrassDropDownList .Button-Small .Arrow
{
	right: 11px;
	margin: -3px 0 0 0;
	border-width: 4px;
	border-color: #e0e2e1 transparent transparent transparent;
	cursor: pointer;
}

.BrassDropDownList .Button-Small:hover .Arrow { border-color: #f20050 transparent transparent transparent; }
.BrassDropDownList .Head-Expanded .Arrow,
.BrassDropDownList .Head-Expanded:hover .Arrow { border-color: #e0e2e1 transparent transparent transparent; }

.BrassDropDownList .Head .Text
{
	font-size: 0.9em;
	font-weight: bold;
}

.BrassDropDownList .Options
{
	position: absolute;
	top: 20px;
	left: 0;
	width: 160px;
	overflow: hidden;
	z-index: 50;
}

.BrassDropDownList .Options div
{
	position: absolute;
	bottom: 0;
	width: 128px;
	padding: 10px 15px;	
	background: #010000;
	border: solid 1px #211e20;
}

.BrassDropDownList .Options a
{
	display: block;
	width: 160px;
	font-size: 0.7em;
	line-height: 23px;
	text-decoration: none;
	color: #e0e2e1;
}

.BrassDropDownList .Options a:hover
{
	color: #f20050;
}

/* Contact Us - Expanded header */
/********************************/
.ExpandableContent
{
	margin: -217px 0 0 0;
	padding: 20px 0;
    background: repeat-x url(../images/header-gradient-pink.png) #f20050;
}

.Expanded { margin: 0; }

.ExpandableContent .ContactUs
{
	position: relative;
    width: 820px;
    min-height: 177px;
    margin: 0 auto 0 auto;
    text-align: left;
}

.ContactUs .Address,
.ContactUs .PhoneNumber
{
    font-family: Georgia;
    font-size: 1.2em;
    color: #fff;
}

.ContactUs .Address
{
	padding: 10px 0 0 0;
}

.ContactUs .PhoneNumber { margin: 0; }

.ContactUs .PhoneNumber a
{
    color: #fff;
}

.ContactUs .PhoneNumber a:hover,
.ContactUs .PhoneNumber a:focus
{
	
}

.ContactUs .CallToAction
{
    position: absolute;
    top: 40px;
    left: 240px;
    z-index: 50;
}

.ContactUs .Button
{
	width: 211px;
	font-size: 1em;
}

.ContactUs .Map
{
    position: absolute;
    top: 0;
    right: -68px;
    width: 452px;
    height: 177px;
    background: no-repeat url(../images/header-map-bg.jpg);
    z-index: 0;
}

.ContactUs .Map .GoogleMap
{
	position: absolute;
	top: 0;
	left: 64px;
    width: 320px;
    height: 177px;
    z-index: 25;
}

.ContactUs .Map .GoogleMapShadow
{
	position: absolute;
	top: 0;
	left: 64px;
	display: block;
    width: 320px;
    height: 177px;
    background: no-repeat url(../images/header-map-shadow.png);
    z-index: 50;
}

.ContactUs .Speech
{
	position: absolute;
	display: none;
	padding: 0 0 11px 0;
}

.ContactUs .Speech .Inner
{
	position: relative;
	padding: 15px 20px;
	background: #000;
}

.ContactUs .Speech p
{
	margin: 0;
	color: #fff;
}

.ContactUs .Speech .Pointer
{
	position: absolute;
	bottom: -11px;
	left: 48px;
	width: 0;
	height: 0;
	border: solid 11px #000;
	border-color: #000 transparent transparent #000;
}

/* Header */
/**********/
.Header
{
	position: relative;
	width: 820px;
	height: 121px;
    margin: 0 auto 40px auto;
}

.HomePage .Header { margin: 0 auto; }

.Header h1
{
	position: relative;
    height: 41px;
    top: 40px;
    background: url(../images/brass.png) no-repeat scroll left top transparent;
    text-indent: -5000px;
}

.Header p,
.Header h1
{
	margin: 0;
}

.Header li
{
	float: left;
	margin: 0 14px 0 0;
	list-style: none;
}

.Header li a
{
	display: block;
	text-decoration: none;
}

.Header .Logo
{
	position: absolute;
	top: 40px;
	left: 0;
}

/* Navigation - top */
.Header .TopNavigation
{
	position: absolute;
	top: 0;
	right: 210px;
}

.Header .TopNavigation li
{
	margin: 0 10px;
}

.Header .TopNavigation a
{
	padding: 10px 0;
	border-bottom: solid 1px transparent;
	color: #666;
}

.Header .TopNavigation a:hover,
.Header .TopNavigation a.Selected
{
	border-bottom: solid 1px #f20050;
}

.Header .TopNavigation .ContactUs
{
	position: relative;
	overflow: hidden;
}

.Header .TopNavigation .ContactUs a
{
	width: 80px;
	border-bottom: solid 1px transparent;
	text-align: center;
	color: #f20050;
}

.Header .TopNavigation .ContactUs a.Link:hover,
.Header .TopNavigation .Expanded a.Link,
.Header .TopNavigation .ContactUs-Expanded
{
	background: no-repeat url(../images/ui-sprite.png);
	background-position: 0 -30px;
	border-bottom: none;
	color: #fff;
}

.Header .TopNavigation .Handle
{
	position: absolute;
	top: 0;
	left: 0;
	background: no-repeat url(../images/ui-sprite.png);
	background-position: 0 -30px;
	border-bottom: none;
}

.Header .TopNavigation .Handle a,
.Header .TopNavigation .Expanded .Handle a,
.Header .TopNavigation .ContactUs-Expanded a
{
	color: #fff;
}

.Header .TopNavigation .Tab
{
	display: none;
}

/* Search */
.Header .Search
{
	position: absolute;
	top: 7px;
	right: 0;
	width: 180px;
}

.Header .Search .TextBox
{
	width: 174px;
	height: 16px;
	background: #191919;
	border: none;
	line-height: 16px;
	color: #868b85;
}

.Header .Search .Submit
{
	position: absolute;
	top: 2px;
	right: 2px;
	width: 48px;
	height: 18px;
	background: #000;
	text-align: center;
	color: #fff;
}

.Header .Search-Highlight .TextBox
{
	background: #e0e2e1;
	color: #000;
}

/* Social icons */
.Header .Social
{
	position: absolute;
	top: 10px;
	left: 835px;
	width: 50px;
}

.Header .Social li
{
	margin: 0 6px 0 0;
}

.Header .Social a
{
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/ui-sprite.png);
	overflow: hidden;
	text-indent: 100px;
}

.Header .Social a.RSS:hover
{
	background-position: 0 -15px;
}

.Header .Social a.Twitter
{
	background-position: -15px 0;
}

.Header .Social a.Twitter:hover
{
	background-position: -15px -15px;
}

/* Navigation - lower */
.Header .Navigation
{
	position: absolute;
	bottom: 29px;
	right: 0;
}

.Header .Navigation ul,
.Header .Navigation li,
.Header .Navigation .Telephone
{
	display: inline;
}

.Header .Navigation li
{
	margin: 10px 14px 0 0;
}

.Header .Navigation a
{
	padding: 0 0 10px 0;
	border-bottom: solid 1px transparent;
	color: #fff;
}

.Header .Navigation a:hover,
.Header .Navigation a.Selected
{
	border-bottom: solid 1px #f20050;
}

.Header .Telephone
{
	margin: 0 0 0 16px;
	font-family: Georgia;
	font-size: 1.4em;
    color: #f20050;
}

.PrintHeader { display: none; }

/* Content */
/***********/
.Content
{
	position: relative;
	width: 820px;
	margin: auto;
	padding: 0 0 67px 0;
	text-align: left;
	color: #e0e2e1;
}

.Content ul
{
    list-style: disc;
    margin-left: 30px;
}

.Content ol
{
    list-style: decimal;
    margin-left: 30px;
}

.Content li
{
    text-align: left !Important;
}

.Centrepiece
{
	height: 350px;
	margin: 0 0 40px 0;
}

.PageTitle
{
	margin: 0 0 70px 0;
	font-style: italic;
}

.PageTitle h1
{
	font-size: 2.5em;
}

.TwitterFeed ol { margin: 0; }

.TwitterFeed li
{
	margin: 0 0 17px 0;
	list-style: none;
}

.TwitterFeed li span
{
	font-size: 0.8em;
	font-style: italic;
	color: #666;
}

.BlackTwitterButton,
.BlackMailingListButton
{
	display: block;
	width: 140px;
	height: 30px;
	padding: 0 0 0 40px;
	background: no-repeat url(../images/ui-sprite.png);
	line-height: 30px;
	text-decoration: none;
	color: #e0e2e1;
}

.BlackTwitterButton { background-position: 0 -68px; }
.BlackMailingListButton { padding: 0 0 0 45px; background-position: 0 -98px; }

.BlackTwitterButton:hover,
.BlackMailingListButton:hover
{
	color: #f20050;
}

.LargeIcon-Twitter,
.LargeIcon-Facebook
{
	display: inline-block;
	padding: 0 0 0 64px;
	font-family: Georgia;
	font-size: 1.4em;
	font-style: italic;
	line-height: 48px;
	text-decoration: none;
	color: #e0e2e1;
}

.LargeIcon-Twitter { background: no-repeat url(../images/large-icon-twitter.png) }
.LargeIcon-Facebook { background: no-repeat url(../images/large-icon-facebook.png); }

.LargeIcon-Twitter:hover,
.LargeIcon-Facebook:hover
{
	text-decoration: underline;
}

.Blog ol { margin: 0; }

.Blog li
{
	margin: 0 0 17px 0;
	list-style: none;
}

.Blog span
{
    display: block;
    margin-top: 10px;
}

/* Paging */
/**********/
.Paging
{
	position: relative;
	display: inline-block;
	height: 22px;
	padding: 6px;
	background: repeat-x url(../images/paging-background.png);
}

.Paging .LeftEnd,
.Paging .RightEnd
{
	position: absolute;
	top: 0;
	width: 2px;
	height: 34px;
	background: no-repeat url(../images/ui-sprite.png);
}

.Paging .LeftEnd
{
	left: -2px;
	background-position: 0 -68px;
}

.Paging .RightEnd
{
	right: -2px;
	background-position: -2px -68px;
}

.Paging .Previous,
.Paging .Next
{
	display: inline-block;
}

.Paging ol,
.Paging li
{
	display: inline-block;
}

.Paging li
{
	width: 20px;
	border-right: solid 1px #211f20;
	text-align: center;
}

.Paging li.End
{
	border-right: none;	
}

.Paging li a
{
	display: inline-block;
	width: 20px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	color: #e0e2e1;
}

.Paging li a:hover,
.Paging li a:focus
{
	color: #f20050;
}

.Paging li a.Current
{
	text-decoration: underline;
	color: #f20050;
}

/* Tabs */
/********/
.Tabs
{
	position: relative;
	width: 820px;
}

/* Links - No JS */
.Tabs .Links
{
	margin: 0 0 25px 0;
}

.Tabs .Links .Tab
{
	position: relative;
	display: inline-block;
	height: 30px;
	margin: 0 20px 0 0;
}

.Tabs .Links .Tab a
{
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	z-index: 100;
}

.Tabs .Links p
{
	position: relative;
	top: -30px;
	margin: 0;
	font-family: Georgia;
	font-size: 1em;
	line-height: 30px;
	z-index: 50;
}

.Tabs .Links .Background { display: none; }


/* Tab strip */
.Tabs .TabStrip
{
	height: 42px;
	text-align: center;
}

.Tabs .TabStrip .Tab
{
	position: relative;
	display: inline-block;
	height: 17px;
	padding: 12px 20px 13px 20px;
	line-height: 17px;
}

.Tabs .TabStrip .Tab > div
{
	position: relative;
	z-index: 100;
}

.Tabs .TabStrip .Tab p
{
	position: relative;
	margin: 0;
	font-family: Georgia;
	font-size: 1.2em;
	z-index: 100;
}

.Tabs .TabStrip .Tab .Anchor
{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 42px;
	overflow: hidden;
	text-indent: -10000px;
	z-index: 250;
}

.Tabs .TabStrip .Tab .Background
{
	position: absolute;
	bottom: -10px;
	left: 0;
	display: block;
	width: 100%;
	height: 0;
	padding: 0 0 0 2px;
	background: no-repeat url(../images/tab-ends.png);
	z-index: 50;
}

.Tabs .TabStrip .Tab .Background > span  
{
	display: block;
	height: 100%;
	padding: 0 2px 0 0;
	background: no-repeat right -75px url(../images/tab-ends.png);
}

.Tabs .TabStrip .Tab .Background span > span
{
	display: block;
	height: 100%;
	background-position: -2px 0;
	background: #f20050;
}

/* Tab content */
/* Non-JS */
.Tabs .Tab-Holder .Content-Item
{
	padding: 20px 0 40px 0;
	border-top: solid 1px #e0e2e1;
}

.Tabs .Tab-Holder .Content-Item .BlackHighlight { color: #f20050 !important; }
.Tabs-CMS .Tab-Holder .Content-Item .BlackHighlight { color: #000 !important; }

/* JS */
.Tabs .Tab-ViewPort
{
	position: relative;
	height: 460px;
	overflow: hidden;
	z-index: 0;
}

.Tabs .Tab-ViewPort .Tab-Content
{
	position: absolute;
	top: 0;
	left: 0;
	width: 10000px;
	height: 460px;
}

.Tabs .Tab-ViewPort .Tab-Content .Anchor
{
	display: block;
	height: 0;
	overflow: hidden;
}

.Tabs .Tab-ViewPort .Tab-Content p
{
	font-family: Georgia;
	font-size: 1em;
}

.Tabs .Tab-ViewPort .Tab-Content .Content-Item
{
	float: left;
	width: 570px;
	height: 405px;
	padding: 55px 125px 0 125px;
	background: #f20050;
}

.Tabs .Tab-ViewPort .Tab-Content .Content-Item div
{
	height: 405px;
	overflow: auto;
}

.Tabs .Previous,
.Tabs .Previous div,
.Tabs .Next,
.Tabs .Next div
{
	position: absolute;
	bottom: 195px;
	width: 40px;
	height: 70px;
	background: no-repeat url(../images/tab-buttons.png);
	cursor: pointer;
}

.Tabs .Previous { left: 0; display: none; }
.Tabs .Previous div { top: 0; left: 0; display: none; background-position: 0 -70px; }

.Tabs .Next { right: 0; display: none; background-position: -40px 0; }
.Tabs .Next div { top: 0; left: 0; display: none; background-position: -40px -70px; }

/* CMS Tabs */
.Tabs-CMS .TabStrip .Tab { margin: 0 2px; }
.Tabs-CMS .TabStrip .Tab .Anchor { display: none; }
.Tabs-CMS .TabStrip .Tab .Background { height: 52px; }
.Tabs-CMS .Tab-Content .Content-Item
{
	width: 570px;
	height: 350px;
	margin: 0 0 10px 0;
	padding: 55px 125px;
	background: #f20050;
}

/* Carousel */
/************/
.Carousel
{
	position: relative;
    width: 540px;
}

.Carousel > img
{
	display: none;
}

.Carousel-Static
{
	margin: 0 0 20px 0;
}

.Carousel .ViewPort
{
	position: relative;
    width: 540px;
    height: 324px;
	overflow: hidden;
}

.Carousel .Items
{
	position: absolute;
	top: 0;
	left: 0;
    width: 40000px;
    height: 324px;
}

.Carousel .Controls
{
	width: 100%;
	height: 40px;
	background: no-repeat center url(../images/carousel-shadow.png);
	text-align: center;
}

.Carousel .Next,
.Carousel .Previous
{
	position: absolute;
	top: 0;
	display: block;
	width: 100px;
	height: 324px;
	font-family: Georgia;
	font-size: 1.2em;
	font-style: italic;
	line-height: 60px;
	opacity: 0.75;
	text-align: center;
	text-decoration: none;
	color: #e0e2e1;
}

.Carousel .Next span,
.Carousel .Previous span
{
	position: absolute;
	top: 50%;
	display: none;
	width: 30px;
	height: 60px;
	margin: -30px 0 0 0;
	background: #000;
	opacity: 0.75;
}

.Carousel .Next, .Carousel .Next span { right: 0; }
.Carousel .Previous, .Carousel .Previous span { left: 0; }

.Carousel .Play { display: none; }

.Carousel .Controls ul { margin: 0; }

.Carousel .Controls li
{
	display: none;
	/* Enable using JS - display: inline-block; */
	width: 7px;
	height: 7px;
	margin: 0 7px 0 0;
}

.Carousel .Controls li.End { margin: 0; }

.Carousel .Controls a
{
	display: inline-block;
	width: 7px;
	height: 7px;
	background: no-repeat url(../images/ui-sprite.png);
	background-position: -38px -16px;
	overflow: hidden;
	text-decoration: none;
	text-indent: 7px;
}

.Carousel .Controls a.Selected
{
	background-position: -38px -23px;
	text-decoration: underline;
	color: Red;
}

.Carousel .Items > a,
.Carousel .Items > img
{
	float: left;
}

/* Latest News */
/***************/
.LatestNews .Title a
{
	border-bottom: solid 1px transparent;
	text-decoration: none;
	color: #e0e2e1;
}

.LatestNews .ReadMore
{
	margin: 0 0 30px 0;
	color: #f20050;
}

.LatestNews .ReadMore a
{
	text-decoration: none;
	border-bottom: solid 1px transparent;
	color: #f20050;
}

.LatestNews .Title a:hover { border-bottom: solid 1px #e0e2e1; }
.LatestNews .ReadMore a:hover { border-bottom: solid 1px #f20050; }

.LatestNews .Last { margin: 0; }

/* Blog */
/***************/
.Blog .Title a
{
	border-bottom: solid 1px transparent;
	text-decoration: none;
	color: #e0e2e1;
}

.Blog .Title a:hover { border-bottom: solid 1px #e0e2e1; }

.Blog .ReadMore
{
	margin: 0 0 30px 0;
	color: #f20050;
}

.Blog .ReadMore a
{
	text-decoration: none;
	color: #f20050;
}

.Blog .ReadMore a:hover { border-bottom: solid 1px #f20050; }

.Blog .Last { margin: 0; }

/* Sliding Grid */
/****************/
.Grid .Item,
.Grid .Filter,
.Grid .Item-Blank,
.Grid .Item-Text
{
	float: left;
	position: relative;
	width: 260px;
	height: 100px;
	margin: 0 20px 20px 0;
	overflow: hidden;
}

.Grid .Item-Reversed { float: right; }
/* .Grid .Item-CannotExpand a { cursor: default; } */
.Grid .Last { margin: 0 0 20px 0; }

.Grid .Item img
{/*
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	height: 100px;
	z-index: 25;*/
}

.Grid .Item-Reversed img { left: auto; right: 0; }

.Grid .Item a
{
	text-decoration: none;
}

.Grid .Item .Overlay,
.Grid .Item .Overlay-Text
{
	position: absolute;
	display: block;
	width: 260px;
	height: 100px;
	z-index: 50;
}

.Grid .Item .Overlay .Overlay-Inner,
.Grid .Item .Corner
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border: solid 13px #f20050;
	border-color: transparent #f20050 #f20050 transparent;
	overflow: hidden;
	z-index: 50;
}

.Grid .Item .Corner { border-width: 0; }

.Grid .Item .Overlay:hover .Overlay-Inner,
.Grid .Item .Overlay-Text
{
	top: 0;
	left: 0;
	width: 230px;
	height: 70px;
	padding: 15px;
	background: #f20050;
	border: none;
}

.Grid .Item .Overlay-Text
{
	background: none;
	z-index: 100;
}

.Grid .Item-Reversed .Overlay-Text  
{
	left: auto; 
	right: 0; 
	overflow: hidden;
}

.Grid .Item .Overlay span span,
.Grid .Item .Overlay-Text span span
{
	display: block;
	font-size: 0.7em;
	color: #000;
}

.Grid .Item .Loading
{
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	height: 100px;
	background: no-repeat center center url(../images/loader-pink-grey.gif) #666;
	z-index: 20;
}

.Grid .Item-Reversed .Loading { left: auto; right: 0; }

.Grid .Item .Details
{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 480px;
	height: 260px;
	padding: 30px 20px;
	background: no-repeat url(../images/grid-item-shadow.png) #f20050;
	background-position: -253px 0;
	z-index: 0;
}

.Grid .Item-Reversed .Details
{
	left: auto;
	right: 20px;
	background-position: 267px 0;
}

.Grid .Item .Details p
{
	line-height: 1.4em;
	color: #000;
}

.Grid .Item .LargeColumn
{
	float: right;
	width: 240px;
}

.Grid .Item .LargeColumn h4,
.Grid .Item .SmallColumn h4
{
	font-size: 1.4em;
}

.Grid .Item .SmallColumn
{
	float: left;
	width: 220px;
	padding: 70px 20px 0 0;
}

.Grid .Item-Reversed .SmallColumn { padding: 70px 0 0 20px; }

.Grid .Item .SmallColumn p
{
	margin: 0 0 10px 0;
}

.Grid .Item-Reversed .LargeColumn { float: left; }
.Grid .Item-Reversed .SmallColumn { float: right; }

.Grid .Item .Close
{
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	width: 19px;
	height: 19px;
	background: no-repeat url(../images/ui-sprite.png);
	background-position: -208px 0;
	cursor: pointer;
	opacity: 0;
	z-index: 100;
}

.Grid .Item .Close:hover
{
	background-position: -208px -19px;
}

.Grid .Item .Categories
{
	display: none;
}

.Grid .Item-Reversed .Close { left: auto; right: 5px; }

.Grid .Item-Blank
{
	
}

.Grid .Item-Text
{
	width: 240px;
	height: 70px;
	padding: 30px 10px 0 10px;
}

.Grid .Item-Highlight
{
	position: absolute;
	display: none;
	width: 286px;
	height: 126px;
	background: no-repeat url(../images/grid-highlight.png);
	z-index: 100;
}

/* Filter */
.Grid .Box
{
	width: 260px;
	height: 99px;
	border-bottom: solid 1px #e0e2e1;
}

.Grid .Filter .Filters
{
	position: absolute;
	top: 0;
	left: 280px;
	width: 540px;
	height: 100px;
}

.Grid .Filter .Filters h3
{
	font-size: 1em;
	color: #666;
}

.Grid .Filter .Filters .Button { margin: 0 8px 8px 0; }

.Grid .Filter .Filters .Filler { position: relative; display: inline-block; margin: 0 8px 8px 0; line-height: 23px; text-indent: 10000px; }
.Grid .Filter .Filters .Filler .Text { }

.Grid .Filter p,
.Grid .Item-Text p
{
	margin: 0 0 5px 0;
	font-family: Georgia;
	font-size: 1em;
}

.Grid .Filter p a,
.Grid .Item-Text p a
{
	border-bottom: solid 1px transparent;
	font-style: italic;
	text-decoration: none;
}

.Grid .Filter p a:hover,
.Grid .Filter p a:focus,
.Grid .Item-Text p a:hover,
.Grid .Item-Text p a:focus
{
	border-bottom: solid 1px #f20050;
}

/* Filter Overlay */
.Overlay-Modal
{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1000;
}

.Overlay-Loader
{
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	width: 16px;
	height: 16px;
	margin: -23px 0 0 -23px;
	padding: 15px;
	background: #000;
	border: solid 1px #222;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	z-index: 1100;
}

.Overlay-Filter,
.Overlay-Form
{
	position: absolute;
	top: 0;
	left: 50%;
	display: none;
	padding: 30px;
	margin: 0 0 0 -270px;
	background: #000;
	border: solid 1px #222;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	z-index: 1500;
}

.Overlay-Filter { margin: 0 0 0 -322px; }

.Overlay-Form
{
	width: 700px;
	margin: 0 0 0 -345px;
}

.Overlay-Form .Frame
{
    display: block;
    width: 100%;
    height: 100%;
}

.Overlay-Form > .PopUp
{
	width: auto;
	text-align: left;
}

.Overlay-Filter .Close,
.Overlay-Form .Close
{
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	width: 19px;
	height: 19px;
	background: no-repeat url(../images/gifs/case-study-buttons.gif);
	background-position: -85px 0;
	overflow: hidden;
	text-indent: 100px;
	z-index: 100000;
}

.Overlay-Filter .Inner { position: relative; width: 582px; }

.Overlay-Filter .Close:hover,
.Overlay-Form .Close:hover
{
	background-position: -85px -19px;
}

.Overlay-Filter .Column
{
	width: 174px;
	padding: 0;
	margin: 0 30px 0 0;
}

.Overlay-Filter .Last { margin: 0; }

.Overlay-Filter .Column h3
{
	margin: 0 0 30px 0;
	font-style: italic;
	text-align: left;
}

.Overlay-Filter .Sectors .Button,
.Overlay-Filter .Services .Button
{
	min-height: 32px;
	margin: 0 0 2px 0;
}

.Overlay-Filter .Sectors .Button .Button-End,
.Overlay-Filter .Services .Button .Button-End
{
	min-height: 29px;
}

.Overlay-Filter .Sectors .Button .Button-Mid,
.Overlay-Filter .Services .Button .Button-Mid
{
	width: 146px;
	min-height: 10px;
	padding: 8px 14px;
}

.Overlay-Filter .Sectors .Button .Arrow,
.Overlay-Filter .Services .Button .Arrow
{
	position: absolute;
	display: none;
}

.Overlay-Filter .ClearSearch
{
	position: absolute;
	bottom: 112px;
	left: 438px;
	border-bottom: solid 1px #f20050;
	font-size: 0.8em;
	text-decoration: none;
	clear: both;
}

.Overlay-Filter .ClearSearch:hover
{
	border-bottom: solid 1px transparent;
}

.Overlay-Filter .Button-Submit
{
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.Overlay-Filter .Button-Submit .Text { text-align: left; }

.Overlay-Filter .Button-Pressed,
.Overlay-Filter .Button-Pressed:hover { background-position: -348px 0; }

.Overlay-Filter .Button-Pressed .Button-Mid, 
.Overlay-Filter .Button-Pressed:hover .Button-Mid { background-position: -348px 0; }

.Overlay-Filter .Button-Pressed .Button-End, 
.Overlay-Filter .Button-Pressed:hover .Button-End { background-position: -348px bottom; }

.Overlay-Filter .Button-Pressed .Button-Mid .Gradient, 
.Overlay-Filter .Button-Pressed:hover .Button-Mid .Gradient { height: 5px; background-position: -348px 0; }

.Overlay-Filter .Button-Pressed .Button-Mid .Arrow, 
.Overlay-Filter .Button-Pressed:hover .Button-Mid .Arrow
{
	position: absolute;
	top: auto;
	left: 0;
	right: auto;
	bottom: 3px;
	display: block;
	width: 174px;
	height: 19px;
	margin: 0;
	background: no-repeat -348px -10px url(../images/button-mid-v-gradient-174.png);
	border: none;
}

/*
.Overlay-Filter .Column .Button span
{
	display: block;
}

.Overlay-Filter .Column .Button .Button-Mid
{
	padding: 0 14px;
}

.Overlay-Filter .Column .Button .Text
{
	font-size: 0.9em;
}

.Overlay-Filter .Column .Button .Arrow
{
	display: none;
}

.Overlay-Filter .Controls .Button
{
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.Overlay-Filter .Controls .Button .Arrow
{
	display: inline-block;
}
*/
/* Footer */
/**********/
.ExploreBrass
{
	/*display: none;*/
	width: 820px;
	margin: auto;
	text-align: left;
}

.ExploreBrass .SectorExperience,
.ExploreBrass .Services,
.ExploreBrass .AboutBrass
{
	padding: 20px 0 40px 0;
}

.ExploreBrass .SectorExperience div.FooterColumn,
.ExploreBrass .Services div.FooterColumn
{
    float: left;
    width: 125px;
}

.ExploreBrass .SectorExperience div.Last,
.ExploreBrass .Services div.Last
{
    margin: 0 0 0 10px;
}

.ExploreBrass .SectorExperience li,
.ExploreBrass .Services li,
.ExploreBrass .AboutBrass li
{
	margin: 0 0 3px 0;
}

.ExploreBrass li a
{
	border-bottom: solid 1px transparent;
	text-decoration: none;
}

.ExploreBrass li a:hover
{
	border-bottom: solid 1px #f20050;
}

.Footer
{
	position: relative;
	width: 820px;
	height: 75px;
	margin: 0 auto 20px auto;
	border-top: solid 1px #fff;
}

.Footer p
{
	margin: 0;
	color: #fff;
}

.Footer .Explore
{
	position: absolute;
	top: 10px;
	left: 0;
	font-family: Georgia;
	font-size: 0.9em;
	font-style: italic;
	color: #f20050;
	cursor: pointer;
}

.Footer .Explore a
{
	text-decoration: none;
}

.Footer .Explore a:hover
{
	text-decoration: underline;
}

.Footer .Copyright
{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	font-size: 0.6em;
}

.Footer .Social
{
	position: absolute;
	top: 10px;
	right: 0;
}

.Footer .Social li
{
	position: relative;
	display: inline-block;
	height: 20px;
	margin: 0 0 0 10px;
	line-height: 20px;
}

.Footer .Social li a
{
	margin: 0 0 0 25px;
	border-bottom: solid 1px transparent;
	text-decoration: none;
	line-height: 20px;
	color: #e0e2e1;
}

.Footer .Social li a:hover
{
	border-bottom: solid 1px #e0e2e1;
}

.Footer .Social li .Icon
{
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: no-repeat url(../images/ui-sprite.png);
}

.Footer .Social .Twitter .Icon { background-position: -80px -48px; }
.Footer .Social .Facebook .Icon { background-position: -100px -28px; }
.Footer .Social .YouTube .Icon { background-position: -120px -48px; }

/* Pages
 **********************************************************************************************************************/

/* 404 */
/*******/
.NotFound .Text p
{
	font-family: Arial;
	font-size: 1em;
	font-style: italic;
}

/* Awards */
/**********/
.Awards .Item span .Winner
{
	font-size: 0.8em;
}

.Awards .Item span .Client
{
	margin: 0 0 10px 0;
	font-size: 0.8em;
}

/* Case Study */
/**************/
.CaseStudy .Controls p
{
	margin: 0;
	text-align: right;
}

.CaseStudy .Controls p a
{
	display: inline-block;
	height: 0;
	padding: 23px 0 0 0;
	background: no-repeat url(../images/ui-sprite.png);
	text-indent: 10000px;
	overflow: hidden;
}

.CaseStudy .Controls p a.Portfolio
{
	width: 33px;
	background-position: -123px 0;
}

.CaseStudy .Controls p a.Portfolio:hover,
.CaseStudy .Controls p a.Portfolio:focus
{
	background-position: -123px -23px;
}

.CaseStudy .Controls p a.Previous
{
	width: 26px;
	margin: 0 0 0 10px;
	background-position: -156px 0;
}

.CaseStudy .Controls p a.Previous:hover,
.CaseStudy .Controls p a.Previous:focus
{
	background-position: -156px -23px;
}

.CaseStudy .Controls p a.Next
{
	width: 26px;
	margin: 0 0 0 5px;
	background-position: -182px 0;
}

.CaseStudy .Controls p a.Next:hover,
.CaseStudy .Controls p a.Next:focus
{
	background-position: -182px -23px;
}

.CaseStudy > .TwoThirds
{
	width: 580px;
	margin: 0 30px 0 0;
}

.CaseStudy .Carousel,
.CaseStudy .Carousel .ViewPort
{
	width: 576px;
}

.CaseStudy .Media { padding: 0 0 20px 0; }

.CaseStudy .Media > p
{
	font-size: 0.6em;
}

.CaseStudy .Media .Client,
.CaseStudy .Media .Specialisms
{
	float: left;
	margin: 0 20px 0 0;
}

.CaseStudy .Media .Specialisms a
{
	text-decoration: none;
	color: #e0e2e1;
}

.CaseStudy .Media .Specialisms a:hover
{
	text-decoration: underline;
}

.CaseStudy .Media .Print
{
	float: right;
	display: none;
	margin: 0;
}

.CaseStudy .Media .Print a
{
	text-decoration: none;
	cursor: pointer;
	color: #e0e2e1;
}

.CaseStudy .Media .Print .Icon
{
	display: inline-block;
	width: 15px;
	height: 14px;
	margin: 0 5px 0 0;
	background: no-repeat url(../images/ui-sprite.png);
	background-position: -140px -46px;
	vertical-align: top;
	cursor: pointer;
}

.CaseStudy .Text p
{
	margin: 0 40px 20px 0;
}

.CaseStudy .HiddenContent
{
	overflow: hidden;
}

.CaseStudy .Expand
{
	display: none;
	width: 300px;
	padding: 15px 0 0 0;
	font-style: italic;
}

.CaseStudy .Expand p
{
	font-family: Georgia;
	font-size: 1em;
	color: #e0e2e1;
}

.CaseStudy .Expand a
{
	text-decoration: none;
	color: #e0e2e1;
}

.CaseStudy .Expand a:hover
{
	text-decoration: underline;
}

.CaseStudy .CaseStudyQuote h4
{
	color: #fff;
}

.CaseStudy .CaseStudyQuote p
{
	color: #999;
}

.CaseStudy .KeyFact p
{
	color: #999;
}

.CaseStudy .AwardList ul
{
	margin: 0;
}

.CaseStudy .AwardList li
{
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	color: #999;
}

.CaseStudy .AwardList li a
{
	text-decoration: none;
	color: #e0e2e1;
}

.CaseStudy .AwardList li a:hover { text-decoration: underline; }

.CaseStudy .AwardList .Icon
{
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	width: 13px;
	height: 13px;
	margin: 0 7px 0 0;
	background: no-repeat url(../images/ui-sprite.png);
	background-position: -140px -62px;
}

.CaseStudy .LatestNews a
{
	text-decoration: none;
	color: #999;
}

.CaseStudy .LatestNews a.Type
{
	color: #f20050;
}

.CaseStudy .LatestNews a:hover { text-decoration: underline; }

/* Gallery */
/***********/
.Gallery .GalleryThumbnail
{
	width: 120px;
	height: 120px;
	margin: 0 20px 20px 0;
}

.Gallery .Button { margin: 20px 0 0 0; }
.Gallery .Button-MailingList { margin: 20px 0; }
.Gallery .Last { margin: 0 0 20px 0; }

.Gallery .LatestExhibition h2
{
	margin: 0 0 10px 0;
	font-size: 1.4em;
	font-style: italic;
	color: #f20050;
}

.Gallery .LatestExhibition h2 a:hover { border-bottom: solid 1px #f20050; }

/* Gallery Detail */
/******************/
.GalleryDetail .Title
{
	margin: 0 0 10px 0;
	font-size: 1.4em;
	font-style: italic;
	color: #f20050;
}

.GalleryDetail .Date
{
	margin: 0 0 30px 0;
}

.GalleryDetail .BlackBox
{
	margin: 0 0 0 50px;
	opacity: 0.8;
}

.GalleryDetail .BlackBox img
{
	width: 170px;
	margin: 0 0 20px 0;
}

.GalleryDetail .BlackBox p
{
	color: #999;
}

.GalleryDetail .BlackBox a { text-decoration: none; color: #e0e2e1; }
.GalleryDetail .BlackBox a:hover { text-decoration: underline; }

.GalleryDetail .ViewArchive h3
{
	font-size: 1em;
	font-style: italic;
}

.GalleryDetail .ViewArchive h3 a
{
	color: #e0e2e1;
}

/* Gallery Archive */
/******************/
.GalleryArchive > p { margin: 0; }

.GalleryArchive .Item
{
	float: left;
	width: 260px;
	height: 250px;
	margin: 0 20px 40px 0;
	text-align: left;
}

.GalleryArchive .Item img { width: 260px; height: 175px; margin: 0 0 20px 0; }
.GalleryArchive .Item h3 { margin: 0 0 10px 0; font-size: 1.1em; font-style: italic; }
.GalleryArchive .Item h3 a:hover { border-bottom: solid 1px #f20050; }
.GalleryArchive .Item p { margin: 0; font-size: 0.7em; }

.GalleryArchive .Item-Text
{
	float: left;
	width: 260px;
	height: 229px;
	margin: 0 20px 40px 0;
	padding: 20px 0 0 0;
	border-top: solid 1px #e0e2e1;
	text-align: left;
}

.GalleryArchive .Item-Text h3 { margin: 0 0 40px 0; }

.GalleryArchive .Last { margin: 0 0 40px 0; }

.GalleryArchive .Column
{
	text-align: center;
}

/* Google Map */
/**************/
.PopUp { width: 760px; }
.PopUp .GoogleMap { margin: 0 0 20px 0; }
.PopUp .Button-PDF { margin: 0 30px 0 0; }

/* Home */
/********/
.Home .OurLatestWork .CaseStudy
{
	float: left;
	margin: 0 20px 30px 0;
}

.Home .OurLatestWork .Inner
{
	background: no-repeat center center url(../images/loader-pink-grey.gif) #666;	
}

.Home .OurLatestWork .Last { margin: 0 0 30px 0; }

.Home .OurLatestWork .Item
{
	position: relative;
	width: 260px;
	height: 100px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.Home .OurLatestWork .Item img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	height: 100px;
	z-index: 25;
}

.Home .OurLatestWork .Item a
{
	text-decoration: none;
}

.Home .OurLatestWork .Item .Overlay,
.Home .OurLatestWork .Item .Text
{
	position: absolute;
	display: block;
	width: 260px;
	height: 100px;
	z-index: 50;
}

.Home .OurLatestWork .Item .Overlay .Overlay-Inner,
.Home .OurLatestWork .Item .Corner
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border: solid 20px #000;
	border-color: transparent #000 #000 transparent;
	opacity: 0.7;
	overflow: hidden;
	z-index: 50;
}

.Home .OurLatestWork .Item .Overlay:hover .Overlay-Inner,
.Home .OurLatestWork .Item .Text
{
	top: 0;
	left: 0;
	width: 230px;
	height: 70px;
	padding: 15px;
	background: #000;
	border: none;
	font-size: 0.75em;
	color: #e0e2e1;
}

.Home .OurLatestWork .Item .Overlay span span,
.Home .OurLatestWork .Item .Text span span
{
	display: block;
	margin: 0 0 3px 0;
	opacity: 1;
}

.Home .OurLatestWork .Item .Text { background: none; z-index: 100; }

.Home .OurLatestWork .Item .Overlay .Title,
.Home .OurLatestWork .Item .Title
{
	font-family: Georgia;
	font-size: 1.4em;
}

.Home .OurLatestWork .Item .Overlay .Summary,
.Home .OurLatestWork .Item .Summary
{
	font-size: 0.75em;
	color: #e0e2e1;
}

.Home .OurLatestWork .Item .Loading
{
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	height: 100px;
	background: no-repeat center center url(../images/loader-pink-grey.gif) #666;
	z-index: 25;
}

.Home .OurLatestWork .Title
{
	margin: 0;
}

.Home .OurLatestWork .Title a
{
	text-decoration: none;
	color: #e0e2e1;
}

.Home .OurLatestWork .Title a:hover
{
	text-decoration: underline;
}

/* Generic form styling */
/************************/
.Form
{
	position: relative;
}

.Form .Label-Small
{
	display: block;
	width: 140px;
	padding: 0 10px 0 0;
	line-height: 35px;
	text-align: right;
}

.Form .TextBox
{
	position: relative;
	width: 271px;
	padding: 4px 15px;
	background: no-repeat url(../images/textbox-background.png);
	z-index: 50;
}

.Form .TextBox-Small
{
	width: 120px;
	background: no-repeat url(../images/textbox-small-background.png);
}

.Form .TextBox-Highlight,
.Form .TextBox-Small-Highlight
{
	position: absolute;
	display: none;
	width: 315px;
	height: 48px;
	background: no-repeat url(../images/textbox-highlight.png);
	z-index: 0;
}

.Form .TextBox-Small-Highlight
{
	width: 165px;
	background: no-repeat url(../images/textbox-small-highlight.png);
}

.ThankYou { text-align: left; }

.Form input.Submit,
.ThankYou input.BackToForm
{
	padding: 7px 15px;
	background: #000;
	border: solid 1px #222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
}

.Form a.Submit { display: none; }

.Form .Column .Cancel
{
	position: absolute;
	bottom: 0;
	right: -330px;
	font-size: 0.8em;
}

.Content .PopUp .Form .Cancel { display: none; }

/* Mailing List & Gallery Sign Up */
/**********************************/
.GallerySignUp .Column,
.MailingList .Column
{
	position: relative;
	width: 300px;
	margin: 0 30px 0 0;
	padding: 0;
}

.GallerySignUp .Last, .MailingList .Last { margin: 0; }

.GallerySignUp .Column .TextBox-ConfirmEmail,
.MailingList .Column .TextBox-Company
{
	margin: 0;
}

.GallerySignUp .TextBox-AddressOne, 
.GallerySignUp .TextBox-CityOrTown,
.MailingList .TextBox-AddressOne, 
.MailingList .TextBox-AddressTwo { margin: 0 0 6px 0; }

.GallerySignUp .TextBox-Postcode { float: right; }

.GallerySignUp .PrivacyPolicy
{
	font-size: 0.7em;
}

.GallerySignUp .PrivacyPolicy a
{
	border-bottom: solid 1px #e0e2e1;
	text-decoration: none;
	color: #e0e2e1;
}

.GallerySignUp .PrivacyPolicy a:hover
{
	border-bottom: solid 1px transparent;
}

.GallerySignUp .Column .Submit,
.MailingList .Column .Submit
{
	position: absolute;
	bottom: 0;
	left: 330px;
}

.GallerySignUp .Column .Submit { left: auto; right: -330px; }

.GallerySignUp .Sending,
.MailingList .Sending,
.CVUpload .Sending
{
	background: no-repeat center center url(../images/loader-pink.gif);
}

.GallerySignUp .Sending h3,
.MailingList .Sending h3,
.CVUpload .Sending h3
{
	text-align: center;
	color: #f20050;
}

.GallerySignUp .ThankYou,
.MailingList .ThankYou,
.CVUpload .ThankYou
{
	text-align: center;
}

.GallerySignUp .ThankYou h3,
.MailingList .ThankYou h3,
.CVUpload .ThankYou h3
{
	font-size: 2em;
}

.GallerySignUp .ThankYou .Close, .MailingList .ThankYou .Close { display: none; }

/* Unsubscribe */
/***************/
.Unsubscribe .Submit
{
	margin: 10px 0 0 0;
}

.Unsubscribe .Sending
{
	background: no-repeat center center url(../images/loader-pink.gif);
}

.Unsubscribe .Sending h3
{
	text-align: center;
	color: #f20050;
}

.Unsubscribe .ThankYou
{
	text-align: center;
}

.Unsubscribe .ThankYou h3
{
	font-size: 2em;
}

/* CV Upload */
/*************/
.CVUpload .Column
{
	position: relative;
	width: 300px;
	margin: 0 30px 0 0;
	padding: 0;
}

.CVUpload .Last { margin: 0; }

.CVUpload .RoleType,
.CVUpload .RoleType p
{
	margin: 0 0 10px 0;
}

.CVUpload .RoleType label
{
	font-size: 0.7em;
}

.CVUpload .Column .TextBox, .CVUpload .Column .FileUpload
{
	position: relative;
	width: 271px;
	padding: 4px 15px;
	background: no-repeat url(../images/textbox-background.png);
	z-index: 50;
}

.CVUpload .Column .FileUpload
{
	width: 301px;
	height: 36px;
	background-color: #e0e2e1;
	border: none;
}

.CVUpload .Column .FileUploadHidden
{
    position: relative;
	height: 35px;
	z-index: 2;
	margin: 104px 0 0 -183px;
	opacity: 0;
}

.CVUpload .TextBox-Highlight
{
	position: absolute;
	display: none;
	width: 315px;
	height: 48px;
	background: no-repeat url(../images/textbox-highlight.png);
	z-index: 0;
}

.CVUpload .Column .TextBox-ConfirmEmail
{
	margin: 0;
}

.CVUpload .Column .Upload
{
	position: absolute;
	top: 105px;
	left: 0;
}

.CVUpload .Column .Upload .Button
{
	position: absolute;
	top: 0;
	left: 0;
}

.CVUpload .Column .Upload p
{
	padding: 0 0 0 130px;
	font-size: 0.7em;
	color: #999;
}

.CVUpload .Column .Uploading p
{
	margin: 0 0 10px 0;
	font-size: 0.7em;
	text-align: center;
}

.CVUpload .Column .Uploading .Progress
{
	height: 9px;
	margin: 0 0 10px 0;
	background: #333;
}

.CVUpload .Column .Uploading .Progress div
{
	width: 50%;
	height: 9px;
	background: #f20050;
}

.CVUpload .Column .Attached p span
{
	color: #999;
}

.CVUpload .Column .Attached p a
{
	font-size: 0.8em;
}

.CVUpload .Column .Submit
{
	position: absolute;
	bottom: 18px;
	left: 330px;
}

.CVUpload input.Submit
{
	padding: 7px 15px;
	background: #000;
	border: solid 1px #222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
}

.CVUpload a.Submit { display: none; }

.CVUpload .Column .Cancel
{
	position: absolute;
	bottom: 0;
	right: -330px;
	font-size: 0.8em;
}

.CVUpload .Cancel, .CVUpload .Close { display: none; }

/* News */
/********/
.News .PageTitle
{
	margin: 0 0 50px 0;
}

.News .Controls
{
	margin: 0 0 40px 0;
}

.News .Controls select
{
	margin: 0 20px 0 0;
}

.News .Controls .BrassDropDownList
{
	display: none;
	margin: 0 20px 0 0;
}

.News .Controls .BrassDropDownList .Button-Mid { overflow: hidden; }

.News .Controls .OrderBy .Head { width: 177px; }
.News .Controls .OrderBy .Options { width: 180px; }
.News .Controls .OrderBy .Options div { width: 148px; }

.News .Paging { text-align: left; }

.News .Column { text-align: center; }

/* News Article */
.News .NewsItem
{
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 0 0 280px;
	text-align: left;
}

.News .NewsItem .Thumbnail
{
	position: absolute;
	top: 0;
	left: 0;
}

.News .NewsItem .Thumbnail img
{
	width: 260px;
	height: 100px;
}

.News .NewsItem h3
{
	margin: 0 0 10px 0;
}

.News .NewsItem h3 a
{
	color: #e0e2e1;
}

.News .NewsItem p
{
	margin: 0 0 20px 0;
}

.News .NewsItem .ReadMore
{
	margin: 0 0 0 20px;
	text-decoration: none;
}

.News .NewsItem .ReadMore:hover
{
	text-decoration: underline;
}

.News .NewsItem .Tags
{
	color: #999;
}

.News .NewsItem .Tags span
{
	color: #e0e2e1;
}

.News .NewsItem .Tags a
{
	text-decoration: none;
	color: #999;
}

.News .NewsItem .Tags a:hover
{
	text-decoration: underline;
}

/* News Article */
/***************/
.NewsArticle h1
{
	margin: 30px 0 20px 0;
	font-size: 1.4em;
	font-style: italic;
}

.NewsArticle .Tags
{
	float: left;
}

.NewsArticle .Tags .List
{
	color: #868b85;
}

.NewsArticle .Tags .List a
{
	text-decoration: none;
	color: #868b85;
}

.NewsArticle .Tags .List a:hover
{
	text-decoration: underline;
}

.NewsArticle .Date
{
	float: right;
	color: #868b85;
}

.NewsArticle .SideBar
{
	margin: 0 0 0 50px;	
}

.NewsArticle .SideBar .RSS
{
	position: relative;
}

.NewsArticle .SideBar .RSS p
{
	margin: 0 0 0 40px;
	color: #999;
}

.NewsArticle .SideBar .RSS p a
{
	text-decoration: none;
	color: #999;
}

.NewsArticle .SideBar .RSS p a:hover
{
	text-decoration: underline;
}

.NewsArticle .SideBar .RSS p .Icon
{
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
	width: 26px;
	height: 26px;
	background: no-repeat url(../images/ui-sprite.png);
	background-position: -227px 0;
}

.NewsArticle .RelatedNews a
{
	text-decoration: none;
	color: #999;
}

.NewsArticle .RelatedNews a.Type
{
	color: #f20050;
}

.NewsArticle .RelatedNews a:hover
{
	text-decoration: underline;
}

/* Our Clients */
/***************/
.OurClients .Summary
{
	margin: 0 0 10px 0;
}

/* Our Work */
/************/
.OurWork .Filter,
.OurWork .Item
{
	height: 175px;
}

.OurWork .Item img
{
	height: 175px;
}

.OurWork .Item .Overlay,
.OurWork .Item .Overlay-Text
{
	width: 220px;
	height: 95px;
	padding: 40px 20px;
}

.OurWork .Item .Overlay:hover .Overlay-Inner
{
	width: 220px;
	height: 95px;
	padding: 40px 20px;
	background: #000;
	opacity: 0.7;
}

.OurWork .Item .Overlay span span,
.OurWork .Item .Overlay-Text span span
{
	font-size: 0.8em;
	margin: 0 0 10px 0;
	color: #e0e2e1;
}

.OurWork .Item .Overlay span .Title,
.OurWork .Item .Overlay-Text span .Title
{
	font-family: Georgia;
	font-size: 1.4em;
}

.OurWork .Item .Overlay .Overlay-Inner,
.OurWork .Item .Corner
{
	border: solid 21px #000;
	border-color: transparent #000 #000 transparent;
	opacity: 0.7;
}

.OurWork .Item .Corner { border-width: 0; }

.OurWork .Item .Loading
{
	height: 175px;
}

.OurWork .Item-Highlight
{
	width: 287px;
	height: 202px;
	background: no-repeat url(../images/our-work-highlight.png);
}

.OurWork .Filter .Box
{
	height: 174px;
}

.RelatedInformation { margin: 20px 0 0 0; }
.RelatedInformation .Column { padding: 0; }

/* Search */
/**********/
.Search .Controls
{
	margin: 0 0 40px 0;
}

.Search .Controls .OrderBy .Head { width: 177px; }
.Search .Controls .OrderBy .Options { width: 180px; }
.Search .Controls .OrderBy .Options div { width: 148px; }

.Search .Column { text-align: center; }
.Search .Paging { text-align: left; }

.Search .SearchResults
{
	width: 540px;
}

.Search .SearchResult
{
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 20px 0 0;
	text-align: left;
}

.Search .SearchResult h3
{
	margin: 0 0 10px 0;
}

.Search .SearchResult h3 a
{
	color: #e0e2e1;
}

.Search .SearchResult p
{
	line-height: 1.5em;
}

.Search .SearchResult .ReadMore { text-decoration: none; }
.Search .SearchResult .ReadMore:hover { text-decoration: underline; }

.Search .SearchResult .Section
{
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: solid 1px #f20050;
	border-left: solid 0px;
	line-height: 17px;
}

.Search .SearchResult .Section .Icon
{
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
	background: no-repeat url(../images/ui-sprite.png);
}

.Search .SearchResult .Section-CaseStudy .Icon
{
	width: 15px;
	height: 17px;
	background-position: -243px -46px;
}

.Search .SearchResult .Section-Blog .Icon
{
	width: 15px;
	height: 16px;
	background-position: -155px -46px;
}

.Search .SearchResult .Section-News .Icon
{
	width: 13px;
	height: 16px;
	background-position: -171px -62px;
}

.Search .SearchResult .Tags
{
	color: #666;
}

.Search .SearchResult .Tags .Icon
{
	display: inline-block;
	width: 17px;
	height: 11px;
	margin: 0 5px 0 0;
	background: no-repeat -153px -62px url(../images/ui-sprite.png);
	vertical-align: middle;
}

.Search .SearchResult .Thumbnail
{
	position: absolute;
	top: 0;
	left: 560px;
}

/* Services */
/************/
.ServiceOverview .WhatWeDo
{
	margin: 0 20px 30px 0;
}

.ServiceOverview .HiddenContent
{
	overflow: hidden;
}

.ServiceOverview .HiddenContent .Column
{
	padding: 0 0 35px 0;
}

.ServiceOverview .Expand
{
	display: none;
	width: 160px;
	margin: 0 0 0 100px;
	padding: 20px 0 30px 0;
}

.ServiceOverview .Expand h3
{
	margin: 0;
	font-size: 1em;
	font-style: italic;
}

.ServiceOverview .Expand h3 a
{
	color: #e0e2e1;
}

.ServiceOverview .OurCaseStudies { padding: 20px 0 30px 0; }

.ServiceOverview .CaseStudy
{
	float: left;
	margin: 0 20px 20px 0;
	background: no-repeat center center url(../images/loader-pink-grey.gif) #666;
}

.ServiceOverview .Last { margin: 0 0 0 0; }
.ServiceOverview .OurCaseStudies .Last { margin: 0 0 20px 0; }

.ServiceOverview .Item
{
	position: relative;
	width: 260px;
	height: 100px;
	background-repeat: no-repeat;
	overflow: hidden;
}

.ServiceOverview .Item img
{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 260px;
	height: 100px;
	z-index: 25;
}

.ServiceOverview .Item a
{
	text-decoration: none;
}

.ServiceOverview .Item .Overlay,
.ServiceOverview .Item .Text
{
	position: absolute;
	display: block;
	width: 260px;
	height: 100px;
	z-index: 50;
}

.ServiceOverview .Item .Overlay span span,
.ServiceOverview .Item .Text span span
{
	display: block;
	margin: 0 0 3px 0;
	opacity: 1;
}

.ServiceOverview .Item .Overlay .Overlay-Inner,
.ServiceOverview .Item .Corner
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border: solid 20px #000;
	border-color: transparent #000 #000 transparent;
	opacity: 0.7;
	overflow: hidden;
	z-index: 50;
}

.ServiceOverview .Item .Overlay:hover .Overlay-Inner,
.ServiceOverview .Item .Text
{
	top: 0;
	left: 0;
	width: 230px;
	height: 70px;
	padding: 15px;
	background: #000;
	border: none;
	font-size: 0.75em;
	color: #e0e2e1;
}

.ServiceOverview .Item .Text { background: none; z-index: 100; }

.ServiceOverview .Item .Overlay .Title,
.ServiceOverview .Item .Title
{
	font-family: Georgia;
	font-size: 1.4em;
}

.ServiceOverview .Item .Loading
{
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	height: 100px;
	z-index: 20;
}

/* SH Awards */
/*************/
.SH-Awards .WebsiteLink h2
{
	font-size: 1.1em;
	font-style: italic;
}

.SH-Awards .WebsiteLink a {	color: #e0e2e1; }

.SH-Awards .AwardText { padding: 30px 0 0 0; }
.SH-Awards .Video { margin: 0 0 40px 0; }

/* Sitemap */
/***********/
.Sitemap li { margin: 0 0 30px 0; }

.Sitemap li,
.Sitemap li a
{
	font-family: Georgia;
	font-size: 1.1em;
	font-style: italic;
	text-decoration: none;
	color: #e0e2e1;
}

.Sitemap li a:hover,
.Sitemap li a:focus
{
	text-decoration: underline;
}

.Sitemap .Column > ul { margin: 0; }
.Sitemap .Column > ul > li
{
	list-style: none;
}

.Sitemap li > ul { margin: 15px 0 0 0; }

.Sitemap li > ul li
{
	margin: 0 0 5px 0;
	font-family: Arial;
	font-size: 0.6em;
	font-style: normal;
	color: #999;
}

.Sitemap li > ul { margin: 10px 0 0 15px; }
.Sitemap li > ul li li { font-size: 1em; }

.Sitemap li > ul li a 
{
	font-family: Arial;
	font-style: normal;
	color: #999;
}

/* Text page */
/************/
.TextPage .TwoThirds
{
	width: 500px;
	margin: 0 40px 0 0;
	padding: 30px 70px 0 0;
}

.TextPage .SideBar
{
	padding: 0;
}

.TextPage .SideBar ul
{
	margin: 0;
}

.TextPage .SideBar li
{
	font-family: Georgia;
	font-size: 1.2em;
	font-style: italic;
	text-align: right;
}

.TextPage .SideBar li a
{
	display: block;
	width: 190px;
	padding: 0 10px;
	line-height: 34px;
	text-decoration: none;
	white-space: nowrap;
	color: #e0e2e1;
}

.TextPage .SideBar li a:hover,
.TextPage .SideBar li a:focus
{
	background: #f20050;
	color: #fff;
}

/* Vacancies */
/*************/
.Vacancies > .Button
{
	margin: 0 0 20px 0;
}

.Vacancies .TwoThirds
{
	width: 500px;
	margin: 0 40px 0 0;
	padding: 20px 70px 0 0;
}

.Vacancies .Vacancy { margin: 0 0 60px 0; }
.Vacancies .Last { margin: 0; }

.Vacancies .Vacancy .HiddenContent
{
	overflow: hidden;
}

.Vacancies .Vacancy .HiddenContent .Button
{
	margin: 0 0 0 20px;
	font-size: 1em;
}

.Vacancies .Vacancy .Expand
{
	display: none;
	width: 340px;
	margin: 10px 0 0 0;
	padding: 15px 0 0 0;
}

.Vacancies .Vacancy .Expand p
{
	font-family: Georgia;
	font-size: 1em;
	font-style: italic;
}

.Vacancies .Vacancy .Expand p a
{
	padding: 0 0 1px 0;
	border-bottom: solid 1px transparent;
	text-decoration: none;
	color: #e0e2e1;
}

.Vacancies .Vacancy .Expand p a:hover
{
	border-bottom: solid 1px #e0e2e1;
}

/* Sidebar */ 
.Vacancies .SideBar
{
	width: 210px;
}

.Vacancies .SideBar img
{
	width: 210px;
	height: 150px;
	margin: 0 0 15px 0;
}

.Vacancies .SideBar p
{
	font-family: Georgia;
	font-size: 1em;
	font-style: italic;
	color: #878B86;
}

.Vacancies .SideBar p a
{
	text-decoration: none;
	color: #fff;
}

.Vacancies .SideBar p a:hover,
.Vacancies .SideBar p a:focus
{
	color: #f20050;
}

.Vacancies .SideBar p span.Highlight
{
	color: #fff !important;
}

.NoJS
{
}
.DynamicBackground { background: no-repeat center top url(/medialibrary/Backgrounds/DELETE2.jpg) #000; }