HTML {
    height: 98%;
    overflow: scroll;
}

BODY {
    background: #D0D0D7;
    font-family: helvetica, sans-serif;
    font-size: 12pt;
    color: black;
    height: 98%;
}

DIV.pageWrapper {
    position: relative;
    width: 100%;
    min-height: 95%;
    min-width: 900px;
    height: auto !important;
    height: 95%;
    top: 5px;
    z-index: 1;
}

#header {
    border: 2pt solid black;
    padding: 4pt;
    background: #909097 url(/images/grey-gradient.gif) repeat-y right;
    color: black;
    font-size: 23pt;
    font-weight: bold;
    font-style: italic;
    margin: 0px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
}

#header P.address {
    clear: right;
    position: relative;
    margin-top: 2pt;
    margin-left: 250px;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
}

#header IMG {
    float:left;
    border: none;
    position: relative;
    z-index: 2;
}

#topnav {
    border-bottom: 2pt solid black;
    border-left: 2pt solid black;
    border-right: 2pt solid black;
    background: #BFBFC6 url(/images/grey-radial.gif) repeat-y center;
    color: black;
    padding-top: 0px;
    margin: 0px;
    padding-bottom: 0px;
    text-align: center;
}

#topnav A {
    text-decoration: none;
    color: #B20A17;
    font-size: 12pt;
    font-weight: bold;
    padding-left: 5pt;
    padding-right: 5pt;
    padding-top: 1pt;
    padding-bottom: 1pt;
    margin-left: 6pt;
    margin-right: 6pt;
    white-space: nowrap;
}

#topnav A:hover {
    color: #D0D0D7;
    background: #B20A17;
}

#footer {
    border-top: 1pt solid black;
    margin-top: 20px;
    margin-bottom: 2px;
    text-align: center;
    font-size: 8pt;
    color: black;
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    display: block;
}

#footer A {
    text-decoration: none;
    color: black;
    margin-left: 6pt;
    margin-right: 6pt;
}

#footer A:hover {
    text-decoration: underline;
    background: #D0D0D7;
}

#footer SPAN.hr {
    margin: 0;
    padding: 0;
    margin-top: 2px;
    padding-bottom: 2px;
    border-top: 1px solid black;
    width: 100%;
    height: 5px;
    display: block;
}

#footer IMG {
    border: 0;
    margin: 0;
    padding: 0;
    margin-left: 20px;
    margin-right: 20px;
}

DIV.pageContent {
    position: relative;
    height: 100%;
    margin: 16pt;
    margin-top: 4pt;
    font-size: 12pt;
    color: black;
    line-height: 18pt;
    display: block;
    margin-bottom: 100px;
}

DIV.pageContent A {
    text-decoration: underline;
    color: #B20A17;
}

DIV.pageContent A:hover {
    color: #D0D0D7;
    background: #B20A17;
}

DIV.pageContent OBJECT.website {
    min-height: 600px;
    height: auto !important;
    height: 600px;
    width: 100%;
    display: block;
}

DIV.pageContent P {
    line-height: 16pt;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}

DIV.pageContent SPAN {
    position: absolute;
    left: 150px;
    border: none;
    background: white;
    color: black;
    line-height: 14pt;
    padding: 2px;
}

DIV.pageContent SPAN, DIV.pageContent SUP {
    font-size: 10pt;
    line-height: 150%;
}

DIV.pageContent SUP {
    line-height: 0;
}

DIV.pageContent H1 {
    margin: 1pt;
    margin-bottom: 6pt;
    padding: 1pt;
    font-size: 14pt;
    font-weight: bold;
    color: black;
    text-align: left;
    text-indent: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #888 #555 #bbb;
    background: #BFBFC6;
}

DIV.pageContent H2 {
    margin: 1pt;
    padding: 1pt;
    width: 100%;
    font-size: 18pt;
    text-align: center;
    font-weight: bold;
    color: black;
    border: none;
    display: block;
}

DIV.pageContent IMG {
    border: none;
    margin: 15px;
    position: relative;
    /* display: inline; */
}

DIV.pageContent IMG.rightside {
    float: right;
    right: 15px;
}

DIV.pageContent IMG.leftside {
    float: left;
    left: 15px;
}

DIV.pageContent TABLE.simple {
    width: 70%;
    margin-left: 5%;
    margin-top: 24pt;
    margin-bottom: 48pt;
    border-spacing: 12pt 2pt;
}

DIV.pageContent TABLE.simple TH {
    background: #BFBFC6;
    padding: 2px;
}

DIV.pageContent TABLE.simple TD {
    background: #E0E0E7;
    padding: 2px;
    vertical-align: top;
}

DIV.pageContent TABLE.simple TD UL {
    margin: 0;
    list-style-type: none;
}

DIV.pageContent DIV.lefthalf,
DIV.pageContent DIV.righthalf {
    border: 2px solid;
    width: 40%;
    text-align: center;
    margin: 2%;
    padding: 2%;
}

DIV.pageContent DIV.lefthalf IMG,
DIV.pageContent DIV.righthalf IMG {
    border: 4px solid;
    width: 94%;
    padding: 0;
    margin: 2%;
}

DIV.pageContent DIV.lefthalf {
    left: 0;
    float: left;
}

DIV.pageContent DIV.righthalf {
    left: 50%;
    float: right;
}

DIV.pageContent DIV.lefthalf P,
DIV.pageContent DIV.righthalf P {
    position: relative;
    display: block;
    z-index: 10;
}

#mailForm {
    position: relative;
    margin: 10px;
    padding: 10px;
    border: solid black 1px;
    line-height: 15pt;
    width: 370px;
}

#mailForm TEXTAREA, #mailForm INPUT {
    position: absolute;
    left: 100px;
    width: 250px;
    background: white;
    color: black;
    border-width: 1px;
}

#mailForm INPUT.submit {
    font-size: 9pt;
    font-weight: bold;
    color: #B20A17;
    background: #BFBFC6 url(/images/grey-button.gif) repeat-y center;
}

#mailForm INPUT.submit:hover {
    color: #D0D0D7;
    background: #B20A17 url(/images/red-button.gif) repeat-y center;
}

DIV.mapbox {
    position: relative;
    height: 385px;
    width: 435px;
    border: 1px solid #B20A17;
    float: right;
    display: block;
    text-align: center;
    z-index: 10;
}

DIV.mapbox OBJECT {
    height: 350px;
    width: 425px;
    border: none;
    margin: 0;
    margin-top: 5px;
    /* scroll: none; */
}

DIV.mapbox A {
    text-decoration: none;
    color: #B20A17;
    font-size: 10pt;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

DIV.mapbox A:hover {
    color: #D0D0D7;
    background: #B20A17;
}


DIV.inventoryContent {
    position: relative;
    height: 100%;
    margin: 16pt;
    margin-left: 275px;
    font-size: 12pt;
    color: black;
    font-weight: bold;
}

DIV.inventoryContent H1 {
    margin: 1pt;
    padding: 1pt;
    font-size: 14pt;
    font-weight: bold;
    color: black;
    text-align: left;
    text-indent: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #888 #555 #bbb;
    background: #BFBFC6;
}

#grouplist UL {
    margin: 0;
    padding: 0;
    padding-left: 23px;
    list-style: url("/images/right_arrow.gif");
    line-height: 20pt;
}

#grouplist A {
    text-decoration: none;
    color: #B20A17;
    font-size: 12pt;
    font-weight: bold;
    padding: 2pt;
    margin: 0;
}

#grouplist A:hover {
    color: #D0D0D7;
    font-size: 12pt;
    background: #B20A17;
}

DIV.inventoryItem {
    position: relative;
    clear: right;
    border: black 1px solid;
    margin: 10px;
    padding: 10px;
    line-height: 150%;
    background: white;
    color: #909097;
    min-height: 160px;
    height: auto !important;
    height: 160px;
}

DIV.inventoryItem H1, DIV.inventoryItem H2, DIV.inventoryItem P {
    margin: 1pt;
    padding: 1pt;
    color: #606067;
    text-align: left;
    text-indent: 0;
    background: white;
    border: none;
}

DIV.inventoryItem H1 {
    font-size: 14pt;
    text-decoration: underline;
}

DIV.inventoryItem H2 {
    font-size: 13pt;
}

DIV.inventoryItem P {
    font-weight: normal;
}

DIV.inventoryItemImage {
    position: relative;
    top: 5px;
    right: 5px;
    float: right;
    display: block;
    width: 200px;
    margin-left: 10px;
    border: none;
}

DIV.inventoryItemImage A {
    border: none;
}

DIV.inventoryItemImage IMG {
    border: 1px solid black;
}

#menu {
    position: relative;
    width:250px;
    z-index:2;
    float: left;
}

#menu A {
    font-size: 12pt;
    font-weight: bold;
    line-height: 150%;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #888 #555 #bbb;
    margin: 0;
    padding: 0 4px;
    color: #B20A17;
    background: #BFBFC6 url(/images/grey-button.gif) repeat-y center;
    text-decoration: none;
}

#menu A:hover {
    color: #D0D0D7;
    background: #B20A17 url(/images/red-button.gif) repeat-y center;
}

#menu A:active {
    color:#FFFF17;
    background:#B20A17;
}

#menu UL {
    list-style:none;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 2;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

DIV#menu LI, DIV#menu LI:hover {
    position:relative;
}

DIV#menu LI UL {
    position:absolute;
    top: 0;
    left: 100%;
    display:none;
}

DIV#menu UL UL,
DIV#menu UL UL UL,
DIV#menu UL LI:hover UL UL,
DIV#menu UL LI:hover UL UL UL
{ display:none; }

DIV#menu UL LI:hover UL,
DIV#menu UL UL LI:hover UL,
DIV#menu UL UL UL LI:hover UL
{ display:block; }

/* End non-anchor hover selectors */
H1.imageMenu {
    margin: 1pt;
    padding: 1pt;
    font-size: 14pt;
    font-weight: bold;
    color: black;
    text-align: left;
    text-indent: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #888 #555 #bbb;
    background: #BFBFC6;
}

DIV.imageMenu {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 800px;
}

DIV.imageMenu UL {
    list-style:none;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

DIV.imageMenu LI {
    position: relative;
    display: inline;
    float: left;
}

DIV.imageMenu IMG {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: none;
    border: 1px solid black;
}

DIV.imageMenu LI A IMG {
    position: absolute;
    top: 602px;
    display: block;
    border: 1px solid black;
    width: 160px;
}
DIV.imageMenu LI A.thumb0 IMG {
    left: 0;
}
DIV.imageMenu LI A.thumb1 IMG {
    left: 160px;
}
DIV.imageMenu LI A.thumb2 IMG {
    left: 320px;
}
DIV.imageMenu LI A.thumb3 IMG {
    left: 480px;
}
DIV.imageMenu LI A.thumb4 IMG {
    left: 640px;
}

DIV.imageMenu LI:hover IMG {
    display: block;
}

DIV.imageMenu IMG.message {
    display: block;
}

DIV.equipRow {
    display: block;
    margin: 5px;
    min-height: 200px;
    height: auto !important;
    height: 200px;
    line-height: 0;
}

DIV.equipRow A {
    text-decoration: none;
    color: #B20A17;
    font-size: 10pt;
    font-weight: bold;
}

DIV.equipRow A:hover {
    color: #D0D0D7;
    background: #B20A17;
}

DIV.equipRow IMG {
    display: block;
    border: 1px solid black;
    margin: 0;
}

DIV.equipRow IMG:hover {
    border: 1px solid #B20A17;
}


DIV.equipCell0, DIV.equipCell1, DIV.equipCell2, DIV.equipCell3, DIV.equipCell4 {
    position: absolute;
    text-align: center;
    width: 200px;
    margin: 0;
    margin-left: 5px;
    margin-right: 5px;
}

DIV.equipCell0 {
    left: 5px;
}

DIV.equipCell1 {
    left: 210px;
}

DIV.equipCell2 {
    left: 415px;
}

DIV.equipCell3 {
    left: 620px;
}

DIV.equipCell4 {
    left: 825px;
}


