body {
    font-family: arial, sans-serif !important;
}

.homepage {
    background: #f1e5bf url(../../images/background.jpg) repeat-x 0 0;
}

.internal {
    background: #fff;
}

.wrapper {
    width: 995px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
    height: 100%;
}

.header {
    width: 100%;
    background: url(../../images/header_bg.png) repeat-x 0 0;
    height: 131px;
    position: relative;
    z-index: 2;
    font-family: arial, sans-serif !important;
}

.header-left {
    margin-left: 15px;
    height: 131px;
    float: left;
    width: 275px;
}

.header-right {
    margin-right: 15px;
    height: 131px;
    float: right;
    width: 685px;
}

.top_right {
    height: 41px;
    width: 685px;
    z-index: 3;
    position: relative;
}

    .top_right .right {
        float: right;
    }

    .top_right .social {
        height: 20px;
        padding: 10px 0px 11px 0px;
        text-align: left;
    }

        .top_right .social img {
            padding-left: 7px;
        }

.bottom_right {
    position: absolute;
    right: 15px;
    bottom: 10px;
    width: 626px;
    height: 79px;
    z-index: 0;
}

    .bottom_right .nav {
        width: 630px;
    }

        .bottom_right .nav .top_level {
            text-align: center;
            position: relative;
            float: left;
        }

            .bottom_right .nav .top_level a {
                margin-left: 2px;
                background: url(../../images/nav_lin_bg.jpg) repeat-x 0 8px;
                display: block;
                height: 14px;
                padding: 55px 13px 8px 13px;
                line-height: 14px;
                font-size: 14px;
                font-weight: bold;
                color: #fff;
                text-decoration: none;
            }

                .bottom_right .nav .top_level a.nav-first {
                    margin-left: none;
                    top: 0px;
                    left: 0px;
                }

                .bottom_right .nav .top_level a:hover, .bottom_right .nav .top_level a.nav-path-selected {
                    background-position: 0 -80px;
                }

            .bottom_right .nav .top_level .subnav {
                display: none;
                background: url(../../images/sub_nav_bg.png) no-repeat 0px 11px;
                position: absolute;
                float: none;
                left: 0px;
                top: 77px;
                width: 197px;
                padding: 12px 6px 5px 6px;
            }

        .bottom_right .nav .nav-item-131 .subnav {
            right: 0px;
            left: inherit;
        }

        .bottom_right .nav .top_level:hover .subnav {
            display: block;
        }

        .bottom_right .nav .top_level .subnav .top_shadow {
            background: url(../../images/sub_nav_bg_top.png) no-repeat 0px 0px;
            position: absolute;
            width: 207px;
            height: 8px;
            top: 3px;
            left: 0px;
        }

        .bottom_right .nav .top_level .subnav .bottom_shadow {
            background: url(../../images/sub_nav_bg_bottom.png) no-repeat 0px 0px;
            position: absolute;
            width: 207px;
            height: 7px;
            bottom: -7px;
            left: 0px;
        }

        .bottom_right .nav .top_level .subnav a {
            text-align: left;
            margin: 0px;
            width: 177px;
            padding: 10px;
            background: none;
            font-size: 13px;
            height: auto;
            border-bottom: 1px solid #d47913;
            border-top: 1px solid #fb9a19;
        }

            .bottom_right .nav .top_level .subnav a.nav-first {
                border-top: none;
            }

            .bottom_right .nav .top_level .subnav a.nav-last {
                border-bottom: none;
            }

            .bottom_right .nav .top_level .subnav a:hover, .bottom_right .nav .top_level .subnav a.nav-selected {
                background: #db6100;
            }

.map {
    width: 100%;
    background: url(../../images/map_bg.jpg) no-repeat center 0;
    min-height: 480px;
    position: relative;
    z-index: 0;
    min-width: 990px;
    padding-top: 20px;
}

.map_internal {
    width: 100%;
    /*background: url(../../images/map_bg.jpg) no-repeat center 0;*/
    min-height: 480px;
    position: relative;
    z-index: 0;
    min-width: 990px;
    margin-top: -10px;
    padding-top: 25px;
}

.internal_content {
    background: #fff;
    width: 940px;
    margin: 0 auto 10px auto;
    padding: 30px 25px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    behavior: url(PIE.htc);
}

    .internal_content .internal_left {
        float: left;
        /*width: 296px;*/
        width:280px;
    }

        .internal_content .internal_left h1 {
            font-weight: bolder;
            font-style: italic;
            color: #000;
            text-transform: uppercase;
            line-height: 18px;
            font-size: 18px;
        }

        .internal_content .internal_left h2 {
            font-weight: bolder;
            font-style: italic;
            color: #f37511;
            text-transform: uppercase;
            height: 25px;
            line-height: 18px;
            font-size: 18px;
        }

        .internal_content .internal_left .left_box {
            position: relative;
            overflow: hidden;
            margin: 5px 0px 25px 0px;
            background: #f2f2f2;
            padding: 10px 10px;
            -moz-box-shadow: 0 0 5px #888;
            -webkit-box-shadow: 0 0 5px #888;
            box-shadow: 0 0 5px #888;
            behavior: url(PIE.htc);
        }

            .internal_content .internal_left .left_box .google_map {
                border: 1px solid #cccccc;
                margin-top: 10px;
            }

            .internal_content .internal_left .left_box h3 {
                font-size: 20px;
                color: #75af26;
                font-weight: bolder;
                line-height: 30px;
            }

            .internal_content .internal_left .left_box p {
                line-height: 16px;
                font-size: 12px;
            }

            .internal_content .internal_left .left_box a.with_arrow {
                float: left;
                text-decoration: none;
                font-size: 13px;
                position: relative;
                display: block;
                width: 100%;
                height: 12px;
                color: #000;
                margin: 5px 0px;
            }

                .internal_content .internal_left .left_box a.with_arrow span.arrow {
                    display: block;
                    float: right;
                    background: url(../../images/arrow_link.png) no-repeat right 0;
                    height: 12px;
                    width: 12px;
                }

                .internal_content .internal_left .left_box a.with_arrow span.text {
                    display: block;
                    float: left;
                    height: 12px;
                    padding-right: 5px;
                }

                .internal_content .internal_left .left_box a.with_arrow:hover .text, .internal_content .internal_left .left_box a.with_arrow:hover span.arrow {
                    text-decoration: underline;
                    background-position: right -12px;
                }

.internal_right {
    float: left;
    width: 603px;
    padding-top: 25px;
    padding-left: 12px;
}

.internal_rightReceipt {
    text-align: center;
    width: 603px;
    padding-top: 25px;
    padding-left: 12px;
    margin: 0 auto;
}

.internal_right .page_rules {
    margin: 0px 0px 10px 12px;
}

    .internal_right .page_rules li {
        color: #f37511;
        line-height: 14px;
        font-size: 8px;
    }

        .internal_right .page_rules li p {
            font-weight: bolder;
            font-size: 10px;
            color: #000;
            text-transform: uppercase;
        }

.bottom_bar {
    position: relative;
    width: 995px;
    height: 63px;
    margin: 12px auto;
    background: url(../../images/bottom_bar_bg.png) no-repeat 0 0;
}

.footer {
    position: relative;
    width: 985px;
    margin: 0 auto;
    padding: 10px 0px 50px 0px;
    font-size: 10px;
    color: #333;
    opacity: .75;
    font-family: arial, sans-serif !important;
}


    .footer ul.nav li, .footer ul li {
        float: left;
        list-style: none;
        float: left;
        padding: 0px 10px;
        border-right: solid 1px #333;
        text-transform: uppercase;
    }

        .footer ul.nav li:first-child {
            padding-left: 0px;
        }

        .footer ul li.last {
            border-right: none;
        }

    .footer a {
        color: #333;
        text-decoration: none;
        font-weight: bold;
    }

        .footer a:hover {
            text-decoration: underline;
        }

    .footer p {
        padding-top: 5px;
        font-size: 10px;
        line-height: 15px;
    }

    .footer .social {
        position: absolute;
        top: 0px;
        right: 0px;
        font-weight: bold;
        font-size: 12px;
    }

        .footer .social a, .footer .social img {
            vertical-align: middle;
        }


/*****=====  Right Tabbing section CSS 140313  =====*****/
/* Tabbing */
#StepsOutr {
    float: left;
    width: 603px;
    margin: 0;
    padding: 0;
}

    #StepsOutr ul.nav {
        width: 603px;
        height: 21px;
        float: left;
        padding: 0;
    }

        #StepsOutr ul.nav li {
            float: left;
            list-style-type: none;
            margin: 0px 1px 0 0;
            padding: 0px;
        }

            #StepsOutr ul.nav li a {
                color: #fff;
                font-weight: bold;
                font-size: 10px;
                float: left;
                text-decoration: none;
            }

        #StepsOutr ul.nav li {
            background: url(../../images/tab_lhs.gif) left top no-repeat;
            float: left;
            height: 21px;
            width: auto;
        }

            #StepsOutr ul.nav li span {
                background: url(../../images/tab_rhs.gif) right top no-repeat;
                float: left;
                padding: 0px 9px 0 3px;
                height: 21px;
                line-height: 21px;
                margin-left: 6px;
            }

            #StepsOutr ul.nav li a:hover, #StepsOutr ul.nav li a.current {
                background: url(../../images/tab_lhs.gif) left bottom no-repeat;
            }

                #StepsOutr ul.nav li a:hover span, #StepsOutr ul.nav li a.current span {
                    background: url(../../images/tab_rhs.gif) right bottom no-repeat;
                }

    #StepsOutr .Tab1Outr {
        width: 603px;
        float: left;
    }

.StepsContentOutr {
    float: left;
    width: 603px;
    border: 1px solid #cae598;
}

h2 {
    color: #8dc63f;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.TabbingContent {
    float: left;
    padding: 10px;
    width: 583px;
    font-size: 12px;
}
/* Program Selection Content */
.Tab1Block {
    float: left;
    width: 603px;
    padding: 3px 0;
}

.PackOddBg {
    background: #ececec;
}

.PackEvenBg {
    background: #f8f8f8;
}

.Tab1Block .PackageLhs {
    float: left;
    padding: 0 0 0 9px;
    width: 516px;
}

.PackageLhs h2 {
    color: #8dc63f;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.PackageLhs p {
    font-size: 11px;
    line-height: 18px;
}

.Tab1Block .PackageRhs {
    float: right;
    padding: 0 2px 0 0;
    width: 76px;
}

.Price {
    color: #f37511;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    float: left;
    width: 76px;
}

    .Price sup {
        color: #f37511;
        font-size: 11px;
        font-weight: bold;
    }


.arial_11n000000 {
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
}

arial_11bffff {
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #ffffff;
    text-decoration: none;
}


.bg_ffffff {
    background-color: #FFFFFF;
}

.heading_color {
    background: #cae598;
}

.arial_11b000000 {
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
}

.RhsBlock {
    width: 400px;
}


    .RhsBlock .BlockTop {
        background: #fff1cd;
        border-bottom: 1px #fff solid;
        width: 100%;
        padding: 2px 10px;
        margin-top: 8px;
    }

.BlockTop h2 {
    color: #a0630b;
    font-size: 18px;
    line-height: 28px;
    width: auto;
    padding: 0;
    margin: 0;
    font-style: normal;
}

.pack-name {
    color: #8dc63f;
    font-size:16px;
    margin:5px 0 0 0;
}
.grid-old td {
    border:1px solid #cae598;
    padding:5px;
}