
  /* Style sheet for Stellar IT Solutions (www.stellaritsolutions.com) */

  /* 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: 13px;
  }

  html, body {
    height: 100%;
  }

  body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #333333;
    background: #9A9868;
  }


  body, form, table, tr, td, th, div, li, a { padding: 0; margin: 0; border: 0; }
  table { border-collapse: collapse; } /* these two lines, combined, same as cellspacing=0 */

  img { display: block; }  /* always put this when using Strict Doctype */
  .inline { display: inline; }

  p, #content li {
    line-height: 1.5em;
  }

  #content p, #content h3 {
    margin-top: 0px;
  }

  .indent {
    padding-left: 30px;
  }

  #content li {
    margin-bottom: 0.5em;
  }

  big, .big {
    font-size: 20px;
  }

  small, .small {
    font-family: verdana, arial, sans-serif;
    font-size: 60%;
  }

  strong, .strong {
    font-weight: bold;
  }

  ul {
    text-align: left;
  }

  hr {
    height: 1px;
    color: #8092A8;            /* IE uses color */ 
    background-color: #8092A8; /* Mozilla uses background-color */
    border: 0;                 /* Supress the border for Safari */
    margin-top: 8px;
    margin-bottom: 8px;
  }

  a:visited {
    color: blue;
  }

  /* Layout */

  #main {
    min-height: 100%;
    margin-bottom: -45px;  /* This affects the bottom margin */
    height: auto;
    width: 900px;  /* This affects the width */
    margin-left: auto;
    margin-right: auto;
    background: url(images/sidenav2.jpg) repeat-y;  /* this affects the sidenav width */
  }

  * html #main {
    height: 100%;
  }

  #header {
    background-image: url("images/header.jpg");
  }

  #sidenav {
    float: left;
    width: 188px;  /* this affects the sidenav width */
    margin: 0;
    padding: 20px;  /* this affects the sidenav width */
  }

  #sidenav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  #sidenav a {
    text-decoration: none;
  }

  #sidenav a:hover {
    text-decoration: underline;
  }

  #sidenav li {
    padding: 0;
    background-image: none;
    margin-bottom: 1em;
  }

  .projects li {
    margin-bottom: 0;
  }

  #content {
    float: left;
    width: 602px;  /* This affects the width */
    padding: 20px 35px 20px 20px;  /* This affects the width */
    background: #EAE8D9;
  }

  #footer {
    clear: both;
    height: 45px;  /* This affects the bottom margin */
    width: 900px;  /* This affects the width */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #9A9868 url(images/sidenav2.jpg);
    font-family: verdana, georgia, sans-serif;
  }

  #clearfooter {
    clear: both;
    height: 45px;  /* This affects the bottom margin */
  }

  /* Menu */

  #menu, #bottomnav {
    text-align: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 0;
  }

  #menu {
    background: #2F4964;
/*
border: 1px solid white;
*/
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 111px;
    height: 29px;
    width: 100%;
  }

  #bottomnav {
    background: url(images/sidenav2.jpg) repeat-y;  /* this affects the sidenav width */
    padding-left: 228px;  /* this affects the sidenav width */
    font-family: arial, helvetica, sans-serif;
    margin-top: 10px;
  }

  #menu li, #bottomnav li, #quicknav li {
    display: inline;
  }

  #menu li {
    border-right: 1px solid #EAE8D9;
  }

  #last {
    border-right: 0px !important;
  }

  #menu li a {
    padding: 5px 32px;  /* this affects the menu item width */
    text-decoration: none;
    color: #EAE8D9;
    text-transform: uppercase;
    line-height: 29px;
  }

  #bottomnav li a {
    text-decoration: none;
    font-size: 9px;
    padding: 0 15px;  /* this affects the bottom menu item width */
    color: #EAE8D9;
    text-transform: uppercase;
  }

  #bottomnav li a:hover {
    text-decoration: underline;
  }

  #menu li a:hover {
    color: #9A9868;
  }

  .menumark, .sidenavmark {
    color: #9A9868 !important;
  }

  .projects {
/*
border: 1px solid pink;
*/
  }

  .projects li {
/*
border: 1px solid red;
*/
    display: inline;
  }

  .projects a {
    padding: 0;
    margin: 0 0 0 10px;
    background: #EAE8D9;
  }

  .projects img {
    border: 0;
    display: inline;
/*
border: 1px solid green;
*/
  }

  .projects .sidenavmark {
    background: #9C7147 !important;
  }

  /* Tables */

  td {
    vertical-align: top;
    padding-right: 20px;
  }

  /* Classes */

  .center {
    text-align: center;
  }

  .underline {
    text-decoration: underline;
  }

  .doublespace li {
    padding-bottom: 1em;
  }

  .photo {
    border: 1px solid #2F4964;
  }

  .fright {
    float: right;
  }

  #crewpics td {
    padding: 0;
  }

  .crew {
    width: 75px;
    border: 1px solid #2F4964;
    margin-right: 28px;
  }

  .crewlast {
    margin-right: 0px !important;
  }

  .clear {
    clear: both;
  }

  .submenuitem {
    padding-left: 25px !important;
  }

  #partners td {
    padding-bottom: 1em !important;
  }

  #thumbs td {
    padding: 0 12px 0 0 !important;
  }

  .pictd img {
    width: 381px;
    height: 320px;
    border: #2F4964 solid 1px;
    border-width-right: 2px;
    margin-bottom: 10px;
  }

  .pictdstupid img {
    width: 213px;
    height: 320px;
    border: #2F4964 solid 1px;
    border-width-right: 2px;
    margin-bottom: 10px;
  }

  #thumbs img {
    width: 65px;
    height: 75px;
    border: 1px solid #2F4964;
    padding-bottom: 0;
  }

  .desc {
    padding-right: 0;
  }

  .desc p {
  }

  .bodytitle, .desc strong {
    font-weight: bold;
    font-size: 14px;
    color: #9C7147;
    text-transform: uppercase;
  }

  .bodytitle {
    margin-bottom: 0;
  }

  .bodytitle .home {
    display: none;
  }

  .brown {
    color: #9C7147;
  }

  .divider {
    color: #8092A8;
  }

  .city {
    color: #333333;
    margin-top: 0;
    font-weight: normal;
  }

  .sidenavtop, .sidenavsub {
    color: #EAE8D9;
    text-transform: uppercase;
  }

  .sidenavtop {
    font-weight: normal !important;
    font-size: 14px;
    margin-bottom: 0;
  }

  .sidenavsub {
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 0px;
  }

  #submenu {
    margin-top: auto;
  }

  #submenu a {
    color: #EAE8D9;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
  }

  #smalllogotext, #smalllogotext a {
    color: #EAE8D9;
    font-size: 10px;
  }

  big {
    color: #9C7147;
  }

  #partners a {
    font-size: 11px;
  }

  #partners {
    border-width: 0 1px 1px 0;
    border-color: #9C7147;
    border-style: solid;
    margin: 0;
    padding: 0;
  } 

  #partners td {
    padding-bottom: 2em;
    border-width: 1px 0 0 1px;
    border-color: #9C7147;
    border-style: solid;
    margin: 0;
    padding: 5px;
  } 

  #content a {
    color: #9C7147;
    text-decoration: none;
  }

  #content a:hover {
    text-decoration: underline;
  }

  .quotee {
    color: #9C7147 !important;
    font-size: 14px;
    font-family: "Comic Sans MS";
    margin-left: 50px;
  }

  #contact input, #contact select {
    margin: 5px 0;
  }

  #hometable {
    width: 100%;
  }

  #hometable td {
    text-align: center;
    width: 20%;
  }

  #homestatement {
    text-align: center;
  }

  .callout {
    border: #8092A8 solid 1px;
    background: #D8D8CE;
    border: #9A9868 solid 1px;
    border: #9C7147 solid 1px;
    background: #CDCCB4;
    padding: 10px;
  }

  .callout li, .callout h3 {
    color: #9C7147;
  }

  .callout span {
    color: #333333;
  }

  .tar {
    text-align: right;
  }

  .print { display: none; }

  /* Printer */

  @media print {

    .noprint { display: none; }
    .print { display: inline; }

  }

