
/* Riverside National Bank 
developed by blue ridge solutions www.blueridges.com
*/

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #003366;
}

#page {
	width: 759px;
	margin: 0px auto 10px auto;
	background-color: white;
}

#pageset {
	border-width: 0px;
}

#layoutleft {
	width: 180px;
	vertical-align: top;
}

#layoutmain {
	vertical-align: top;
}

#secondnav {
	color: #231F20;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 8px;
	padding-bottom: 18px;
}

#secondnav a {
	color: #231F20;
	text-decoration: none;
}

#secondnav a:hover {
	color: #999999;
}

#content {
	width: 500px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #231F20;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #231F20;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #231F20;
	margin-top: 0px;
	padding-top: 0px;
}

.note {
	font-size: 9px;
}

a {
	color: #006699;
}

a:hover {
	color: #85ADD5;
}

.alert {
	border: 1px solid #F68D68;
	padding: 5px 6px 5px 6px;
}

#footer {
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #231F20;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

#footer td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #231F20;
	text-align: center;
}

.bar {
	border-bottom: 1px solid black;
}

#left_nav a {
	display:block;
	width:155px;
	height:21px;
	overflow:hidden;
	text-indent:-1000px;
	background-repeat:no-repeat;
	background-position:bottom center;
}

#left_nav a.sub_nav, #left_nav a.sub_nav2 { background-position:0px -42px; }

#left_nav a.sub_nav2 { padding-bottom:14px; }

#left_nav a.sub_nav:hover, #left_nav a.sub_nav2:hover, #left_nav .hover {background-position:top center;}
