/*	
	Copyright (c) 2007.
	All rights reserved
	
	$ Revision date: 11/11/05
	
	CSS Selectors

	
*/

@import "screen.css";

/* Universal Declaration */

/* Prevents proliferation of bad box model by resetting all values to zero */
* 	{
	margin: 0;
	border: 0;
	padding: 0;
	}

/* Clearing div or br to clear flow after floated elements */ 
.clear { clear: both;}

/* Float individual elements on page, use for testing only, combine styles with specific class */
.left {float: left;}
.right {float: right;}

/* Use to hide labels from browser, not screen reader */ 
.hideme { display: none !important;}


/* Text Format Declarations */
/* Set font-family and font-size here, then use 1.2em to signify 12pt font-size */
body {	
	background-color:#a1a1a1;
	font-family: Arial, helvetica, Tahoma, sans-serif;
	font-size:62.5%;
	line-height: 1.8em;
	}

address { font-style: normal;  font-weight: normal; display: inline; color: #bbb;}


p, ul, dl, ol {
    font-size: 1.2em;
    }
ol ol, ul ul {font-size: 1.1em;}
a   {
    font-weight: bold;
    text-decoration: none;
    color: #70bcf0;
    }

.Search a,
.grey a,
.ContactUs a,
.Sitemap a,
.TermsandConditions a,
.PrivacyPolicy a       {color: #70bcf0;}
.AboutKeltbrayGroup a  {color: #318046;}
.Services a            {color: #2f6da6;}
.KeyIndividuals a      {color: #ae9d5e;}
.Careers a             {color: #49b7ae;}
.NewsandPress a        {color: #a00c2d;}
.OurResponsibility a   {color: #866100;}
.BusinessUnits a       {color: #889191;}
    
a:hover {
    text-decoration: underline;
    }
    
.grey p {
    color: #fff;
    }

/* Titles */

    
h1, .grey h1 {
    width: 698px;
    display: block;
    padding: 5px 0 5px 10px;
    color: #545454;
    margin: 14px 0 10px 0;
    float: left;
    }    

html>body h1 {*margin: -4px 0 -8px 0;}
.Search h1,
.grey h1,
.ContactUs h1,
.Sitemap h1,
.TermsandConditions h1,
.PrivacyPolicy h1       {border: 1px solid #70bcf0 ;}
.AboutKeltbrayGroup h1  {border: 1px solid #318046;}
.Services h1            {border: 1px solid #2f6da6;}
.KeyIndividuals h1      {border: 1px solid #ae9d5e;}
.Careers h1             {border: 1px solid #49b7ae;}
.NewsandPress h1        {border: 1px solid #a00c2d;}
.OurResponsibility h1   {border: 1px solid #866100;}
.BusinessUnits h1       {border: 1px solid #889191;}



h1.full {    
    width: 941px;
    margin: 14px 0 15px 0px;
    }
/* Subtitles */
/* Bluetitle = #70bcf0 */

h2 {
    width: inherit;
    display: block;
    padding: 5px 0;
    text-indent: 36px;
    font-weight: normal;
    line-height: 1.5em;
    color: #545454;
    font-size: 1.5em;
    margin: 10px 0 10px 0;
    }

html>body h2 {
    *padding: 5px 0 3px 0 !important;
    }

.grey h2,
.Home h2,
.ContactUs h2,
.Sitemap h2,
.TermsandConditions h2,
.PrivacyPolicy h2 {
    border: 1px solid #70bcf0 ;
    background: url("/media/images/blocks/block_general.gif") 4px 5px no-repeat;
    }
    
.AboutKeltbrayGroup h2 {
    border: 1px solid #318046;
    background: url("/media/images/blocks/block_About_Keltbray.gif") 4px 5px no-repeat;
    }
    
.Services h2 {
    border: 1px solid #2f6da6;
    background: url("/media/images/blocks/block_Services.gif") 4px 5px no-repeat;
    }

.KeyIndividuals h2 {
    border: 1px solid #ae9d5e;
    background: url("/media/images/blocks/block_Key_Individuals.gif") 4px 5px no-repeat;
    }

.Careers h2 {
    border: 1px solid #49b7ae;
    background: url("/media/images/blocks/block_Careers.gif") 4px 5px no-repeat;
    }

.NewsandPress h2 {
    border: 1px solid #a00c2d;
    background: url("/media/images/blocks/block_Our_Resp.gif") 4px 5px no-repeat;
    }

.OurResponsibility h2 {
    border: 1px solid #866100;
    background: url("/media/images/blocks/block_News&Press.gif") 4px 5px no-repeat;
    }

.BusinessUnits h2 {
    border: 1px solid #889191 ;
    background: url("/media/images/blocks/block_Business_Units.gif") 4px 5px no-repeat;
    }



.grey h2 {
    color: #fff;
    }

h3 {
    width: inherit;
    border-bottom: 1px solid #70bcf0;
    display: block;
    padding: 5px 1px 5px 0;
    font-weight: normal;
    line-height: 1.2em;
    color: #545454;
    font-size: 1.3em;
    margin: 10px 0 10px 0;
    text-indent: 16px;
    }    

.ContactUs h3,
.Sitemap h3,
.TermsandConditions h3,
.PrivacyPolicy h3       {border-bottom: 1px solid #70bcf0; background: url("/media/images/blocks/sub_block_general.gif") 0 7px no-repeat;}
.AboutKeltbrayGroup h3  {border-bottom: 1px solid #318046; background: url("/media/images/blocks/sub_block_aboutKG.gif") 0 7px no-repeat;}
.Services h3            {border-bottom: 1px solid #2f6da6; background: url("/media/images/blocks/sub_block_services.gif") 0 7px no-repeat;}
.KeyIndividuals h3      {border-bottom: 1px solid #ae9d5e; background: url("/media/images/blocks/sub_block_Individuals.gif") 0 7px no-repeat;}
.Careers h3             {border-bottom: 1px solid #49b7ae; background: url("/media/images/blocks/sub_block_careers.gif") 0 7px no-repeat;}
.NewsandPress h3        {border-bottom: 1px solid #a00c2d; background: url("/media/images/blocks/sub_block_ourResp.gif") 0 7px no-repeat;}
.OurResponsibility h3   {border-bottom: 1px solid #866100; background: url("/media/images/blocks/sub_block_news&press.gif") 0 7px no-repeat;}
.BusinessUnits h3       {border-bottom: 1px solid #889191; background: url("/media/images/blocks/sub_block_business.gif") 0 7px no-repeat;}

    
    
/* Structural Declarations */
/* Site sits within this containing element */
#container   {
    margin: 0 auto;
    width: 990px;
    background-color: #fff;
    } 
    
/* Header Styles */

#header {
    height: 67px;
    width: inherit;
   }
    
#logo {
    margin: 18px 0 0 18px;
    float: left;
    }

/* Search Form styles */

#searchform {
    margin: 18px 19px 0 0;
    /*width: 418px;*/
   width: 255px;
    height: 23px;
    border: 1px solid #cacaca;
    float: right;
    }

#searchform img {
    margin: 5px 7px;
    float: left;
    }
    
#searchform span {
    background: url("/media/images/inputs/input_span_163.gif") 0 0 no-repeat;
    width: 163px;
    height: 19px;
    display: block;
    float:left;
    margin: 2px 0 2px 0;
    }    

#searchform span input {    
    background: transparent;
    color: #666;
    font-size: 1.2em;
    padding: 2px 0 0 5px;
    width: 153px;
    }

#searchform input.searchbutton {
    float: left;
    margin: 3px 0 0 5px;
    width: 50px;
    height: 17px;
    background-color: #c2c2c2;
    color: #545454;
    font-weight: bold;
    font-size: 1.1em;
    font-family: Arial;
    }

#searchform div {
    border-left: 1px solid #cacaca;
    float: right;
    width: 158px;
    height: 23px
    }

#searchform a.businessunits {
    float: right;
    margin: 3px 11px 0 1px;
    width: 137px;
    height: 17px;
    background-color: #898989;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    font-family: Arial;
    text-align: center;
    line-height: 1.4em;
    }
 
    
    
/* Navigation styles */

/* Top level navigation along top of site */
    
#toplevel {
    margin: 0 0 0 18px;
    list-style: none;
    height: 62px;
    } 
    
#toplevel li {    
    float: left;
    margin: 0 1px 0 0;     
    }
    
#toplevel li a {    
    padding: 4px 0 0 9px;
    width: 96px;
    background-color: #545454;
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    height: 50px;
    line-height: 1.2em;
    }
    
#toplevel li a:hover, #toplevel li a.in {    
    height: 58px;   
    }

#toplevel li a.AboutKeltbrayGroup    {background-color: #318046;}
#toplevel li a.ContactUs    {background-color: #70bcf0;}
#toplevel li a.Services    {background-color: #2f6da6;}
#toplevel li a.KeyIndividuals  {background-color: #ae9d5e;}
#toplevel li a.Careers           {background-color: #49b7ae;}
#toplevel li a.NewsandPress     {background-color: #a00c2d;}
#toplevel li a.OurResponsibility  {background-color: #866100;}
#toplevel li a.BusinessUnits     {background-color: #889191;}

#secondlevel {
    float: left;
    width: 220px;
    margin: 0 22px 0 0;
    list-style: none;
    height: auto;
    padding-bottom: 100px;
    }

html>body #secondlevel {
    *margin: 0 23px 0 0;
    }


#secondlevel li a {
    color: #535353;
    text-decoration: none;      
    padding: 6px 0 6px 21px;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    width: 200px;
    background: url("/media/images/icons/icon_nav_square_d8d8d8.gif") 8px 11px no-repeat; 
    }

.grey #secondlevel li a {
    color: #fff;
    border-bottom: 1px solid #9e9e9e;
    }

#secondlevel li a:hover, #secondlevel li.on a {
    color: #000; 
    border-bottom: 1px solid #e7e7e7;
    display: block;
    background: #d7d7d7 url("/media/images/icons/icon_nav_square_545454.gif") 8px 11px no-repeat; 
    }
    
.grey #secondlevel li a:hover, .grey #secondlevel li.on a {
    border-bottom: 1px solid #9e9e9e;
    }    

/* Bold only for in state */
#secondlevel li.on a {font-weight: bold;}
#secondlevel ul {list-style: none;}
li.thirdnavigation a {
    padding: 6px 0 6px 37px !important;
    color: #545454 !important;   
    border-bottom: none !important; 
    display: block;
    background: none !important; 
    background-color: #ededed !important;
    width: 184px !important;
    }

li.thirdnavigation a.in {
   background: #ededed url("/media/images/icons/icon_nav_square_545454.gif") 26px 11px no-repeat !important; 
   }
li.thirdnavigation a:hover {
   background: #d7d7d7 url("/media/images/icons/icon_nav_square_545454.gif") 26px 11px no-repeat !important; 
   }

li.fourthnavigation a {
    padding: 6px 0 6px 56px !important;
    color: #545454 !important;   
    border-bottom: 1px solid #9e9e9e;
    display: block;
    background: #d7d7d7 url("/media/images/icons/icon_nav_square_545454.gif") 44px 11px no-repeat !important; 
    width: 165px !important;
    }
    
li.fourthnavigation a:hover, li.fourthnavigation a.in {
    
    background: #acacac url("/media/images/icons/icon_nav_square_545454.gif") 44px 11px no-repeat !important; 
    
    }    

/* Content Styles */

#content { 
    padding: 18px 19px 18px 18px;
    position: relative;
    
    }

/* Grey class changes background colour for content area */

#content.grey {
    background-color: #545454;
    height: 100%;
    border-bottom: 1px solid #e7e7e7;
    }
    
.line {
    width: 954px;
    border-bottom: 1px solid #9e9e9e;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 18px; 
    }

/* Area which sits to the right of the secondlevel navigation */

#maintext {   
    float: left;
    width: 424px;
    margin: 0 0 0 0;
    padding: 0; 
    min-height: 244px;
    } 

#maintext.full {
    width: 708px;
    }
    
html>body #maintext.full {
    *width: 710px;
    }    
    
#maintext p {
    margin-top: 4px;
    margin-bottom: 7px;
    }
    
/*#heros {    
    float: left;
    margin: 0 0 0 13px;
    width: 271px;
    }*/ 
    
#facts {    
    float: left;
    margin: 0 0 0 13px;
    width: 271px;
    }    
    
#breadcrumb {    
    color: #acacac;
    margin: 0 0 0 0;
    float: left;
    font-size: 1.1em;
    }

#breadcrumb a {
    color: #acacac;
    font-weight: normal;
    }

#breadcrumb span {    
    color: #000;
    }
 
/* Specific color for grey background area only */    
.grey #breadcrumb span {    
    color: #fff;
    }
    
/* Footer Styles */    

#footer {  
    background-color: #545454;
    width: inherit;
    height: 45px;
    padding: 11px 0 0 0;
    } 

#footer h3 {
    margin-left: 18px;
    float: left;
    width: 232px;
    border-bottom: none;
    text-indent: 0;
    }
    
#footer p {  
    float: right;
    color: #bbb;
    font-size: 1.0em;
    margin: 0 10px 0 0;
    } 
    
#footer a {  
    color: #bbb;
    text-decoration: none;
    } 
    


/* Lists */

#maintext ul  {
    margin: 0 0 0 0;
    list-style: none;
    }

html>body #maintext ol {    
    *margin: 0 0 0 22px;    
    }

#maintext ol {    
    margin: 0 0 0 18px;    
    }
    
#maintext ul li {    
    padding: 0 0 0 15px;    
    }

.Home #maintext ul li,
.ContactUs #maintext ul li,
.Sitemap #maintext ul li,
.TermsandConditions #maintext ul li,
.PrivacyPolicy #maintext ul li          {background: url("/media/images/icons/icon_blue_list.gif") 0 6px no-repeat;}
.AboutKeltbrayGroup #maintext ul li, 
.AboutKeltbrayGroup #maintext ul li        {background: url("/media/images/icons/icon_dkgreen_list.gif") 0 6px no-repeat;}
.Services #maintext ul li               {background: url("/media/images/icons/icon_dkblue_list.gif") 0 6px no-repeat;}
.KeyIndividuals #maintext ul li         {background: url("/media/images/icons/icon_dkgreen_list.gif") 0 6px no-repeat;}
.Careers #maintext ul li                {background: url("/media/images/icons/icon_mtgreen_list.gif") 0 6px no-repeat;}
.OurResponsibility #maintext ul li      {background: url("/media/images/icons/icon_brown_list.gif") 0 6px no-repeat;}
.NewsandPress #maintext ul li           {background: url("/media/images/icons/icon_red_list.gif") 0 6px no-repeat;}
.BusinessUnits #maintext ul li          {background: url("/media/images/icons/icon_grey_list.gif") 0 6px no-repeat;}




/* Paging styles */

.paging { 
    list-style: none;
    
    }

.paging li {
    background: none !important;
    float: left;
    margin: 0 0px 5px 0;
    padding: 0 4px !important;
    }    
.paging li a { 
    float: left;
    display: block;
    width: 15px;
    }
    
.paging li a span, .paging li a em { 
    float: left;
    display: block;
    width: 15px;
    margin: -1px 0 0 0;
    cursor: hand;
    }  

.goto {margin: -2px 0 0 0 !important;}
/* Video Player styles */

#outermovieholder {
    width: 424px; float: left;
    }
#movieholder {
    position: relative;
    border: 1px solid #70bcf0;
    width: 424px;
    height: 344px;
    margin: 0 0 16px 0;
    }
 
#movieholder img {
 position: absolute;
 top: 0;
 left: 0;
    }
#altmovieholder { 
    display: none;
    }
/* Keyprojects list styles */ 
.projectitem {
    width: 158px;
    height: 170px;
    float: left;
    margin-right: 25px; 
    }
 .projectitem.noborder {
    margin-right: 0;
    }
.projectitem img {    
    border: 1px solid #70bcf0;
    margin-bottom: 10px;
    }
    
.projectitem a {
    color: #fff;
    }
/* Keyprojects fact list styles */ 
 
#facts h2 { 
    margin-top: 0;
    }
    
ul.factslist {    
    list-style: none;
    margin-bottom: 22px;
    width: 271px;
    
    }
    
ul.factslist li {    
    font-size: 1.1em;
    margin-top: 6px;
    width: 258px;
    border-bottom: 1px solid #767676;
    padding: 0 0 5px 0;
    }
    
 ul.factslist li span {   
    display: block;
    float: left;
    color: #bbb;
    width: 128px; 
    }
    
 ul.factslist li em {   
    display: block;
    float: left;
    color: #fff;
    width: 130px;
    font-style: normal; 
    }    
        
 ul.factslist li em.scope {   
    height:182px !important;
    overflow:hidden;
    }        
        
/* Keyprojects contact us list styles */

ul.contactlist {    
    list-style: none;
    width: 271px; 
    }
    
ul.contactlist li {    
    margin-top: 12px;
    width: 271px;
    padding: 0 0 5px 0;
    padding-left: 0px !important;
    color: #fff;
    }    
    
ul.contactlist img {
    float: left;
    border: 1px solid #70bcf0;
    margin: 0 18px 0 0;
    }
    
ul.contactlist span {    
    color: #acacac;
    }
    
ul.contactlist a {    
    text-decoration: none;
    color: #fff;
    }
    
/* News spotlight Area */

#newsspotlight {
    background-color: #FBF5F6;
    width: 698px;
    padding: 12px 0 12px 12px;
    margin: 0 0 10px 0;
    height: 230px;
    position: relative;
    }
    
#newsspotlight img {    
    float: left;
    border: 1px solid #A00C2D;
    border-width: 1px 0 1px 1px;
    }

#newsspotlight a {
    color: #A00C2D;
    }

.buttonlink {   
    background-color: #898989;
    display: block;
    width: 133px;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
    margin: 0 0 7px 0;
    } 
    
/* News list styles */

dl.newslist {
    margin: 0 0 20px 0;
    }
    
.newslist dt {
    font-weight: bold;
    margin: 10px 0 0 0;
    }

.newslist dt span {
    display: block;
    float: left;
    width: 110px;
    }

.newslist dd {
    border-bottom: 1px solid #FBF5F6;
    position: relative;
	overflow:hidden;
    }
    
.newslist dd.bottom {
    border-bottom: none;
    }    
    
.newslist dd span {
    display: block;
    float: left;
    width: 474px;
    margin: 0 0 0 110px;
    padding: 0 10px 10px 0;
    }


.newslist dd a {
    float: left;
    display: block;
    color: #A00C2D;
    margin: 50px 0 10px 0;
    }
 
.withpic {
    width: 420px; 
    float: left; 
    margin: 0 10px 0 0;
    }
    
    
#maintext.news {    
    width: 460px
    } 
 
#heros p {    
    margin-top: 9px;
    /*border-bottom: 1px solid #d4e9fa;*/
    padding-bottom: 6px;
    width: 225px;
    }

.grey #heros p,
.ContactUs #heros p,
.Sitemap #heros p,
.TermsandConditions #heros p,
.PrivacyPolicy #heros p       {border-bottom: 1px solid #70bcf0;}
.AboutKeltbrayGroup #heros p  {border-bottom: 1px solid #318046;}
.Services #heros p            {border-bottom: 1px solid #2f6da6;}
.KeyIndividuals #heros p      {border-bottom: 1px solid #ae9d5e;}
.Careers #heros p             {border-bottom: 1px solid #49b7ae;}
.NewsandPress #heros p        {border-bottom: 1px solid #a00c2d;}
.OurResponsibility #heros p   {border-bottom: 1px solid #866100;}
.BusinessUnits #heros p       {border-bottom: 1px solid #889191;}

.grey #heros li,
.ContactUs #heros li,
.Sitemap #heros li,
.TermsandConditions #heros li,
.PrivacyPolicy #heros li       {border-bottom: 1px solid #70bcf0;}
.AboutKeltbrayGroup #heros li  {border-bottom: 1px solid #318046;}
.Services #heros li            {border-bottom: 1px solid #2f6da6;}
.KeyIndividuals #heros li      {border-bottom: 1px solid #ae9d5e;}
.Careers #heros li             {border-bottom: 1px solid #49b7ae;}
.NewsandPress #heros li        {border-bottom: 1px solid #a00c2d;}
.OurResponsibility #heros li   {border-bottom: 1px solid #866100;}
.BusinessUnits #heros li       {border-bottom: 1px solid #889191;}


.Home #heros ul li,
.ContactUs #heros ul li,
.Sitemap #heros ul li,
.TermsandConditions heros ul li,
.PrivacyPolicy #heros ul li          {background: url("/media/images/icons/icon_blue_list.gif") 0 6px no-repeat;}
.AboutKeltbrayGroup #heros ul li, 
.AboutKeltbrayGroup #heros ul li     {background: url("/media/images/icons/icon_dkgreen_list.gif") 0 6px no-repeat;}
.Services #heros ul li               {background: url("/media/images/icons/icon_dkblue_list.gif") 0 6px no-repeat;}
.KeyIndividuals #heros ul li         {background: url("/media/images/icons/icon_dkgreen_list.gif") 0 6px no-repeat;}
.Careers #heros ul li                {background: url("/media/images/icons/icon_mtgreen_list.gif") 0 6px no-repeat;}
.OurResponsibility #heros ul li      {background: url("/media/images/icons/icon_brown_list.gif") 0 6px no-repeat;}
.NewsandPress #heros ul li           {background: url("/media/images/icons/icon_red_list.gif") 0 6px no-repeat;}
.BusinessUnits #heros ul li          {background: url("/media/images/icons/icon_grey_list.gif") 0 6px no-repeat;}


#heros p img {    
    float: left;
    border: 1px solid #70bcf0;
    margin-right: 10px;
    } 
 
#heros img { 
    margin-top: 10px !important;
    }
    

    
/*#newsheros*/ #heros {    
    float: right;
    margin: 0 2px 0 0;
    width: 225px;
    } 

/*#newsheros*/ #heros ul {    
    list-style: none;
    margin: 0 0 15px 0;
    }
    
/*#newsheros*/ #heros li {    
    margin-top: 6px;
    width: 216px;
    border-bottom: 1px solid #d4e9fa;
    padding: 0 0 6px 11px;
    background: url("/media/images/icons/icon_blue_list.gif") 0 5px no-repeat; 
    }

 #heros li a {    
    color: #898989;
    }

.contentimg {
    float: left;
    margin: 0 15px 15px 0;
    border: 1px solid #70bcf0;
    }

 .contentlink {   
    background-color: #898989;
    display: block;
    width: 173px;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
    margin: 0 0 7px 0;
    }

.contentlink.long {
    margin: 7px 0 0 0;
    width: 199px;
    }
 .contentlink.grey {   
    background-color: #b8b8b8;
    color: #545454;
    }
 
/* Contact Page */

#maparea { 
    float: left;
    width: 530px;
    }
 
#maparea img { 
    border: 1px solid #70bcf0;
    margin: 0 0 10px 0;
    }
    
#directions {    
    float: left;
    width: 406px;
    margin: 0 0 0 15px;
    }

/* Site map styles */
#sitemap .firstlevel, #sitemap .secondlevel, #sitemap .thirdlevel, #sitemap .fourthlevel {background: none !important; padding: 0 !important;}    

#sitemapContactUs a      {color: #70bcf0;}
#sitemapAboutKeltbrayGroup li.firstlevel a  {border: 1px solid #318046;}
#sitemapAboutKeltbrayGroup li.secondlevel a,
#sitemapAboutKeltbrayGroup li.thirdlevel a,
#sitemapAboutKeltbrayGroup li.fourthlevel a  {background: url("/media/images/icons/icon_dkgreen_list.gif") 0 7px no-repeat;}

#sitemapServices li.firstlevel a  {border: 1px solid #2f6da6;}
#sitemapServices li.secondlevel a,
#sitemapServices li.thirdlevel a,
#sitemapServices li.fourthlevel a  {background: url("/media/images/icons/icon_dkblue_list.gif") 0 7px no-repeat;}

#sitemapKeyIndividuals li.firstlevel a  {border: 1px solid #ae9d5e;}
#sitemapKeyIndividuals li.secondlevel a,
#sitemapKeyIndividuals li.thirdlevel a,
#sitemapKeyIndividuals li.fourthlevel a  {background: url("/media/images/icons/icon_gold_list.gif") 0 7px no-repeat;}

#sitemapCareers li.firstlevel a  {border: 1px solid #49b7ae;}
#sitemapCareers li.secondlevel a,
#sitemapCareers li.thirdlevel a,
#sitemapCareers li.fourthlevel a  {background: url("/media/images/icons/icon_mtgreen_list.gif") 0 7px no-repeat;}


#sitemapCareers li.firstlevel a  {border: 1px solid #a00c2d;}
#sitemapCareers li.secondlevel a,
#sitemapCareers li.thirdlevel a,
#sitemapCareers li.fourthlevel a  {background: url("/media/images/icons/icon_mtgreen_list.gif") 0 7px no-repeat;}


#sitemapNewsandPress li.firstlevel a  {border: 1px solid #a00c2d;}
#sitemapNewsandPress li.secondlevel a,
#sitemapNewsandPress li.thirdlevel a,
#sitemapNewsandPress li.fourthlevel a  {background: url("/media/images/icons/icon_red_list.gif") 0 7px no-repeat;}

#sitemapOurResponsibility li.firstlevel a  {border: 1px solid #866100;}
#sitemapOurResponsibility li.secondlevel a,
#sitemapOurResponsibility li.thirdlevel a,
#sitemapOurResponsibility li.fourthlevel a  {background: url("/media/images/icons/icon_brown_list.gif") 0 7px no-repeat;}

#sitemapBusinessUnits li.firstlevel a  {border: 1px solid #889191;}
#sitemapBusinessUnits li.secondlevel a,
#sitemapBusinessUnits li.thirdlevel a,
#sitemapBusinessUnits li.fourthlevel a  {background: url("/media/images/icons/icon_grey_list.gif") 0 7px no-repeat;}

.Sitemap ul#secondlevel {display: none; }

.Sitemap #maintext {width: 100%;}

.Sitemap h1 {width: 941px} 

#sitemap {
    float: left;
    }
    
#sitemap ul {    
    list-style: none;
    }
    
#sitemap .firstlevel a {
    width: 941px;
    border: 1px solid #70bcf0;
    display: block;
    padding: 5px 0 0 5px;
    font-weight: normal;
    line-height: 1.5em;
    color: #545454;
    font-size: 1.5em;
    margin: 20px 0 5px 0;
    }
    
#sitemap .firstlevel a img {
    float: left;
    display: block;
    margin: 0 5px 0 5px;
    }
    
#sitemap .secondlevel a {
    width: 700px;
    color: #000;
    background: url("/media/images/icons/icon_blue_list.gif") 0 7px no-repeat; 
    margin: 0px 0 0 20px;
    padding: 0 0 0 10px;
    border: none !important;
    font-size: 1.0em;
    }    

#sitemap .secondlevel a:hover {
    color: #70bcf0;
    }

#sitemap .thirdlevel { 
    margin: 0 0 0 40px;
    }
#sitemap .thirdlevel a {
    width: 700px;
    background: url("/media/images/icons/icon_blue_list.gif") 0 7px no-repeat; 
    color: #000;
    font-weight: normal;   
    margin: 0px 0 0 0px;
    padding: 0 0 0 10px;
    font-size:  0.9em;
    }  

#sitemap .fourthlevel { 
    margin: 0 0 0 40px;
    }      
#sitemap .fourthlevel a { 
    font-size: 0.8em;
    }
/* Search page styles */

dl.searchlist {
    margin: 0 0 20px 0;
    }
    
.searchlist dt {
    font-weight: bold;
    margin: 10px 0 0 0;
    }

.searchlist dt span {
    display: block;
    float: left;
    width: 45px;
    }

.searchlist dd {
    border-bottom: 1px solid #d4ebfa;
    }
    
.searchlist dd.bottom {
    border-bottom: none;
    }    
    
.searchlist dd span {
    display: block;
    float: left;
    width: 718px;
    margin: 0 0 0 45px;
    padding: 0 0 10px 0
    }

.searchlist dd a {
    float: right;
    margin: 36px 0 0 0;
    }

/* Key Individuals Styles */

.individual {
    width: 335px;
    float: left;
    margin: 0 0 20px 0;
    }

.individual img {
    float: left;
    margin: 0 11px 0 0;
    }
    
.individual p {
    float: left;
    width: 170px;
    }

.individual p.email {
    margin: 10px 0 0 0;
    width: 335px;
    }
.individual.right {
    float: right;
    }

/* Keltbray live style */

#signupform {
   border: 1px solid #cacaca;
   padding: 15px;
   width: 290px;
   }
#signupform label {
    display: block;
    float: left;
    width: 120px;
    font-size: 1.2em;
    margin: 0 0 10px 0;
    }
    
#signupform span {
    background: url("/media/images/inputs/input_span_163.gif") 0 0 no-repeat;
    width: 163px;
    height: 19px;
    display: block;
    float:left;
    margin: 2px 0 2px 0;
    }    

#signupform span input {    
    background: transparent;
    color: #666;
    font-size: 1.2em;
    padding: 2px 0 0 5px;
    width: 153px;
    }

#signupform input.subscribe {
    float: left;
    margin-left: 213px;
    width: 70px;
    height: 17px;
    background-color: #c2c2c2;
    color: #545454;
    font-weight: bold;
    font-size: 1.1em;
    font-family: Arial;
    }
    
#signupform input.radio {    
    width: 20px;
    float: left;
    }
    
#signupform br { 
    clear: both;
    }
    
#signupform em { 
    font-size: 1.2em;
    }    

/* Partner logos */

.partnerLogo {    
    width: 160px;
    height: 70px;
    border: 1px solid #318046;
    float: left;
    margin: 0 20px 20px 0;
    padding: 20px 0 0 0;
    }

.partnerLogo.noborder {
        margin: 0 0 20px 0;
    }
  
/* Services homepage list styles */

#serviceslist {
    list-style: none;
    }   

#serviceslist li {    
    height: 162px;
    float: left;
    width: 221px;
    border: 1px solid #b8ddf7;
    margin: 0 19px 19px 0;
    background: none !important;
    padding: 0 !important;
    }

#serviceslist a {
    display: block;
    }
#serviceslist li.end {
    margin: 0 0 19px 1px !important;
    }    

#serviceslist p {
    font-size: 1.0em;
    width: 204px;
    text-align: center;
    color: #4f4f4f;
    font-weight: bold;
    height: 31px;
    float: left;
    padding: 5px 0 0 0;
    }

#serviceslist p.oneline {
    line-height: 0.9em;
    }

html>body #serviceslist p {
    *padding: 2px 0 4px 0;
    }


    
#serviceslist a.arrow {
    float: right
    }

/* Search page styles */

.Search ul#secondlevel {
    display: none;
    }
.Search #maintext {
    width: 100%;
    }
 
.Search h1 {width: 941px} 


/* Careers styles */

.careerholder {
	width: inherit;
	float: left;
	margin: 0 0 20px 0;
	}

.careerholder img {
	float: left;
	width: 150px;
	margin: 17px 10px 0 0;
	}

.careerholder h3, .careerholder p {
	float: left;
	width: 500px;
	}
/* Error styles */

.errortitle { 
    width: 942px;
    border: 1px solid #d34c2f;
    display: block;
    padding: 5px 0 5px 10px;
    color: #545454;
    margin: 14px 0 15px 0;
    float: left;
    }    



    
/* Carousel Area Style */

.carouselarea {    
    float: right;
    width: 708px;
    margin: 20px 2px 0 0;
    padding: 0 0 10px 0;
    }
    
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    margin-top: 10px;
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 158px;
    height: 118px;
}

.jcarousel-item a{
    height: 118px;
    display: block;
}

/*.jcarousel-item a:hover {
    border: 1px solid blue;
    height: 118px;
    display: block;
}*/


/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}    
    
    
 .jcarousel-skin-tango.jcarousel-container {
    
    background: none;
}

.jcarousel-skin-tango.jcarousel-container-horizontal {
    width: 708px;
    padding: 0 0px;
}



.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  660px;
    height: 118px;
    margin: 0 0 0 16px;
}



.jcarousel-skin-tango .jcarousel-item {
    width: 158px;
    height: 118px;
}



.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: -7px;
}



.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 17px;
    height: 118px;
    cursor: pointer;
    background: transparent url("/media/images/buttons/button_carousel_right.gif") no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 17px;
    height: 118px;
    cursor: pointer;
    background: transparent url("/media/images/buttons/button_carousel_left.gif") no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}



.jcarousel-skin-tango .jcarousel-item a:hover {
    width: 158px;
    height: 118px;
    background-color: #000;
    opacity: 0.4;
	filter: alpha(opacity=40);
}


    
.caroroll {
    background-color: #000; 
    position: absolute; 
    top: 0; 
    left: 15px; 
    width: 158px; 
    height: 118px; 
    color: #fff;
    opacity: 0.7;
	filter: alpha(opacity=70);
    }

      

.caroroll p {    
   
   }   
    
.caroroll p a {    
    color: #fff;
    text-decoration: none;
    display: block;
    width: 110px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
