/* CSS - First Virginia Community Bank */

/* Reset.css - Resets default browser CSS styles. */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, /*sup,*/ tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

body { line-height: 1; color: #333; background: white; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* HTML elements */

body, html {
	background: #fff;
	margin: auto;
	text-align: center;
}

noscript {
	color: #fff;
	background: #f00;
	padding: 3px;
}

a:link, a:visited {
	color: #4D9309;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h3 {
	color: #71a93a;
	font: 1em arial, sans-serif;
	font-weight: bold;
	margin: 5px 5px 5px 0;
}

h4 {
	color: #71a93a;
	font: .9em arial, sans-serif;
	font-weight: bold;
	margin: 5px 5px 5px 0;
}

strong {
	font-weight:bold;
}

ol {
	list-style-type: lower-alpha;
}

/* for HPL */

table {
	padding: 2px;
}

table.rates {
	width: 100%;
	padding: 2px;
	border: 0;
}

th.rates {
	font-weight: bold;
}

td.col1{
	width: 50%;
	border: 0;
}

td.col2_3 {
	width: 25%;
}

	

/* Layout */

.backToTop {
	font: .75em arial, sans-serif;
	float: right;
}

#ehl {
	background: url(../images/ehl.gif) no-repeat center center;
	float: right;
	margin: -30px 10px 0 0;
	width: 61px;
	height: 18px;
}

#ehl span {
	display: none;
}

#fdic {
	background: url(../images/fdic.gif) no-repeat center center;
	float: left;
	margin: 5px 0 0 20px;
	width: 34px;
	height: 19px;
	display: block;
}

#fdic span {
	display: none;
}

#footer {
	width: 100%;
	text-align: center;
	border-top: 2px solid #ffcf06;
	margin: 20px auto;
	padding: 10px 0 0 0;
	font: .9em arial, sans-serif;

}

#footer ul {
	margin: 0 90px 0 0;
	list-style-type: none;
}

#footer li {
	display: inline;
}

#footer p {
	margin: 10px 35px 0 0;
	font: .8em arial, sans-serif;
}

#header {
	text-align: right;
	background: url(../images/hdrBkg.gif) no-repeat top left;

}

#header h1 a {
	background: url(../images/logo.gif) no-repeat left center;
	float: left;
	height: 81px;
	width: 191px;
}

#header h1 span {
	display: none;
}

#header li {
	display: inline;
	font: .9em arial, sans-serif;
}


#homepagewelcome {
/*	width: 230px;
	float: left; */
	margin: 25px 0px 0 10px;
	
}

#homepagewelcome h2 {
	width: 242px;
	height: 19px;
	font-size: 14px;
	font-weight: bold;
	color: #65a12a;
	padding-bottom: 5px;
	padding-top: 3px;
}

#homepagewelcome quote {
	font-size: 14px;
	font-weight: bold;
	color: #65a12a;
	padding-bottom: 5px;
	padding-top: 3px;
}

#homepagewelcome h2 span, #whatsNew h2 span {
	display: none;

}
#homepagewelcome p {
	padding-top: 5px;
	padding-bottom: 8px;
}

.smallText {
	font-size: 11px;
}
#main {	
	width: 572px;
	float: left;
	margin: 0 0 0 5px;
}

#home_image {
/*	background: url(../images/Tree2.jpg) no-repeat top center; */
}

#mContainer {
	width: 765px;
	margin: 10px auto;
	text-align: left;
	
}

#mContent {
	font: .9em arial, sans-serif;
}

#menuPos {
	position: relative;
	margin: 8px 250px;
	padding-right: 30px;	
}

#moreNews {
	float: right;
	margin: 20px 0 0 0;
}

ul.newsPage  {
	list-style-type: none;
	margin: 20px 0 0 20px;
}

li.newsPage span {
	font-weight: bold;
	display: inline;
	height: 30px;
	width: 20px;
	border: 1px solid;
}

/* subMenu on left */
#navcontainer { width: 140px; margin: 20px 20px 0 0; float: left;}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font: .9em Arial, Helvetica, sans-serif;
}

#navcontainer ul a {
	display: block;
	padding: 3px;
	width: 140px;
	background-color: #00502F;
	padding: 10px;
	border-bottom: 1px solid #71A93A;
}

#navcontainer a:link, #navlist a:visited {
	color: #fff;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #71A93A;
	color: #fff;
}

#navcontainer #current {
	background: #71A93A;
}

#navcontainer ul li ul a {
	width: 125px; 
	background: #71A93A;
	padding-left: 25px;
	border-top: 1px solid #00502f;
}

#navcontainer ul li ul li {
	background: url(../images/arrow_right.gif) no-repeat center left;
	}


/*end subMenu */

#rightSide {
	text-align: center;
	float: right;
	margin: 0 10px 10px 0;
	width: 158px;
}

#rightSide #loginbox, #rightSide #bbBox {
color: #fff;
margin: 5px auto;
text-align: left;
background: #4d9309;
}

#rightSide #loginbox {
position: relative;
width:157px;
height:235px;
}


#rightSide #bbBox {
padding: 10px;
width: 137px;
}


#rightSide #bbBox p {
	font: .7em arial, sans-serif;
	margin: 3px 0 2px 20px;
	text-align: left;
}

#rightSide img {
	margin: 0 0 5px 0;
}

#rightSide li {
	list-style-type: none;
	background: url(../images/arrow.gif) no-repeat left center;
	padding: 4px 0 0 20px;
}

#rightSide a:link, #rightSide a:visited {
	color: #fff;
	text-decoration: none;
}

#rightSide a:hover {
	text-decoration: underline;
}


#subNav1, #subNav2 {
	list-style-type: none;
	padding: 0px 30px 3px 0;
	font-size: .8em;
}

/* CSS for secondary pages */
	/*CSS for pages without the left menu */
#subPagesNoMenu {
	width: 700px;
	margin: 20px;
}

#subPagesNoMenu span {
	display: none;
}

#subPagesNoMenu h2 {
	display: block;
	margin: 0 0 15px 0;
}

#subPagesNoMenu h3 {
	color: #71a93a;
	font: 1em arial, sans-serif;
	font-weight: bold;
	margin: 5px 5px 5px 0;
}

#subPagesNoMenu li {
	line-height: 1.5em;
	margin: 2px 0 0 15px;
}

#subPagesNoMenu p {
	margin: 10px 0 ;
	line-height: 1.3em;
}
	
#subPagesNoMenu #currentcoupons {
	background: url(../images/coupons.gif) no-repeat center center;
	height: 17px;
	width: 265px;
}
	
#subPagesNoMenu #products {
	background: url(../images/products.gif) no-repeat center center;
	height: 13px;
	width: 153px;
}

#subPagesNoMenu #onlinebanking {
	background: url(../images/onlinebanking.gif) no-repeat center center;
	height: 17px;
	width: 119px;
}

#subPagesNoMenu #onlineaccountopen {
	background: url(../images/onlineaccountopen.gif) no-repeat center center;
	height: 17px;
	width: 194px;
}

#subPagesNoMenu #news {
	background: url(../images/news.gif) no-repeat center center;
	height: 13px;
	width: 177px;
}

#subPagesNoMenu #privacy {
	background: url(../images/privacy.gif) no-repeat center center;
	height: 16px;
	width: 137px;
}
	
#subPagesNoMenu #switchkit {
	background: url(../images/switchkit.gif) no-repeat center center;
	height: 17px;
	width: 317px;
}

#subPagesNoMenu #forms {
	background: url(../images/forms.gif) no-repeat center center;
	height: 12px;
	width: 46px;
}

#subPagesNoMenu #cdars {
	background: url(../images/cdars.gif) no-repeat center center;
	height: 17px;
	width: 350px;
}

#subPagesNoMenu #creditcardaccess {
	background: url(../images/creditcardaccess.gif) no-repeat center center;
	height: 17px;
	width: 350px;
}

#subPagesNoMenu #phishing {
	background: url(../images/phishing.gif) no-repeat center center;
	height: 17px;
	width: 350px;
}

	/* CSS for pages WITH the left menu */
#subPages {
	float: left;
	width: 550px;
	margin: 20px 0 20px 20px;
}

#subPages h2 {
	display: block;
	margin: 0;
}

#subPages h3 {
	color: #71a93a;
	font: 1em arial, sans-serif;
	font-weight: bold;
	margin: 5px 5px 5px 0;
}

#subPages img {
	border: 1px solid #eee;
	padding: 3px;
	margin:  0 5px 5px 0;
	float: left;
}

#subPages li {
	list-style-type: disc;
	line-height: 1.4em;
	margin: 2px 2px 2px 10px;
}

#subPages li img {
	padding: 0px;
	margin:  0px;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#subPages ol li {
	list-style-type: decimal;
	line-height: 1.4em;
	margin: 2px 2px 2px 14px;
}


#subPages p {
	margin:  10px 0;
	line-height: 1.3em;
}

#subPages p#breadCrumbs {
	font: .75em arial, sans-serif;
	margin: 5px 0;
	padding: 0;
}

#subPages span {
	display: none;
}

#subPages ul, #subPages ol {
	list-style-type: none;
	margin: 0 0 0 12px;
	font-size: .9em;
}

#subPages #about {
	background: url(../images/about.gif) no-repeat center center;
	width: 290px;
	height: 17px;
}

#subPages #businessbankingsub {
	background: url(../images/businessbankingsub.gif) no-repeat center center;
	width: 133px;
	height: 17px;
}

#subPages #businessloans {
	background: url(../images/businessloans.gif) no-repeat center center;
	width: 182px;
	height: 13px;
}

#subPages #businesssavings {
	background: url(../images/businesssavings2.gif) no-repeat center center;
	width: 276px;
	height: 17px;
}

#subPages #businessservices {
	background: url(../images/businessservices.gif) no-repeat center center;
	width: 135px;
	height: 12px;
}

#subPages #cashmanagement {
	background: url(../images/cashmanagement.gif) no-repeat center center;
	width: 231px;
	height: 17px;
}

#subPages #checking {
	background: url(../images/checking.gif) no-repeat center center;
	height: 17px;
	width: 350px;
}

#subPages #commercialcapture {
	background: url(../images/commercialcapture.gif) no-repeat center center;
	height: 17px;
	width: 160px;
}

#subPages #consumerloans {
	background: url(../images/consumerloans.gif) no-repeat center center;
	height: 12px;
	width: 128px;
}

#subPages #contact {
	background: url(../images/contact.gif) no-repeat center center;
	height: 12px;
	width: 85px;
}

#subPages #currentcoupons {
	background: url(../images/currentcoupons.gif) no-repeat center center;
	height: 17px;
	width: 265px;
}

#subPages #dir_man {
	background: url(../images/dirMan.gif) no-repeat center center;
	height: 16px;
	width: 195px;
}

#subPages #directors {
	background: url(../images/directors.gif) no-repeat center center;
	height: 12px;
	width: 69px;
}

#subPages #edirectory {
	background: url(../images/edirectory.gif) no-repeat center center;
	height: 16px;
	width: 86px;
}

#subPages #employment {
	background: url(../images/employment.gif) no-repeat center center;
	height: 17px;
	width: 211px;
}

#subPages #greatlinks {
	background: url(../images/greatlinks.gif) no-repeat center center;
	height: 13px;
	width: 86px;
}

#subPages #communityinvolvement {
	background: url(../images/communityinvolvement.gif) no-repeat center center;
	height: 15px;
	width: 200px;
}
#subPages #healthsavings {
	background: url(../images/healthsavings.gif) no-repeat center center;
	height: 17px;
	width: 191px;
}

#subPages #howdidwedo {
	background: url(../images/howdidwedo.gif) no-repeat center center;
	height: 13px;
	width: 132px;
}

#subPages #irasep {
	background: url(../images/irasep.gif) no-repeat center center;
	height: 13px;
	width: 141px;
}

#subPages #locations {
	background: url(../images/locations.gif) no-repeat center center;
	height: 12px;
	width: 73px;
}

#subPages #management {
	background: url(../images/management.gif) no-repeat center center;
	height: 16px;
	width: 102px;
}

#subPages #personalmortgages {
	background: url(../images/mortgages.gif) no-repeat center center;
	height: 16px;
	width: 83px;
}

#subPages #otherfinancial {
	background: url(../images/otherfinancial.gif) no-repeat center center;
	height: 13px;
	width: 188px;
}

#subPages #ourcommunity {
	background: url(../images/ourcommunity.gif) no-repeat center center;
	height: 16px;
	width: 123px;
}

#subPages #ourStory {
	background: url(../images/ourStory.gif) no-repeat center center;
	height: 16px;
	width: 74px;
}

#subPages #personalbanking {
	background: url(../images/personalbankingsub.gif) no-repeat center center;
	height: 17px;
	width: 133px;
}

#subPages #personalloans {
	background: url(../images/personalloans.gif) no-repeat center center;
	height: 17px;
	width: 287px;
}

#subPages #ratesandcalculators  {
	background: url(../images/ratesandcalculators.gif) no-repeat center center;
	height: 13px;
	width: 151px;
}

#subPages #ratescalculators  {
	background: url(../images/calculators.gif) no-repeat center center;
	height: 13px;
	width: 86px;
}

#subPages #ratesinterest  {
	background: url(../images/interestchecking.gif) no-repeat center center;
	height: 17px;
	width: 319px;
}

#subPages #ratessavings  {
	background: url(../images/businesssavings.gif) no-repeat center center;
	height: 16px;
	width: 152px;
}

#subPages #specialoffers  {
	background: url(../images/specialoffer.gif) no-repeat center center;
	height: 17px;
	width: 109px;
}

#subPages #welcome {
	background: url(../images/welcome.gif) no-repeat center center;
	height: 13px;
	width: 73px;
}


/* end Secondary Pages */


/* small link menu on upper right of sub pages */
#subPageNav {
	float: right;
	margin: 0 ;
}

#subPageNav ul {
	list-style-type: none;
}

#subPageNav li {
	display: inline;
	margin: 0;
}
	
/* Calendar */
.cTimeValue h3 {
	color: #00502f;
}


/* Products & Services & e-Directory */
#alphaNav {
	font: .8em arial, sans-serif;
	text-align: justify;
}

#psNav ul{
	list-style-type: none;
	margin: 0 0 20px 10px;	
}

#psNav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#switch {
	background: url(../images/switchBkg.gif) no-repeat top center;
	width: 156px;
	height: 66px;
	margin: 20px 0 0 390px;
}

#switch span {
	display:none;
}
/* These two swap on the front page */
#whatsNew {
	width: 262px;
	float: right;
	margin: 310px 21px 0 0;

}

#introRate {
	float: right;
	margin: 0 0 0 30px;
	background: url(../images/green-cdrates3.gif) no-repeat top center;
/*	height: 195px; */
	height: 225px;
	width: 285px;
	}
	
	#introQuote {
	float: right;
	margin: 0 0 0 30px;

	width: 286px;
	color:#ffffff;
	}

#quote {
	font-size:11px; padding:10px;
}

#introRate p{
	font: 3.7em arial, sans-serif;
	color: #fff;
	padding: 65px 0 0 60px;
}

#introRate .smallText {
	font: .6em arial, sans-serif;
	color: #fff;
	padding: 25px 15px 0 15px;
	text-align: center;
}

/* End swappage */

#whatsNew h2{
	background: url(../images/whatsNew.gif) no-repeat top left;
	width: 97px;
	height: 15px;
	text-align: left;
	padding: 3px;
}

/* Clear Floats Fix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Contact Form Styles */

table {

}

td {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size:10pt;

}

td#comment {
	text-align: center;
	padding: 20px 0 0 0;
	font-weight: bold;
}

td.label { 
	text-align: right;
	padding: 0 10px 0 0;
}

td.header { 
			background:#87CEFA; 
			font-size:10pt;
			color:#000000; 
			text-align:center; 
			font-family: verdana,helvetica,arial,sans-serif; 
}

td.highlight { 
			background:#efefef; 
			font-size:10pt;
			color:#000000; 
			text-align:left; 
			font-family: verdana,helvetica,arial,sans-serif; 
			padding: 2px;
			margin: 2px;
}

td.highlightcenter { 
			background:#FFFFFF; 
			font-size:10pt;
			color:#000000; 
			text-align:center; 
			font-family: verdana,helvetica,arial,sans-serif; 
}

td.shadow { 
			background:#efefef; 
			font-size:10pt;
			color:#000000; 
			text-align:right; 
			font-family: verdana,helvetica,arial,sans-serif; 
			padding: 2px;
}

td.shadowcenter { 
			background:#ECECEC; 
			font-size:10pt;
			color:#000000; 
			text-align:center; 
			font-family: verdana,helvetica,arial,sans-serif; 
}


td.shadowrequired { 
			background:#ECECEC; 
			font-size:10pt;
			color:#FF4500; 
			text-align:right; 
			font-family: verdana,helvetica,arial,sans-serif; 
}

td.smtype { 
			background:#FFFFFF; 
			font-size:8.5pt;
			color:#000000; 
			text-align:left; 
			font-family: verdana,helvetica,arial,sans-serif; 
}

td#span {
	color: red;
	display: inline;
}
input {
	margin: 3px 0;
}

/* calculators */

#calculator {
	float: left;
	width: 550px;
	margin: 20px 0 20px 20px;
}

#calculatorTitle {
	display: block;
	margin: 0;
	background: url(../images/calculators.gif) no-repeat center center;
	height: 13px;
	width: 86px;
}

#calculatorTitle span {
	display: none;
}

#calculator p#breadCrumbs {
	font: .75em arial, sans-serif;
	margin: 5px 0;
	padding: 0;
}
#subPages ul.arrow {
	margin: 0px!important;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#subPages .arrow li {
	list-style-type: none;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/arrow_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
}
/* set millions of background images */
.rbroundbox { background: url(http://www.firstvirginiacommunitybank.com/images/nt.gif) repeat; }
.rbtop div { }
.rbtop {  }
.rbbot div { }
.rbbot { }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 1px;
font-size: 1px;
}
.rbcontent { margin: 0 1px; background: #ffffff;padding:7px; }
.rbroundbox { width: 600px; margin: 10px auto; }

.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#4d9309}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #b2d095;
  border-right:1px solid #b2d095;
  background:#79ae46}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #edf4e6;
  border-right:1px solid #edf4e6;
  background:#6ea737}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #6ea737;
  border-right:1px solid #6ea737;}
.spiffy4{
  border-left:1px solid #b2d095;
  border-right:1px solid #b2d095}
.spiffy5{
  border-left:1px solid #79ae46;
  border-right:1px solid #79ae46}
.spiffyfg{
  background:#4d9309}