textarea {
  font-size: 1em;
}

#splash-header {
float: left;
margin: 0px;
     width: 551px;
    background-color: #ef8b21;
    color: #ffffff;
    font-size: 1em;
    padding: 10px;
}

#content-right-text {
  font-size: 1.2em;
}

#content-right-text ul {
  margin: 20px 0px;
}

#content-right-text li {
  list-style-image: url(../images/bullet.gif);
  margin-left: 35px;
}




#content-outer {
  clear: both;
  background-image:  url(../images/page-menubg.jpg);
  background-position: top left;
  background-repeat: repeat-y;
}

#footer {
  height: 80px;
}

#menu-top {
  border-bottom: solid 0.30em #ef8b21;
  height: 2.85em;
  width: 100%;
}

#content-left {
    float: left;
    width: 185px;
    padding: 0px;
    margin: 0px;
}
#content-right {
    float: left;
    width: 569px;
    padding: 0px;
    padding-top: 0px;
    margin: 0px;
    margin-left:0px;

}

#content-right-text{
  padding: 10px;
  padding-top: 40px;
}


#supported-icons{
    padding: 30px 0px 5px 0px;
    text-align: right;
}

.list-item {
  clear: both;
  margin: 10px;
  margin-bottom: 20px;
}

.list-number {
        font-weight: bold;
}

.list-detail {
     margin-left: 18px;
}


/* ======================================================================
    SIDE MENU STYLES
   ====================================================================== */

#menu-side {
  clear: both;
  background-color: #eff7e0;

  font-size: 1em;
  padding: 0px;
  padding-left: 1px;
  margin: 0px;
  margin-bottom: 400px;
  width: 185px;
}

#menu-side ul {

}



#menu-side li {
   list-style-type:none;
   border-bottom: solid 1px #8cc63f;
   float: left;
   white-space:nowrap;


}

#menu-side li a {

   display: block;
   padding: 5px;
   padding-left: 10px;
   padding-right: 10px;
   width: 165px;
    background-color: inherit;
    text-decoration: none;
    color: #000000;
}

#menu-side li a:hover {
    background-color: #c5e29e;
    text-decoration: underline;
}

#menu-side li.selected, #menu-side li.selected a:link, #menu-side li.selected a:visited, #menu-side li.selected:hover {
    text-decoration: none;
    background-color: #c5e29e;
    font-weight: bold;
}

