/* -- undo browser HTML defaults -- */
:link,:visited {text-decoration:none;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0px; padding:0px;}
a img,:link img,:visited img {border:none;}

/* * * * * MAIN STYLE * * * * */
body, td, p, div {
  font-family: Verdana, Arial, helvetica, sans-serif; 
  font-size:11px; 
  margin:0 auto;
  text-align:left;
}
a, a:link, a:visited, a:active {
	color:#FFFF00;
	text-decoration:underline;
}
a:hover {
	color:#FFFF00;
}
#nametext {
	color:#FFFFFF;
	font-weight:bold;
	font-size:24px;
	padding-bottom:10px;
	text-align:center;
}
#toptext {
	font-weight:bold;
	line-height:20px;
	padding-bottom:10px;
	text-align:center;
}
#contacttext {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:24px;
	text-align:right;
	color:#FFFFFF;
	padding-right:10px;
}
#contacttext a {
	color:#FFFFFF;
	text-decoration:none;
}
#contacttext a:hover {
	color:#FFFF00;
	text-decoration:none;
}
.address {
	font-size:13px;
	font-weight:normal;
	color:#FFFFFF;
}
#scrollcontent {
	width:460px; 
	height:242px; 
	overflow:auto;
	scrollbar-base-color: #570c99; /* Change Color HERE */
}
.hidden { display:none;}
.unhidden { display:block;}

#nav0text, #nav2text, #nav3text, #nav4text {
	padding:10px;
}
#nav1text {
	padding:0px;
	overflow:hidden;
	white-space:nowrap;
}

/* * * * * FORM STYLE * * * * */
form {
	line-height:28px;
}
.formsize {
	width:150px;
}
#formtext {
	width:200px;
	text-align:right;
}
label {
	display:block;
	width:120px;
	float:left;
}
.formrow {
	clear:both;
}
/* * * * * NAV STYLE * * * * */
div#nav {
	float:left;
	height:28px;
	width:115px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	background-image:url(images/VBC_button.gif);
	background-repeat:no-repeat;
}
div#nav a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#000000;
	line-height:25px;
}
div#nav a:link {
	background-image:url(images/bkg_button.gif);
	background-position:0px 0px;
}
div#nav a:visited {
	background-image:url(images/bkg_button.gif);
	background-position:0px 0px;
}
div#nav a:hover {
    font-weight:bold;
    color:#660099; /* HOVER */
	background-image:url(images/VBC_button.gif);
	background-position:-115px 0px;
}
div#nav a:active {
	font-weight:bold;
	background-image:url(images/VBC_button.gif);
	background-position:-115px 0px;
}
div#nohome {
	float:left;
	height:28px;
	width:110px;
	background-image:url(images/VBC_button_none.gif);
	background-repeat:no-repeat;
}
div#home {
	float:left;
	height:28px;
	width:110px;
	color:#000000; /* HERE */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	background-image:url(images/VBC_button_home.gif);
	background-repeat:no-repeat;
}
div#home a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#000000; /* HERE */
	line-height:25px;
}
div#home a:link {
	background-image:url(images/bkg_button_home.gif);
	background-position:0px 0px;
}
div#home a:visited {
	background-image:url(images/bkg_button_home.gif);
	background-position:0px 0px;
}
div#home a:hover {
    font-weight:bold;
    color:#660099; /* HOVER */
	background-image:url(images/VBC_button_home.gif);
	background-position:-110px 0px;
}
div#home a:active {
	font-weight:bold;
	background-image:url(images/VBC_button_home.gif);
	background-position:-110px 0px;
}

/* NAV for Social Networking Icons under Home Page Email Address */
div#social { width:200px; float:right; margin-top:5px;} /* 200 works here because it is right aligned (allowing for 4th icon) */
a#social-t, a#social-t:link, a#social-t:visited { background-image:url(images/twitter.png);
	width:18px; height:18px; background-repeat:no-repeat; text-indent: -9999px; display:block; float:right; margin-left:30px;}
a#social-t:hover, a#social-t:active { background-image:url(images/twitter_hover.png);}
a#social-w, a#social-w:link, a#social-w:visited { background-image:url(images/wordpress.png);
	width:18px; height:18px; background-repeat:no-repeat; text-indent: -9999px; display:block; float:right; margin-left:30px;}
a#social-w:hover, a#social-w:active { background-image:url(images/WordPress_hover.png);}
a#social-in, a#social-in:link, a#social-in:visited { background-image:url(images/linkedin.png);
	width:18px; height:18px; background-repeat:no-repeat; text-indent: -9999px; display:block; float:right; margin-left:30px;}
a#social-in:hover, a#social-in:active { background-image:url(images/linkedin_hover.png);}
a#social-b, a#social-b:link, a#social-b:visited { background-image:url(images/blogger.png);
	width:18px; height:18px; background-repeat:no-repeat; text-indent: -9999px; display:block; float:right; margin-left:30px;}
a#social-b:hover, a#social-b:active { background-image:url(images/blogger_hover.png);}
