﻿/* StyleSheet.css for VFA theme  */
/* Standard colors:                */
/* Pantone colors:                */
/* Light: #FFFFCC  EDC4DD PMS 250             */
/* Mid: #3399FF    D36BC6 PMS 252            */
/* Dark: #FFFF66   A02D96 PMS 254            */
/* Header: #FFFFFF                */
/* Background: #FFFFFF  176.196.222  */
/* Header text: #800080    */

/* Basic elements for page body and text */
body
{
  background: #FFFFFF;
  color: #000000;
  font: Comic Sans MS;
  text-align: left;
}
*
{
  padding: 0;
  margin: 0;
}

div, p, th, td, li, dd, dl, dt
{
  /* redundant selectors to help NS4 not forget */
  font-family: Comic Sans MS;
}
p, li, div
{
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-top: 0;
  font-family: Comic Sans MS;
  font-size: 100%;
}
th, td
{
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-top: 0;
  font-family: Comic Sans MS;
  font-size: 90%;
}
h1
{
  color: #A02D96;
  margin: 0;
  font-size: 130%;
}
h2
{
  color: #A02D96;
  margin: 1em 0; /* 18x1=18px */
  font-size: 120%;
}
h3
{
  color: #A02D96;
  font-size: 1.00em;
  line-height: 110%;
}
h4
{
  color: black;
  font-size: 100%;
}
h5
{
  color: black;
  font-size: 90%;
}
h6
{
  color: black;
  font-size: 80%;
}
h1, h2, h3, h4, h5, h6
{
  font-family: Comic Sans MS;
  font-weight: bold;
  background-color: transparent;
  margin: 5px 0 0 0;
}
sup
{
  line-height: 0;
  vertical-align: text-top;
}

/* Links */
a
{
  text-decoration: underline;
  font-weight: bold;
}
a:link
{
  color: #A02D96;
  background-color: transparent;
}
a:visited
{
  color: black;
  background-color: transparent;
}
a:hover
{
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:active
{
  color: black;
  background-color: transparent;
}

/* Lists */
dt
{
  font-weight: bold;
}
ul, ol, li, dl, dt, dd
{
  margin-top: 0px;
  margin-bottom: 0.5em; 
  margin-left: 10px;
}

/* Page layout */
/* This design uses only two columns */
/* primary and secondary             */
/* Page width: 960, Primary: 500 (10) Right col: 210 */

#page
{
  margin: 0 auto;
  width: 960px; 
  min-height: 500px;
  background-color: #FFFFFF;
  text-align: left;
}
.pageheader
{
  color: #800080;
  font-family: Arial;
  font-size: 3.0em;
  font-weight: bold;
}
.pagesubheader
{
  color: #800080;
  font-family: Arial;
  font-size: 2.0em;
  font-weight: bold;
  font-style: italic;
}
.sectionheader
{
  background-color: #E6E6FA;
  color: #800080;
  width: inherit;
  border-top: 3px solid #000;
  border-bottom: 1px dotted #000;
  padding-left: 10px;
  padding-top: 5px;
  font-family: helvetica;
  font-size: 1.077em;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
}
.halfsectionheader
{
  width: 350px;
  height: 24px;
  background: #FFFF00;
  border-style: ridge;
  border-color: White;
  border-width: 5px;
  padding-left: 10px;
  padding-top: 5px;
  font-family: helvetica;
  font-size: 12pt;
  font-style: normal;
  font-weight: bold;
  color: #705B0A;
}
.sidebarheader
{
  background-color: #E6E6FA;
  color: #800080;
  width: 210px;
  border-top: 3px solid #000;
  border-bottom: 1px dotted #000;
  padding-left: 10px;
  padding-top: 5px;
  font-family: helvetica;
  font-size: 1.077em;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
}
.editsectionheader
{
  background: #A02D96;
  color: #FFFFFF;
  width: 580px;
  height: 24px;
  border: solid 1px gray;
  padding-left: 10px;
  padding-right: 10px;
  font-family: helvetica;
  font-size: 12pt;
  font-style: normal;
  font-weight: bold;
}
.mapsectionheader
{
  background: #A02D96;
  color: #FFFFFF;
  width: inherit;
  height: 34px;
  border: solid 1px gray;
  padding-left: 10px;
  padding-right: 10px;
  font-family: helvetica;
  font-size: 12pt;
  font-style: normal;
  font-weight: bold;
  vertical-align: middle;
}
.menubarheader
{
  background-color: #E6E6FA;
  color: #800080;
  width: 200px;
  border-top: 3px solid #000;
  border-bottom: 1px dotted #000;
  padding-left: 10px;
  padding-top: 5px;
  font-family: helvetica;
  font-size: 1.077em;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
}
.teasertext
{
  padding-left: 0px;
  padding-top: 10px;
  font-family: Comic-Sans-MS;
  font-size: 24pt;
  font-style: italic;
  font-weight: bold;
  color: #A02D96;
}
#content-header
{
  width: 970px;
  background: inherit;
}
.divOrganizationT
{
  height: inherit;
  width: inherit;
  border-top: solid 1px black;
  border-bottom: dotted 1px black;
  z-index: 100;
}
.divMenuT
{
  height: inherit;
  width: 800px;
  border-top: none;
  border-bottom: none;
}
.divMenuTB
{
  border-top: none;
  border-bottom: none;
}
.divLogo
{
  float: right;
}
.divImagesT
{
  z-index: -100;
  margin-top: 10px;
  border-top: solid 3px black;
  border-bottom: solid 1px black;
}
#header p
{
  float: left;
  padding: 60px 24px 24px 24px;
  font-size: 150%;
  line-height: 1.0em;
  color: White;
}
#header h1
{
  margin-bottom: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
  font: normal italic 2.5em Georgia, serif;
  color: yellow;
}
#header h5
{
  padding-top: 1px;
  padding-bottom: 5px;
  margin-left: 90px;
  margin-right: 90px;
  font: normal italic 0.8em Georgia, serif;
  text-transform: none;
  color: yellow;
}
#header ul
{
  padding-top: 62px;
  padding-right: 12px;
  text-align: right;
  list-style: none;
}
#header li
{
  display: inline;
  margin: 0 12px;
}
#header li a
{
  line-height: 1em;
  text-decoration: none;
  color: #fff;
}
#header li a:hover
{
  color: #300;
}
.headers
{
  height: 24px;
  background: #0000FF;
  border-style: none;
  padding-left: 10px;
  padding-top: 10px;
  font-family: helvetica;
  font-size: 12pt;
  font-style: normal;
  font-weight: bold;
  color: #705B0A;
}

/* Menu */
.menu
{
  font-size: 12pt;
  font-weight: bold;
  font-family: Comic Sans MS;
  padding-left: 0px;
  background-color: transparent;
  text-decoration: none;
}
.menu a:link
{
  color: #0000FF;
}
.menu a:visited
{
  color: #0000FF;
}
.menu a:hover
{
  color: #0000FF;
}
.menu a:active
{
  color: white;
}
.menu a:selected
{
  color: white;
}

/* Page layout */
/* This design uses only two columns */
/* primary and secondary             */
/* Page width: 960, Nav col: 0 (0) Primary: 820 (0) Sidebar: 140 */

#content-sidebar
{
  float: right;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 210px;
}
#content-sidebar p
{
  padding-bottom: 18px;
}
#content-sidebar img
{
  float: left;
  margin: -6px 18px 0 -6px;
  padding: 3px;
  border: 3px solid #eee;
  background: #fff;
}
#content-primary
{
  float: right;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  width: 520px;
  z-index: -100;
}
#content-primary p
{
  padding-bottom: 18px;
}
#content-primary img
{
  float: left;
  margin: -6px 18px 0 -6px;
  padding: 3px;
  border: 3px solid #eee;
  background: #fff;
}
#content-primary-m
{
  float: right;
  margin: 24px;
  width: 720px;
}
#content-primary-m p
{
  padding-bottom: 18px;
}
#content-primary-m img
{
  float: left;
  margin: -6px 18px 0 -6px;
  padding: 3px;
  border: 3px solid #eee;
  background: #fff;
}
#content-secondary
{
  float: right;
  margin-right: 10px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 24px;
  width: 200px;
  color: #300;
  text-align: left;
  border-style: none;
}
#content-secondary p
{
  padding-bottom: 18px;
}
#content-wide
{
  float: right;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  width: 960px;
  height: inherit;
  z-index: -100;
}
#footer
{
  background-color: transparent;
  color: Black;
  clear: both;
  width: 970px;
  height: 5.0em;
  padding-top: 5px;
  border-style: none;
  font-style: italic;
  text-align: center;
  vertical-align: middle;
}
#footer a
{
  font-style: normal;
  color: #0000FF;
  text-decoration: none;
}
#footer a:link, #footer a:visited, #footer a:hover
{
  font-style: normal;
  color: #0000FF;
  text-decoration: none;
}
#footer p
{
  padding: 24px;
}
#adm-header
{
  height: 100px;
  background: #0000FF;
  background: #A02D96;
  border-style: none;
}
#adm-content-primary
{
  float: left;
  margin-left: 10px;
  margin-right: 0;
  margin-top: 0px;
  width: 820px;
}
#adm-content-secondary
{
  float: right;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 24px;
  width: 140px;
  color: #300;
  text-align: center;
  background-color: #A02D96;
  border-style: none;
}
#adm-right
{
  float: right;
  margin: 24px;
  width: 144px;
}
#adm-left
{
  float: right;
  margin: 24px;
  width: 528px;
  text-align: left;
}
#hlp-page
{
  background-color: #F5F5DC;
  width: inherit;
  margin: 0;
  padding: 8px;
  text-align: left;
}
#hlp-header
{
  height: 100px;
  background: #0000FF;
}
#hlp-content-primary
{
  float: right;
  margin-left: 0;
  margin-right: 0;
  margin-top: 24px;
  width: inherit;
}
#hlp-content-secondary
{
  float: right;
  margin-right: 24px;
  margin-left: 0;
  margin-top: 24px;
  margin-bottom: 24px;
  width: 0px;
  color: #300;
}
#hlp-right
{
  float: right;
  margin: 24px;
  width: 144px;
}
#hlp-left
{
  float: right;
  margin: 24px;
  width: 528px;
  text-align: left;
}
#bookview
{
  float: left;
  margin-left: 10px;
  margin-right: 0px;
  margin-top: 0px;
  width: 960px;
  z-index: -100;
}
.abstract
{
  clear: right;
  top: 0px;
  left: 0px;
  padding: 0px 10px 0px 10px;
}
.newscolumn
{
  clear: right;
  top: 0px;
  left: 0px;
  padding: 5px 5px 5px 5px;
  width: 496px;
}
.newscolumn a
{
  text-decoration: underline;
  font-weight: bold;
  font-family: Comic Sans MS;
  color: #0000FF;
}
.absimage
{
  clear: both;
  margin: 5px 5px 5px 5px;
  width: 200px;
  float: left;
}
.album-image
{
  clear: both;
  margin: 3px 3px 3px 3px;
  width: 165px;
  float: left;
}
.album-title
{
  clear: both;
  margin: 0px 0px 0px 0px;
  width: 170px;
  float: left;
}
.benefitimage
{
  clear: both;
  margin: 5px 5px 5px 5px;
  float: left;
}
.caption
{
  font-style: normal;
  font-family: Comic Sans MS;
  font-weight: bold;
  font-size: 70%;
  color: black;
  background-color: transparent;
  text-align: left;
}
.publimage
{
  clear: both;
  margin: 5px 5px 5px 5px;
  width: 120px;
  float: left;
  text-align: center;
}
.pagetitle
{
  /* The page title at the top */
  padding: 10px;
  margin-left: 0px;
  margin-top: 0px;
  width: 960px;
  height: 100px;
  z-index: 100;
  position: absolute;
  background: transparent;
}
.posttitle
{
  /* The post title under the rotators */
  padding: 10px;
  margin-left: 0px;
  margin-top: 0px;
  width: 900px;
  text-align: center;
  z-index: 100;
  position: absolute;
  background: transparent;
}
.editlabel
{
  /* ref editlabelSkin */
  padding-left: 10px;
}
.editlabel-main
{
  font-size: 80%;
  font-weight: bold;
  font-style: normal;
  line-height: 100%;
}
.editlabel-sub
{
  font-size: 70%;
  font-weight: bold;
  font-style: italic;
  line-height: 80%;
}
.choicesbox
{
  background: transparent;
  color: #800080;
  padding: 3px 5px 3px 5px;
  border-top: 3px solid #000;
  border-bottom: 1px dotted #000;
  font-size: 80%;
}
.choicesbox a
{
  color: #550076;
}
.itembox
{
  background: white;
  border: none;
  margin-top: 2px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.itemspace
{
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 0px;
  padding-left: 5px;
  padding-bottom: 5px;
}
.treeview
{
  z-index: 100;
}
.clear
{
  clear: both;
}
.message
{
  font-size: 80%;
  font-weight: bold;
  color: black;
}
.message2
{
  font-size: 100%;
  font-weight: bold;
  color: black;
}
.message3
{
  font-size: 125%;
  font-weight: bold;
  color: black;
}
.errmessage
{
  color: Red;
  font-weight: bold;
  font-style: italic;
  font-size: small;
}
.editlabel-main
{
  font-size: 80%;
  font-weight: bold;
  font-style: normal;
  line-height: 100%;
}
.editlabel-sub
{
  font-size: 70%;
  font-weight: bold;
  font-style: italic;
  line-height: 80%;
}
.hyperlink
{
  text-align: center;
  padding-top: 3px;
  margin-bottom: -3px;
  color: #0000FF;
}
.dvbutton
{
  color: Black;
  background-color: #D36BC6;
  border-color: White;
  border-style: Outset;
  font-size: 8pt;
}
.dvbutton a
{
  text-decoration: none;
  font-weight: bold;
  font-size: 8pt;
  font-family: Arial;
  color: Black;
  text-align: center;
}
.pgbutton
{
  background-color: #000000;
  color: White;
  border-color: White;
  border-style: Outset;
  border-width: thin;
  font-size: 8pt;
  font-weight: bold;
  font-family: Arial;
}
.pgbutton a
{
  text-decoration: none;
  font-weight: bold;
  font-size: 8pt;
  font-family: Arial;
  color: White;
  text-align: center;
}
.hlbutton
{
  height: 8px;
  padding-top: 0px;
  border-top: outset 1px #ececec;
  border-right: outset 1px #ececec;
  border-bottom: outset 1px #ececec;
  border-left: outset 1px #ececec;
  text-decoration: none;
  text-align: center;
}
.hlbutton a
{
  text-decoration: none;
  font-weight: bold;
  font-size: 6pt;
  font-family: Comic Sans MS;
  color: Black;
  text-align: center;
}
.dvfooterrow
{
  color: White;
  background-color: #A02D96;
  font-weight: bold;
}
@media print
{
  input.noPrint
  {
    display: none;
    color: Black;
    background-color: #EEDDDD;
    border-color: White;
    border-style: Outset;
    font-size: 8pt;
  }
  label.noPrint
  {
    display: none;
  }
}
.leadc
{
  width: 520px;
  padding: 2px;
  border-style: none;
}
/* .leadc {clear: both; float: left; width: 520px; padding: 2px; border-style: none;}*/
/* .leadc p {font-size: 1.25em;}*/
.image-lc
{
  clear: both;
  margin: 5px 5px 5px 5px;
  width: 200px;
  float: left;
}
.image-rc
{
  clear: both;
  margin: 5px 5px 5px 5px;
  width: 200px;
  float: right;
}
.captionc
{
  font-style: normal;
  font-weight: bold;
  font-family: Arial;
  font-size: 80%;
  color: black;
  background-color: transparent;
  line-height: 1.20em;
  margin-bottom: 10px;
}
.captioncc
{
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-family: Arial;
  font-size: 80%;
  color: black;
  background-color: transparent;
  line-height: 1.20em;
  margin-bottom: 10px;
}
/*.bodyc {clear: both; float: left; width: 520px; padding: 2px; border-style: none;}*/
.bodyc
{
  width: 520px;
  padding: 2px;
  border-style: none;
}
/*  .bodyc p {font-size: 1.25em;}*/

/* gridview control */
.pagergrid a
{
  text-align: left;
  padding: 2px;
  color: #0000FF;
}
.pagergrid a:link
{
  color: #0000FF;
  background-color: transparent;
}
.pagergrid a:visited
{
  color: #0000FF;
  background-color: transparent;
}
.pagergrid a:hover
{
  color: #0000FF;
  background-color: transparent;
  text-decoration: none;
}
.pagergrid a:active
{
  color: #0000FF;
  background-color: transparent;
}

/* content slider  */
.sliderwrapper
{
  position: relative; /*leave as is*/
  overflow: hidden; /*leave as is*/
  border: 3px ridge Purple;
  width: inherit; /*width of featured content slider*/
  height: 450px;
  margin-left: 0px;
  margin-right: 10px;
  z-index: 0;
}

.sliderwrapper .contentdiv
{
  visibility: hidden; /*leave as is*/
  position: absolute; /*leave as is*/
  left: 0; /*leave as is*/
  top: 0; /*leave as is*/
  padding-right: 10px;
  background: white;
  width: inherit; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
  height: 100%;
  z-index: 0;
}

.pagination
{
  background-color: #E6E6FA;
  color: #705B0A;
  width: inherit; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
  text-align: left;
  padding-left: 5px;
  margin-left: 0px;
}

.pagination a:link
{
  background: #E6E6FA;
  color: #800080;
  font-family: Helvetica;
  font-size: 0.7em;
  font-style: italic;
  text-decoration: none;
  text-transform: capitalize;
}

.pagination a:hover, .pagination a.selected
{
  background-color: #FFFFFF;
  color: #0000FF;
}
.caption-right-200
{
  float: right;
  clear: right;
  padding-bottom: 0.5em;
  margin: 0 0 0.5em 0.5em;
  width: 200px;
  border: none;
  background: #E5F2FF;
  font-size: 80%;
  line-height: 1.00em;
  font-family: arial;
  color: black;
}
.caption-left-200
{
  float: left;
  clear: left;
  padding-bottom: 0.5em;
  margin: 0 0.5em 0.5em 0;
  width: 200px;
  border: none;
  background: #E5F2FF;
  font-size: 80%;
  line-height: 1.00em;
  font-family: arial;
  color: black;
}
.mapstyle
{
  border: solid 1px black;
}

