/* private_bank_mobile_services.css */

div#content div#hdrbanner {
    height: 328px;
    margin: 0 auto;
    width: 980px;
}

div#container div#contentRight div#contentHeader {
	display: none;
}

div#container div#contentRight div#bodyContent {
	background: none bottom center repeat-x;
	padding:0;
}

div#container div#contentRight h1 {
	background-image: none;
	background-repeat: no-repeat;
	color: #555555;
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 0 0 20px;
}

div#container div#contentRight div#bodyContent h2 {
    color: #54640D;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 10px;
	margin-bottom:0;
}      

div#container div#contentRight div#bodyContent .info_buttons {
	margin-top: 10px !important;
	float: right;
}

div#container div#contentRight div#bodyContent .button {
	background: #54640d;
	color: #fff;
	padding: 10px;
	font-size: 10px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div#container div#contentRight div#bodyContent .button:after {
	content: "\A0\A0" url("/images/arrow_white.png");
}

div#container div#contentRight div#bodyContent .row {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #E5DEDA;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-bottom: 10px;
    padding-top: 20px;
    position: relative;
}

div#container div#contentRight div#bodyContent .row.last {
	background-image: none;
	padding: 0;
}

div#container div#contentRight div#bodyContent .box {
	display: table-cell;
	width: 360px;
	padding: 10px 20px;
	vertical-align:top;
	overflow:hidden;
}

div#container div#contentRight div#bodyContent .box p {
	padding-bottom: 10px;
	margin:0;
}

div#container div#contentRight div#bodyContent .box ul {
	margin: 0 0 15px 30px;
	padding: 0;
}

div#container div#contentRight div#bodyContent .box.first {
	width: 300px;
	padding-top: 20px;
text-align:center;
}

div#container div#contentRight div#bodyContent .box.last {
	width: 540px;
}

div#container div#contentRight div#bodyContent .compare-link.view-chart {
	clear:left;
}

div#container div#contentRight div#bodyContent .compare-link.view-chart a {
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

div#container div#contentRight div#bodyContent .compare-link.view-chart a:after {
	content: "\A0\A0" url("/images/arrow_green.png");
}

.small_bold_text {
    font-size: 10px;
    font-weight: bold;
}



/***Mobile Animation***/

#mobile_slideshow {
    background: url("/images/gradient_whtbrn.png") repeat-x scroll center -100px transparent;
    display: block;
    height: 328px;
    padding: 0 20px;
overflow:hidden;
width:940px;
}

#mobile_slideshow img {
  position: absolute;
}

#mobile_slideshow p {
  margin:0;
}


#mobile_slideshow .bottom-text,
#mobile_slideshow .headline,
#mobile_slideshow .subhead {
  position:absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

#mobile_slideshow #android {
  left: 797px;
  top: 139px;
  position:relative;
}

#mobile_slideshow #iphone {
  left: 713px;
  top: 123px;
  position:relative;
}

#mobile_slideshow #kindle {
  left: 597px;
  top: 81px;
  position:relative;
}

#mobile_slideshow #ipad {
  left: 358px;
  top: 81px;
  position:relative;
}

#mobile_slideshow .bottom-text {
  font-size: 13px;
  font-weight: bold;
  left: 60px;
  top: 288px;
}

#mobile_slideshow .headline {
  font-size: 25px;
  font-weight: normal;
  color: #58311b;
  left: 60px;
  top: 146px;
}

#mobile_slideshow .subhead {
  font-size: 19px;
  font-weight: normal;
  color: #58311b;
  left: 60px;
  top: 173px;
}



div#container div#rightRail * {
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
}