

  /* Use standard tags p, strong, small and big so even if a non-style browser
     is used, the page is rendered with the same intent */

  /* Modified tags */

  * {
    font-size: 14px;
  }

  html, body {
    height: 100%;
  }

  body {
    font-family: arial, helvetica, sans-serif;
    color: black;

    background: #eefffa;
  }


  body, form, table, tr, td, th, div { padding: 0; margin: 0; }

  img { display: block; }  /* always put this when using Strict Doctype */
  .inline { display: inline; }

  big, .big {
    font-size: 20px;
  }

  small, .small {
    font-family: verdana, arial, sans-serif;
    font-size: 60%;
  }

  strong, .strong {
    font-weight: bold;
  }

  ul {
    line-height: 1.5em;
    text-align: left;
    padding-top: 0;
    margin-top: 0;
  }

  hr {
    height: 1px;
    color: #eeeeee;            /* IE uses color */ 
    background-color: #eeeeee; /* Mozilla uses background-color */
    border: 0;                 /* Supress the border for Safari */
  }

  /* Layout */

  #topmargin {
    height: 20px;
    background: #eefffa;
  }

  #main, #home {
    min-height: 90%;
    margin-bottom: -20px;  /* This affects the bottom margin */
    height: auto;
    width: 725px;
    margin-left: auto;
    margin-right: auto;
/*
    background: white url(images/flower2.jpg) 0 20px no-repeat;
*/
  background: white  0 20px no-repeat;
  }

/*
  #home {
    background: white url(images/homeedge.jpg) 0 20px repeat-y;
  }
*/
  * html #main, * html #home {
    height: 100%;
  }


  #header {
    background: url(images/skramerlaw_bg1.jpg) no-repeat;

  }


  #home #header {
/*
    background: url(images/home.jpg) no-repeat;
*/
    height: 456px;
  }

  #abovemenu {
    padding-top: 5px;
    padding-right: 10px;
  }

  #company {
    width: 100%;
    font-size: 22px;
    text-align: right;
    letter-spacing: 0.25em;
  }

  #address {
    font-weight: bold;
    width: 100%;
    font-size: 13px;
    text-align: right;
    letter-spacing: 0.2em;
  }

  #focus {
    width: 100%;
    font-size: 18px;
    text-align: right;
    letter-spacing: 0.5em;
    font-style: italic;
  }

  #content {
    width: 645px;
    padding: 10px 40px;
    padding-bottom: 40px;
  }

  h3 {
    font-size: 16px;
  }

  #content h4 {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
  }

  #content p, #content dl, #content form {
    padding-left: 10px;
  }

  #content ul {
    padding-left: 20px;
  }

  #content p.noindent {
    padding-left: 0px;
  }

  .bodytitle {
    font-size: 28px;
    font-weight: bold;
    font-family: papyrus, script;
    text-align: center;
    margin-bottom: 20px;
  }

  #footer {
    clear: both;
    height: 65px;  /* This affects the bottom margin */
    width: 825px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  #clearfooter {
    clear: both;
    height: 65px;  /* This affects the bottom margin */
  }

  #copyright {
    padding-bottom: 10px;
    font-size: 10px;
  }

  .article {
    width: 100%;
  }

  .article th {
    width: 50%;
    text-align: left;
    font-weight: normal;
    font-style: italic;
  }

  .article td {
    width: 50%;
  }


  /* Menu */

  #nav {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #eeeeee;
  }

  #homenav {
    float: left;
    padding-left: 20px;
    padding-top: 50px;
  }

  #homeportrait {
    text-align: center;
    float: right;
/*
    background: url(images/flower.jpg) bottom right no-repeat;
*/
    height: 325px;
    width: 500px;
    padding-top: 0px;
  }

  #menu {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style-type: none;
  }

  #menu li {
    display: inline;
  }

  #homenav #menu li {
    display: block;
    padding-bottom: 10px;
  }

  #menu li a {
    color: black;
    font-family: papyrus, script;
    font-size: 13px;
    padding-left: 9px;
    padding-right: 9px;
    text-decoration: none;
  }

  #menu li a:hover {
    color: #c32669;
  }

  #bottomnav {
  }

  #bottommenu {
    margin: 0;
    padding: 0;
    padding-left: 250px;
    list-style-type: none;
    margin-bottom: 17px;
  }

  #bottommenu li {
    display: inline;
    font-size: 12px;
  }

  #bottommenu li a {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
  }

  #bottommenu li a:hover {
    text-decoration: underline;
  }

  #subnav {
    margin: 0;
    padding: 0;
    text-align: center;
  }

  #subnav a {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
  }

  #subnav a:hover {
    text-decoration: underline;
  }

  /* Links */

  a:link {
    color: #c32669;
    color: #90a2bf;
    color: #9DB1D0;
    color: #698ABC;
  }

  a:visited {
    color: #90a2bf;
    color: #9DB1D0;
    color: #698ABC;
  }

  a:hover {
    color: #c32669;
    text-decoration: underline;
  }

  /* Tables */

  td {
    vertical-align: top;
  }

  /* Classes */

  .center {
    text-align: center;
  }

  .underline {
    text-decoration: underline;
  }

  .doublespace li {
    padding-bottom: 1em;
  }

  .photo {
    border: 1px solid black;
  }

  .quote {
    font-style: italic;
  }

  .quotee {
    padding-left: 40px;
    color: #c32669;
  }

  #slides {
    float: right;
    padding-left: 20px;
  }
 
  .print { display: none; }

  /* Printer */

  @media print {

    .noprint { display: none; }
    .print { display: inline; }

    #main, #home, #content, #footer {
      width: 95%;
    }

    #company {
      font-size: 21px;
      color: #9DB1D0;
    }

    #address {
      font-size: 16px;
      color: #9DB1D0;
    }

    .bodytitle {
      font-size: 30px;
      padding-top: 5px;
    }

  }