body {
    overflow: -moz-scrollbars-vertical;
    font-size: 100%;
    margin: auto;
    background: url(../images/chocbg.png) repeat-x #000 0 -140px;
    width: 1000px;
}
#allText {
    color: #663300;
    font-family: Arial, Helvetica, sans-serif;
}
a:link {
    color: #0000a0;
}
a:visited {
    color: #0000a0;
}
a:hover {
    color: #88007a;
}
.antiScroll {
    position: absolute;
    height: 100%;
    margin-top: .1em;
    visibility: hidden;
}
.banner {
    width: 1000px;
    height: 130px;
    background: url(../images/banner.png);
    content: url(../index.html);
}
h2 {
    margin-top: 0;
}
#wrapper {
    background: url(../images/content_bg.png) repeat-x #ece3dc;
    width: 1000px;
    border-radius: 15px;
}
#wrapper:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}
#path {
    background: #663300;
    color: #ffded2;
    text-indent: 1em;
    line-height: 25px;
    top: 50%;
    font-size: 70%;
    border-radius: 15px;
}
#path a {
    color: #ffded2;
    text-decoration: none;
}
#path a:hover {
    text-decoration: underline;
}
#path p {
    display: inline;
}
.overflow {
    width: 165px;
    overflow: hidden;
}
.hideMenu {
    width: 200px;
    display: none;
}
.dropDown:hover > .hideMenu {
    overflow: hidden;
    display: block;
}
.anim {
    -moz-animation: dropDown 400ms ease 1;
    -webkit-animation: dropDown 300ms ease 1;
}
@-moz-keyframes dropDown {
from { top: -190px;}
to { top: -15px;}
}
@-webkit-keyframes dropDown {
from { top: -190px;}
to { top: -15px;}
}
.animReq {
    -moz-animation: slideIn 100ms ease 1;
    -webkit-animation: slideIn 100ms ease 1;
}
@-moz-keyframes slideIn {
from { left: 285px;}
to { left: 150px;}
}
@-webkit-keyframes slideIn {
from { left: 285px;}
to { left: 150px;}
}
#subMenu1 {
    position: relative;
    top: -15px;
    left: -20px;
    font-size: 70%;
    width: 165px;
    margin-right: 20px;
    list-style-type: none;
    z-index: 1;
}
#subMenu1 li a {
    height: 18px;
    margin: 0;
    padding: 0;
}
#subMenu1 li p {
    height: 18px;
    margin: 0;
    padding: 0;
    color: #c84;
}
#subMenu2 {
    position: relative;
    left: -25px;
    list-style-type: none;
    list-style-image: none;
}
#subMenu2 li a {
    height: 18px;
    margin: 0 0 5px 0;
}
#subMenu2 li p {
    height: 18px;
    margin: 0 0 5px 0;
    color: #c84;
}

#subMenu3 {
    position: absolute;
    bottom: -180px;
    width: 350px;
    left: 150px;
    background: #e1d2c8;
    border: groove #53330f 2px;
    text-align: justify;
    list-style-type: none;
    list-style-image: none;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
#subMenu3 p {
    margin-left: -20px;
}
a.back {
    color: #663300;
}	
#navigation {
    font-family: 'comic sans MS';
    font-size: 130%;
    font-weight: bolder;
    text-align: left;
    width: 15%;
    float: left;
    padding: 20px 10px 10px 10px;
}
#navigation h3 {    
    font-size: 130%;
}
#navigation p {
    font-style: italic;
    margin: 0;
    padding-bottom: 10px;
    height: 25px;
    width: 170px;
    font-size: 90%;
    color: #cc8844;
}
#navigation a {
    border: none;
    display: block;
    height: 25px;
    width: 170px;
    padding: 0 0 10px 0;
    color: #663300;
    text-decoration:none;
    font-size: 90%;
}
#navigation a:visited {
    color: #663300;
}
#navigation a:hover {
    color: #cc8844;
}
#data {
    float: right;
    width: 80%;
    border-left: solid 2px #53330f;
    min-height: 500px;
}
#info {
    padding: 20px;
    padding-bottom: 0;
}
.summary {
    margin: 0 20px;
    text-align: justify;
}
#bottom {
    position: relative;
    text-align: center;
    padding: 20px;
}
#requirements {
    list-style-image: url(../images/check.png);
    text-align: left;
}
#requirements li:hover {
    list-style-image: url(../images/arrow.png);
}
#requirements li {
    margin: 10px 0;
}
#requirements li li {
    width: 290px;
    margin-left: 10px;
}
.hideInfo {
    display: none;
}
.slideOut:hover > .hideInfo {
    overflow: hidden;
    display: block;
}
#left {
    width: 250px;
    text-align: right;
}
#right {
    width: 250px;
    text-align: left;
}
img.floatLeft {
    float: left;
    margin: 4px; 
}
.floatRight {
    position: absolute;
    top: -30px;
    right: 50px;
    margin: 4px;
}
#contact_wrapper {
    padding: 20px;
}
#contact {
    display: block;
    height: 150px;
}
#contact span {
    float: left;
    height: 150px;
    width: 350px;
}
#contact p {
    padding: 20px;
    overflow: auto;
}
#contact a {
    font-style: italic;
}
#cells img {
    float: left;
}
#footer {
    margin: 10px 0 30px 0;
    background-color:  #ece3dc;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    font-size: 60%;
    font-style: italic;
}