@charset "utf-8";
/* CSS Document */
/* --------------------- 
STYLES DIRECTORY:
    01. HIDE
    02. RESET
    03. MISCELLANEOUS
--------------------- */
/* ---------- 01. HIDE ---------- */
#mainNav, #topNav, #search, #leftColumn, #hero, #content p img, #features img, #footerText ul, #footerLogos {
    display:none;
}
/* ---------- 02. RESET ---------- */
html, body, #wrapper, #header, #logo, #columnWrapper, #rightColumn, #breadcrumb, #content, #features, #footer, #footerText {
    position: static;
    float: none;
    clear: both;
    display: block;
    width: 98% ;
    height: auto;
    padding: 0 ;
    margin: 5px;
    background: none;
    color: #000;
    text-align: left;
    border:none;
}
/* ---------- 03. MISCELLANEOUS ---------- */
h1, h2, h3, h4, h5, h6 {
    color: #000 ;
}
a {
    color: #000;
    text-decoration: underline;
}
#header, #content {
    margin-bottom: 1em;
}
td {
    padding:3px;
    border:1px dotted #000;
}
#content img {
    position: static;
    float: none;
    clear: both;
    display: block;
    height: auto;
    padding: 0 ;
    margin: 5px;
    background: none;
    text-align: left;
}