html {
    height: 100%;
}

body {
    height: 100%;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    position: relative;
}

.css_index_display_area {
    background-repeat: no-repeat;
    background-position: center right;
}

.css_outertable {
    height: 100%;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000000;
    padding: 0px 0px 0px 0px;
    position: relative;
}

.css_header {
    border: 1px solid #000000;
    height: 60px;
    background-color: #FFFFFF;
}

.css_innertable {
    border-collapse: collapse;
    border: 1px solid #000000;
    height: 400px;
    width: 1000px;
    padding: 0px 0px 0px 0px;
    position: relative;
}

.css_hiddentable {
    width: 1000px;
    padding: 0px 0px 0px 0px;
    position: relative;
    top: 38px;
}

.css_redstripe {
    border: 1px solid #000000;
    height: 18px;
    background-color: #FC1922;
    
    color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
}

.css_footer {
    border: 1px solid #000000;
    height: 20px;
    background-color: #FFFFFF;
}

.css_quote {
    font-family: Tahoma;
    font-size: 11px;
    color: #FFFFFF;
}

.css_copyright {
    background-color: #FFFFFF;
    padding: 0px 0px 0px 5px;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 7pt;
}

.css_stripe {
    background-color: #A1B7C6;
    background-image: url('../images/stripe.jpg');
    background-repeat: repeat-x;
    background-position: center right;
}

.css_display_upper_td {
    height: 350px;
}

.css_display_lower_td {
    height: 50px;
}

.css_bottombar {
    margin: 0px 0px 0px 5px;
}

.css_sidebar {
    position: relative;
    left: -60px;
}

.css_dialog {
    width: 625px;
    height: 340px; //248px for pages with best places logo//
    overflow: auto;
    padding: 5px 5px 5px 10px;
    font-family: Arial;
    font-size: 10pt;
}

.css_caption {
    font-weight: bold;
    font-size: 12pt;
    font-family: Arial;
    margin: 0px 0px 4px 0px;
    border-bottom: 1px solid #AAAAAA;
}

.css_sidebar_text {
    padding: 0px 0px 0px 0px;
    border: 1px solid transparent;
    _border: 1px solid #46566D;
    position: relative;
    font-family: Tahoma;
    font-size: 11pt;
    color: #FFFFFF;
    text-align: center;
    background-position: top left;
    background-repeat: no-repeat;
    line-height: 40px;
}

.css_sidebar_t {
    position: relative;
    top: 1px;
    z-index: 2;
    visibility: hidden;
}

.css_sidebar_b {
    position: relative;
    top: -1px;
    z-index: 2;
    visibility: hidden;
}

.css_sidebar_myaccount {
    width: 100px;
    padding: 2px 0px 2px 0px;
    border: 1px solid transparent;
    _border: 1px solid #46566D;
    position: relative;
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    background-position: top left;
    background-repeat: no-repeat;
    font-style: italic;
}

.css_bottombar_left {
    width: 20px;
    height: 45px;
}

.css_bottombar_right {
    height: 45px;
    width: 600px;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    background-color: #FFFFFF;
}

.css_bottombar_divider {
    width: 21px;
    background-image: url('../images/vertical_divider.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

.css_contact_nsi {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 8pt;
    color: #FC1922;
    text-align: center;
    width: 70px;
    margin: 3px 0px 0px 0px;
}

.css_bottombar_text {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 8pt;
    color: #505064;
    text-align: center;
    width: 70px;
    margin: 3px 0px 0px 0px;
}

.css_sidebar_divider {
    height: 1px;
    position: relative;
    background-color: #C4C4C4;
}

.menu {
    float: left;

    margin: 0px;
    list-style: none;
    padding: 0px;

    margin-left: 20px;

    cursor: pointer;
}

.menu > li {
    margin: 0px 0px;
    position: relative;
    float: left;
    border: 1px solid transparent;
    border-bottom-width: 0px;
    border-top-width: 0px;
}

.menu > li:hover {
    background-color: #89181A;
    border: 1px solid #CCCCCC;
    border-bottom-width: 0px;
    border-top-width: 0px;
}

.menu li:hover > .menu_sub {
    display: block;
}

.menu_sub {
    display: none;
    position: absolute;
    left: -1px;
    z-index: 50;

    margin: 0px;
    list-style: none;
    padding: 0px;
    border: 1px solid #CCCCCC;
    background-color: #89181A;
}

.menu_sub > li {
    margin: 0px 0px;
    position: relative;
    float: left;
    width: 100%;
}

.menu_sub > li:hover {
    background-color: #600000;
}

.menu_sub ul {
    left: 100%;
    top: -1px;
}

.menu_sub a {
    margin-right: 10px;
}

.menu a {
    display: block;
    text-decoration: none;
    font: bold 11px Arial;
    color: #FFFFFF;
    padding: 2px 4px;
    white-space: nowrap;
}

.menu_arrow {
    background: transparent url(../images/menu_arrow.gif) no-repeat scroll center right;
}

.menu a:active, .menu a:focus, .menu a:hover {
    outline-style: none;
    color: #FFFFFF;
}
