@charset "UTF-8";

/*-----------------------------------------------------------------------------
[Randolph National Bank] Screen Stylesheet

version:   1.5
date:      01 Jan 2008
author:    Thorworx
email:     webmaster@thorworx.com
website:   http://www.thorworx.com

-----------------------------------------------------------------------------*/


* {
	margin: 0;
	padding: 0;
	border: none;
}


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #ffffff;
}

a {
	color:#644664;
	text-decoration:none;
	font-weight: bold;/* border-bottom:1px dotted #505050; */
}

a:hover {
color:#303030;
text-decoration:underline;
/*border-bottom:1px solid #505050; */
}

a img {
	border:0px none;
	text-decoration: none;
}

hr {
	width: 90%;
	height: 3px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #644664;
}
	

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}

h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 1.4em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1.2em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}



.rnbvt #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.rnbvt #container p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.rnbvt #header {
	background-color: #ffffff;
	background-image: url(../images/rnb_logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 125px;
	text-indent: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
} 
.rnbvt #header h1 {
	display: none;
}
.rnbvt #header h4 {
	display: none;
}
.rnbvt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.rnbvt  #sidebar1  p  {
	font-size: 0.9em;
}
.rnbvt #sidebar1 h5 {
	margin-bottom: 5px;
	background-color: #336633;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #FFFFFF;
	width: 100%;
}

/*-- Sidebar Menu --*/
.rnbvt #sidebar1 ul.avmenu {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	width: 130px;
}

.rnbvt #sidebar1 ul.avmenu li {
	display: inline;
	padding: 0;
	width: 130px;
}

.rnbvt #sidebar1 ul.avmenu li a {
	border-bottom: 1px solid #d8d8d8;
	border-left: 4px solid #ccc;
	border-right: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	color: #505050;
	float: left;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px 1px 5px 5px;
	text-decoration: none;
	width: 118px;
	background-color: #f4f4f4;
	font-size: 0.9em;
}

.rnbvt #sidebar1 ul.avmenu li a:hover,#leftside ul.avmenu li a.current {
	color: #505050;
	background-color: #eaeaea;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b0b0b0;
	border-right-color: #b0b0b0;
	border-bottom-color: #b0b0b0;
	border-left-color: #644664;
}

.rnbvt #sidebar1 ul.avmenu ul {
	font-size: 0.9em;
	margin: 0 0 0 15px;
	padding: 0 0 5px 0;
	width: 133px;
}

.rnbvt #sidebar1 ul.avmenu ul a {
	padding: 3px 1px 3px 5px;
	width: 123px;
}

.rnbvt #sidebar1 ul.avmenu ul ul {
	font-size: 1em;
	width: 120px;
}

.rnbvt #sidebar1 ul.avmenu ul ul a { width: 108px; }

.rnbvt #sidebar1 .buffbg {
	background-color: #F4EEDA;
	background-image: url(../images/toolkit_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*-- Sidebar Menu --*/

.rnbvt #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* padding keeps the content of the div away from the edges */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align: center;
	padding: 15px;
}

.rnbvt #sidebar2 p { 
	font-size: 0.9em;
}
.rnbvt #sidebar2 h3 {
	font-size: 1.1em;
}

.rnbvt #sidebar2 .sidelink {
	text-align:left;
	display:block;
	width:125px;
	background:#f0f0f0 url(../images/u_corner.gif) top right no-repeat;
	border:none;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 8px;
}

.rnbvt #sidebar2 .sidelink:hover {
	background:#e0e0e0 url(../images/u_corner.gif) top right no-repeat;
	text-decoration:none;
	border:none;
}


.rnbvt #mainContent {
	margin-top: 0px;
	margin-right: 170px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #E2E1E3;
} 
.rnbvt #mainContent h2 {
	font-size: 1.4em;
	color: #644664;
	margin-top: 1em;
}

.rnbvt #mainContent h3 {
	font-size: 1.2em;
	color: #000000;
	margin-top: 0.5em;
}
.rnbvt  #mainContent  ul  {
	padding-left: 35px;
	margin-top: 1em;
}

.rnbvt #mainContent dl {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px dashed #644664;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 1.2em;
	margin-left: 5px;
}

.rnbvt #mainContent dt {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #644664;
	color: #644664;
	padding-bottom: 0.2em;
}
.rnbvt #mainContent dd {
	margin-bottom: 1.0em;
}


/***** Footer *****/
.rnbvt #footer {
	clear:both;
	border-top:4px solid #f0f0f0;
	width:100%;
	text-align:center;
	color:#808080;
	background:#ffffff;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0;
	font-size: 0.9em;
}

.rnbvt #footer a {
color:#808080;
}

.rnbvt #footer a:hover {
color:#303030;
}

.rnbvt #footer p {
	color:#808080;
	line-height:1.5em;
}


.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.center {
	text-align: center;
}
.hide {
	display: none;
}
.gold {
	color: #D09C38;
}
.sponsor_img {
	padding:2px;
	background-color:#f0f0f0;
	border:2px solid #D09C38;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Forms*/
#sidebar1 fieldset
 {
	text-align: left;
	font-size: 0.9em;
	width: 128px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	margin-left: 0px;
}
#sidebar1 legend {
	font-weight:bold;
	border: 1px solid #999999;
	padding: 3px 4px;
	background-color: #FFFFFF;
}
#sidebar1  input,textarea, select{
	border:1px solid #ccc;
	margin:0;
}
#sidebar1 label {
	margin: 0px;
	padding: 0px;
}
#sidebar1  #AccessID {
	width: 126px;
	margin-bottom: 5px;
}
.rnbvt #container #sidebar1 label {
	font-weight: bold;
}

textarea {
	width:350px;
}
input.button#login {
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #ccc;
	border-right:1px solid #d8d8d8;
	border-top:1px solid #d8d8d8;
	color:#505050;
	font-weight:bold;
	width:128px;
	padding: 3px;
	font-size: 0.9em;
	margin: 0px;
	text-align: left;
	vertical-align: middle;
}
#thinrule {
	padding: 3px;
	border: 1px solid #999999;
	background-color: #F1F1F1;
}
#mainContent table {
	background-color: #F4F4F4;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.pageheader {
	font-size: 1.4em;
	color: #644664;
	margin-top: 1em;
	font-weight: bold;
}

#ratetable table {
	border: 1px solid #666666;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}
#ratetable th {
	font-weight: bold;
	background-color: #FFFFFF;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	font-size: 1.0em;
}
#ratetable td {
	list-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #333333;
	text-align: left;
	padding: 3px;
}
#ratetable td+td {
	list-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-left-color: #CCC;
	border-bottom-color: #333333;
}
#ratetable th.throw1 {
	font-weight: bold;
	background-color: #fefefe;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #333333;
	border-left: none;
	text-align: center;
	color: #333333;
}
#ratetable tbody {
	border: 1px solid #666666;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#ratetablebg {
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 0px;
	margin-right: 120px;
	margin-bottom: 0px;
	margin-left: 120px;
}
.rnbvt #mainContent ol {
	padding-left: 35px;
	margin-top: 1em;
}
