#check-form { display: none; }

a, a:link, a:visited
{ color: #06C; text-decoration: none; }
a:hover{ color: #f47d31; }

body
{
	background-color: #ffffff;
	margin: 0 0 0 0;
	padding: 0;
	color: #666;
}

h4
{
    color:#f47d31;
    font-size: 17px;
    line-height: 1em;
    font-weight: bold;
    margin: 0 0 10px 0;
    clear:both;
}

.pages
{
    list-style-type: none;
	padding: 0;
	
	display:block;
	margin: 0;
	height: 30px;
	z-index:150
    }
 
	.pages li
	{
		display: block;
		float: left;
		border: 1px #f1edea solid;
		margin-right: 5px;
		padding: 5px;
		font-size: 12px;
		position: relative;
	}
	.pages li a.selected
	{
	    color: #f47d31;    
	    }

.nav
{
	list-style-type: none;
	padding: 0;
	
	display:block;
	margin: 0;
	height: 30px;
	z-index:150;
}
	
	.nav li
	{
		display: block;
		float: left;
		border: 1px #f1edea solid;
		margin-right: 5px;
		height: 23px;
		background-image: url(../images/navFill.gif);
		background-repeat: repeat-x;
		background-position: left top;
		position: relative;
		z-index: 150;
	}
	
	.nav li:hover,
	.nav li.sfhover {
		border: 1px #deeffa solid;
		background-position: left -25px;
	}
	
	.nav li:hover ul,
	.nav a:hover ul,
	.nav li.sfhover ul,
	.nav a.sfhover ul{visibility:visible; }
	
	.nav a, .nav a:link, .nav a:visited
	{
		display: block;
		margin: 2px 6px 0;
		font-size: 13px;
		font-weight: bold;
	}
	.active {color: #f47d31 !important;}
		.nav li ul
		{
		    
			padding: 0;
			margin: -2px 0 0 -1px;
			display: block;
			position: absolute;
			z-index: 1;
			top: 25px;
			left: 0;
			width: 200px;
			border-left: 1px #deeffa solid;
			border-right: 1px #deeffa solid;
			border-bottom: 1px #deeffa solid;
			visibility: hidden;
			background-color: #FFF;
			background-image: url(../images/subMenuBGFill.gif);
			background-repeat: repeat-y;
		}
			.nav li ul li
			{
				
				display: block;
				font-size: 1em;
				background: none;
				border: 0px none;
				
			}
			.nav li ul li:hover
			{
				border: 0px none;
				background: none;
			}
				.nav li ul li a, .nav li ul li a:visited, .nav li ul li a:link
				{
					
					display:block;
					float:left;
					width: 195px;
					margin: 4px 0 4px 5px;
				}
	.subnav
{
	height: 30px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display:block;
    position: relative;
    z-index: 1;
}
	
	.subnav li
	{
		display: block;
		float: left;
		margin-right: 5px;
		height: 23px;
		position: relative;
		z-index: 1;
	}
	
	.subnav li:hover {

	
	}
	
	.subnav li:hover ul,
	.subnav a:hover ul{visibility:visible; }
	
	.subnav a, .subnav a:link, .subnav a:visited
	{
		display: block;
		margin: 0 4px 0 0;
		z-index: 1;
		position: relative;
		font-weight: bold;
	}
	.active, .selected {color: #f47d31 !important;}
		.subnav li ul
		{
			padding: 0;
			margin: -1px 0 0 -1px;
			display: block;
			position: absolute;
			top: 25px;
			left: 0;
			width: 200px;
			visibility: hidden;
			background-color: #FFF;
			background-image: url(../images/subMenuBGFill.gif);
			background-repeat: repeat-y;
		}
			.subnav li ul li
			{
				float: none;
				display: block;
				font-size: 1em;
				background: none;
				border: 0px none;
				height: 1.2em;
			}
			.subnav li ul li:hover
			{
				border: 0px none;
				background: none;
			}
				.subnav li ul li a, .subnav li ul li a:visited, .subnav li ul li a:link
				{
					font-size: 1em;
				}		
.header
{
	
	height: 260px;
	width: 936px;
	display:block;
	margin: 10px 0 10px 0;
	z-index: 5;
	position: relative;
	float:left;
    
}
.sectorheader
{
	
	width: 936px;
	display:block;
	float:left;
	margin: 10px 0 10px 0;
	z-index: 1;
    
}
.smallheader
{
	
	height: 103px;
	width: 936px;
	
	display:block;
	float:left;
	margin: 10px 0 20px 0;
	z-index: 1;
    
}
.langSelect
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 6px;
	right: 0px;
	z-index: 200;
	width: 100px;
}

.langSelect li a
{
	display: block;
	margin: 4px 6px 0;
	font-size: .65em;
	background-image: url(../images/languageDropOff.gif);
	background-position: left top;
	width: 100px;
	height: 21px;
	overflow: hidden;
}
.langSelect a, .langSelect a:link, .langSelect a:visited
{
	display: block;
	margin: 0;
	font-size: .65em;
}
.langSelect a:hover
{
	background-position: left -21px;
}
.langSelect li ul { visibility: hidden; width: 100px; padding:0; margin: 0;}

.langSelectText{ 
	display:block;
	height:1em;
	overflow:hidden;
	padding:0.5em 0 0 2em;
}

.searchBox
{
	width: 134px;
	height: 21px;
	position: absolute;
	top: 6px;
	right: 109px;
	background-image: url(../images/searchTemp.gif);
}
.logo
{
	width: 241px;
	height: 102px;
	background-image: url(../images/logoOrange.gif);
	border-width: 2px 0 2px 2px;
	border-color: #FFF;
	border-style: solid;
	float: right;
	margin-top: 26px; 
}

.content
{
	
	
}
.footer
{
	
	margin-top: 10px !important;
	border-top: 1px #d2ccc6 solid;
	border-right: 0 solid;
	border-bottom: 0 solid;
	border-left: 0 solid;
}
.footer ul
{
	list-style-type: none;
	padding: 0;
	clear: both;
	line-height: 2em;
}
.footer p
{
	line-height: 2em;
}
.offices li
{
	float: left;
	padding-right: 20px;
	font-weight: normal;
	
}



.offices{ margin: 12px 0; }
.tsandcs li
{
	float: left;
	padding-right: 10px;
	font-size: 1em;
}
.tsandcs{ margin: 38px 0; }
.tsandcs li a{ font-weight: normal; }

.desc a
{
    font-size: 12px;
    }

.desc h5 {margin:0;padding:0; font-weight:normal;}


h2
{
   color:#f47d31;
    font-size: 24px;
    font-weight: bold;
     
    }




    
 .GridView{ width: 100%; }
.GridView tbody tr td, .GridView tbody tr th { padding: 4px 4px 4px 6px; font-size: 1em; color: #666; }

.top2 td, .GridView th
{
	background-color: #c5e2f6;
	border: 1px solid #fff;
	font-weight: bold;
}

.info
{
	
}
.info li {
	padding: 0 0 10px 0;
}

.foto1
{
	float:right;
}

.dataTables_paginate
{
    width: 600px;
    }

.dataTables_wrapper .bottom
{
    background: #fff;
    border: none;
    padding: 15px 0;
}

.dataTables_wrapper .dataTables_paginate
{
    float:left;
    }

.dataTables_wrapper .paginate_button
{
    padding: 3px 5px;
    border: 1px solid #eee;
    margin: 0 5px 0 0;
    cursor: pointer;
    }
.dataTables_wrapper .paginate_active
{
    padding: 3px 5px;
    border: 1px solid #eee;
    margin: 0 5px 0 0;
    color: #F47D31;
    font-weight: bold;
    }


.people{ margin-top: 12px; width: 640px; }
.people h4
{
	font-size: .8em;
	padding:.2em 0 .3em;
	margin:0;
	color: #666;
}

.people h4.company
{
	font-size: 1em;
	padding:.2em 0 .4em;
	margin:0;
	color: #666;
}


.highlight
{
	color: #f47d31;
	font-weight: bold;
}




.homePageCol1 h2
{
 line-height:24px;   
}    
    .homePageCol1 h1
{
	text-indent: -9999px;
	background-image: url(../images/homePageIntro.gif);
	display: block;
	background-position: 0 5px;
	overflow: hidden;
	width: 310px;
	height: 85px;
}

.homePageCol1 p
{
	
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.3em;
}
.homePageCol1 p strong { color: #f47d31; font-weight: normal; }

.InvestmentLogo
{
    display:block;
    float: right;
    margin: 0 0 10px 10px;
    }
 .InvestmentLogo img {border:none;}
 
 .NewsLogo
 {
     display:block;
     float: right;
}
 
 .sful
 {
     display:block;
     float: left;
     list-style:none;
     margin: 0 0 20px 0;
     padding: 0;
    
     
     padding: 0px;
     width: 285px;
     }
 .sful li
 {
     display:block;
     float: left;
     list-style:none;
    
     }
 .sful li a
 {
     display:block;
     float: left;
     list-style:none;
     font-size: 13px;
     width: 126px;
     padding:4px 0px 5px 10px;
     margin: 0 5px 0 0;
    _margin: 0 2px 0 0;
     font-weight: bold;
     background: url(../images/sectorbutt.jpg) no-repeat -1px center ;
  }
 .sful li a:hover
 {
     background: url(../images/sectorbutt_on.jpg) no-repeat -1px center ;
     }    
 .stlist
 {
     display:block;
     float:left;
     list-style:none;
     margin: 0 0 20px 0;
     padding: 0;
      
     }
 .stlist li
 {
     display:block;
     float: left;
     width: 130px;
     padding: 3px 6px 3px 0px;
  
     list-style:none;
     margin: 0;
    
    
     }
 .stlist li a
 {
     display:block;
     float: left;
     list-style:none;
     margin: 0;
     padding: 0;
     }
 
 .greyvert
 {
   background: url(../images/greyvert.gif) repeat-y  -3px top;
   height: 325px;
 }
 
 .newstickerdate
 {
     display: block;
     }
 .newstickerlink
 {
    display: block; 
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 8px 0;
    line-height: 1.2em;
}
.FormaLabel
{
    display:block;
    margin-bottom:5px;
    }
  .TextBox
  {
      display: block;
      float: left;
      margin-bottom: 5px;
      border: 1px solid #0066CC;
      }
   .valspan
   {
       display: block;
      float: left;
     margin-left: 5px;
       }
 .PeopleTitle
 {
     display:block;
     font-size: 1.2em;
     margin-bottom: 2px;
     }
 .PeopleTitle b
 {
        
     }
 .WebsiteTitle
 {
      display:block;
     font-size: 1em;
     margin-bottom: 3px;
     
     }
     
     .newsSearchPanel
{
	width: 125px;
}
.newsSearchPanelTop
{
	height: 5px;
	overflow: hidden;
	background-image: url(../images/newsSearchPanelTop.gif);
	background-repeat: no-repeat;
}
.newsSearchPanelMid
{
	background-image: url(../images/newsSearchPanelMid.gif);
	background-repeat: repeat-y;
}
.newsSearchPanelBot
{
	background-image: url(../images/newsSearchPanelBot.gif);
	background-repeat: no-repeat;
	height: 5px;
	overflow: hidden;
}
  .peopleSearchPanel
{
	width: 225px;
}
.peopleSearchPanelTop
{
	height: 5px;
	overflow: hidden;
	background-image: url(../images/peopleSearchPanelTop.gif);
	background-repeat: no-repeat;
}
.peopleSearchPanelMid
{
	background-image: url(../images/peopleSearchPanelMid.gif);
	background-repeat: repeat-y;
}
.peopleSearchPanelBot
{
	background-image: url(../images/peopleSearchPanelBot.gif);
	background-repeat: no-repeat;
	height: 5px;
	overflow: hidden;
}

.mintable td
{
    padding:0;
    }
.SearchHeaderBox
{
   list-style: none;
   display: block;
   float: right;
   margin: 5px 10px 10px 0; 
}    
.SearchList
{
   list-style: none;
   display: block;
   float: right;
   margin: 5px 10px 10px 0; 
}
.SearchList li 
{
    width: 80px;
    list-style: none;
    display: block;
    float: left;
	padding: 0 0 0 20px;
    margin-right: 5px;
    height: 23px;
	 background-image: url(../images/searchbut.png);
	 background-repeat: no-repeat;
		position: relative;
 z-index: 150;
    }

.SearchList li:hover
{
     background-image: url(../images/searchbutdown.png);
   
    }
.SearchList li:hover ul
{
    visibility: inherit;
    
    }

.SearchList li a
{
    display: block;
		margin: 0px 6px 0;
		font-size: 13px;
		font-weight: bold;
    }
.SearchList li a:hover
{
    COLOR: #06c;
    }
.SearchList li ul
{
  padding: 0;
			margin: -2px 0 0 -20px;
			display: block;
			position: absolute;
			z-index: 1;
			top: 25px;
			left: 0;
			width: 200px;
			border: 1px #deeffa solid;
		    text-align:right;
			visibility: hidden;
			background-color: #FFF;
			background-image: url(../images/subMenuBGFill.gif);
			background-repeat: repeat-y;
			width: 120px;
    }


.SearchList li ul li
{
    width: 120px;
    padding: 0;
    border: none;
    background: none;
    }
.SearchList li ul li:hover
{
    background: none;
    }
.SearchList li ul li a
{}
.SearchList li ul li a:hover
{
    color: #f57d31;
    }

.SearchBox
{
    background: #f7f7f7;
    padding: 10px;
    width: 400px;
    }
.tbl_search
{
    margin:0;
  width: 380px;
  
    }

.tbl_search td
{
    
    padding:3px 0 0 0;
    vertical-align: text-bottom;
    }
    
.PeopleSearchBox
{
    background: #f7f7f7;
    padding: 10px;
    width: 370px;
    }  
 .tbl_searchpeople
{
    margin:0;
  width: 380px;
  
    }

.tbl_searchpeople td
{
    
    padding:3px 0 0 0;
   
    }
    
 .GoLink
 {
     display:block;
     height: 20px;
     width: 50px;
     float: left;
     background: url(../images/gobutton.gif) no-repeat;

     }
  .GoLink:hover
 {
     background-position: 0 -21px;
     }
     
 .lblMedia
 {
     color: #06C;
     font-size:1.2em;
     } 
     
.NewsSearchBox
{
    background: #f7f7f7;
    padding: 10px;
    width: 420px;
    margin-bottom: 10px;
    } 
  
  
.ReportingUL
{
    margin:0;
    list-style: none;
    display: block;
    float: left;
    }

.ReportingUL li
{
    margin:0;
    list-style: none;
    display: block;
    float: left;
    width: 100px;
    height: 190px;
    margin: 0 2px 5px 0;
    text-align:center;
    }

.ReportingUL li a
{
   display: block; 
    }
 a.RepName 
 {
     color: #666;
     height: 60px;
     background: #f7f7f7;
     }
 
 .RepLink
 {
         background: #f7f7f7;
         display: none;
         visibility: hidden;
     }
.RegTable
{
   margin:0;
   width: auto !important;
  
    }

.RegTable td
{
    
    padding:3px 0 0 0 !important;
   
    text-align: left;
    }
    
.sitemap table
{
    border-collapse: collapse;
    width: auto;
    table-layout: auto;
    padding:0;
    margin: 0;
    }
.sitemap table td
{
    width:auto;
    padding: 0;
    margin:0;
    }
    
 .gridtable td
 {
 	padding: 20px 0;
 	border-bottom: 1px solid #ccc;
 	}
 .gridtable tr:last-child td
 {
 	border:none;
 	}
 	
form label {
	width: 15em;
	_padding-top:5px;
	}
         }
  
   .office-links
   {
       text-align: center;
       }
  
  .office-links ul
  {
      display:block;
      float: left;
      margin: 0;
      padding: 0;
      list-style: none;
      }
.office-links ul li
{
     
     display:block;
     float: left;
     padding-right: 7px;
}

.office-links ul li a
{
     color: #0066CC;
    
    font-size: 9px;
    }
.office-links.sectors ul li a
{
	padding: 0 2px;
    font-size: 12px;
    }
 .office-links ul li a:hover
 {
     color: #F47D31;
     }
     


.dynamic-form label
{
    font-weight: normal;
    color: #0066CC;
    }
     

.dynamic-form div.button button {
background:transparent url(../images/sectorbutt.jpg) no-repeat scroll -1px center;
display:block;
float:left;
font-size:13px;
font-weight:normal;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 5px 0 0;
padding:4px 0 5px 0px;
width:138px;
border: none;
cursor: pointer;
margin-left: 225px;
}


.homepagecolumns h4 { width: 200px; }
.homepagecolumns img { position: relative; right: -8px; }

.span-17 ul.pagination-clean li
{
    display: inline;
}
div.flags
{
	float:right;
	margin:12px 0 0 0;
}
ul.flags
{
	list-style-type:none;
	display:inline;
	margin:0;
}
ul.flags li
{
	list-style-type:none;
	display:inline;
	padding-right:10px;
}
    .search-results ul {
        overflow: hidden;
        position: relative;
        margin: 0;
        }
    .search-results .figure {
        float: left;
        margin: 0 10px 10px 0;
        }
        
    .search-results .count {
        float: left;
        margin: 0 5px 5px 0;
        height: 61;
        }
    .search-results li {
        clear: left;
		list-style:none;
		display:inline;
        }
    
    #searchform {
        }
    #searchform  .button button{
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		background:transparent url(../images/sectorbutt2-big.jpg) no-repeat scroll -1px center;
		font-weight:bold;
		margin:0 5px 0 0;
		padding:3px;
		border:none;
		color:#0066CC;
		text-decoration:none;
		width:65px;
		*margin-top:-2px;
		_margin-top:-5px;
		float:left;
        }
    #searchform  .button button:hover{
		color:#F47D31;
		background:transparent url(../images/sectorbutt2_on-big.jpg) no-repeat scroll -1px center;
        }
    form#searchform button, form#searchform .button, form#searchform .control , form#searchform input {
        float: left;
		display:inline;
        clear: none;
		padding-left:10px;
        }
	form#searchform input{
		height:16px;
		width:230px;
	}
    .search-count {
        clear: left;
        }
ul.archivelist li
{
	list-style:none;
	margin: 0;
 }