/*global.css*/

/* General tag definitions */

html {overflow-y:scroll;}

body {
	margin: 0;
	padding: 0;
	border-top:33px solid #54301a;
	background:url("../images/homepage_navigation_shadow.png") no-repeat scroll center 33px #ffffff;
	font-size: 12px;
	line-height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	color: #555555;
}

a {
	color: #54640D;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #343f01;
}

form {
	margin:0;
	padding:0;
	display:inline;
}

h1, h2 { 
	margin-top:0;
}

sup {
	font-size: 0.6em;
	vertical-align: text-top;
	line-height:normal;
}

/* Utility definitions */
div.clear {
/*	clear:both;*/
	height:0;
	padding:0;
	margin:0;
	line-height:0;
}

p.errorTxt, ul.error, span.error, td.error {
	color:#F39101;
}

div#topbg {
	width: 980px;
/*	margin: -33px auto 54px;*/
	margin: -33px auto 0;
	background:none;
	padding:0 26px;
}

/* log in box */
div#loginFields {
	display:none;
}

input#loginSubmit {
	display:none;
	float:left;
	margin-top:3px;
}

/* Utility nav */
div#globalNav {
	background: url("../images/utility_nav_background.jpg") #54301a top center no-repeat;
	height:33px;
	width:980px;
	margin:0 auto;
	overflow:hidden;
}

div#globalNav div#utilSearch {
	width: 100%;
}

div#globalNav div#utilSearch ul {
	list-style-type:none;
	background: none;
	margin: 0;
	padding: 0;
}

div#globalNav div#utilSearch ul li {
	float: left;
	line-height: 33px;
	padding: 0px 21px 0px 0px;
}

div#globalNav div#utilSearch ul li a, 
div#globalNav div#utilSearch ul li a:visited { 
	color:#dfcbbf; 
	text-decoration: none;
	font-weight: bold; 
	font-size: 10px; 
	cursor: pointer;
	margin-top: 0px;
	display: block;
}

div#globalNav div#utilSearch ul li:hover a { 
	color:#ffffff; 
}

/* Search Box */
div#globalNav div#search {
	background:url("../images/search_bar_background.jpg") right top repeat-x;
	float: right;
	height: 21px;
	width:225px;
	margin: 6px 0;
	padding: 0;
}	

div#globalNav div#search form {
	display: block;
}	

div#globalNav div#search input.searchBox {
	color:#666666;
	background:none;
	height:21px;
	padding:0;
	margin:0 14px;
	width:170px;
	font-size: 10px;
	vertical-align:top;
	border:none;
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
}

div#globalNav div#search input.button {
	border:none;
	background:url("../images/search_bar_searchbutton.jpg") left 3px no-repeat;
	height:21px;
	width:18px;
	overflow:hidden;
	padding:0;
	margin-bottom:0;
	cursor:pointer;
	text-indent:999px;
}	

/* Logo */
div#logoSearch {
	clear:both;
	float:left;
	width:228px;
}

div#logoSearch a {
	width:141px;
	display:block;
	margin:17px 0 1px;
}

div#logoSearch div#printlogo {
	display: none;
}	

/* Client Log On and Regional Sites */
div#topbg div#login_country {
	float: right;
	}

div#topbg div#login_country div#loginbg,
div#topbg div#login_country div.country {
	float: left;
	border-top: 4px solid #54640d;
	line-height:12px;
	margin: 13px 0 0 23px;
	padding-top: 2px;
	height:34px;
	width: 101px;
	font-size: 12px;
	font-weight: bold;
}

div#topbg div.country a {
	background: transparent url("/images/globe.png") no-repeat right top;
	padding-right:60px;
	display:block;
	height:100%;
	text-decoration:none;
}

div#loginContainer {
	background-color: transparent;
	background-image: none;
	height: auto;
	padding: 0px;
	width: auto;
}





div#loginheader.navHover {
    background-image: url("/images/nav_bar_home_caret.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    z-index: 700;
}

div#loginheader a {
	background: url("../images/client_arrow.png") no-repeat right center;
	display: block;
	width: 101px;
	text-decoration:none;
	cursor:pointer;
}

div#loginContainer div#login {
	position:relative;
	left:-27px;
	z-index:700;
}

div#login ul {
	padding:0px 10px 26px;
	width: 208px;
	height:auto;
	list-style-type:none;
	position:absolute;
	background:url("/images/menu_dropdown_background.png") left bottom no-repeat transparent;
}

div#login ul li {
	height:46px;
	width:100%;
	line-height:auto;
	margin:0;
	padding:0;
	border:none;
	background:none;
	font-weight:normal;
	overflow:hidden;
}

div#login ul li a {
	color:#54640d !important;
	font-size: 12px;
	margin:0 14px;
	border-top:1px dotted #54640d;
	line-height:normal;
	display:block;
	text-decoration:none;
}

div#login ul li div.abstract {
	margin:0 14px;
	padding:0;
	width:auto;
	border: 0 none;
	background: none repeat scroll 0 0 transparent;
}

div#login ul li:hover {
	background-image:none;
	background-color:#e9e9e9;
}

div#login ul > li:first-child,
div#login ul > li:first-child:hover {
	background:url("/images/menu_dropdown_top.png") left top no-repeat transparent;
	padding:14px 10px 19px;
	margin:-14px 0 0 -10px;
} 

div#login ul > li:first-child a {
	margin:17px 0 0;
	border-top:none;
	padding:1px 14px 31px;
} 

div#login ul > li:first-child div {
	margin-top:-31px;
} 

div#login ul > li:first-child a:hover {
	background-image:none;
	background-color:#e9e9e9;
} 

div#login ul li:hover a {
	color:#54640d;
	background-image:none;
	background-color:#e9e9e9;
}


/* Container and Container content styles */
#containerbg {
	background-color: #ffffff;
	border-top: 0px solid #b6b6b6;
	clear: both;
	margin: 0 auto;
	width: 980px;
	padding:0 26px;
}

/*div#container, 
div#container div#content, 
div#container div#content div#contentLeft, 
div#container div#content div#contentRight, 
div#container div#contentRight, 
div#container div#rightRail, 
div#container div#leftNav { 
	float:left;
}*/

div#container {
	width: auto;
	clear:both;
        background-color: #ffffff;
        background-image: none;
        background-repeat: no-repeat;
        background-position: left top;
}


/* Email Content Styles */
div#container div#contentRight div#emailContent {
    padding:0 35px 35px 15px;
    margin-bottom:35px;
    border-right:1px solid #e8e8e9;
}

div#container div#contentRight div#emailContent font {
    color: #990000 !important;
}

div#container div#contentRight div#emailContent div.contentBucket {
    border-top: 0 none;
}

div#container div#contentRight div#emailContent div.contentBucket .emailButton {
    line-height:17px;;
    background-color: #e9e9e9 !important;
    border: 1px solid #6D6E71 !important;
    color: #54640D !important;
}

div#container div#contentRight div#emailContent div.contentBucket .emailButton:hover {
    color: #343F01 !important;
}




/* Right Rail styles */

/*
div#container div#rightRail,
div#container div#rightBody {
	padding:0 0 0 34px;
	margin:0;
	float:right;
	width:196px;
}
*/
div#container div#rightRail, 
div#container div#rightBody {
    /*border-left: 1px solid #E8E8E9;*/
    float: right;
    left: -1px;
    margin: 0 0 35px;
    padding: 0 0 0 33px;
    position: relative;
    width: 196px;
}

div#container div#rightRail div#rrContainer, 
div#container div#rightBody div#rrContainer {
    position: relative;
    left: 1px;
}



/* Footer styles */
div#footerbg {
	background:none;
	margin: 0 auto;
	width: 980px;
	/*height:18px;
	border-top:1px solid #d8d9da;
	padding-top:15px;*/
	padding:0 26px;
	clear:both;
}

div#footer {
	color:#555555;
	font-size: 10px;
	line-height:normal;
	padding-top: 15px;
	width: 980px;
	border-top: 1px solid #D8D9DA;
	height:18px;
}

div#footer div.links {
	float:left;
}

div#footer div.copyright {
	float:right;
	text-align:right;
}

div#footer div.copyright div {
    display: inline;
}

div#footer a {
	color:#555555;
	text-decoration:none;
}

div#footer a:hover {
	text-decoration:underline;
}

div#printfooter {
	display: none;
	font-size:.75em;
	padding:10px 10px 0 10px;
	font-family: verdana, arial, sans-serif;
	background-image: none;
}

/* News & Announcements styles */

div#container div#content div#contentLeft .newshdr,
div#container div#content div#contentLeft h1.newshdr a,
div#container div#content div#contentLeft h1.newshdr a:hover,
div#container div#content div#contentLeft h1.newshdr a:visited,
div#container div#content div#contentLeft h2.newshdr a,
div#container div#content div#contentLeft h2.newshdr a:hover,
div#container div#content div#contentLeft h2.newshdr a:visited,
div#container div#rightRail div#contentLeft h2.newshdr a,
div#container div#rightRail div#contentLeft h2.newshdr a:hover,
div#container div#rightRail div#contentLeft h2.newshdr a:visited {
	color:#54640D;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	margin-top:0;
}

div#container div#content div#contentLeft div#jpm_news,
div#container div#content div#contentLeft div.news,
div#container div#rightRail div#contentLeft div.news,
div#container div#content div#contentLeft div.newscroll,
div#container div#rightRail div#contentLeft div.newscroll,
div#container div#rightRail div#contentLeft div#jpm_news {
	width: 214px;
	margin-bottom: 33px;

}

div#newsbox {
	height: 170px;
	width: 214px;
}

div#container div#rightRail div#contentLeft div.news,
div#container div#rightRail div#contentLeft div.newscroll {
	width: auto;
}

.newscroll .ulContainer {
	position: relative;
	overflow:hidden;
	height:129px;
	padding: 0px;
}

div#container div#content div#contentLeft div.news ul,
div#container div#content div#contentLeft div.newscroll ul,
div#container div#rightRail div#contentLeft div.news ul,
div#container div#rightRail div#contentLeft div.newscroll ul {
        margin: 0px;
        padding:0;
        position: relative;
}

div#container div#rightRail div#contentLeft div.news ul li {
	list-style-type:none;
	padding:0;
}

.news p,
.news ul li,
.news div {
        line-height: 13px;
        margin: 0px;
/*       background: #DADADC url(../images/news_gradient_cell.jpg) repeat-x scroll left bottom;*/
}

    /* following is required to preclude a ul li rule in lob.css */
#container #content #contentLeft .news ul li,
div#container div#rightRail div#contentLeft .news ul li {
        margin: 0px;
}

div.news p a,
div#container div#content div#contentLeft div.news ul li a,
div#container div#content div#contentLeft div.news ul li a.raquo,
div#container div#rightRail div#contentLeft div.news ul li a,
div#container div#rightRail div#contentLeft div.news ul li a.raquo,
div.news a {
        color: #23120a;
        font-weight: normal;
        font-size: 11px;
        text-decoration: none;
}

div#contentLeft div.news ul li a,
div#container div#rightRail div#contentLeft div.news ul li a {
	position: relative;
	display: block;
        padding: 2px 5px 2px 5px;
        height: 39px;
        overflow: hidden;
}

div.news p a:hover,
div#container div#content div#contentLeft div.news ul li a:hover,
div#container div#content div#contentLeft div.news ul li a:hover.raquo,
div#container div#rightRail div#contentLeft div.news ul li a:hover,
div#container div#rightRail div#contentLeft div.news ul li a:hover.raquo,
div.news div a:hover {
        color: #54301a;
        text-decoration: none;
}

div.news div.topBar,
div.newscroll div.topBar {
        height: 20px;
        padding: 0px;
        margin-top: 5px;
        background-color: #b8d1ed;
	background-image: none;
	background-repeat: no-repeat;
        background-position: bottom center;
        border-bottom: 1px solid #ffffff;
        position: relative;
}

div.news div.topBar a.lefthome,
div#container div#content div#contentLeft div.news div.topBar a.lefthome,
div#container div#rightRail div#contentLeft div.news div.topBar a.lefthome {
        color: #23120a;
        float: right;
        padding: 2px 13px 0px 0px;
        margin-right: 2px;
	background:url(../images/news_buttons.jpg) no-repeat right -60px;
}

div.news div.topBar a.lefthome:hover,
div#container div#content div#contentLeft div.news div.topBar a.lefthome:hover,
div#container div#rightRail div#contentLeft div.news div.topBar a.lefthome:hover {
        color: #23120a;
        text-decoration: none;
	background-position:right -80px;
}

div.news .bottomBar,
div.newscroll .bottomBar {
        height: 20px;
        padding: 0px;
        margin-bottom: 10px;
        background-color: #b8d1ed;
	background-image: none;
	background-repeat: no-repeat;
        background-position: top center;
        border: 0px solid #ffffff;
        position: relative;
}

.news .topBar .topNewsArrow {
	display:block;
	width:40px;
	height:15px;
	position:absolute;
	top:5px;
	left:87px;
	padding:0px;
}

.newscroll .topBar .topNewsArrow {
	background:url(../images/news_buttons.jpg) no-repeat 0px 0px;
}

.newscroll .topBar .topNewsArrow:hover {
	background-position:0px -15px;
}

.news .bottomBar .bottomNewsArrow {
	display:block;
	width:40px;
	height:15px;
	position:absolute;
	top:0px;
	left:87px;
	padding:0px;
}

.newscroll .bottomBar .bottomNewsArrow {
	background:url(../images/news_buttons.jpg) no-repeat 0px -30px;
}

.newscroll .bottomBar .bottomNewsArrow:hover {
	background-position:0px -45px;
}

.news p, .news ul .tripleLine {
	line-height: 13px;
}
.news p, .news ul .singleLine {
	line-height: 13px;
}

/* Video player / placeholder */
div#video {
	margin-top:15px;
	width: 213px;
}

div#video .vid_header,
div#video .header {
	color: #c88a12;
	font-size: 11px;
	font-weight: bold;
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 0px;
	height: 15px;
}

div#video div#jpm_hm_vid_hdr {
	height: auto;
	background-color: #b8d1ed;
	margin-top: 4px;
	padding: 2px;
	font-size: 11px;
}

div#video div#jpm_hm_vid_footer {
	height: auto;
	background-color: #b8d1ed;
	margin-bottom: 4px;
	padding: 2px;
	font-size: 11px;
}

	.sidebar_right {
		clear:both;
		float:right;
		padding:5px 10px 0px 15px;
		margin: 0px 0px 4px 10px;
		font-style: normal;
	}

	.sidebar_left {
		clear:both;
		float:left;
		padding:5px 10px 0px 15px;
		margin: 0px 10px 4px 0px;
		font-style: normal;
	}

	.regular_left {
		clear:left;
		padding:0 10px 10px 15px;
	}

	.regular_right {
		clear:right;
		padding:0 10px 10px 15px;
	}

	.dpItem {
		border-top:1px solid #cccccc;
		margin:8px 20px 8px 0px;
		padding: 10px 0;
	}
	
	.dpItemTitle {

		font-weight:bold;
		margin-bottom:5px;
	}
	
	.dpItemText {
	}
	
	.dpItemLink a {

	}
	
	.dpItemLink a {

	}
	
	.dpItemNoBorder {
		border-top:0px solid #cccccc !important;
	}
	
/** Sortable table formatting - RTC - 14 Apr 2011 **/

	table.sortable
	{
		font-size: 12px;
		width: 100%;
	}

	table.sortable th.sort-alpha,
	table.sortable th.sort-date
	{
		background-image: url(/images/events_sprite.gif);
		background-position: 4px -44px;
		background-repeat: no-repeat;
		cursor: pointer;
		padding-left: 17px !important;
		text-align: left;
	}

	table.sortable th.sorted-asc
	{
		background-position: 4px 12px;
	}

	table.sortable th.sorted-desc
	{
		background-position: 4px -16px;
	}

	table.sortable a
	{
		font-weight: bold !important;
	}

	table.sortable th 
	{
		background-color: #F7F7F8;
		border-top: 1px solid #cccccc;
		padding: 10px 5px 10px 0;
	}

	table.sortable tr
	{
		background-color: #F7F7F8;
	}

	table.sortable td
	{
		border-top: 1px solid #cccccc;
		padding: 10px 5px;
	}


	
/** end sortable table formatting **/

/** large textbox **/

div#container div#rightRail div#rrContainer 	div.rrTBLarge,
div#container div#rightBody div#rrContainer 	div.rrTBLarge,
div#container div#leftContent 			div.rrTBLarge,
div#container div#leftNav 				div.rrTBLarge {
    margin-bottom: 10px;
}

div#container div#rightRail 	div#rrContainer 	div.rrTBLarge div.tbl_t_announce,
div#container div#rightRail 	div#rrContainer 	div.rrTBLarge div.tbl_t_spot,
div#container div#rightBody 	div#rrContainer 	div.rrTBLarge div.tbl_t_announce,
div#container div#rightBody 	div#rrContainer 	div.rrTBLarge div.tbl_t_spot,
div#container div#leftContent div.rrTBLarge 		div.tbl_t_announce,
div#container div#leftContent div.rrTBLarge 		div.tbl_t_spot,
div#container div#leftNav 	div.rrTBLarge 		div.tbl_t_announce,
div#container div#leftNav 	div.rrTBLarge 		div.tbl_t_spot {
    background-color:#6d6e71;
    color:#ffffff;
    font-weight:bold;
    padding:0 10px;
}

div#container div#leftContent div.rrTBLarge div.tbl_t_announce,
div#container div#leftNav div.rrTBLarge div.tbl_t_announce {
	font-size: 12px;
}

div#container div#rightRail 	div#rrContainer div.rrTBLarge div.tbl_b_announce,
div#container div#rightRail 	div#rrContainer div.rrTBLarge div.tbl_b_spot,
div#container div#rightRail 	div#rrContainer div.rrTBLarge div.tbl_b_case,
div#container div#rightRail 	div#rrContainer div.rrTBLarge div.tbl_b_feature,
div#container div#rightBody 	div#rrContainer div.rrTBLarge div.tbl_b_announce,
div#container div#rightBody 	div#rrContainer div.rrTBLarge div.tbl_b_spot,
div#container div#rightBody 	div#rrContainer div.rrTBLarge div.tbl_b_case,
div#container div#rightBody 	div#rrContainer div.rrTBLarge div.tbl_b_feature,
div#container div#leftContent 			 div.rrTBLarge div.tbl_b_announce,
div#container div#leftContent 			 div.rrTBLarge div.tbl_b_spot,
div#container div#leftContent 			 div.rrTBLarge div.tbl_b_case,
div#container div#leftContent 			 div.rrTBLarge div.tbl_b_feature,
div#container div#leftNav 				 div.rrTBLarge div.tbl_b_announce,
div#container div#leftNav 				 div.rrTBLarge div.tbl_b_spot,
div#container div#leftNav 				 div.rrTBLarge div.tbl_b_case,
div#container div#leftNav 				 div.rrTBLarge div.tbl_b_feature {
    background-color:#e9e9e9;
    margin-bottom:15px;
    padding:10px;
    font-size:11px;
    line-height:16px;
}

div#container div#rightRail	div#rrContainer div.rrUnitGeneric p,
div#container div#rightBody	div#rrContainer div.rrUnitGeneric p {
    font-size:11px;
    line-height:16px;
    margin:8px 7px;
}

div#container div#rightRail	div#rrContainer div.rrUnitGeneric a,
div#container div#rightBody	div#rrContainer div.rrUnitGeneric a {
    font-weight:bold;
}

div#container div#rightRail p,
div#container div#rightBody p,
div#container div#leftNav div.rrTBLarge p {
	margin-top:0;
}

div#container div#rightRail ul,
div#container div#rightBody ul,
div#container div#leftNav div.rrTBLarge ul {
	list-style: disc outside url("/images/bullet_green.jpg");
	margin-top:0;
	padding-left:14px;
}

div#container div#leftNav div.rrTBLarge ul li {

}

div#container div#contentRight ul li, 
div#container div#rightRail ul li,
div#container div#leftNav div.rrTBLarge ul li {

}


/** end large textbox **/

/** TSS tweaks **/

.promoBox {
	background-color:#F5F7F7;
	background-image:url(../images/bkgrd_rr_generic.jpg);
	background-repeat:repeat-x;
	border:0px solid #AEAEAE;
	font-size:1em;
	width:261px;
}
.promoBox th {
	color:#807f83;
	padding-left:15px;
	text-align:left;
}
.promoBox td {
	font-size:1em;
	padding-left:15px;
	text-align:left;
}
div#container div#rightRail .promoBox a, 
div#container div#rightRail .promoBox a:visited {
	border:0px solid red;
	color:#666666;
	font-size:1em;
	font-weight:normal;
}
div#container div#rightRail .promoBox a:hover {
	color:#535353;
	text-decoration:underline;
}
.tsAd {
	margin-left:0px;
}
.promoBox {
	margin-left:0px;
}
.tsformat table td,
.tsformat table td.bodytext {
        font-size: 12px;
}

/** end TSS tweaks **/


/* LOB News Module START */



#newsbox .items{
	display:block;
	margin:5px 0px 3px 0;
	z-index:20;
	background-image:url(/images/clear.png);	
	position:relative;
}

#newsbox .items a,
#newsbox .items a:active,
#newsbox .items a:link,
#newsbox .items a:visited {
	font-size:11px;
	color:#555555;
	text-decoration:none;
	display:block;
	overflow:hidden;
	height:39px;
}

#newsbox .items a:hover{
	text-decoration:none;	
}

#newsbox #page-wrap {
	border-top:1px solid #54640d;
	margin-top:4px;
	width:214px;
	height:250px;
	position:relative;
	display:block;
	overflow:hidden;
	
}

#newsbox .line{
	height:0px;
	width:214px;
	padding:0;
	margin:5px 0px 0px 0px;
	border-top:1px solid #999;
}

#newsbox .marginTop{
	height:5px;
	width:214px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:0px;
	background-color:#FFF;
	position:absolute;
	top:-5px;
	left:0px;
	z-index:3;
}

#newsbox .marginBot{
	height:5px;
	width:214px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-bottom:1px solid #999;
	background-color:#FFF;
	position:absolute;
	bottom:-30px;
	left:0px;
	z-index:3;
}
	
#newsbox .title {
	min-height:30px;
	z-index:10;
	max-height:40px;
}

#newsbox .pubDate {
	margin:5px 3px 0px 0px;
	width:58px;
	
	z-index:10;
}
#newsbox .bio {
	margin:5px 0px 35px 0;
	padding:0px 0px 0px 0px;
	z-index:75;
	/*overflow: hidden;
	text-overflow: ellipsis;*/
	position:relative;
	z-index:10;
	max-height:70px;
	background:url(/images/grad1.gif);
	background-color:#e6e6e6;
	background-size:100% 100%;
	background-repeat:repeat-x;
}

#newsbox .readBG {
	height:25px;
	width:214px;
	margin:0px 5px 5px 0;
	position:absolute;
	bottom:-30px;
	left:0px;
	z-index:2;
	background:url(/images/grad2.gif);
	background-size:100% 100%;
	background-repeat:repeat-x;
}

#newsbox .readMore {
	height:16px;
	width:75px;
	margin:3px 5px 0 0;
	background-color:#ddd;
	border:solid 1px #bbb;
	background-image:url(/images/arrow.png);
	background-position:right;
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}
#newsbox .readMore p {
	font-size:11px;
	padding:4px 0px 0 5px;
	line-height:7px;
	color:#555555;
}

#newsbox .botNavA
{
	position:relative;
}

#newsbox .botNavB {
	position:relative;
}

#newsbox .leftNav1 {
	position:absolute;
	top:3px;
}

#newsbox .leftNav2 {
	position:absolute;
	top:3px;
}

#newsbox .leftNav1 a{
	color:#54640d;
	font-size:11px;
    font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}

#newsbox .leftNav2 a{
	color:#54640d;
	font-size:11px;
    font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}

#newsbox .rightNav a{
	color:#54640d;
	position:absolute;
	top:3px;
    right: 0;
    font-size: 11px;
    font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}

#newsbox .leftNav1 a:hover,
#newsbox .leftNav2 a:hover,
#newsbox .rightNav a:hover {
	color:#343f01;
}
	
#newsbox .title_0 {
	display:block;
}

#newsbox .pubDate_0 {
	display:block;
}

#newsbox .bio_0 {
	display:none;
}
	
#newsbox .title_1 {
	display:block;
}

#newsbox .pubDate_1 {
	display:block;
}

#newsbox .bio_1 {
	display:none;
}
	
#newsbox .title_2 {
	display:block;
}

#newsbox .pubDate_2 {
	display:block;
}

#newsbox .bio_2 {
	display:none;;
}
	
#newsbox .title_3 {
	display:block;
}

#newsbox .pubDate_3 {
	display:block;
}

#newsbox .bio_3 {
	display:none;
}

#newsbox .title_4 {
	display:block;
}

#newsbox .pubDate_4 {
	display:block;
}

#newsbox .bio_4{
	display:none;
}	
	
#newsbox .title_5 {
	display:block;
}

#newsbox .pubDate_5 {
	display:block;
}

#newsbox .bio_5 {
	display:none;;
}
		
#newsbox #page1 {
	display:block;
}

#newsbox #page2 {
	display:none;
}

/* LOB News Module END */


/**** Careers drop-down START ****/

div#globalNav div#utilSearch #careers_activator {
    position:absolute;
}

div#globalNav div#utilSearch div#careers_links {
    display:none;
    position:relative;
    z-index:1000;
}

div#globalNav div#utilSearch div#careers_links ul {
    background: url("/images/menu_dropdown_background.png") no-repeat scroll left bottom transparent;
    height: auto;
    list-style-type: none;
    margin-left: -30px;
    margin-top: 0px;
    padding: 0 10px 26px;
    position: absolute;
    width: 208px;
}

div#globalNav div#utilSearch div#careers_links ul > li:first-child {
    background: url("/images/menu_dropdown_top.png") no-repeat scroll -20px top transparent;
    margin: -14px 0 0 -10px;
    padding: 14px 10px 0;
}

div#globalNav div#utilSearch div#careers_links ul li {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}

div#globalNav div#utilSearch div#careers_links ul li a {
    border-top: 1px dotted #54640D;
    color: #54640D !important;
    font-size: 11px;
    height: 28px;
    line-height: normal;
    padding: 4px 14px;
    font-weight:normal;
}

div#globalNav div#utilSearch div#careers_links ul li a:hover {
    background-color:#e9e9e9;
}

div#globalNav div#utilSearch div#careers_links ul > li:first-child a {
    border-top: medium none;
}

/**** Careers drop-down END ****/

/**** Cookies Policy START ****/
div#cookiepolicy {
	float:left;
	position:relative;
	color:#d3d028;
	left:293px;
	font-size:10px;
	font-weight:bold;
	line-height:33px;
}

div#cookiepolicy a {
	color:#dfcbbf;
	text-decoration:none;
}

div#cookiepolicy a:hover {
	color:#ffffff;
}

/**** Cookies Policy END   ****/


/****  start THICKBOX style ****/

#TB_window {
	font: 10px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {}

#TB_window a:visited  {}

#TB_window a:hover  {}

#TB_window a:active  {}

#TB_window a:focus  {}

#TB_overlay {
	position: fixed;
	z-index:10199;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}



.TB_overlayMacFFBGHack {
	background: url(/aboutjpm/timeline/resources/macFFfix.png) repeat;
}

.TB_overlayBG {
	background-color:#AAAAAA;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 10200;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.50);
	-khtml-box-shadow: 0px 3px 6px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.50);
	 box-shadow: 0px 3px 6px rgba(0,0,0,0.50);
}

* html #TB_window { /* ie6 hack */position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	float:left;
	margin: 25px 0 35px 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:25px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	border:none;
	height:25px;
	padding:25px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	border:none;
	position:absolute;
	right:5px;
	top:5px;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:25px 0 5px 10px;
	margin-bottom:1px;
	position:absolute;
	display:none;
}

#TB_title{
	height:25px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#_loading_txt p{
	font-family:Arial, Helvetica, sans-serif;
}

#TB_load{
	position: fixed;
	display:none;
	font-size:10px;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px;
}

* html #TB_load { /* ie6 hack */position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_closeWindowButton {
	border:none;
}

#TB_closeWindowButton a {
	border:none;
}

#TB_closeWindowButton img {
	border:none;
}

#TB_iframeContent {
	clear:both;
	border:none;
	margin-bottom:0px;
	margin-top:1px;
	_margin-bottom:1px;
}

/****  end THICKBOX style ****/
