<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* VCMap Page CSS Document */

.description,
.backhome,
.question,
.answer
{
  /*padding: 0 3em;*/
  color: #666666;
  /*text-align: center;*/
  margin: 0 auto;
}

/* STYLES AFFECTING THE ENTIRE PAGE LAYOUT */
html, body 
{
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-size:11pt;
  line-height:1.5em;
}

body 
{
  background: #FFFFFF url("top_gradient.jpg") repeat-x;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  margin:0;padding:0;
 /* text-align: center; */
}

#wrapper
{
  margin-left:50px;
  text-align: left;
  padding:0 0 60 0px;
  margin-bottom: 1.75em ;
  width: 750px;
  border: 1px dotted #FFFFFF;
}

h1
{
  font-family: Helvetica Neue, Geneva, Arial, Helvetica, sans-serif ; 
  font-weight: normal ;
  color: #999 ; 
  font-size: 22pt ;
}

h2
{
  font-family: Helvetica Neue ; 
  font-weight: normal ;
  color: #CCC ; 
  font-size: 14pt ;
  margin: 0 ;
}

/* Mods to create the look we want with typeface */
h1.typeface-js
{
  position: relative ;
  top: 12px ;
}

h2.typeface-js
{
  position: relative ;
  top: 25px ;
}

.line
{
  background: url('/VCmap/images/resources_line.gif') repeat-x bottom ; 
  height: 2px ; margin:7 0 0 0px;
}

/* Links */
a:link
{
  color: #111111;
  text-decoration: none;
  margin-bottom: 1px;
}
a:hover
{
  color: #043465;
  border-bottom: 1px dotted;
  margin-bottom: 0px;
}
a:active,
a:visited
{
  color: #666666;
  text-decoration: none;
  margin-bottom: 1px;
}
a.none:hover
{
  border: 0;
}
a img
{
  border: 0;
}

/* ROLLOVER FOR JNLP LAUNCH */
a#jnlp-link
{
  border-bottom: 0px;
  outline: none ;
}

a#jnlp-link:active
{
  outline: none ;
}

a#jnlp-link:visited
{
  outline: none ;
}

a#jnlp-link:hover
{
  outline: none ;
}

a#jnlp-link img
{
  height: 83px;
  width: 336px;
  border: 0px;
}
a#jnlp-link img
{
  background: url("/VCmap/images/start_vcmap_v2.jpg") top left no-repeat;
}

a#jnlp-link:hover img
{
  background-position: 0 -85px;
}

a#jnlp-link:active img
{
  background-position: 0 -170px;
}
/* RESOURCES NAVIGATION */

.nav
{
  text-align: right;
  padding: 0 3em;
}

.nav ul
{
  list-style-type: none;
}

.nav ul li
{
  color: #959595;
  background: url("/VCmap/images/arrow.jpg") no-repeat right;
  padding: 0.2em 1.3em;
}

/* Back Home Link */

.backhome
{
  margin-top: 50px;
/* text-align: center; */
  margin-bottom: 1.75em;
}

/* FAQ styling */

.question a
{
  margin-top: 18px;
  color: #666666;
  border: none;
}

.answer
{
  color: #000000;
  padding: 0 0.75em;       
}

.top
{
  font-size: .8em;
  margin-left: 15px;
}

/* BOTTOM NAVIGATION */

#bottomnav 
{
  font-family: Arial, Helvetica, sans-serif;
  position: fixed;
  left: 0;
  bottom:10px;
  width: 100%;
  border-top: 3px solid #E9E9E9;
  padding-top: 0.1em;
  height: 1.5em;
  background-color: #ffffff;
}

#bottomnav ul
{
  padding-left: 0;
  margin-left: 0;
  background-color: #F0F0F0;
  float: left;
  width: 100%;
  margin: 0;
  border-left: 1px solid #FFFFFF;
}

#bottomnav li
{
  font-size: 0.9em;
  float: left;
  border-right: 2px solid #FFFFFF;
  padding:0.4em;
  list-style-type:none;
}

#bottomnav span
{
  padding:3 20 6 20px;
}

#bottomnav a
{
  padding: .4em 0;
  color: #043465;
}

#bottomnav a:visited
{
  color: #032354;
}

#bottomnav a:hover
{
  color: #F0F0F0;
}

#bottomnav li a:hover
{
  background-color: #043465;
}

thead
{
  background-color: #cccccc;
  font-style: italic;
  font-size: .8em;
  text-align: right;
}

thead tr.type
{
  background-color: #043465;
  color: #fff;
}

thead tr.type td
{
  border-bottom: 1px solid #999;
  border-top: 1px solid #bbb;
}

tbody tr.even
{
  background-color: #ddd;
}

tbody tr.totals
{
  font-weight: bold;
}

</pre></body></html>