/* home.css */

/**** Container and Container content styles ****/
#containerbg {
    background-color: #FFFFFF;
    border-top: 0 solid #B6B6B6;
    clear: both;
    margin: 0 auto;
    width: 1032px; /*CHANGE*/
    padding:0;
}

div#container {
	height: auto;
	background-color: transparent;
	background-position: bottom right;
}

div#contentRight {
    background: url("../images/homepage_left_shadow.png") no-repeat scroll 0 0 transparent;
    padding: 0 26px; /*CHANGE*/
    width: 980px; /*NEW*/
}

div#container div#content div#flashContainer {
	background-image:url("../images/bkgrd_flash.gif");
	background-repeat:no-repeat;
	background-position:right;
}

div#container div#content div.seperator {
	margin:10px 0;
	height:1px;
	line-height:1px;
	padding:0;
	background-color:#cccccc;
} 

/* Client Segment Section */
div#container div#content div#contentRight div#bodyContent {
	background: #59270e url("../images/client_segment_background.jpg");
	float: left;
	width: 228px;
	height:328px;
	color: #dfcbbf;
}

div#container div#content div#contentRight div#bodyContent h2 {
	margin:56px 40px 18px 20px;
	font-size: 13px;
	line-height: normal;
	color: #dfcbbf;
}

div#container div#content div#contentRight div#bodyContent ul.loblinks {
	padding-left: 18px;
	margin-left: 0;
}

div#container div#content div#contentRight div#bodyContent ul.loblinks li {
	line-height: normal;
	padding: 4px 29px 15px 3px;
	width: 160px;
	list-style-type:none;
	border-top: 1px dotted #714f3a;
	background-image: url("../images/homepage_clients_caret.png");
	background-position: right 6px;
	background-repeat: no-repeat;
	color:#dfcbbf;
}

div#container div#content div#contentRight div#bodyContent ul.loblinks li a {
	color:#DFCBBF;
	text-decoration: none;
	display:block;
	width:100%;
	height:100%;
}

div#container div#content div#contentRight div#bodyContent ul.loblinks li:hover {
	background-image: url("../images/homepage_clients_caret_on.png");
}

div#container div#content div#contentRight div#bodyContent ul.loblinks li:hover a {
	color:#ffffff;
}





/* Old Hero Graphics Styles

div#container div#content div#contentRight div#hero {
	height: 328px;
	overflow: hidden;
	width: 752px;
	z-index: 500;
	position:relative;
}

div#container div#content div#contentRight div#hero div.heroContainer {
	position: relative;
	z-index: 501;
}

div#container div#content div#contentRight div#hero div.heroContainer div.rrImage {
	height:281px;
	width: 752px;
}

div#container div#content div#contentRight div#hero ul li a, 
div#container div#content div#contentRight div#hero ul li a:visited {
	color:#ffffff;
	text-decoration:none;
}

div#container div#content div#contentRight div#hero ul li a:hover {
	color:#ffffff;
	text-decoration:none;
}

div#container div#content div#contentRight .viewport {
	float: left;
	height: 328px;
	overflow: hidden;
	position: relative;
	width: 752px;
}

div#container div#content div#contentRight div.viewport ul.overview {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

div#container div#content div#contentRight div.viewport ul.overview li {
	float: left;
	height: 335px;
	width: 752px;
}

div#container div#content div#contentRight div.viewport ul.overview div.hero_text {
	background:url("../images/hero_headline_background.jpg") repeat scroll 0 0 transparent;
	color: #ffffff;
	height: 47px;
}

div#container div#content div#contentRight div.viewport ul.overview div.hero_title {
	color: #ffffff;
	font-size:18px;
	line-height: normal;
	font-weight: bold;
	padding: 4px 0 0 29px; 
}

div#container div#content div#contentRight div.viewport ul.overview div.hero_blurb {
	color: #ffffff;
	font-size: 12px;
	line-height: normal;
	padding: 0 0 0 29px;
}

div#container div#content div#contentRight div.viewport ul.overview div.hero_blurb a {
	padding-right: 10px;
	background:url("../images/homepage_hero_caret.png") no-repeat scroll right 2px transparent;
}

div#container div#content div#contentRight ul.pager {
	clear: both;
	list-style: none outside none;
	overflow: hidden;
	position: absolute;
	left: 681px;
	top: 289px;
	padding:0;
}

div#container div#content div#contentRight ul.pager li {
	float: left;
	height: 10px;
	margin: 0;
}

div#container div#content div#contentRight ul.pager a.pagenum {
	background: url("/images/homepage_hero_button.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 10px;
	overflow: hidden;
	padding: 0 2px;
	text-indent: -90000em;
	width: 11px;
}

div#container div#content div#contentRight ul.pager a.active{
	background-position: 0 -11px;
	color: #FFFFFF;
} */


/* NEW Hero Graphics Styles*/
div#container div#content div#contentRight div#hero {
	height: 328px;
	overflow: hidden;
	width: 752px;
	z-index: 500;
	position:relative;
	zoom: 1; 
	margin:0;
	background: url("../images/hero_headline_background.jpg") repeat scroll 0 0 transparent;
}
#hero ul{
	list-style:none;
	margin:0;
	padding:0;
}
#hero .viewport{
	position: absolute;
	left:0px;
	top:0px;
	width:752px;
	height:281px;
	overflow:hidden;
}
#hero .viewport a{
	color:transparent;
}

#hero .viewport img{
	top:0;
	left:0;
	border:none 0;
	max-width: none;
}
#hero a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
	color:#FFFFFF;
}

#hero  .pager {
	font-size: 0px;
	padding: 0px;
	float: left;
	top:291px;
	right:-8px;
	position:absolute;
	z-index:70;
	height:30px;
	width:80px;
}
#hero  .pager div{
	position:relative;
	float:left;
	
}
#hero .pager a { 
	width:11px;
	height:10px;
	background: url("../images/circle.jpg") left top;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	color:transparent;
	margin:8px 5px 8px 0;
}
#hero .pager a:hover{
	background-position: 0 11px;
}
#hero .pager a.ws_selbull{
	background-position: 0 11px;
}
#hero a.ws_next, #hero a.ws_prev {
	position:absolute;
	display:none;
	top:50%;
	margin-top:-15px;
	z-index:60;
	height: 45px;
	width: 45px;
	background-image: url("../test/HomePageSlider/engine1/arrows.png");
}
#hero a.ws_next{
	background-position: 100% 0;
	right:21px;
}
#hero a.ws_prev {
	left:21px;
	background-position: 0 0; 
}
* html #hero a.ws_next,* html #hero a.ws_prev{display:block}
#hero:hover a.ws_next, #hero:hover a.ws_prev {display:block}

#hero .ws-title{
	position:absolute;
	display:block;
	bottom: 6px;
	left: 0px;
	margin-bottom: 0px;
	padding-left: 29px;
	color:#ffffff;
	z-index: 50;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 18px;
    font-weight: bold;
	opacity:1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);	
}
#hero .ws-title div{
	padding-top:1px;
	font-size: 12px;
    font-weight:normal;
    line-height:normal;
	width:680px}
#hero  a.wsl{
	display:none;
}
#hero .ws-title div a {
    background: url("../images/homepage_hero_caret.png") no-repeat scroll right 2px transparent;
    padding-right: 10px;
}
#hero ul {
	position:relative;
	width: 300%; 
	left:0%;
	animation: wsBasic 37.8s infinite;
	-moz-animation: wsBasic 37.8s infinite;
	-webkit-animation: wsBasic 37.8s infinite;
}
#hero ul li{
	float:left;
	width:752px;
}
@keyframes wsBasic{0%{left:-0%} 26.46%{left:-0%} 33.33%{left:-100%} 59.79%{left:-100%} 66.67%{left:-200%} 93.12%{left:-200%} }
@-moz-keyframes wsBasic{0%{left:-0%} 26.46%{left:-0%} 33.33%{left:-100%} 59.79%{left:-100%} 66.67%{left:-200%} 93.12%{left:-200%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 26.46%{left:-0%} 33.33%{left:-100%} 59.79%{left:-100%} 66.67%{left:-200%} 93.12%{left:-200%} }




div#container div#content div#contentRight div#flashcontent {
	color:#ffffff;
}

div#container div#content div#contentRight div#banners {
	background:url("../images/homepage_banners_background.png") no-repeat scroll left top #FFFFFF;
	height: 184px;

	padding-left: 2px;
	padding-top: 28px;
	overflow:hidden;
}

div#container div#content div#contentRight div#banners div.rrImage,
div#container div#content div#contentRight div#banners div.rrUnitGeneric {
	float: left;
	padding: 0 26px 0 27px;
	width: 196px;
	color: #555555;
	font-size:11px;
	line-height: normal;
}

div#container div#content div#contentRight div#banners div.rrUnitGeneric p {
	margin:8px 7px;
}

div#container div#content div#contentRight div#banners div.rrImage a,
div#container div#content div#contentRight div#banners div.rrUnitGeneric a {
	font-weight:bold;
}

div#container div#content div#contentRight div#banners div.rrUnitGeneric div.rrImage {
	float: none;
	padding: 0;
}

/**** News & Announcements styles ****/

div#container div#content div#contentLeft {
	background: none;
	width: 228px;
	float:left;
}

div#container div#content div#contentLeft div#newsbox div.newstitle {
	font-weight: bold;
	color: #555555;
	padding: 24px 20px 8px;
	line-height:12px;
}

div#newsbox img.morenews {
	float: left;
	margin-top: 3px;
}

div#container div#content div#contentLeft div#newsbox div.ulContainer {
        clear: both;
}

div#container div#content div#contentRight div#newsbox .viewport {
	height: 116px;
	width: 228px;
}

div#container div#content div#contentRight div#newsbox ul#newslist {
	width: 177px;
	margin:0 0 0 20px;
}

div#container div#content div#contentRight div#newsbox ul#newslist li {
	float: none;
	height: auto;
	padding: 0 0 13px;
	width: 177px;
}

div#container div#content div#contentRight div#newsbox a {
        font-weight: bold;
        font-size: 11px;
	line-height: 13px;
	text-decoration:none;
}

div#container div#content div#contentRight div#newsbox ul li a {
	position: relative;
	display: block;
        padding: 0;
        overflow: hidden;
}

div#container div#content div#contentRight div#newsbox div.morenews {
        padding: 5px 20px 0;
	   line-height:14px;
}

div#container div#content div#contentRight div#newsbox div.morenews a {
        text-decoration:underline;
}

div#container div#content div#contentRight div#newsbox .buttons {
	clear: both;
	height: 15px;
	position: relative;
	text-indent: -999px;
}

div#container div#content div#contentRight div#newsbox a.prev {
	background: url("../images/news_buttons.jpg") no-repeat scroll 50% 0px transparent;
}

div#container div#content div#contentRight div#newsbox a.next {
	background: url("../images/news_buttons.jpg") no-repeat scroll 50% -30px transparent;
}

div#container div#content div#contentRight div#newsbox a.disable {
	visibility: hidden;
}


/*Newsscroll START*/

#newsscroll {
	background-color: #ffffff;
	margin:0; 
	height:104px; 
	padding:0; 
	width: 228px;
}

#newsscroll .customScrollBox
{
	position:relative; 
	height:100%; 
	overflow:hidden;
}

#newsscroll .customScrollBox .container
{
	position:relative; 
	top:0; 
	float:left;
}

#newsscroll .customScrollBox .content
{
	clear:both;
	float:left;
}

#newsscroll .customScrollBox .content p
{
	padding:10px 5px; 
	margin:10px 0; 
	color:#09C; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:13px; 
	line-height:20px;
}

#newsscroll .dragger_container
{
	position:relative; 
	width:0px; 
	height:104px; 
	float:left; 
	margin:0 0 0 10px; 
	border-left:1px dotted #cecece; 
	cursor:pointer;
}

div#container div#content div#contentRight div#newsbox ul#newslist {
	list-style: none outside none;
	margin: 0 0 0 20px;
	padding: 0;
}

#newsscroll .dragger
{
	position:absolute; 
	width:9px; 
	height:9px; 
	background:#54640D; 
	margin-left:-5px; 
	text-align:center; 
	overflow:hidden; 
	cursor:pointer; 
	-moz-border-radius:18px; 
	-khtml-border-radius:18px; 
	-webkit-border-radius:18px; 
	border-radius:18px;
}

#newsscroll .dragger_pressed
{
	position:absolute; 
	width:9px; 
	height:9px; 
	background:#54640D; 
	margin-left:-5px; 
	overflow:hidden; 
	cursor:s-resize;
}

/*Newsscroll END*/







div#footerbg {
	background: url("../images/jpmorgan_signature.png") no-repeat scroll right -65px transparent;
	height: 130px;
}

/*** Video player / placeholder (overrides for Home page) ***/
div#content div#contentRight div#video {
	clear: both;
	float: left;
	width: 240px;
	display: none;
}

div#video .vid_header,
div#video .header {
	color: #331d10;
	background-image: url(../images/hdr_videos.jpg);
	background-repeat: no-repeat;
	padding-left: 213px;  /* to make room for bg image */
}

