/* private_bank_online_services.css */

div#container div#contentRight div#contentHeader {
	display: none;
}

/* Online Services, About Us Page Styling */
div#container div#contentRight div#bodyContent {
	display: table;
	table-layout: fixed;
	width: 100%;
	background: url('../images/bg_gradient_white_to_grey.png') bottom center repeat-x;
	padding:0;
	margin-bottom:15px;
}

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 {
	padding-bottom: 10px;
	font-size: 16px;
	margin: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 {
	display: table-row;
	background: url("../images/homepage_navigation_shadow.png") no-repeat scroll right bottom transparent;
	float: left;
	clear: both;
	padding-bottom: 15px;
}

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;
}

div#container div#contentRight div#bodyContent .box.second {
	width: 200px;
}

