








/* General tag definitions */
body {
	margin: 0;
	padding: 0;
	font-size: .8em;
        background-color: #ffffff;
	background-image:url(../images/background_subpage.jpg);
	background-repeat:no-repeat;
}

body, div, p, td, th, span, a {
	font-family: arial, helvetica, sans-serif;
        color: #000000;
}

p {
	margin:0 0 12px 0;
	padding:0;
}

a {
	color: #996600;
	text-decoration: none;
}

a.raquo, a.raquo:visited {
	color: #996600;
	font-weight:bold;
	margin:0;
	padding:0;
}

a:hover,
a:hover.raquo {
	color: #7a4423;
	text-decoration: underline;
}

form {
	margin:0;
	padding:0;
	display:inline;
}

/* Utility definitions */
div.clear {
	clear:both;
	line-height:.01em;
	padding:0;
	margin:0;
}

p.errorTxt, ul.error, span.error, td.error {
	color:#F39101
}

div#topbg {
	width: 100%;
	background-color: #331d10;
	background-image:url(../images/background_subpage.jpg);
	background-repeat:no-repeat;
}

/* log in box */
div#loginFields {
	display:none;
}

input#loginSubmit {
	display:none;
	float:left;
	margin-top:3px;
}

/* Global nav, global utility nav */

div#globalNav {
	width:995px;
	height:25px;
}

div#globalNav div#utilSearch {
	float: right;
}

div#globalNav ul, 
div#globalNav ul#utility {
	background-color:#807f83;
	list-style-type:none;
        float: left;
	margin:0;
	color:#fff5f1;
	height: 25px;
	padding-left: 20px;
}

div#globalNav div#utilSearch ul,
div#globalNav ul {
	background-image:url(../images/navbar_leftcorner.gif);
	background-repeat:no-repeat;
	background-position:left;
	height: 25px;
	float: left;
	margin: 0;
	padding: 0 0px 0 14px;
}

div#globalNav div#utilSearch ul#utility {
	background-image: none;
	padding: 0 0px 0 0px;
}

div#globalNav div#utilSearch ul li a, 
div#globalNav div#utilSearch ul li a:visited, 
div#globalNav div#utilSearch ul li a span, 
div#globalNav div#utilSearch ul li a:visited span { 
        color:#fff5f1; 
	text-decoration: none;
	height: 25px;
        font-weight: normal; 
        font-size: 9px; 
        font-family: verdana, arial, sans-serif; 
        cursor: pointer;
}

div#globalNav ul li, 
div#globalNavUtility ul li {
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0px 4px 0px 2px;
}

div#globalNav ul li a
{
	margin-top: 0px;
	display: block;
	float: left;
}

div#globalNav div#utilSearch ul#utility li.login {
	background-image: url(../images/thrd_client_tab_left2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #efe7e4;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

div#globalNav div#utilSearch ul#utility li.login a,
div#globalNav div#utilSearch ul#utility li.login a:visited {
	background-image: url(../images/thrd_client_tab_right2.jpg);
	color: #321B0F;
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 23px;
	padding-bottom: 0px;
	margin-top: 0px;
	float: left;
}

div#globalNav span {
        color:#fff5f1; 
}

div#globalNav ul li.country
{
	padding-right: 0px;
}

div#globalNav ul li.country a,
a.country
{
	color: #ffffff;
	background-color: #655d5d;
	padding: 0px 46px 0px 6px;
	background-image: url(../images/navbar_map.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 25px;
}

div#globalNav ul li.country a:hover,
a.country:hover
{
	background-color: #4b3b34;
	background-image: url(../images/navbar_map_rollovr.gif);
}


/* Logo and search box */
div#logoSearch {
	clear:both;
	float:left;
	padding:0 0 0 11px;
	width:964px;
}

div#logoSearch div#logo,
div#logoSearch div#printlogo {
	float: left;
}	

div#logoSearch div#printlogo {
	display: none;
}	

div#globalNav div#search,
div#logoSearch div#search {
        display: inline;
        background-color: #ebeaea;
        background-image: url(../images/navbar_rightcorner2.gif);
        background-position: top right;
        background-repeat: no-repeat;
        float: left;
	color:#fff5f1;
        height: 23px;
	margin-top: 0px;
	padding: 2px 18px 0px 6px;
}	

div#globalNav div#search form {
	margin: 0px;
	padding: 0px;
	height: 18px;
        font-family: verdana, arial, sans-serif; 
        font-size: 0.9em;
}	

div#globalNav div#search input.button,
div#logoSearch div#search input.button {
	color:#fff5f1;
	font-weight: bold;
	border:0px solid #cccccc;
	background-color:#626262;
	height:20px;
	font-size:.85em;
	padding:0 4px 0 4px;
	margin-bottom:2px;
}	

div#globalNav div#search input.button:hover, 
div#logoSearch div#search input.button:hover {
	background-color:#c3c3c3;
}

div#globalNav div#search input.searchBox,
div#logoSearch div#search input.searchBox {
	color:#626262;
	padding:2px 1px 0px 1px;
	margin:0 0 2px 0;
	height: 15px;
        font-size: 0.92em;
	border:1px solid #cccccc;
	width:150px;
}

#containerbg {
	width: 100%;
	background-color: #ffffff;
	border-top: 1px solid #b6b6b6;
	clear: both;
}


/* Container and Container content styles */
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: 1200px;
	clear:both;
        background-color: #ffffff;
        background-image: none;
        background-repeat: no-repeat;
        background-position: left top;
}

/* Right Rail styles */
div#container div#rightRail {
	width:285px;
	padding:0;
	margin:0;
	font-size:.9em;
}

/* Footer styles */
div#footerbg {
	width: 100%;
	background-image:url(../images/footer_pixel.gif);
	background-repeat: repeat-x;
        background-color: #ffffff;
	height: 39px;
}

div#footer {
	clear:both;
	float:none;
	padding: 16px 10px 0 10px;
	width:955px;
	color:#321b0f;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	margin:0 0 10px 0;
}

div#footer div.links {
	float:left;
	color:#321b0f;
	padding-left: 10px;
}

div#footer div.links a, 
div#footer div.links a span, 
div#footer div.links a:visited, 
div#footer div.links a:visited span 
{
	font-family: verdana, arial, sans-serif;
	color:#321b0f;
	text-decoration:none;
}

div#footer div.copyright {
	padding-right:10px;
	color:#321b0f;
	float:right;
	text-align:right;
}

div#footer div.copyright a {
	font-family: verdana, arial, sans-serif;
	color:#321b0f;
	text-decoration:none;
}


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 {
	color:#c88a12;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

div#container div#content div#contentLeft div#jpm_news,
div#container div#content div#contentLeft div.news,
div#container div#rightRail div#contentLeft div#jpm_news {
	width: 213px;
	margin-bottom: 18px;

}

.news .ulContainer {
	position: relative;
	overflow:hidden;
	height:129px;
	padding: 0px;
}

div#container div#content div#contentLeft div.news ul {
        margin: 0px;
        position: relative;
}

.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 {
        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.news a {
        color: #23120a;
        font-weight: normal;
        font-size: 11px;
        text-decoration: none;
}

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.news div a:hover {
        color: #54301a;
        text-decoration: none;
}

div.news 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 {
        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 {
        color: #23120a;
        text-decoration: none;
	background-position:right -80px;
}

div.news .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;
	background:url(../images/news_buttons.jpg) no-repeat 0px 0px;
	padding:0px;
}

.news .topBar .topNewsArrow:hover {
	background-position:0px -15px;
}

.news .bottomBar .bottomNewsArrow {
	display:block;
	width:40px;
	height:15px;
	position:absolute;
	top:0px;
	left:87px;
	background:url(../images/news_buttons.jpg) no-repeat 0px -30px;
	padding:0px;
}

.news .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 {
	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: 10px;
}

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;
	}

