﻿html 
{
   overflow-y: scroll;
}
   
body {
	text-align: center;
	background-color: #f0f0f0;
	background: url(/images/ds_main_bg.gif) repeat-y center;
}





#wrapper {
	width: 950px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

#header {
	background-color: #21314d;
	background: url(/images/ds_header_bg.gif) repeat-y;
	height: 100px;
}











#submitbuttons 
{
	text-align: right;
	width: 430px;
}






#bioContactInformation label 
{
	width: 50px;
	color: #5a7060;
	font-size: 1em;
	font-family: Georgia, Serif;
	padding: 0;
	text-align: left;
}


#logo {
	float: left;
	padding-top: 10px;
	padding-left: 10px;	
	width: 300px;
	float: left;
}





/** Audience Nav and Utilities **************/

#header a
{
    color: #fff;
    font-size: 11px;
    font-family: Arial, Sans-Serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}
#navUtilities
{
    float: right;
    text-align: right;
    margin-left: 16px;
    margin-top: 10px;
}
#navUtilities a
{
    margin-right: 16px;
}
#navUtilities ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#navUtilities ul li 
{
	line-height: 14px;
}


#audienceNavBusInst
{
    float: right;
    margin-left: 16px;
    margin-top: 10px;
}
#audienceNavBusInst ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#audienceNavBusInst ul li 
{
	line-height: 14px;
}


#audienceNavIndividuals
{
    float: right;
    margin-top: 10px;
}
#audienceNavIndividuals ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#audienceNavIndividuals ul li 
{
	line-height: 14px;
}

#header a.loginLink 
{
	font-size: 10px;
	color: #afd8ed;
	text-transform: none;
}


#search {
	margin-top: 30px;
}

#search input 
{
	height: 16px;
	padding: 2px 1px; 
	margin: 1px 3px 0 0; 
	vertical-align: middle;
	border: 1px solid #7c8fa5;
}

#search img 
{
	padding: 0; 
	margin: 0;
	vertical-align: middle;
}

#search label 
{
	/*Fix for Immediacy search label display*/
	display: none;
}

/********************************************/








#sitewideNav {
	border-top: 1px solid #e0e0e0;
	background-color: #e0e0e0;
	background: url(/images/ds_nav_bg.gif) repeat-x;
	clear: both;
	text-align: center;
	display: table;
}

#sitewideNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}

#sitewideNav ul li {
	float: left; 
	width: 105px; 
	padding: 10px 0 10px 0;
	line-height: 80%;
}

#sitewideNav ul li a {
	font-size: 11px;
	font-family: Arial, Sans-Serif;
	color: #005181;
	text-transform: uppercase;
	text-decoration: none;
}

#sitewideNav ul li.mnuSelected {
	background-color: #fff;
	background: url(/images/ds_nav_bg_on.gif) repeat-x;
}

#sitewideNav ul li.mnuSelected a {
	color: #005181;
}

#sitewideNav ul li#mnuAbout 
{
	width: 110px;
}







.bottomColumns 
{
	font-size: 15px;
	font-family: Arial, Sans-Serif;
	line-height: 22px;
	color: #82786f;
}

.bottomColumns p.header 
{
	font-size: 15px;
	font-family: Arial, Sans-Serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 3px;
	color: #000;
	line-height: 21px;
}

.bottomColumnLeft 
{
	width: 312px;
	margin: 0 8px 0 0;
}

.bottomColumnRight 
{
	width: 312px;
	margin: 0 0 0 8px;
}


.greyBlock 
{
	background-color: #e0e0e0;
	padding: 14px;
	margin-bottom: 6px;	
}

.greyBlock p 
{
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 10px;
	color: #39332e;
}

.greyBlock .header 
{
	font-size: 15px;
	font-family: Arial, Sans-Serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 3px;
	color: #000;
	line-height: 21px;
}






#rightNav
{
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	line-height: 17px;
	color: #82786f;
}

#rightNav p
{
	margin-bottom: 9px;
	padding-bottom: 9px;
	line-height: 17px;
}

#rightNav a, #rightNav a:visited 
{
	color: #005181;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

#rightNav ul 
{
	margin: 0;
}

#rightNav ul li 
{
	list-style-type: none;
	border-top: 1px solid #ccc;
	margin-bottom: 9px;
	padding-top: 9px;
}

#rightNav p img 
{
	margin-bottom: 16px;
}

#rightNav img 
{
	margin: 0;
}








.spotlight, .spotlight a, .spotlight a:visited 
{
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin-bottom: 7px;
}














#mainContent {}

#mainContent ul li 
{
	margin-bottom: 4px;
	margin-left: 20px;
}













#footer_nav 
{
	font-size: 9px;
	line-height: 17px;
	color: #82786f;
	border-top: 5px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
	padding: 14px 0;
	font-family: Arial, Sans-Serif;
	text-transform:uppercase;
}

#footer_nav a 
{
	text-decoration: none;
}

#footer_nav p 
{
	margin: 0;
}

#footer {
	text-align: left;
	font-family: Arial, Sans-Serif;
	font-size: 9px;
	line-height: 17px;
	color: #82786f;
	padding: 14px 0;
	text-transform: uppercase;
}

#footer a 
{
	text-decoration: none;
}

#footer p 
{
	margin: 0;
}









table th
{
	background-color: #ebebeb;
	text-transform: uppercase;
	color: #808080;
	font-size: .75em;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
}

table tr td 
{
	font-size: .8em;
	color: #21314d;
}


table tr td 
{
	vertical-align: top;
}





table.ImmTS_Default th
{
	background-color: #ebebeb;
	text-transform: uppercase;
	color: #808080;
	font-size: .75em;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
}

table.ImmTS_Default tr td 
{
	font-size: .8em;
	color: #21314d;
}


table.ImmTS_Default tr td 
{
	vertical-align: top;
}









.blockLabel {
	display: block;
}

#datepicker_div 
{
	display: none; /*<-------------------*/
	width: 300px;
	background-color: #fff;
	border: 1px solid #999;
}

#datepicker_div .datepicker_control {
	display: none;
}

#datepicker_div .datepicker_prev {
	display: none;
}

#datepicker_div .datepicker_current {
	display: none;
}

#datepicker_div .datepicker_next {
	display: none;
}

#datepicker_div .datepicker_unselectable 
{
	color: #eee;
}






.companyLogo {
	float: none;
}

.required {
	background-image: url(../../../../images/required.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 10px;
}




#breadcrumb_print_container 
{
	height: 30px;
	padding-top: 10px;
}

#breadcrumbs
{
	float: left;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}

#breadcrumbs span 
{
	font-size: 11px;
}

#breadcrumbs span.Path a, #breadcrumbs span.Path a:visited
{
	color: #005181;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
}

#breadcrumbs span.selected 
{
	color: #00274c;
	font-weight: bold;
}










#print 
{
	text-align: right;
	float: right;
}


#emailPage 
{
	margin-right: 15px;
}

#ddEmailPage 
{
	border: 1px solid #ccc;
	width: 200px;
	text-align: left;
	padding: 10px;
	position: fixed;
	background-color: #fff;
	display: none;
}

#ddEmailPage label
{
	width: 100px;
	text-align: left;
}

#ddEmailPage p 
{
	font-size: 10px;
	font-family: Arial;
}

#ddEmailPage p.send 
{
	float: right;
}












/* Sitemap */
.sitemap1, .sitemap2, .sitemap3
{
	list-style-type: none;
	font-family: Sans-Serif;
	font-size: .8em;
}

li.sitmp0 
{
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 15px;
}

li.sitmp1 
{
	text-indent: 1em;
}

li.sitmp2 
{
	text-indent: 2em;
}























/* Tabs */

#mainContent ul.tabs 
{
	margin: 5px 0 5px 0;

}

#mainContent ul.tabs li 
{
	padding: 3px;
	display: inline-block;
	*display: inline-block;
	list-style-type: none;
	background-color: #e0e0e0;
	margin: 0;
	margin-right: -1px;
	margin-bottom: 10px;
	margin-left: -3px;
	border: 1px solid #aeb0b3;
	width: 235px;
}

#mainContent ul.tabs li a 
{
	color: #aeb0b3;
	font-family: Arial, Sans-Serif;
	font-size: .9em;
	text-decoration: none;
}

#mainContent ul.tabs li.selectedTab 
{
	background-color: #aeb0b3;	
}

#mainContent ul.tabs li.selectedTab a 
{
	color: #fff;
}




#mainContent ul.industryTabs li 
{
	width: 175px;
	text-align: center;
	display: inline-block;
    *display: inline;
}





/*
.selectedIndustry 
{
	background-color: #000;
}
*/






.RBL {
	margin-left: 175px;
}

.RBL label 
{
	width: 350px;
	display: inline;
	text-align: left;
	font-weight: normal;
}

span.RBL {
	margin-left: 175px;
	display: block;
}

.RBL input 
{
	float: left;
}

.Flow label {
	width: auto;
}






.CBL label 
{
	width: 230px;
	display: inline;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 3px;
}


.CBL input 
{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

.office-locations label
{
	font-size: 10px;
	padding-left: 5px;
}





/*************************/

div.sectionMenuHeader {
	font-weight: bold;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	color: #82786f;
	padding: 10px 12px;
	background-color: #e0e0e0;
	width: 151px;
	text-align: left;
	line-height: 15px;
}



/*************************/
#sectionMenu ul {
	list-style-type: none;
	margin: 0 0 6px 0;
}

#sectionMenu ul li {
	width: 163px;
	border-top: 1px solid #fff;
	background-color: #e0e0e0;
	text-align: left;
	padding: 6px 0 6px 12px;

}

#sectionMenu ul li a {
	text-decoration: none;
	color: #005181;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	line-height: 12px;
}




#sectionMenu ul li.sectionMenuSelected a, #sectionMenu ul li.sectionMenuSelected a:visited 
{
	color: #00274c;
	font-weight: bold;

}


#sectionMenu li.styleLevel0 
{
  padding-bottom: 3px;
}


/* Style Level 1 */

#sectionMenu li.styleLevel1 
{
	background-color: #e0e0e0;
	border: 0;
	width: 175px;
	padding: 0;
}

#sectionMenu li.styleLevel1 a, #sectionMenu li.styleLevel1 a:visited 
{
	text-transform: none;
	color: #005181;
	font-size: 11px;
	margin-left: 24px;
	padding-bottom: 3px;
	display: inline-block;
	line-height: 12px;
}

#sectionMenu li.sectionMenuSelected.styleLevel1 a 
{
	color: #804a12;
	font-size: 11px;
	margin-left: 24px;
	padding-bottom: 3px;
	display: inline-block;
	line-height: 12px;
}




/* Style level 2 */

#sectionMenu li.styleLevel2 
{
	background-color: #e0e0e0;
	border: 0;
	width: 175px;
	padding: 0;
}

#sectionMenu li.styleLevel2 a 
{
	color: #005181;
	font-size: 11px;
	text-transform: none;
	margin-left: 40px;
	padding-bottom: 3px;
	display: inline-block;
	line-height: 12px;
}

#sectionMenu li.sectionMenuSelected.styleLevel2 a 
{
	color: #804a12;
	font-size: 11px;
	display: inline-block;
	line-height: 12px;
}

/*************************/





/* Section Tools */


div.sectionToolsHeader 
{
	font-weight: bold;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	color: #82786f;
	padding: 10px 12px;
	background-color: #e0e0e0;
	width: 151px;
	text-align: left;
}


ul.sectionTools {
	list-style-type: none;
	margin: 0 0 6px 0;
}

ul.sectionTools li  {
	width: 163px;
	border-top: 1px solid #fff;
	background-color: #e0e0e0;
	text-align: left;
	padding: 6px 0 6px 12px;
	/*padding: 10px 12px;*/
}

ul.sectionTools li a {
	text-decoration: none;
	color: #005181;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

ul.sectionTools li ul 
{
	list-style-type: none;
	margin: 0 0 0 12px;
}

ul.sectionTools li ul li 
{
	background-color: #e0e0e0;
	width: 127px;
	border: none;
	padding: 3px 0px;
	line-height: 0.7em;
}

ul.sectionTools li ul li a 
{
	text-transform: none;
}

ul.sectionTools li ul li.subsectionToolsSelected 
{
	font-weight: bold;
}

ul.sectionTools li.multilineSection
{
	
}

ul.sectionTools li.sectionToolsSelected 
{
	font-weight: bold;
}

ul.sectionTools li.sectionToolsSelected ul li { font-weight: normal; }




#stocks 
{
	display: block;
	padding: 14px;
	color: #000;
	background-color: #e0e0e0;
}

#stocks input.text 
{
	width: 50px;
	margin: 0;
	padding: 3px;
}

#stockQuoteReturn 
{
	
}






.dgReportList 
{
	font-family: Arial, Sans-Serif;
	font-size: .9em;
	line-height: 2.5em;
}

.dgReportList tr.pager td
{
	padding-top: 20px;
}

.dgReportList tr.pager td a 
{
	padding: 5px;
}

.dgReportList tr.pager span 
{
	padding: 5px;
	font-weight: bold;
}















/* Investment Banking - Services & Industries */

.industryList 
{
	font-family: Arial, Sans-Serif;
	font-size: .8em;
	border-left: 1px dashed #808080;
}

ul.accordionContainer 
{
	padding-left: 10px;
}








/* Custom Form Styles */

.listContainer 
{
	width: auto;
}

.listContainer label
{
	width: auto;
}

.raCheckbox 
{
	padding-left: 184px;
	display: block;
}

/*************************/

.bioText {
	display: block;	
	text-align: justify;
}


.companyListing td
{
	width: 50%;
	font-size: 85%;
}

.intTimeline {
	cursor: pointer;
}







table.LocationListing 
{
	border-collapse: collapse;
}

table.LocationListing td 
{
	width: 25%;
	text-align: center;
	font-family: Arial, Sans-Serif;
	font-size: .7em;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	vertical-align: middle;
	background-color: #ebebeb;
	height: 35px;
}





body a 
{
	text-decoration: none;
	color: #005181;
}
body a:hover 
{
    text-decoration: underline;
    color: #005181;
}
body a:visited
{
    color: #00274c;
}
