/* GPL-Stylesheet-ID: snow2 */
/* **********************  G E N E R A L  ********************** */

body {
  background-color:   #000066;
  background-image:   url(/img/snowflakes3b.png);
  background-repeat:  repeat;
  color:              white;
  margin:             0px;
  font-family:        "Verdana", "Bitstream Vera Sans", sans-serif;
  font-size:          13pt;
}

a {
  background-color:   transparent;
  color:              #CCCCFF;
  text-decoration:    underline;
}
a:visited {
  background-color:   transparent;
  color:              white;
  text-decoration:    underline;
}

.clipleft {
  float:              left;
  border:             0;
  padding:            0.5em;
}
.clipright {
  float:              right;
  border:             0;
  padding:            0.5em;
}

.sidebar {
  float:              right;
  background-color:   white;
  border:             3pt solid #00007D;
  color:              #000044;
  font-family:        "Verdana", "Bitstream Vera Sans", sans-serif;
  font-size:          12pt;
  font-weight:        bold;
  padding:            0.5em;
  max-width:          30%;
}
.sidebar a,
.sidebar a:link,
.sidebar a:visited,
.sidebar a:hover,
.sidebar a:active {
  color:              #0000CC;
}
.sidebar .caption {
  font-size:          1.25em;
  text-align:         center;
  background-color:   #00007D;
  color:              white;
  padding:            3pt;
  margin-bottom:      0.5em;
  border:             4px outset #00007D;
}
.sidebar img {
  text-align:         center;
  padding:            1px;
  border:             2px solid #0030CF; /* medium blue */
}
.sidebar img.symbol64 {
  border:             none;
  padding:            0px;
}

.sidebar .imgcaption {
  font-size:          0.8em;
  font-style:         italic;
}
.sidebar hr {
  width:              100%;
  height:             1em;
  background-color:   white;
  border:             4px inset #00007D;
}

img.symbol64 {
  width:              20px;
  height:             20px;
  background-image:   url(/img/symbol64black.png);
  background-repeat:  no-repeat;
  vertical-align:     top;
}

img.galleryimg {
  border:             2px solid white;
  margin:             0.5em;
}

div.p {
  margin-top:         1em;
  margin-bottom:      1em;
}
div.h {
  margin-top:         1em;
  font-size:          1.1em;
  font-weight:        bold;
}

.fnewsdate {
  color:              #BBBBFF;
}

a.readmore {
  font-style:         italic;
  font-size:          0.75em;
  cursor:             pointer;
}

sup {
  font-size:          inherit;
  font-size:          60% !important;
  vertical-align:     top;
}

ins {
  text-decoration:    inherit;
}
del {
  text-decoration:    line-through;
  background-color:   #990000;
  color:              white;
}

strong.major,
em.major {
  font-size:          1.25em;
  color:              #007FFF;
  background-color:   #FFFFFF;
  padding:            2px;
}

.redcancel {
  background-color:   #990000;
  color:              white;
}

/* **********************  H E A D E R  ********************** */

div#siteheader {
  width:              100%;
  margin-right:       0;
}

div#sitenamebar {
  background-color:   #DDF6FF;
  color:              #00007D;
  background-image:   url(/img/snowflakes2.png);
  padding-left:       0.75em;
  padding-top:        0.2em;
  padding-bottom:     0.3em;
  font-family:        "Georgia", "Bitstream Vera Serif", serif;
  font-size:          2.5em;
  text-align:         center;
}
span#sitenamehighlight {
  color:              black;
}
span#sitename {
  font-style:         italic;
  font-weight:        bold;
}
div#sitenamebar img.gpllogo {
  background-image:   url(/img/gpl-logo-h-dkblue.png);
}

/* ***************  S E C T I O N   N A V B A R  *************** */

div#sectionsidebar {
  margin-bottom:          1em;
  margin-left:            0em;
  margin-right:           0em;
  margin-top:             0em;
  padding:                1em;
  background-color:       #DDF6FF;
  min-height:             3em;
  position:               relative;
}
div.sectioncontents {
  white-space:            normal;
}
div#sectionsidebar > div {
  height:                 4em;
}

div#sectionsidebar div,
div#sectionsidebar div > div.sectionlabel {
  display:                inline;
}
div.sectionlabel {
  margin:                 0.5em;
  margin-right:           1px;
}
div.sectionlabel > a {
  background-color:       white;
  padding-left:           1em;
  padding-right:          1em;
  padding-top:            0.5em;
  padding-bottom:         0.4em;
  vertical-align:         middle;
  position:               relative;
  top:                    -1.2em;
  border:                 2pt solid #000066;
  border-bottom:          none;
  border-radius:          0.5em;
 -moz-border-radius:      0.5em;
  text-decoration:        none;
  color:                  #001B73;
  text-shadow:            #000066 1px 1px 2px;
}
div#sectionsidebar > div.currentsection > div.sectionlabel > a {
  padding-bottom:         1em;
  font-weight:            bold;
  font-size:              1.1em;
  background-color:       #000066;
  color:                  white;
  border:                 1px solid #376BE6;
  text-shadow:            #000000 1px 2px 3px;
}

div#sectionsidebar > div > div.sectioncontents {
  display:                none;
}
div#sectionsidebar > div.currentsection > div.sectioncontents {
  background-color:       #000066;
  display:                block;
  clear:                  left;
  padding:                0.35em;
  padding-left:           0.5em;
  padding-right:          0.5em;
  position:               absolute;
  top:                    1.5em;
  left:                   0.75em;
  right:                  0.75em;
  bottom:                 0em;
  overflow:               auto;
}
div#sectionsidebar > div.currentsection > div.sectioncontents > div {
  display:                inline-block;
  vertical-align:         top;
}
div#sectionsidebar > div.currentsection > div.sectioncontents > div + div {
  display:                inline-block;
  padding-left:           0.5em;
}

div#sectionsidebar > div > div.sectioncontents a,
div#sectionsidebar > div > div.sectioncontents a:link,
div#sectionsidebar > div > div.sectioncontents a:visited {
  color:                  #FFFFFF;
}



.skipnav {
   display:            none !important;
}

/* ********************* B L U R B   B A R ********************* */

div#blurbbar {
   float:        left;
   margin-right: 2em;
   width:        45%;
   text-align:   center;
}
div.blurb {
   display:           block;
   border:            1pt solid #DDF6FF;
   margin:            0.25em;
   padding:           0;
   background-color:  #DDF6FF;
   background-image:  url(/img/snowflakes2.png);
   background-repeat: repeat;
   color:             black /* #00007D */;
   border-radius:     0.5em;
  -moz-border-radius: 0.5em;
   margin-top:        0.5em;
}
div#blurbbar > div.caption {
  font-size:          1.25em;
  text-align:         center;
  border:             2pt solid #FFFFFF;
  color:              #FFFFFF;
/*
  background-color:   #FFFFFF;
  color:              #00007D;
  border:             1pt solid #DDF6FF;
*/
  padding-top:        3px;
  padding-bottom:     3px;
  border-radius:      1em;
  -moz-border-radius: 1em;
}
div.blurb a,
div.blurb a:link,
div.blurb a:visited,
div.blurb a:hover,
div.blurb a:active,
div.blurb a .fnewsdate,
div.blurb a:link .fnewsdate,
div.blurb a:visited .fnewsdate,
div.blurb a:hover .fnewsdate,
div.blurb a:active .fnewsdate {
   color:             #00007D;
}
div.blurbcol,
div.blurb > div,
div.blurb > img {
   display:         table-cell;
   padding:         0.5em;
   vertical-align:  top;
}
div.blurbcol > img {
   vertical-align:  middle;
}

/* **********************  F E A T U R E  ********************** */

div#pagefeature { 
  color:              white;
  padding:            1em;
  margin:             1px;
  margin-left:        3pt;
  font-family:        "Georgia", "Bitstream Vera Serif", serif;
  font-size:          14pt;
}

div#pagefeature > div {
  margin:             3px;
  padding-bottom:     1em;
}

div#pagefeature ul {
  margin-left:        1em;
  padding-left:       1em;
}
div#pagefeature ul li {
  margin-left:        1em;
}
.hugpreceding {
  margin-top:        -0.75em; /* Used e.g. for a list that belongs with the paragraph above it. */
}
div.address {
  margin-top:         0.2em;
  margin-bottom:      0.2em;
  padding-top:        4px; /* specified in px because it has to be just slightly larger than the box */
  padding-bottom:     4px; /* around the span.address, which looks wrong if it's more than about 2px. */
}
span.address {
  border:             1px solid #007DFF;
  background-color:   #DDF6FF;
  color:              #00007D;
  padding:            2px;
  padding-left:       0.5em;
  padding-right:      0.5em;
}

table.table {
 /* i.e., a table that is really a table, not a layout mechanism */
  background-color:   #00007D;
  border:             4px outset #00007D;
  color:              white;
  font-family:        "Verdana", "Bitstream Vera Sans", sans-serif;
  font-size:          12pt;
  font-weight:        bold;
}
table.table caption {
  font-size:          1.25em;
  text-align:         center;
  background-color:   #FFFFFF;
  color:              #00007D;
  border:             4px solid #00007D;
  padding-top:        3px;
  padding-bottom:     3px;
}
table.table td {
  border:             1px outset white;
  padding:            2px;
}
th {
  font-weight:        bolder;
  text-align:         left;
  border-right:       2px solid #001867; /* dark blue */
  border-bottom:      2px solid #001867; /* dark blue */
  border-top:         2px solid white;
  border-left:        2px solid white;
  padding:            1px;
}
.numeric {
  text-align:         right;
}

.footnote {
  font-size:          0.7em;
  font-weight:        bold;
  font-style:         italic;
  color:              #0099CC;
  padding-left:       5em;
  padding-right:      5em;
  text-align:         justify;
}

.fineprint {
  font-size:          0.75em;
}
.lipsum {
  font-style:         italic;
  color:              #0099CC;
}

div.inlinebox,
div.category {
  margin:             1em;
  padding:            1em;
  background-color:   #DDF6FF;
  border:             3pt solid #00007D;
  color:              #000066;
}

div.category {
  text-align:         center;
}
div.inlinebox a,
div.inlinebox a:link,
div.inlinebox a:visited,
div.category a,
div.category a:link,
div.category a:visited {
  color:              #00007D;
}
div.inlinebox img,
div.category img {
  border:             none;
}

.colorone {
  color:              #FF88FF;
  font-weight:        bold;
}
.colortwo { 
  color:              #66FFFF;
  font-weight:        bold;
}
.colorthree {
  color:              #FFFF55;
  font-weight:        bold;
}
.colorfour {
  color:              #FF9966;
  font-weight:        bold;
}
.colorfive {
  color:              #99FF99;
  font-weight:        bold;
}

form.quickcatalogsearch {
  text-align:         center;
}


div.hostedby {
  clear:              both;
  text-align:         right;
  float:              right;
  margin-top:         0.75em;
  margin-bottom:      -0.75em;
}
span.hostedby {
  font-size:          12pt;
  font-style:         italic;
}
span.hostedby a:link,
span.hostedby a:visited {
  color:              inherit;
}

/* **********************  F O O T E R  ********************** */

div#sitefooter {
  background-color:   #000066;
  color:              #DDF6FF;
  border-top:         3pt solid #DDF6FF;
  width:              100%;
  padding-top:        0.5em;
  padding-bottom:     0.5em;
  margin-top:         1em;
  text-align:         center;
  clear:              both;
}
div#sitefooter > div {
  padding-right:      0.25em;
  padding-left:       0.25em;
}

div#bottomlinkbar {
  font-weight:        bold;
  border-top:         1px solid white;
  margin-top:         2px;
}

div#sitefooter a {
  background-color:   transparent;
  font-weight:        normal;
  color:              #FFFF00;
}
div#sitefooter a:visited {
  background-color:   transparent;
  color:              #FFFFFF;
}
div#sitefooter a:hover,
div#sitefooter a:active {
  font-weight:        bold;
  text-decoration:    none;
}

div#sitefooter img.symbol64,
div#sitefooter span.scrdomain {
  background-image:   url(/img/symbol64white.png);
}

/* ******************** C A L E N D A R ******************** */

caption.monthname {
  background-color:                #00007D;
  color:                           white;
}
caption.monthname > a.calprevnext:hover {
  color:                           white !important;
}
table.calendar {
  background-color:                transparent;
  color:                           white;
  border:                          2pt solid #00007D;
}
th.calendar {
  background-color:                #00007D;
}
td.thismonth {
  background-color:                transparent;
  color:                           #000044;
  border:                          1px inset #00007D;
}
td.thismonth a,
td.thismonth a:link,
td.thismonth a:visited,
td.thismonth a:hover,
td.thismonth a:active {
  color:                           white !important;
}
.daynum {
  color:                           #4FA5FF !important;
}
td.today > div.daynum {
  background-color:                white;
  color:                           #000066 !important;
  border:                          2pt outset white;
  text-shadow:                     #4FA5FF 2px 1px 1px;
}
td.thismonth .time {
  color:                           #DDF6FF;
  font-weight:                     bold;
}
td.othermonth {
  background-color:                #A7E8FF;
  border:                          1px outset white;
}

form.calendarviewform {
  background-color:                #00007D;
  color:                           white;
  border:                          2pt outset #00007D;
  padding:                         1em;
}

/* **********************  F O R U M  ********************** */

div.articleheader {
   color:               #007DFF;
   background-color:    #DDF6FF;
   border:              1px solid #007DFF;
}

div.comment,
div.message {
   border-left:         2pt solid #007DFF;
   border-bottom:       2pt solid #007DFF;
}

div.commentfriend {
   border-left:         2pt solid #70A7FF;
   border-bottom:       2pt solid #70A7FF;
}
div.commentstaff {
   border-left:         2pt solid #00007D;
   border-bottom:       2pt solid #00007D;
}
div.commentboard {
   border-left:         2pt solid #7F2020;
   border-bottom:       2pt solid #7F2020;
}

div.commentheader,
div.messageheader {
   background-color:    #A7E8FF;
   border-bottom:       1pt solid #00007D;
   color:               #00007D;
   border-bottom:       1pt solid #00007D;
}
div.commentheaderfriend {
   background-color:    #70A7FF;
   border-bottom:       1pt solid #0030CF;
   color:               white;
}
div.commentheaderstaff {
   background-color:    #00007D;
   border-bottom:       1pt solid #007DFF;
   color:               white;
}
div.commentheaderboard {
   background-color:    #AA4040;
   border-bottom:       1pt solid #7F2020;
   color:               white;
}
div.commentheader a,
div.commentheaderfriend a,
div.commentheaderstaff a,
div.commentheaderboard a {
   color:               white;
}


div.agreements {
   color:               #0099CC;
}
div.disagreements {
   color:               #CC0000;
}

div#blogactions {
    border:             2pt outset #0030CF;
    outline:            0.5em solid white;
    color:              #00007F;
    background-color:   inherit;
    background-image:   url(/img/circback.gif);
    background-repeat:  no-repeat;
}
div#blogactions > div {
    border-bottom:      1pt solid #00007F;
}

.commentaction,
.articleaction,
.indexaction,
.messageaction {
    background-color:   #DDF6FF;
    border:             1pt outset #007DFF;
}

.adminaction {
    border:             1pt solid #7F2020;
    background-color:   #AA4040;
    color:              white;
}
.adminaction a,
.adminaction a:link,
.adminaction a:visited {
    color:              white;
}

div.error {
    border:             2pt outset #7F0000;
    color:              #7F0000;
}
div.info {
    border:             2pt outset #0030CF;
    color:              #0030CF;
}

div.discusslink {
    float:              right;
    background-color:   #A7E8FF;
    border:             2px outset #A7E8FF;
    padding:            2px;
    padding-left:       0.5em;
    padding-right:      0.5em;
    margin-left:        0.25em;
    font-weight:        bold;
}
/* ******************* S T R A W P O L L ******************* */

div.pollquestionresult {
  margin-top:           1em;
}
.bargrapharea {
  background-color:     transparent;
}
.bargraphbar {
  color:                #DDF6FF;
  background-color:     #DDF6FF;
  border:               1px solid #00007D;
}
.bargraphlabel {
  background-color:     #00007D;
  color:                #DDF6FF;
}

/* ***************** C E L L P H O N E S ****************** */

@media (max-width: 800px) {
   div#blurbbar {
      width:      35%;
   }
   div.blurb div.blurbcol {
      display:    block;
      padding:    2px;
   }
   div#sectionsidebar {
      font-size:  0.75em;
   }
   table#servicecategories td {
      display:      block;
   }
   div.p img {
      height:       auto;
      max-width:    100%;
   }
}

@media (max-width: 650px) {
   body {
      font-size:    0.8em;
   }
   div#pagefeature {
      padding:      0.1em;
   }
}

@media (max-width: 550px) {
   div#sectionsidebar {
      padding-left:    1pt;
      padding-right:   1pt;
      margin-bottom:   2pt;
   }
   div#sectionsidebar > div.currentsection > div.sectioncontents {
      padding-left:    1pt;
      padding-right:   1pt;
      left:            0px;
      right:           0px;
   }
   div.sectionlabel > a {
      padding-left:    0.2em;
      padding-right:   0.2em;
   }
   .clipleft,
   .clipright {
      float:           none;
      padding:         0px;
   }
   div.blurb + div + div + div + div {
      display:         none;
   }
}
@media (max-width: 500px) {
   div#blurbbar {
      float:          none;
      width:          100%;
   }
   div.sidebar, .sidebar {
      float:          none;
      max-width:      90%;
   }
   div#blurbbar img {
      display:        none;
   }
   div#sectionsidebar > div.currentsection > div.sectionlabel {
      display:         none;
   }
   div#sitenamebar img.gpllogo {
      display:      block;
      text-align:   center;
      margin-left:  auto;
      margin-right: auto;
   }
   .clipleft,
   .clipright {
      float:        none;
      height:       auto;
      max-width:    90%;
      padding:      0px;
   }
   div#pagefeature {
      margin-left:  1px;
   }
}
@media (max-width: 450px) {
   table.categories td {
      display:      block;
   }
   table#servicecategories img {
      display:      none;
   }
   div.sidebar, .sidebar,
   .clipleft, .clipright {
      max-width:      100%;
   }
   .sidebar img {
      height:       auto;
      max-width:    90%;
   }
}

@media (max-width: 350px) {
   div#sectionsidebar {
      display:      none !important;
   }
   div#sitefooter {
      margin-bottom:   0px;
   }
}
