﻿* {
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
}

/* removes underlines from hyper links*/
a:link, a:visited {
	text-decoration: none;
	color: #797979;
}

#news_years li a:link, a:visited, a:hover {
	text-decoration: none;
	color: #797979;	
}
#news_years li a:focus, a:active
{
	color:#B10132;
}

img {
	border: 0px;
}
/*  ..removes lists styles ..*/
li {
	list-style-type: none;
}

p 
{
	margin-bottom:10px;
	margin-top:10px;	
	font-family: Arial, sans-serif;
}
/* container settings*/
#container {
	width: 950px;
	margin: auto;
	font-family: Arial, sans-serif;
	position: relative;
	font-size: 100%;
	color: #797979;	
}


/*Main Menu*/
#branding {
	height: 101px;
	/*background: url(/images/branding_bg.jpg) repeat-x;*/
	display:block;
	position:relative;
}

#bgheader 
{
    position:absolute;
    background:url(/images/bg_header.png);
    z-index:0;
    left:0px;
    top:0px;
    }
    
#home_main_nav 
{
    z-index:1;
    position:relative;
    }    

#main_nav {
	display: block;
	padding-left:10px;
	width:750px;
	float:left;
	position:relative;
	color:#FFFFFF;
	
}
#main_nav li {
	float: left;
	font-size: .8em;
	display: block;
	margin-top: 70px;
	padding-left: 10px;
	color:#FFFFFF;
	z-index:1;
}

#main_nav li a{
	color:#FFFFFF;
}

#main_nav ul li a{
	color:#FFFFFF;
}




/* white underline and color of links*/
#main_nav a:link, #main_nav a:visited 
{
	height:20px;
	color: #FFFFFF;
	display: block;
	float:left;
	/*font-family:Verdana;*/
}
#main_nav a:hover, #main_nav a:active {
	color: #FFFFFF;
	border-bottom: 2px solid white;
	display: block;
}

/*the document body and image*/
#rptDocumentOfSection_ctl00_main_pic {
	padding: 5px;
}
.float_right {
	float: right;
}
/*****/

.red_text {
	color: #B10132;
}

.black_text {
	color: black;
}

a.black_text:link, a.black_text:active, a.black_text:visted{
	color:#000;
}



/* logo positioning*/
#logo 
{
	float:right; 
	/* using padding instead of margin is better for ie6 compatibility */
	padding-right:18px; 
	padding-top:15px;
	width:132px;
	height:73px;
	position:relative;
	z-index:1;		
}

#left_content_div {
	float: left;
	padding-left: 20px;
	padding-top:5px;
	width:374px;
	/*height:578px;*/	
	display:block;
	position:relative;
}

#left_content_div_full {
	padding-left: 20px;
	padding-top:5px;
	width:910px;
	/*height:578px;*/	
	display:block;
	position:relative;
}

#main_content {
	width: 374px;
	color: #797979;
	font-size: 0.75em;
	line-height:1.5em;
	padding-top:6px;
	float:left;
	padding-bottom:40px;
}

#main_content_full {
	width: 910px;
	color: #797979;
	font-size: 0.75em;
	line-height:1.5em;
	/*padding-top:6px;*/
	float:left;
	padding-bottom:20px;
}

/* image replaces the h1 text can be removed when fonts replacement technique is used**/
#main_content h1 span, #main_content_full h1 span {	
	
}
#main_content h1.smallheading, #main_content_full h1.smallheading
{
	font-size:14px;
}

#main_content ul, #main_content_full ul
{
	padding-top:8px;
}
#main_content h1, #main_content_full h1 {
	width: 374px;	
	position: relative;
	font-size: 8px;
	font-size:25px;
	font-weight:bold;
	color:#b10132;
	padding-bottom:25px;	
}
#main_content h3, #main_content_full h3
{
	/*font-weight:normal;*/
	font-size:1em;
}


/* Sub navigation menu*/
#sub_nav_div 
{
	height:25px;
	width: 950px;	
	float:left;
	display:block;
	position:relative;
}

#sub_nav {
	padding-top: 10px;
	padding-left: 20px;
	/*width: 80%;*/
	float: left;		
}
#sub_nav ul {
	min-height:100px;
	
}
#sub_nav li {
	font-size: .75em;
	display: inline;
}
#sub_nav a {
	color: #333333;
	font-weight:bold;
}
/* red color on menu*/
#sub_nav a:link, #sub_nav a:visited {
	color: #333333;
}
#sub_nav a:hover, #sub_nav a:active {
	color: #B10132;
}

#banner {
	display:block; 
	width:950px;
	/*height:130px;*/	
	float:left;
}

#matrix_div 
{
	/*text-align:left;	*/
	display:block;
	float:right;
	/*height:578px;*/	
	width:415px;	
	margin-bottom:50px;
	margin-top:20px;
	padding-right:20px;
}

#matrix_div ul
{
	float:right; 
	display:block; 
	margin-left:6px;
	width:91px;
}

#matrix_div ul li
{
	padding:0px;
	margin-bottom:5px;
	float:left;
}
#matrix_div ul li a{display:block;width:90px; height:90px; }
#matrix_div ul li a img{position:relative;z-index:1; border:none; width:90px; height:90px;}
#matrix_div ul li a img:hover
{
    width:188px;
    height:188px;
    border:Solid 6px #fff;
    position:relative;
    margin-top:-35px;
    margin-left:-55px;
    z-index:99;
}
#matrix_div ul li a img.opacityLow:hover
{
    width:90px;
    height:90px;
    border:none;
    position:inherit;
    margin:0;
}

#content
{
	/*min-height:589px;	*/
	display:block;
	width:950px;
	clear:both;
}

/* Site info / footer*/
#site_info 
{
    background: #ffffff;
    height:100px;
    clear:both;
    font-size: 10px;
    color:#890127;
    position:relative;
    }
    
#bg-site_info 
{
    
    z-index:0;
    top:0px;
    left:0px;
    }    

#site_info ul 
{
    min-width:150px;
    position:relative;
    z-index:1;
    padding:0px 10px 10px 10px;
    color:#890127;
    } 

#FooterLeftSide li
{
	float:left;
}   
 
.left-list
{
    float:left;
    margin-left:10px;
}        
    
.sl 
{
    padding:10px;
    }
    
.right-list
{
    float:right;
    text-align:right;
    margin-top:30px;
    }
    
#site_info ul img 
{
    padding:20px 0 0 15px;
    }        
    
#site_info li {
	padding: 0px 2px 0px 2px;
	color:#890127;
}

#site_info .title 
{
    font-size:12px;
    font-weight:bold;
    margin:4px 0px 4px 0px;
    }

#site_info li a{
	color: #890127;
}

#sub_menu_case_studies
{
	width: 25%;
	float: right;
	padding-top: 10px;
	font-size:16px;
	font-weight:normal;
	text-align:right;
	margin-top:10px;	
}

#sub_menu_case_studies li
{
	font-size: .75em;
	display: block;
	float:right;
	padding-left:5px;
}
#sub_menu_case_studies #Li1
{
	padding-right:20px;
}
/*a:link,*/ #sub_menu_case_studies  a:visited {
	color: #333333;
}
#sub_menu_case_studies a:hover, #sub_menu_case_studies a:active {
	color: #B10132;
}

#main_content_bottom 
{
    margin:0px 20px 40px 0px;
	width: 396px;
	color: #797979;
	font-size: .75em;
	line-height:1.5em;
	/*border-bottom:1px solid #990033;*/
	height:100%;
	float:left;
}

#main_content_bottom h2 {
	margin-top: 14px;
	margin-bottom: 10px;
	font-size:12px;
	/*font-weight:normal;*/
}

.date {
	color: #797979;
}

#home_news
{
    border-bottom:2px solid #990033;
}

/*#main_content_bottom a 
{
	float:left;
	margin-top:8px;
	margin-bottom:8px;
}*/

#main_content_bottom p
{
	margin-top:20px;
	display:block;
}
#main_content_bottom ul 
{
	padding:0px;
	margin:0px;	
	padding-bottom:10px;
	display:block;			
}

#main_content_bottom ul li
{
	padding:0px;
	margin:0px;
	display:block;
	clear:both;
}
#main_content_bottom ul li a
{
	margin:0px;
	padding:0px;			
	color:Black;
}
.opacityNormal 
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity: 1;
}

.opacityLow
{
	filter:alpha(opacity=22);
    -moz-opacity:0.22;
	-khtml-opacity: 0.22;
	opacity: 0.22;
}

.active_top
{
	border-bottom: 2px solid white;
}
#main_nav a.active_top
{
	border-bottom: 2px solid white;
}

.active_sub
{
	color:#B10132;
}
#sub_nav a.active_sub
{
	color:#B10132;
}

.inactive_sub
{
	color:Yellow;
}

/* featured projects table data (template) on right of main image*/ 
#projects_info {
	float:left;
	width:18%;
}
#projects_info th {
	text-align: left;
	color: #797979;
	font-size:.69em;

}
#projects_info td {
	padding-bottom:5px;
	font-size:.69em;
}


#map_canvas 
{
	margin-bottom:10px;
	margin-top:10px;
	width:373px;
	height:274px;
	float:left;
}

.padding_bottom_10px {
	padding-bottom:10px;
}

#contact_numbers {
	padding-left:30px;
}

#contact_address {
	color:#797979;
}
#News 
{
	color:Red;
}

#News h1 {
	width: 396px;
	height: 25px;
	position: relative;
	/*padding-top:3px;*/
	font-size: 8px;
}

#News h1 span {
	/*background: url('/images/temp_lead_header.jpg') no-repeat;*/	
	width: 336px;
	height: 25px;
	position: absolute;
	font-size:12px;
	color:#b10132;
}

/* News homepage*/
#news_list {
	float:left;
	display:block;	
	width:410px;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:3px solid #B10132;
	min-height:110px;
	position:relative;
}

#news_list_alt {
	float:right;
	display:block;	
	width:410px;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:3px solid #B10132;
    min-height:110px;
    margin-right:10px;
    position:relative;
}

#news_list_paragraph,#news_list_paragraph_alt
{
}


#rptDescription_ctl00_preview_Button 
{
	padding-bottom:1px;
}

#rptDescription_ctl00_preview_Button img 
{
	float:right;
	margin-top:-23px;
}

#news_list img, #news_list_alt img{
	float:left;
	padding:10px;
	padding-top:0px;
	width:100px;
	padding-bottom:30px;
}
#preview_Button img,#preview_Button_alt img
{
	position:absolute;
	bottom:-13px;
	right:0;
	padding:0;
	width:110px;
}
#preview_Button ,#preview_Button_alt 
{
	
}
	
	
	
#news_list_pic {
	float:left;
	padding:10px;
}
	
/* THIS IS JUST FOR LOOK _ PLEASE REUSE THE SUB MENU Recent news and years on news page*/
#news_years {
	margin-bottom:10px;
}

#news_years li {
	display:inline;
}

.default_grey 
{
	color:#797979;
}

.border_line_bottom_10px {
	border-bottom:3px solid #990033;
	padding-bottom:10px;
	/*height:15px;*/
}

.border_line_top_10px {
	border-width: thin;
	border-top-color: #990033;
	border-top-style: solid;
	padding-top:10px;
}

#projects_bottom {
	margin-top: 20px;
	width: 396px;
	color: #797979;
	font-size: .69em;	
	height:100%;
}

/* Sector/Services table settings*/
#sector_table {
	margin-top: 10px;
	width: 400px;
}
#sector_table th {
	color: #B10132;
	text-align: left;
	width: 335px;
	border-bottom-style: solid;
	border-bottom-color: #B10132;
	padding-bottom: 5px;
}
#sector_table td {
	padding-top: 5px;
}
.fist_cell_padding {
	width: 60%;
}

#websites_list {
	border-width: thin;
	border-bottom-color: #990033;
	border-bottom-style: solid;
	padding-bottom:20px;
}

/* Align logos on the company page*/
#group_logos {
	margin-top: 20px;
	display:inline;
	float:left;
}
#group_logos li {
	display:inline;
	padding: 5px 0px 0px 0px;
	padding-top: 20px;
}
#thumbnails  
{
	margin-top:2px;
	width:371px;
}

#thumbnails li 
{
	display:inline;
}

#featured_project {
	margin-top:10px;	
	margin-bottom:10px;
}

#featured_project ul
{
	list-style-type:square;
	padding-left:20px;
}
#featured_project li
{
	list-style-type:square;
	padding-bottom:10px;
}
/* featured projects table data on right of main image*/ 
#featured_projects_info {
	float:left;
	/*width:18%;*/
}

#featured_projects_info th {
	text-align: left;
	color: #797979;
	font-size:.69em;
	font-style:italic;

}
#featured_projects_info td {
	padding-bottom:5px;
	font-size:.69em;
}

.red_underline {
	border-top:thin solid #990033;
	font-weight:bold;	
	height:28px;
	line-height:28px;	
	margin:0px;
	padding:0px;
}


#featured_project h5 
{
	margin-bottom:10px;
	font-size:11px;
	font-weight:normal;
	padding-top:5px;
}
#rptDescription_ctl00_viewProjectButton{
	width:100%;
	text-align:right;
	 padding-bottom:10px;

}
.readOn 
{
	color: Black;
	font-weight:bold;	
}
p#read_on
{
	padding-top:10px;
	margin-top:0px;
}

#main_content_bottom h3 
{
	font-size:13px;	
}

#case_study_info
{
	float:left; 
	margin-top:20px;
	overflow:hidden;	
	width:104px;
	font-size:15px;	
	padding-left:15px;	
}

#accreditations {
	min-width:374px;
	float:left;
	margin-top:30px;
}

#accreditations_download {
	float:left;
	/*margin-left:10px;*/
	/*padding-top:35px;*/
	min-width:374px;
}
			
#company_people_pics li {
	display:inline;
	padding-right:1px;
}

/* sIFR font replacement styles  please keep this at the end of the document*/
.sIFR-active #main_content h1 {
	visibility: hidden;
	line-height: 25px;
	font-size: 25px;
	width: 374px;
}

/*
.sIFR-active #main_content_full h1 {
	visibility: hidden;
	line-height: 25px;
	font-size: 25px;
	width: 374px;
}
*/
.sIFR-active #main_content h1.smallheading {
	visibility: hidden;
	line-height: 14px;
	font-size: 14px;
	margin-left:-3px;
}
.bold
{
	font-weight:bold;
}
.font_size_14
{
	font-size:14px;
}
.margin_top_10
{
	margin-top:10px;
}
.img_caption
{
	font-weight:bold;
	text-align:center;
}
#images
{
	min-width:374px;
	float:left;
	padding-bottom:10px;	
}
.company_images
{
	float:left; margin-right:3px; 
}
.company_images_caption
{
	width:121px;
}


/* slideshow styles */

#slideshowbox 
{

    }

#slideshow 
{
    width:950px;
    height:230px;
    overflow:hidden;
    margin-left:auto;
    margin-right:auto;
    padding-top:20px;
    margin-bottom:8px;
    position:relative;
    clear:both;
    }
/*    
#slideshow img
{
    position:absolute;
    top:0px;
    left:0px;
    z-index:0;
    }    
  */  
#slideshow .content
{
    position:absolute;
    width:250px; 
    height:180px;
    z-index:100;
    background-color:White;
    /*background:url(/images/trans.png) repeat;*/
    color: #333333;
    filter:alpha(opacity=85);
    opacity:0.85;
    top:10px;
    right:10px;
    /*margin:30px 10px 0px 600px;*/
    padding:15px 25px 15px 25px;
    font-size:11px;
    }      
    
#slideshow .content h2
{
   font-size:16px;
   color:#B10132;
   margin-bottom:10px;
    }     
    

#slideshow .content a
{
   font-weight:bold;
   color:Black;
   line-height:24px;
    }     

#slideshow .content p
{
    height:150px;
    overflow:hidden;
    }  
    
 /* People Page */   
    
    
#slideshow .content_people
{
    position:absolute;
    width:250px; 
    height:180px;
    z-index:100;
    background-color:White;
    /*background:url(/images/trans.png) repeat;*/
    color: #333333;
    filter:alpha(opacity=85);
    opacity:0.85;
    top:30px;
    right:10px;
    /*margin:30px 10px 0px 600px;*/
    padding:15px 25px 15px 25px;
    font-size:11px;
    }      
    
#slideshow .content_people h2
{
   font-size:16px;
   color:#B10132;
   margin-bottom:10px;
    }     
    

#slideshow .content_people a
{
   font-weight:bold;
   color:Black;
   line-height:24px;
    }     

#slideshow .content_people p
{
    height:150px;
    overflow:hidden;
}   
         
     
/* right column to homepage and services */    

#news-right 
{
    float:right;
    }
    
/* sitemap */

#treeSiteMap 
{
    margin:30px;
    }

.sitemap 
{
    font-size:12px;
    }   
    

/* acreditation items */

#accreditations_item 
{
    float:left;
    width:410px;
    min-height:140px;
    clear:both;
    }  
    
#accreditations_alternateitem 
{
    float:right;
    width:410px;
    min-height:140px;
    }
    
/************ Fixes ************/
/* used on Company page and subpages, div ids hardcoded on papyrus */

#people-fix 
{
    width: 410px; 
    float: left;
    /*padding-right:70px;*/
    }

#group-fix-wrapper 
{
    position: relative; width: 910px; min-height: 360px;
    _height:360px;
    margin-top:-100px;
    }


#career-fix-wrapper 
{
    position: relative; width: 910px;
    min-height: 250px;
    _height:360px;
    margin-top:-100px;
}


#people-fix-wrapper 
{
    position: relative; 
    width: 910px; 
    min-height: 360px;
    _height:360px;
    margin-top:-150px;
    }


#group-fix-left 
{
    position: absolute; width: 410px; left: 0px; top: 40px; height: auto;
    }
    
#group-fix-right
{
    position: absolute; width: 410px; right: 0px;
    }  
    
#approach-fix-left 
{
    font-size: 12px; line-height: 18px; 
    }      
    
#approach-fix-right 
{
    width: 410px; float: right;
}     
    
    
    
#service-fix-left
{
    position: absolute; width: 410px; left: 0px; top: 90px; height: auto;
}
    
#service-fix-right
{
    position: absolute; width: 410px; top: 90px; right: 0px;
}

#vacancies_text
{
    float:right;
    width:410px;
    display:block;
    padding-right:10px;
    padding-bottom:25px;
    margin-top:-100px;
}          
