body { background-color: #E4D8BF; /* string of pearls - background-color: #DAE0EF; #FBF1DD; */ }
a:link {color: #553322; }
a:visited {color: #553322; }
a:link.print {color: #886633; }
a:visited.print {color: #886633; }
h4 { font-style:italic; }

#content
{
  width: 98%;
  margin: 0.25em auto;
  border: 1px solid black;
  text-align: left;
  min-width: 965px;
}

#sidebar
{
  float: left;
  width: 190px;
  margin: 0;
  padding: 0;
}

#sidebar-content
{
  margin: 0;
  padding: 0;
  font-size: 80%;
  border: 0px;  /* For IE vs. just plain none, i.e. border: none; */
  overflow: auto;
}

#main
{
  margin: 0 0 0 185px;
  padding: 0;
}

#main-content
{
  margin: 0;
  padding: 0.5em 0.5em;
  font-size: 100%;
  border-left: 1px solid black;
/*  min-height: 790px;  * Moded 14 November 2008 */
  overflow: hidden;
}

#pmain
{
/*  margin: 0 0 0 0px; scratches head? */
  margin: 0;
  padding: 0;
}

#pmain-content
{
  margin: 0;
  padding: 0.5em 0.5em;
  font-size: 100%;
  border-top: 1px solid black;
  min-height: 350px;
  min-width: 950px;
  overflow: hidden;
}

/* 'Adjustments' for sidebar menu button iframe 'weirdness' */
.nonscrollouter {
    width: 190px; /* This is how wide it will be for non IE - width: 190px; */
    height: 740px; /* This is how tall it will be for Mozilla style */
    border: 0px; /* For IE vs. just plain none, i.e. border: none; */
    overflow: hidden; /* And yet, I still see scrollers in exploder? */
}


.navigation { visibility: visible; }

#address
{
  margin: 0;
  padding: 0em 2em;
  font-size: 70%;
}

hr.cleaner
{
  clear: both;
  height: 1px;
  margin: -1px 0 0 0;
  padding: 0;
  border: none;
  visibility: hidden;
}

@media print
{
  body { background-color: white; page-break-inside: auto; }
  a:link {color: #000; text-decoration: none; }
  a:visited {color: #000; text-decoration: none; }
  a:link.print {color: #553322; text-decoration: underline; }
  a:visited.print {color: #553322; text-decoration: underline; }
  a:link.print:after,
  a:visited.print:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
  }
  p { page-break-inside: auto; }
  #content { border: 0px; float: none; page-break-inside: auto; }
  #sidebar { visibility: hidden; border: 0px; }
  #main { margin-left: 0; border: 0px; page-break-inside: auto; }
  #main-content { margin-left: 10px; border: 0px; page-break-inside: auto; }
  #pmain { border: 0px; }
  #pmain-content { margin-left: 10px; border: 0px; page-break-inside: auto; }
  .navigation { visibility: hidden; }
}


/* Last Updated: 24 Jan 2018 - Adding weather */
/* Last Updated: 28 July 2010 - Fixed visibility none vs. hidden (again)? */
/* Last Updated: 25 July 2010 - Fixed visibility vs. display? */
/* Last Updated: 24 July 2010 - Added print media handler */
/* Last Updated: 13 July 2010 - Moved imgpopstyle to canyonHeader */
/* Last Updated: 12 July 2010 - Added navigation class for print css experiment */
/* Last Updated: 10 July 2010 - Copied local for Grand Canyon */
/* Last Updated: 17 November 2008 - Added weather class for uniform weather/nav/sidebar handling */
/* Last Updated: 14 November 2008 - Removed main-content min-height for OtherMagnas pages */
/* Last Updated: 13 November 2008 - Modified for CSS 2.1 Compliance AND Exploder < 7 */
/* Last Updated: 12 November 2008 - Modified for CSS 2.1 Compliance AND Exploder 7 */
/* Last Updated: 11 November 2008 - Modified for CSS 2.1 Compliance */

