﻿/* CSS Document */

/* IMPORTED STYLES */
/*@import url("reset.css");
@import url("menu_new.css");*/
@import url("cms.css");

/*******************************************************************************GLOBAL*************************************************************/
/**/html{
	/*width:100%;
	height:100%;*/
	font:50% Verdana, "Microsoft Sans Serif";
	color:#726B65;
}

body{
	width:100%;
	height:100%;
	min-width:970px;
	text-align:center;
	background:#f8f7f6 url(../gui/bg_gradient.gif) repeat-x top;
}

a, a:visited{
	outline:none;
	text-decoration:none;
	color:#0A5D7E;
}

div{ border:none; }

table{ font-family:Verdana, "Microsoft Sans Serif"; border:none; }

/* tables */
/**/table.tablesorter {
	font-family:verdana;
	background-color: #CDCDCD;
	margin: 0px 0px 0px 0px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(/gui/th_bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #0B5676;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#D7F0FB;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/gui/th_asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/gui/th_desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

td{ border:none; }

img{border:none;}

fieldset{border:none;}

.clear{clear:both; height:0px;}


/****************Borders, Backgrounds, etc*************/
/**/.container_bg{ width:100%; background:url(../gui/bg.gif) repeat-y center; text-align:center; position:relative; }
.container_center{ width:970px; min-height:751px; height:100% !important; margin:auto; padding:0px 0px 75px 0px; }

/*********************Top Row*********************/
/**/.container_toprow{ width:970px;height:79px; }
.spacer_toprow{ width:970px;height:30px; }
.container_logo_tagline{ width:508px; height:49px;padding-right:50px; }
.tagline_login_spacer{width:234px;height:49px;}
.client_login_iPad{ width:228px;height:49px; }
.img_clearing{ width:88px;height:40px; }

/****************************************************************Spry Menubar (for Firefox)****************************************************/
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	font-variant:small-caps;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 100%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: none;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #003F5F;
	padding: 0.5em 0.75em;
	color: #fff;
	text-decoration: none;
	height: 20px;
	font-family:Verdana, "Microsoft Sans Serif";
	font-size:18px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #35708A;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #35708A;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

/************************************************************************Page Content************************************************************/

/***********************Main**********************/
/**/.img_main_iPad{ width:958px;height:250px; }
.about_container{ width:345px; }
.about_title{ height:49px; vertical-align:bottom; padding-bottom:15px; font-size:20px; font-variant:small-caps;color:#003F5F; }
.about_text{ text-align:justify; font-family:Verdana; font-size:14px; padding-right:10px;}
.container_img_hq{ vertical-align:middle; padding-top:30px;}
.container_address_hq{ width:600px; height:70px;padding:5px 0px 0px 10px; text-align:center; font-size:15px; }
.title_address_hq{ color:#003F5F; font-size:17px; }


/***********************General**********************/
/**/.content_title{ width:970px; height:74px; text-align:center; vertical-align:middle; font-size:20px; font-variant:small-caps;color:#003F5F; }
.content_subtitle{ width:970px; height:49px; text-align:center; vertical-align:middle; font-size:17px; font-variant:small-caps;color:#003F5F; }
.content_text{ text-align:justify; font-size:14px; }
.container_hq_address{ width:600px; padding-left:1px; vertical-align:bottom; }

/*************************News Story*****************/
/**/.container_news_story{ width:970px;height:500px;padding-top:5px; }
.content_news_story{ text-align:justify;padding:10px 10px 0px 10px;vertical-align:top; }
.img_thumb_news_story{ height:50px; }

/********************Investment Banking**************/
/**/.ib_people_container{ width:350px; padding:5px 0px 5px 0px; }
.ibs_title{ padding:15px 10px 5px 0px; font-variant:small-caps; font-size:14px; }
.ibg_title{ padding:10px 10px 5px 30px; font-variant:small-caps; font-size:13px; text-align:left; }
.ib_name{ padding:5px 10px 0px 40px;color:#1681D8; font-size:12px; text-align:left; }
.ib_phone{ width:40px; padding:5px 10px 5px 60px; font-size:12px; text-align:left; }
.ib_container_email{ width:310px; text-align:left;padding:5px 0px 5px 0px; }
.ib_email{ color:#1681D8; font-size:12px; }

/***********************Fixed Income*****************/
/**/.ficm_list_left{ width:215px; text-align:left; vertical-align:top; font-size:14px; font-variant:small-caps; font-weight:bold; }
.ficm_list_right{ width:555px; text-align:justify; vertical-align:top; font-size:14px; padding:0px 0px 10px 10px; }

/**************************************************************************Broker Pages******************************************************/

.brokerPageHeading{text-align:left;font-variant:small-caps;font-weight:bold;padding:20px 0px 15px 0px;}
.brokerPageText{text-align:justify;font-size:13px;padding-bottom:5px;}

/*******************************************************************************Location*********************************************************/
/**/#map_canvas { height: 100% } 

/*********************************************************************************Footer Content***********************************************************/
/**/.footer_container{ width:970px;padding-top:10px; }
.footer_bg{ width:100%; background:#e5e2df; border-top:1px solid #cac7c5; border-bottom:1px solid #cac7c5;vertical-align:bottom;border:none; }
.footer_copyright{ width:190px; padding:10px 16px 10px 13px; color:#877a71; line-height:1.5em; font-size:10px; }
.footer_links{ font-size:13px;color:#877a71; }
