#Capability {
    background: url(images/capability-bkgrnd.jpg) no-repeat #000000;
}

.capabilitiesText {
    font-size: 0.72em;
    line-height: 115%
}

.capabilitiesText A, .capabilitiesText A:link, .capabilitiesText A:visited {
    color: #000;
    text-decoration: none
}

.capabilitiesText A.currCapability, .capabilitiesText A.currCapability:link, .capabilitiesText A.currCapability:visited, .capabilitiesText SPAN.currCapability {
    color: #fff;
    text-decoration: none
}

.capabilitiesText A:hover {
    color: #f74329;
    text-decoration: underline
}

.capabilitiesList {
    margin-left: 3.5em;
}

#mainTitle {
    top: 15px;
    left: 42px;
    position: absolute;
    width: 413px;
}

#leftPanel, #leftArrow {
    top: 34px;
    left: 0px;
    position: absolute;
    z-index: 3;
    width: 42px;
    height: 298px
}

#imgMO {
    position: absolute;
    z-index: 1;
    top: 34px;
    left: 42px;
}

#clearTop, #clearBtm {
    top: 0px;
    left: 42px;
    position: absolute;
    z-index: 3;
    width: 413px;
    height: 34px
}
        
#clearBtm {
    top: 332px;
    left: 42px;
}

#rightPanel, #rightArrow {
    top: 34px;
    left: 455px;
    position: absolute;
    z-index: 3;
    width: 42px;
    height: 298px
}

#rightArrow, #leftArrow {
    z-index: 2;
    background-color: #00A0D2;
    filter: alpha(opacity=30);
    opacity: 0.3;
    -moz-opacity:0.3;
}

#picButtons {
    z-index: 3;
    top: 34px;
    height: 438px;
    left: 482px;
    position: absolute;
    width: 60px;
    scrollbar-base-color: #00A0D2; 
}

#picButtons A {
    display: block
}

#portDescription {
    padding: 0px;
    top: 338px;
    left: 36px;
    position: absolute;
    width: 413px;
}


