/*-----------------------
Global CSS Document
File: global.css
Author: Kevin Mawdsley
Client: EIB 
-------------------------*/
/* ---------------------- Includes -------------------------------------------------*/
/*@import url(form.css);
@import url(components.css);
@import url(checkout.css);*/
@import url(cssreset.css);
@import url(links.css);
@import url(layout.css);

/*----Key Blocks--------------------------------------------------*/
html {height: 100%;}

body 
{
    background: #FFF url("/assets/en/site/canvas/home-page-bg-v2.jpg") no-repeat center 32px;
	padding: 0;
	margin: 0;
    font-family: "Georgia", "Helvetica", "sans-serif", "Arial";
	/*font-size: 62.5%;*/ /* Enable the use of em to relative pixel equivalents i.e. 1.1em = 11px */
	/*font-size:1.0em;*/
	color: rgb(25,30,30);
	overflow: -moz-scrollbars-vertical !important; /* Prevent page jumping between non/scrolling pages */
	text-align: center;	
}

img 
{
    border: none;
    clear: right;
    }

#container, #container_wrapper1 
{
    background: #FFF url("/assets/en/site/canvas/background_white2.jpg") no-repeat center top;    
    position:relative;
    margin: 0 auto;
	padding: 0;
	width: 1000px;
	text-align: left;	
    min-height: 100%;
    overflow: hidden;
}

#HomeContentWrapper 
{
	/*background: url(/assets/en/site/canvas/HomeContentWrapper-bg.jpg) no-repeat;
	background-position: 290px 30px;*/
	/*margin: 32px auto 0;*/
	margin:10px auto 0 32px;
}

#full_width_content 
{
    width: 950px;
    margin:0 auto;
    padding: 0;
    position: relative;
}

#header, #header_wrapper
{
    width: 950px;
    margin:0 auto;
    margin-bottom: 32px;
    position: relative;
}

#headline, .headline 
{
    padding-bottom: 40px;
}

/*used on template 2 driven pages */
#left_hand_column 
{
    float: left;
    width: 190px;
    padding-left: 32px;
    padding-right: 30px;
    clear: both;
}

/*used on home page and other template 1 driven pages */
.leftContent 
{
    margin: /*20px*/0 0 0 0; 
    float: left;
    width: 260px;
    padding: 0 30px 0 0;
    min-height:210px;
    clear: left;
    border-right: 1px solid rgb(200,200,200);
    }

/*additional div to control alignment of lower leftContent graphic*/
/*
.LowerLeft 
{
    margin-top: 30px;
}

*/

#container .leftContent p 
{
    padding-bottom: 0;
}
    
/*full main column on 2 column layout - used with left-hand-column */
#main_content 
{
	float: left;
	padding-left:30px;
	width: 696px;
	border-left: 1px solid rgb(200,200,200);	
}

/* for template 1 driven one column */
.rightContent 
{
    /*padding-top: 20px;*/
	/*color: rgb(56,60,60);*/
	line-height: 20px;
	float:left;
	padding-left:30px;
	width:696px;
	border-left: 1px solid rgb(200,200,200);
}



/* for template 1 driven two column layout */
div.cols2Wrapper 
{
	/*background: url(/assets/en/site/canvas/Cols2Wrapper-bg.jpg) no-repeat right bottom;*/
	height: 195px;
}

.cols1 
{
    margin-top: 17px;
    font-family: "Georgia";
	float:right;
	margin-left:30px;
	width:300px;
	height:180px;
}

.cols2 
{
    /*margin-top: 17px;*/
    font-family: "Georgia";
	float:left;
	margin-left:30px;
	width:298px;
	height:180px;
	/*background:yellow;*/
}

.newsFeature
{
    height:210px;
    margin-top:28px;
}
    

/*----Additional Divs and Markup-------*/
#staticContainer
{
    margin:0 34px 0 34px;
}

#header span.red-text 
{
    font-size: 14pt;
	text-align: right;
	color: rgb(180,25,25);
	padding-top: 14px;
	float: right;
	font-weight: bolder;
	font-weight: 600;
}

h2.mixed 
{
    font-size: 44px;
    color: rgb(25,30,30);
    line-height: 50px;
    letter-spacing: 0.7px;
    font-weight: 500;
}
span.redH2 
{
  color: rgb(180,25,25);
  font-weight: bolder;
  letter-spacing: 0.25px;
  font-size: 44px;
}

#main_content span.redH2 a:link, #main_content span.redH2 a:visited, #main_content span.redH2 a:hover, #main_content span.redH2 a:active
{
  color: rgb(180,25,25);
  text-decoration:none;
  font-size: 44px;
  font-family: georgia;
  border: none;
}

p.last-child {
	margin:25px 0 50px;
}
.clear {
	clear:both;
}

.phone {
	height:25px;
	position: absolute;
	top: 0;
	right: 0;
	font-family: Georgia;
	padding-left: 16px;
	background: url(../../assets/en/site/canvas/phone.png);
	background-repeat: no-repeat;
	background-position: 0% 80%;	
	font-style: italic;
}

.pageEnd
{
    height:64px;
}

.contactTel {
   color:#b41919;
   font-size: 24px;
   font-weight:bold;
} 

#header img, #header_wrapper img 
{
    padding-top: 32px;
}

/*----Lists Ordered and Unordered------*/

#header ul, #header_wrapper ul
{
    display: inline-block;
    position: absolute;
    top: 54px;
    right: 0;
    padding:  0;
    margin-right: 0;
    text-align: right;
    float: right;

}
    
#header li 
{
    list-style-type: none;
    display: inline;
    padding: 0;
    margin: 0 0 0 32px;
    height: 30px;
    float: left;
    text-align: left;
    white-space: nowrap;
}

span.link-number 
{
    font-family: Georgia;
    font-size: 12px;
    float: left;
    padding-bottom: 3px;
}

#left-hand-column ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#main-content ul, #main-content ol {
	margin: 0;
	padding-left: 20px;
}

ul.subcat li {
	padding: 0 0 0 12px;
}

ul.subcat li a:link, ul.subcat li a:visited
{
    display: block;
    padding-left: 12px;
	background: url(/assets/en/site/global/subcat-bg-a-selected.gif) no-repeat left 4px;
}

ul.subcat li a:hover, ul.subcat li a:active
{
    display: block;
    padding-left: 12px;
	background: url(/assets/en/site/global/subcat-bg-a.gif) no-repeat left 4px;
}

ul.subcat li a.selected:link, ul.subcat li a.selected:visited
{
    display: block;
    padding-left: 12px;
	background: url(/assets/en/site/global/subcat-bg-a.gif) no-repeat left 4px;
}

ul.subcat li a.selected:hover, ul.subcat li a.selected:active
{
    display: block;
    padding-left: 12px;
	background: url(/assets/en/site/global/subcat-bg-a.gif) no-repeat left 4px;
}



/*----Standard Selectors--------------*/

h1 {
	
}
h2 {
	
}

h3 {
	font-size:1.4em;
	line-height:1.4em;
	font-weight:bolder;
	margin:10px 0;
    color: rgb(180,25,25);
}
h4 {
	font-size:1.3em;
	line-height:1.3em;
	margin:10px 0;
}
p 
{
	line-height:120%;
	text-align:justify;
}

p.img-cont2 
{

    text-align: justify;
}

/*-----Text Styling-------------------*/

/* set the default font size fo all page content */

div#container p
{
    padding-bottom:10px;
} 

#header .red-text {
	font-size: 16px;
}

#main_content {
	font-family: "Georgia";
	font-size: 16px;
	color: rgb(25,30,30);
	line-height: 26px;
}
#main_content span.emphasis {
	color: #000;
	font-weight: bold;
}
#main_content p 
{
    font-size: 16px;
	/*padding-bottom: 5px;*/
	margin: 5px 0;
	line-height:1.4em;
}
#footer {
	width:950px;
	padding-top:64px;
	padding-left:34px;
	clear:both;
}
#footer h3 
{
    color: rgb(25,30,30);
    font-size: 14px;
    text-transform: uppercase;
}

#footer p 
{
    font-size: 11px;
}



.cols2 h3, .cols1 h3 
{
    color: rgb(25,30,30);
    font-family: "Helvetica", "Arial", "Georgia", "sans-serif";
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 5px;
}

.cols2 h4, .cols1 h4 
{
    font-size: 19px;
    line-height: 25px;
    color: rgb(25,30,30);
    margin-top: 6px;
    padding-bottom: 6px;
}

.content h3 
{
    font-size: 16px;
}

.cols2 p, .cols1 p 
{
    color: rgb(25,30,30);
    font-size: 16px;
}

p.date 
{
    font-style: italic;
    font-size: 14px;
}
.EventDate 
{
    font-style:italic;
    margin-bottom: 10px;
}

#footer p
{
    font-size: 11px;
    font-weight: normal;
    line-height: 90%;   
}
.rightContent .banner a {
    border:none;	
}
.banner {
	text-align:right;
}

.rightContent h3
{
    color: rgb(25,30,30);
}
/*.banner img 
{
    position:relative;
    top:-240px;
}
.date 
{
    margin:15px 0;
}*/
.mtop25 {
	margin-top:5px;
	margin-bottom: 5px;
}
.mtop30 {
	margin-top:30px;
}
.mtop40 {
	margin-top:40px;
}
.mtop50 {
	margin-top:50px;
}
.mbot25 {
	margin-bottom:25px;
}
.mbot40 {
	margin-bottom:40px;
}
.mbot32 {
	margin-bottom:32px;
}
.mbot60 {
	margin-bottom:46px;
}
.mleft10 {
    margin-left:10px;
}
.mleft30 {
	margin-left:30px;
}
.mRight20 {
	margin-right:20px;
}
.h10 
{
    height: 10px;
}
.h20 {
	height:20px;
}
.h40 {
	height:40px;
}
.h60 {
	height:78px;
}
.h240 {
}
.h210 {
	height:210px;
}
.bg {
	background:blue;
}
.w190 {
	width:190px;
}
.w300 {
	width:300px;
}
.w335 {
	width:335px;
}
.pTop40 {
	padding-top:40px;
}
.pTop15 {
	padding-top:15px;
}
.pTop10 {
	padding-top:10px;
}
.gLeft {
	float:left;
}



.gRight {
	float:right;
}
.leftNav {
	width:190px;
	float:left;
	margin-right:30px;
	clear:both;
}
.leftNav h3 {
	color: rgb(180,25,25);
	margin-bottom:33px;
}
#left_hand_column ul.media {
	float:left;
}
#left_hand_column ul.media li {
	float:left;
	padding-right:15px;
	width: 20px;
}
#left_hand_column ul.media li a:link {
	border:none;
}

ul.media {
	float:right;
	height: 30px;
    margin-right:7px;
}
ul.media li {
	float:left;
	padding-right:15px;
	width: 20px;
}
ul.media li a:link {
	border:none;
}
ul.client-links
{
    margin-bottom:50px;
}
ul.client-links li {
	margin:5px 0 5px 14px;
	list-style-type: disc;
	color:rgb(175,60,100);
	line-height:21px;
}
ul.client-links li span {
	font-size:1.0em;
	color:rgb(25,30,30);
	margin-top:-2px;
}
ul.client-links a:link
{
    font-size:16px;
    font-family: georgia;
}

ul.standard_ul li {
	list-style-type: disc;
    /*color: rgb(25,30,30);*/
    margin-left:15px;
    padding-bottom: 5px;
}
ul.standard_ul li span, ol.standard_ol li span {
}

ul.photos li {
	float:left;
}

.mRight {
	margin-right:20px;
}
.mLeft {
	margin-left:10px;
}

#footer h3 {
	font-size: 14px;
	font-weight: bolder;
	margin-bottom:10px;
	font-family: Arial, helvetica;
}
#footer ul li {
	float:left;
	padding-right:14px;
}

#footer .pTop40 a
{
    color: #fff;
}

.media_links 
{
    position: relative;
    left: 18px;
    top: 8px;
}
/* Accessibility Navigation
--------------------------------------------------*/
#access-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: -200px;
	width: 74%; /* Width of the #page div */
	font-size: 1.4em;
}
#access-nav li {
	margin: 0;
	padding: 0;
	width: 85%; /* Width of the #page div */
}
#access-nav a {
	position: absolute;       
	left: -999em; 
	width: 85%; /* Width of the #page div */
	color: #000;
}
#access-nav a:active,  
#access-nav a:focus {       
	left: 50%;    
	margin: 0 0 0 -400px; /* Half width of the #page div */
	top: 200px; 
	text-align: center;
	background: #fff url(../assets/en/site/canvas/access-nav.gif) no-repeat bottom center;
}

/*------------------------
 Home Page Banner
------------------------*/



#home-body-banner {
	position: relative;
	height: 320px;
	background-color: #fff;
}
#home-body-banner .banner {
	position: absolute;
	left: 0;
	top: 0;
}

#home-body-banner 
{
   width: 955px;
   height: 345px;
background: rgb(230,230,230) url(/assets/en/site/banners/home_banner_shadow.png) no-repeat top left;
}

#body-banner ul#home-body-banner-menu {
	float: right;
	list-style: none;
	/*margin: -44px 0 0 0 ;*/
	padding: 12px 0 10px 55px;
	z-index: 1000;
	/*background: url(/assets/en/site/canvas/banner-links-bg.png) no-repeat;*/
	height: 24px;
	width: 200px;
	position: absolute;
	right: -34px;
	top: 294px;
}


#body-banner ul#home-body-banner-menu li {
	float: left;
	margin-right: 5px;
	padding-bottom: 4px;
	position: relative;
	left: -30px;
	top: -5px;
}
#body-banner ul#home-body-banner-menu li span {
	padding: 27px 0 0 27px;
	background: no-repeat;
	border: 1px solid #fff;
	height: 0;
	float: left;
	width: 1px;
	overflow: hidden;
	margin: 2px;
	cursor: pointer;

}	

#body-banner ul#home-body-banner-menu li span.select {
	/*color: #fff;*/
	border:1px solid #fff;
	border-bottom: 1px rgb(180,25,25) solid;
}

#body-banner {
position:relative;
min-width:955px;
min-height: 225px;
background: #fff url(/assets/en/site/banners/banner_shadow.png) no-repeat top left;
overflow: visible;
}

/* Neil CSS */
ul.subcat li {
padding: 0 0 0 10px;
}

#header img
{
    position: relative;
    top: -2px;
}

    
#sitemap {
font-family: georgia;
width: 950px;
text-align: left;
position: relative;
}

#sitemap ul {
list-style-type: none;
padding: 0;
margin: 0;
padding-bottom: 30px;
}

#sitemap li {
padding-bottom: 5px;
}

#sitemap a:link, #sitemap a:visited, #sitemap a:hover, #sitemap a:active {
color: rgb(25,30,30);
font-size: 0.75em;
text-decoration: none;
}


#sitemap h2, #left_hand_column h2 {
color: rgb(180,25,25);
font-size: 16px;
}

#maps h2 {
    color: #000;
    float: left;
    font-size: 1.125em;
    padding-right: 20px;

}

#maps span.locations 
{
    font-family: helvetica, arial;
    font-size: 12px;
    float: left;
}

#main_content span.locations a 
{
    font-family: helvetica, arial;
}

.map_and_photo 
{
    float: left;
    /*margin-top: 15px;*/
}


#sitemap_column1 {
float: left;
width: 297px;
}

#sitemap_column2 {
float: left;
width: 296px;
margin-left: 30px;
}

#sitemap_column3 {
position: absolute;
top: 0;
right: 0;
width: 297px;
}

#blank_banner {
height: 32px;
}

p.lead {
font-size: 1.125em;
padding-bottom: 10px;
}	

ul.ecommerce_bullets
{
padding-left: 20px;
padding-bottom: 5px;
}

ul.ecommerce_bullets li
{
list-style-type: disc;
color: rgb(250,115,10);
}

.ecommerce_bullets p
{
color: #191E1E;
font-size:16px;
line-height:1.4em;
margin:5px 0;
}


span.ecommerce_li_text {
color: rgb(25,30,30);
}

ol.ecommerce_bullets
{
padding-left: 20px;
padding-bottom: 5px;
}

ol.ecommerce_bullets li
{
list-style-type: decimal;
color: rgb(250,115,10);
}

ol.ecommerce_bullets span {
color: rgb(25,30,30);
}

.contact_leader {
color: rgb(180,25,25);
}


#ContactForm {
margin: 10px 0;
}


div.map_and_photo 
{
    width: 705px;
    margin-bottom: 10px;
}

div.map_and_photo img {
    clear  : right;
    float: left;
    vertical-align: top;
}

div.social_media {
width: 700px;
height: 36px;
position: relative;
/*background-image: url(/assets/en/site/global/social_media.jpg);*/
}

div.social_media ul {
list-style-type: none;
}
div.social_media ul li {
float: left;
}
div.social_media ul li a:link {
border: none;
}

a.twitter:link, a.twitter:visited, a.twitter:hover, a.twitter:active {
width: 150px;
height: 36px;
position: absolute;
top: 0;
left: 0;
}

a.linkedin:link, a.linkedin:visited, a.linkedin:hover, a.linkedin:active {
width: 170px;
height: 36px;
position: absolute;
top: 0;
left: 160px;
}

a.flickr:link, a.flickr:visited, a.flickr:hover, a.flickr:active {
width: 120px;
height: 36px;
position: absolute;
top: 0;
left: 340px;
}

a.vimeo:link, a.vimeo:visited, a.vimeo:hover, a.vimeo:active {
width: 140px;
height: 36px;
position: absolute;
top: 0;
left: 470px;
}

/* Our people styling */

#our_people, #our_people_play 
{
    border: 1px solid rgb(200,200,200);
    font-family: georgia;
    margin-top: 10px;
}

#our_people 
{   
    clear: both; 
    display: block;
    width: 950px;
    height: 577px;
    margin-left: 24px;
    position: relative;    
    background-image: url(/assets/en/site/global/our_people.jpg);    
    text-align: left;    
}

#our_people ul {
    list-style-type: none;
}

a.person1_link:link, a.person1_link:visited, a.person1_link:hover, a.person1_link:active {
position: absolute;
top: 290px;
left: 0;
width: 160px;
height: 120px;
z-index: 2;

}

a.person2_link:link, a.person2_link:visited, a.person2_link:hover, a.person2_link:active {
position: absolute;
top: 30px;
left: 20px;
width: 75px;
height: 250px;
z-index: 2;
}

a.person3_link:link, a.person3_link:visited, a.person3_link:hover, a.person3_link:active {
position: absolute;
top: 10px;
left: 160px;
width: 55px;
height: 150px;
z-index: 2;
}

a.person4_link:link, a.person4_link:visited, a.person4_link:hover, a.person4_link:active {
position: absolute;
top: 210px;
left: 180px;
width: 90px;
height: 200px;
z-index: 2;
}

a.person5_link:link, a.person5_link:visited, a.person5_link:hover, a.person5_link:active {
position: absolute;
top: 70px;
left: 305px;
width: 75px;
height: 120px;
z-index: 2;
}

a.person6_link:link, a.person6_link:visited, a.person6_link:hover, a.person6_link:active {
position: absolute;
top: 230px;
left: 370px;
width: 70px;
height: 200px;
z-index: 2;
}

a.person7_link:link, a.person7_link:visited, a.person7_link:hover, a.person7_link:active {
position: absolute;
top: 70px;
left: 400px;
width: 55px;
height: 150px;
z-index: 2;
}

a.person8_link:link, a.person8_link:visited, a.person8_link:hover, a.person8_link:active {
position: absolute;
top: 150px;
left: 460px;
width: 40px;
height: 260px;
z-index: 2;
}

a.person9_link:link, a.person9_link:visited, a.person9_link:hover, a.person9_link:active {
position: absolute;
top: 160px;
left: 550px;
width: 60px;
height: 260px;
z-index: 2;
}

a.person10_link:link, a.person10_link:visited, a.person10_link:hover, a.person10_link:active {
position: absolute;
top: 340px;
left: 620px;
width: 160px;
height: 200px;
z-index: 2;
}

a.person11_link:link, a.person11_link:visited, a.person11_link:hover, a.person11_link:active {
position: absolute;
top: 40px;
left: 630px;
width: 90px;
height: 260px;
z-index: 2;
}

a.person12_link:link, a.person12_link:visited, a.person12_link:hover, a.person12_link:active {
position: absolute;
top: 60px;
left: 750px;
width: 140px;
height: 100px;
z-index: 2;
}

a.person13_link:link, a.person13_link:visited, a.person13_link:hover, a.person13_link:active {
position: absolute;
top: 170px;
left: 820px;
width: 140px;
height: 260px;
z-index: 2;
}




span.OurPeopleName {
display: block;
width: 100%;
color: rgb(10,100,175);
font-weight: 600;
font-size: 14px;
}

span.OurPeopleJob {
display: block;
width: 100%;
color: #000;
font-weight: 600;
margin: 0;
margin-top: 2px;
margin-bottom: 2px;
padding: 0 0 5px 0;
font-size: 14px;
}

p.OurPeopleInfo 
{
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 13px;
}

div#person1_info, div#person2_info, div#person3_info, div#person4_info,
div#person5_info, div#person6_info, div#person7_info, div#person8_info,
div#person9_info, div#person10_info, div#person11_info, div#person12_info, div#person13_info {
    padding: 10px;
    font-size: 12px;
}

div#person1_info {
    display: none;
    width: 398px;
    height: 160px;
    position: absolute;
    left: 92px;
    top: 406px;
    background-image: url(/assets/en/site/global/person1-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 1;
}

.person1_wrapper {    
    padding: 10px 48px 10px 130px;
    height: 150px;
    overflow: hidden;
}

div#person2_info {
    display: none;
    width: 334px;
    height: 234px;
    position: absolute;
    left: 98px;
    top: 126px;
    background-image: url(/assets/en/site/global/person2-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 1;
}

.person2_wrapper {    
    padding: 85px 37px 10px 60px;
    height: 150px;
    overflow: hidden;
}

div#person3_info {
    display: none;
    width: 386px;
    height: 165px;
    position: absolute;
    left: 214px;
    top: 10px;
    background-image: url(/assets/en/site/global/person3-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 1;
}

.person3_wrapper {
    padding: 15px 27px 10px 120px;
    height: 150px;
    overflow: hidden;
}

div#person4_info {
    display: none;
    width: 306px;
    height: 250px;
    position: absolute;
    left: 274px;
    top: 298px;
    background-image: url(/assets/en/site/global/person4-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 1;
}

.person4_wrapper {   
    padding: 100px 30px 10px 35px;
    height: 150px;
    overflow: hidden;
}

div#person5_info {
    display: none;
    width: 260px;
    height: 241px;
    position: absolute;
    left: 18px;
    top: 125px;
    background-image: url(/assets/en/site/global/person5-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 1;
}

.person5_wrapper {   
    padding: 95px 10px 10px 17px;
    height: 150px;
    overflow: hidden;
}

div#person6_info {
    display: none;
    width: 320px;
    height: 238px;
    position: absolute;
    left: 48px;
    top: 288px;
    background-image: url(/assets/en/site/global/person6-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 1;
}

.person6_wrapper {   
    padding: 95px 60px 10px 20px;
    height: 150px;
    overflow: hidden;
    z-index: 1;
}

div#person7_info {
    display: none;
    width: 371px;
    height: 157px;
    position: absolute;
    left: 456px;
    top: 18px;
    background-image: url(/assets/en/site/global/person7-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 1;
}

.person7_wrapper {
    padding: 10px 30px 10px 105px;
    height: 150px;
    overflow: hidden;
}


div#person8_info {
    display: none;
    width: 394px;
    height: 154px;
    position: absolute;
    left: 501px;
    top: 206px;
    background-image: url(/assets/en/site/global/person8-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 1;
}

.person8_wrapper {
    padding: 10px 35px 10px 130px;
    height: 150px;
    overflow: hidden;
}

div#person9_info {
display: none;
width: 380px;
height: 158px;
position: absolute;
left: 186px;
top: 48px;
background-image: url(/assets/en/site/global/person9-bg.png);
background-repeat: no-repeat;
background-position: 0 0;
z-index: 1;
}

.person9_wrapper {
    padding: 10px 120px 30px 20px;
    height: 150px;
    overflow: hidden;
}

div#person10_info {
    display: none;
    width: 372px;
    height: 160px;
    position: absolute;
    left: 297px;
    top: 284px;
    background-image: url(/assets/en/site/global/person10-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 1;
}

.person10_wrapper {
    padding: 15px 120px 30px 17px;
    height: 150px;
    overflow: hidden;
}

div#person11_info {
    display: none;
    width: 340px;
    height: 216px;
    position: absolute;
    left: 315px;
    top: 88px;
    background-image: url(/assets/en/site/global/person11-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 1;
}

.person11_wrapper {
    padding: 70px 90px 20px 20px;
    height: 150px;
    overflow: hidden;
    z-index: 1;
}


div#person12_info {
    display: none;
    width: 339px;
    height: 220px;
    position: absolute;
    left: 454px;
    top: 109px;
    background-image: url(/assets/en/site/global/person12-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 1;
}

.person12_wrapper {
    padding: 75px 80px 30px 20px;
    height: 150px;
    overflow: hidden;
}

div#person13_info {
    display: none;
    width: 339px;
    height: 220px;
    position: absolute;
    left: 542px;
    top: 237px;
    background-image: url(/assets/en/site/global/person13-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 1;
}

.person13_wrapper {
    padding: 75px 90px 30px 17px;
    height: 150px;
    overflow: hidden;
}

.form_holder {
    width: 700px;
    margin-top:10px;
}

.form_holder p 
{

   font-size: 16px;
   display: block;
   padding-bottom: 20px;
}

.form_holder fieldset {
    border: none;
}

.form_holder legend {
    position: relative;
    left: -999px;
    font-size: 12px;
    display: none;
}

.form_holder #ctl00_cphBodyContent_ctl00_tbEmailAddressFormatValidator 
{
    position: absolute;
    left: 640px;
}

.form_holder dt {
    color: rgb(26,30,30);
    width: 150px;
    float: left;
    font-size: 16px;
    line-height: 16px;
    display: block;
    clear: both;
}



.form_holder input#ctl00_cphBodyContent_ctl00_txtName, 
.form_holder input#ctl00_cphBodyContent_ctl00_txtPhone, 
.form_holder input#ctl00_cphBodyContent_ctl00_txtEmail  {
    width: 200px;
}

.form_holder dd {
    padding-bottom: 8px;
}

.form_holder textarea 
{
    padding: 0;
    margin: 0;
    width: 200px;
    height: 100px;
}

.form_holder select 
{
    font-size: 12px;
    display: inline-block;
    width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
}

p.end 
{
    display: none;
}

ul.submit-nav input
{   
    border: none;
    background: url("../../assets/en/site/buttons/send_btn.png") no-repeat;
    position: relative;
	left: 150px;
    width: 54px;
    height: 23px;    
    /*padding:1px 7px 2px 5px;*/
    font-size: 0px;
    text-indent:-999px;
}

ul.submit-nav input:hover
{
	background: url("../../assets/en/site/buttons/send_btn_over.png") no-repeat;
}

input 
{
	cursor:pointer;
	cursor:hand;
}

#ctl00_cphBodyContent_ctl00_chkMailingList {
    position: relative;
    left: 150px;
}

.form_holder label {
    position: relative;
    left: 160px;
    top: -3px;
    padding-bottom: 8px;
}

.form_holder dd span {
    padding-left: 10px;
    font-size: 12px;
    font-style: italic;
    color: rgb(180,25,25);
    font-weight: bolder;
/*
position: absolute;
left: 700px;
*/
}

.form_holder span.required 
{
    color: rgb(180,25,25);
}


.hidespan 
{
   visibility: hidden;
}

/* ------Lets Talk Sidebar Styling ------*/

#main_contact, #locations 
{
    font-family: Georgia;
    font-size: 14px;
}

#main_contact h2, #locations h2 
{
color: rgb(180,25,25);
font-size: 16px;
}



#main_contact ul 
{
    margin-top: 20px;
    margin-bottom: 20px;
}

#main_contact li 
{
    padding-bottom: 4px;
}

#Harrogate h2, #maidenhead h2 
{
    margin-bottom: 5px;
    font-weight: 500;
}

#Harrogate p, #maidenhead p 
{
    font-size: 16px;
}

#Harrogate 
{
    margin-top: 20px;
}

.location_info 
{
    font-size: 14px;
    display: block;
    color: rgb(180,25,25);
    margin-bottom: 30px;
}
#lets-talk-page #id_matrix fieldset
{
    position: absolute; 
}
#lets-talk-page .xform-inputbtn
{
    margin-top: 10px;
}


#home-page #container 
{
    background:none;
}

#our_people_play 
{
    clear: both;
    display: none;
    width: 950px;
    height: 577px;
    margin-left: 24px;
    background-image: url(/assets/en/site/global/our_people_play.jpg);
    position: relative;
    text-align: left;
}

#our_people_play ul {
list-style-type: none;
}

a.person1_play_link:link, a.person1_play_link:visited, 
a.person1_play_link:hover, a.person1_play_link:active {
position: absolute;
top: 290px;
left: 0;
width: 160px;
height: 120px;
z-index: 2;
}

a.person2_play_link:link, a.person2_play_link:visited, 
a.person2_play_link:hover, a.person2_play_link:active {
position: absolute;
top: 30px;
left: 20px;
width: 120px;
height: 250px;
z-index: 2;
}

a.person3_play_link:link, a.person3_play_link:visited, 
a.person3_play_link:hover, a.person3_play_link:active {
position: absolute;
top: 10px;
left: 160px;
width: 100px;
height: 150px;
z-index: 2;
}

a.person4_play_link:link, a.person4_play_link:visited, 
a.person4_play_link:hover, a.person4_play_link:active {
position: absolute;
top: 210px;
left: 180px;
width: 90px;
height: 200px;
z-index: 2;
}

a.person5_play_link:link, a.person5_play_link:visited, 
a.person5_play_link:hover, a.person5_play_link:active {
position: absolute;
top: 70px;
left: 280px;
width: 75px;
height: 120px;
z-index: 2;
}

a.person6_play_link:link, a.person6_play_link:visited, 
a.person6_play_link:hover, a.person6_play_link:active {
position: absolute;
top: 210px;
left: 350px;
width: 70px;
height: 200px;
z-index: 2;
}

a.person7_play_link:link, a.person7_play_link:visited, 
a.person7_play_link:hover, a.person7_play_link:active {
position: absolute;
top: 70px;
left: 400px;
width: 80px;
height: 120px;
z-index: 2;
}

a.person8_play_link:link, a.person8_play_link:visited, 
a.person8_play_link:hover, a.person8_play_link:active {
position: absolute;
top: 110px;
left: 490px;
width: 40px;
height: 260px;
z-index: 2;
}

a.person9_play_link:link, a.person9_play_link:visited, 
a.person9_play_link:hover, a.person9_play_link:active {
position: absolute;
top: 160px;
left: 550px;
width: 60px;
height: 260px;
z-index: 2;
}

a.person10_play_link:link, a.person10_play_link:visited, 
a.person10_play_link:hover, a.person10_play_link:active {
position: absolute;
top: 310px;
left: 620px;
width: 160px;
height: 200px;
z-index: 2;
}

a.person11_play_link:link, a.person11_play_link:visited, 
a.person11_play_link:hover, a.person11_play_link:active {
position: absolute;
top: 40px;
left: 630px;
width: 90px;
height: 260px;
z-index: 2;
}

a.person12_play_link:link, a.person12_play_link:visited, 
a.person12_play_link:hover, a.person12_play_link:active {
position: absolute;
top: 60px;
left: 780px;
width: 80px;
height: 100px;
z-index: 2;
}

a.person13_play_link:link, a.person13_play_link:visited, 
a.person13_play_link:hover, a.person13_play_link:active {
position: absolute;
top: 100px;
left: 870px;
width: 60px;
height: 260px;
z-index: 2;
}


div#person1_play_info, div#person2_play_info, div#person3_play_info, div#person4_play_info,
div#person5_play_info, div#person6_play_info, div#person7_play_info, div#person8_play_info,
div#person9_play_info, div#person10_play_info, div#person11_play_info, div#person12_play_info, div#person13_play_info {
font-size: 12px;
}
 

div#person1_play_info {
display: none;
width: 628px;
height: 222px;
position: absolute;
left: 107px;
top: 188px;
background-image: url(/assets/en/site/global/person1-play-bg.png);
background-repeat: no-repeat;
background-position: 0 0;
}

.person1_play_wrapper {
padding: 65px 250px 34px 80px;
height: 80px;
overflow: hidden;

}

div#person2_play_info {
display: none;
width: 408px;
height: 222px;
position: absolute;
left: 118px;
top: 72px;
background-image: url(/assets/en/site/global/person2-play-bg.png);
background-repeat: no-repeat;
background-position: 0 0;
}

.person2_play_wrapper {
padding: 85px 60px 34px 60px;
height: 80px;
overflow: hidden;
}

div#person3_play_info {
display: none;
width: 518px;
height: 190px;
position: absolute;
left: 275px;
top: 14px;
background-image: url(/assets/en/site/global/person3-play-bg.png);
background-repeat: no-repeat;
background-position: 0 0;
}

.person3_play_wrapper {
padding: 60px 195px 32px 30px;
height: 85px;
overflow: hidden;
}


div#person4_play_info {
display: none;
width: 440px;
height: 415px;
position: absolute;
left: 175px;
top: 156px;
background-image: url(/assets/en/site/global/person4-play-bg.png);
background-repeat: no-repeat;
background-position: 0 0;
}

.person4_play_wrapper {
padding: 280px 65px 20px 75px;
height: 95px;
overflow: hidden;
}

div#person5_play_info {
display: none;
width: 460px;
height: 215px;
position: absolute;
left: 326px;
top: 10px;
background-image: url(/assets/en/site/global/person5-play-bg.png);
background-repeat: no-repeat;
background-position: 0 0;
}

.person5_play_wrapper {
padding: 65px 60px 55px 100px;
height: 40px;
overflow: hidden;
}

div#person6_play_info {
display: none;
width: 495px;
height: 260px;
position: absolute;
left: 345px;
top: 280px;
background-image: url(/assets/en/site/global/person6-play-bg.png);
background-repeat: no-repeat;
background-position: 0 0;
}

.person6_play_wrapper {
padding: 66px 30px 80px 165px;
height: 40px;
overflow: hidden;
z-index: 1;
}

div#person7_play_info {
display: none;
width: 448px;
height: 283px;
position: absolute;
left: 485px;
top: 10px;
background-image: url(/assets/en/site/global/person7-play-bg.png);
background-repeat: no-repeat;
background-position: 0 0;
}

.person7_play_wrapper {
position: absolute;
left: 110px;
top: 64px;
width: 309px;
height: 110px;
overflow: hidden;
}


div#person8_play_info {
display: none;
width: 647px;
height: 385px;
position: absolute;
left: 36px;
top: 117px;
background-image: url(/assets/en/site/global/person8-play-bg.png);
background-repeat: no-repeat;
background-position: 0 0;
}

.person8_play_wrapper {
position: absolute;
left: 60px;
top: 227px;
width: 304px;
height: 110px;
overflow: hidden;
}

div#person9_play_info {
display: none;
width: 398px;
height: 202px;
position: absolute;
left: 191px;
top: 196px;
background-image: url(/assets/en/site/global/person9-play-bg.png);
background-repeat: no-repeat;
background-position: 0 0;
z-index: 1;
}

.person9_play_wrapper {
position: absolute;
left: 60px;
top: 46px;
width: 304px;
height: 110px;
overflow: hidden;
}

div#person10_play_info {
display: none;
width: 407px;
height: 331px;
position: absolute;
left: 263px;
top: 221px;
background-image: url(/assets/en/site/global/person10-play-bg.png);
background-repeat: no-repeat;
background-position: 0 0;
z-index: 1;
}

.person10_play_wrapper {
position: absolute;
left: 51px;
top: 178px;
width: 304px;
height: 110px;
overflow: hidden;
}


div#person11_play_info {
display: none;
width: 415px;
height: 273px;
position: absolute;
left: 234px;
top: 8px;
background-image: url(/assets/en/site/global/person11-play-bg.png);
background-repeat: no-repeat;
background-position: 0 0;
z-index: 1;
}

.person11_play_wrapper {
position: absolute;
left: 68px;
top: 120px;
width: 295px;
height: 110px;
overflow: hidden;
}


div#person12_play_info {
display: none;
width: 427px;
height: 470px;
position: absolute;
left: 354px;
top: 83px;
background-image: url(/assets/en/site/global/person12-play-bg.png);
background-repeat: no-repeat;
background-position: 0 0;
z-index: 1;
}

.person12_play_wrapper {
position: absolute;
left: 66px;
top: 62px;
width: 290px;
height: 110px;
overflow: hidden;
}

div#person13_play_info {
display: none;
width: 513px;
height: 387px;
position: absolute;
left: 354px;
top: 18px;
background-image: url(/assets/en/site/global/person13-play-bg.png);
background-repeat: no-repeat;
background-position: 0 0;
z-index: 1;
}

.person13_play_wrapper {
    position: absolute;
    left: 160px;
    top: 200px;
    width: 290px;
    height: 110px;
    overflow: hidden;
}

/* Our People nav */
.ourPeopleNav 
{
    width: 100%;
    display: block;
    float: right;
    text-align: right;
}

.ourPeopleNav ul 
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ourPeopleNav ul li 
{
    text-align: center;
    display: inline-block;
    margin-left: 21px;
}

.ourPeopleNav ul li a 
{
    display: block;
    border: none;
    width: 96px;
    height: 40px;
    font-size: 0px;
    text-indent:-9999px;
    cursor: hand;
    text-decoration: none;
}

/* Work/Play buttons */ 
.ourPeopleNav ul li.currentSelection a
{
    background: #FFF url("../en/site/buttons/work_selected.gif") no-repeat;
}

.ourPeopleNav ul li.alternativeSelection a
{
    background: #FFF url("../en/site/buttons/play_unselected.gif") no-repeat;
}

/*
#main_content .ourPeopleNav a:link, #main_content .ourPeopleNav a:visited, 
#main_content .ourPeopleNav a:hover, #main_content .ourPeopleNav a:active 
{
    position: relative;
    top: 2px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 25px;
    font-weight: bolder;
    font-family: arial, helvetica;    
    letter-spacing: 0.5px;
}
*/

#main_content table tr td img
{
    margin-bottom:-18px;
}

.MainContentArea 
{
    margin:14px 0;
}
.TaglineText 
{
    margin:0 0 10px;
}
div.content 
{
    margin-bottom:50px;
}
div.content li {
	line-height: 12px;
}
div.content h3 
{
    color: rgb(180,25,25);
    margin-top:10px;
}
    
div.content ul 
{
    margin-top:20px;
}

div.content ul li 
{
    padding:4px 0;
}
div.content ul li a[href^="mailto"]
{
    font-size:14px;
    color: rgb(25,30,30);
    }
div.content ul li a[href^="mailto"]:hover
{
    font-size:14px;
    color: rgb(180,25,25);
}
    
div#sell_more  
{
    padding-bottom:50px;
}

div.more-box
{
    padding-bottom:25px;
}

div#sell_more ul li a:link, div#sell_more ul li a:visited
{
    font-size:12px;
    text-decoration:underline;
}
div#sell_more li 
{
    margin:5px 0;
}
.w335 p
{
    padding:5px 0;
}
ul.samples 
{
    margin-bottom:15px;
}

.fixed-nav 
{
    width:190px;
	/*top:350px;*/

}

.fixed
{
    position: fixed;
    top: -120px;
}

   ul.info_bullets 
   {
       padding-left:20px;
   }
   ul.info_bullets li
   {
       list-style-type:disc;
       color: rgb(10,100,175);
   }
      ul.info_bullets span
   {
       color: rgb(25,30,30);
   }
   
      ol.info_bullets 
   {
       padding-left:20px;
   }
   ol.info_bullets li
   {
       list-style-type:decimal;
       color: rgb(10,100,175);
   }
      ol.info_bullets span
   {
       color: rgb(25,30,30);
   }
   
 
   
ol.standard_ol li {
	margin-left:28px;
	list-style-type: decimal;
	font-size:1.0em;
	line-height:1.2em;
    color: rgb(25,30,30);
}
ol.standard_ol span
   {
       color: rgb(25,30,30);
   }

/* site map link styling - delibrate typo to match content*/
.stiemapcontainer 
{
   position: relative;
   padding-left:32px;
   font-size: 16px;
   font-family: Georgia;   
}

.stiemapcontainer h1
{
    font-size: 44px;
    color: rgb(25,30,30);
    line-height: 50px;
    letter-spacing: 0.7px;
    font-weight: 500;
}
   
.stiemapcontainer h3
{
    color: rgb(180,25,25);
    font-size: 16px;
    padding-top: 25px;
}

.stiemapcontainer span.smaptitle 
{
      font-size: 44px;
    color: rgb(180,25,25);
    line-height: 50px;
    letter-spacing: 0.7px;
    font-weight: 500;
}  

.img-cont {
    padding: 10px 10px 5px 0;
}

.img-cont2  
{
    clear: right; 
    text-align: left;
}

ol.browsers 
{

    margin: 20px 0 0 0;
}

ol.browsers h4 
{
      padding: 0;
      padding-bottom: 10px;
      margin: 0;
}  


#left_hand_column p 
{
    border: 1px solid #FFF;
}

#id_matrix span.required {
    color:#B41919;
}
.requiredast {
    color:#B41919;
}

/* Let's Talk Form */
#id_matrix {
    margin-top:10px;
    width:700px;
}

#id_matrix tr {
    padding-bottom:8px;
}

#id_matrix td {
    clear:both;
    color:#1A1E1E;
    font-size:16px;
    line-height:16px;    
    font-family:"Georgia";
    padding-bottom:10px;
    vertical-align:top;
}

#id_matrix td:first-child
{
  width:150px; 
}

#id_matrix input {
    cursor:pointer;
}

#id_matrix label {
    padding-bottom:8px;
    position:relative;
    top:-3px;
    color:#191E1E;
    font-family:"Georgia";
    font-size:16px;
    line-height:26px;
}

.xform-text {
    width:150px;   
}

.xform-input {
    width:200px;   
}

.xform-inputarea {
    height:100px;
    margin:0;
    padding:0;
    width:200px;  
}
.xform-inputchk {
    width:20px;   
}

.xform-inputdropdwn {
    display:inline-block;
    font-size:12px;
    margin-bottom:10px;
    margin-top:10px;
    width:204px;
}

.xform-inputbtn {
    background: url("../../assets/en/site/buttons/send_btn.png") no-repeat;
    border: none;    
	left: 150px;
    width: 54px;
    height: 23px;
    font-size: 0px;
    text-indent:-999px;
}

.xform-inputbtn:hover {
	background: url("../../assets/en/site/buttons/send_btn_over.png") no-repeat;
}

.xform-reset {
    display:none;
}

.xformvalidator {
    color:Red;   
    font-size:12px;
    font-style:italic;
    font-weight:bolder;
    padding-left:10px;
}

.imgwrapLeft { float:left; margin-right: 25px; }
.imgwrapRight { float:right; margin-left: 25px; }
.imgalignLeft   {  text-align:left!important;   }
.imgalignRight  {  text-align:right!important;   }
.imgalignCenter {  text-align:center!important; }

img.centerimage 
{
    margin-left: auto!important;
    margin-right: auto!important; 
    width: 30%!important;
}
.leftText {
    float: left!important;
    width:  35%!important;
} 
.rightText {
    float: right!important;
    width: 34%!important;
} 
div#imgwrapBothSides {    
    margin-left: auto!important; 
    margin-right: auto!important;
    width:  100%;
}


#header .website-link
{
    font-size: 14pt;
	text-align: right;
	padding-top: 38px;
	float: right;
	font-weight: bolder;
	font-weight: 600;
	position:absolute;
	top:0;
	right:0;   
}

.lp-header-links
{    
    padding-top : 24px; 
}

body.careers #main_content ul li 
{
     list-style-type: disc;
     margin-left: 15px;
}

