/*---- STYLES APPLIED TO ALL HTML ----*/

@import 'common.css';

/*---- STYLES APPLIED TO SYSTEM.HTML ----*/

body #wrapper, body #content {
  background: transparent;
  ;
}

div.titlePic {
  background: transparent url(../images/System_sm.png) no-repeat center;
  ;
}

.superscript {
  font-size: 0.6em;
  vertical-align: super;
  ;
}

hr {
  position: relative;
  width: 189px;
  margin: 0 4px 10px 4px;
  border-left: 0;
  ;
}

ul {
  margin: 1.5em 0;
  ;
}

li {
  list-style-image: url(../images/pipes_sm.png);
  font-weight: bold;
  ;
}

a:hover {
  font-size: 1.125em;
  ;
}

h3.colWare {
  font-size: 1.6em;
  font-weight: bold;
  width: 80%;
  margin: 0.2em 10%;
  ;
}

h3.colDesc {
  font-size: 1.35em;
  width: 80%;
  margin: 0 10% 0.8em;
  ;
}

div#left, div#right {
  position: relative;
  background: #fcf2d8;
  top: 0;
  width: 48.7%;
  padding: 3px;
  ;
}

div#left li, div#right li {
  font-size: 1.3em;
  ;
}

div#left p, div#right p {
  font-size: 1.1em;
  line-height: 1.1em;
  text-align: justify;
  text-indent: 1.5em;
  width: auto;
  margin: 0 4px 1px;
  padding: 0 0 10px;
  ;
}

/*---- LEFT COLUMN ----*/

div#left {
  margin-left: 4px;
  ;
}
  div#left br {
    margin: -6px;
    padding: -6px;
    ;
  }

/*---- RIGHT COLUMN ----*/

div#right {
  float: right;
  right: 4px;
  ;
}
  div#right .hwpics {
    float: left;
    margin: 3px 3px 0 0;
    border: 0;
    ;
  }
    div#right #computerPic {
      width: 136px;
      height: 86px;
      ;
    }
    div#right #monitorPic {
      width: 89px;
      height: 93px;
      ;
    }
    div#right #umbPic {
      width: 90px;
      height: 92px;
      ;
    }
    div#right #tabletPic {
      width: 90px;
      height: 90px;
      ;
    }

div.footer {
  margin-top: 3em;
  ;
}

div.noJSfooter {
  margin: 82% 15% 0;
  ;
}
