@import url("https://fast.fonts.net/cssapi/63abbe64-c968-497a-95ab-b76e4164cb9d.css");
/*#Fonts#*/
.avenir-medium {
    font-family: 'Avenir LT W01 65 Medium';
}

.avenir-roman {
    font-family: 'Avenir LT W01 55 Roman';
}

.avenir-black {
    font-family: 'Avenir LT W01 95 Black'
}

.frutiger-bold-cn {
    font-family: 'FrutigerLTW01-67BoldCn';
}

.frutiger-cn {
    font-family: 'FrutigerLTW01-57Condens';
}

.frutiger-light-cn {
    font-family: 'FrutigerLTW01-47LightCn';
}

.trajan {
    font-family: 'Trajan W01 Regular';
}

/*#Global reset & Master styles#*/
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
body, form {
    background: none repeat scroll 0 0 transparent;
    height: 100%;
    width: 100%;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

* {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0 none;
}

ol, ul, li {
    list-style: none outside none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

q:before, q:after {
    content: "";
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

.update-progress {
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

    .update-progress img {
        left: 50%;
        top: 50%;
        position: absolute
    }

a, a:link, a:active, a:visited {
    color: #000000;
    text-decoration: none;
}

    a:hover {
        color: #676f60;
    }

a, img {
    border: medium none;
}

    a:focus {
        outline: medium none;
    }

em {
    font-style: italic;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
}

strong {
    font-weight: bold;
}
/*Page title*/ h1 {
    color: #2a2a28;
    font-family: 'Avenir LT W01 65 Medium';
    font-size: 30px;
    margin-bottom: 35px;
}
/*Section heading*/ h2 {
    float: left;
    border-left: 11px solid #676f60;
    line-height: 15px;
    background-color: #ffffff;
    text-transform: uppercase;
    color: #1d1e1f;
    font-family: 'FrutigerLTW01-57Condens';
    font-size: 18px;
    padding: 0 10px;
    font-weight: bold;
}
/*Item heading*/ h3 {
    color: #1d1e1f;
    font-family: 'FrutigerLTW01-47LightCn';
    font-size: 17px;
    padding: 10px 0;
    font-weight: bold;
    border-bottom: 2px solid #36434d;
}
/*Additional Info heading*/ h4 {
    font-family: 'FrutigerLTW01-67BoldCn';
    font-size: 16px;
    padding: 25px 0 5px;
    border-bottom: 2px solid #676f60;
}
/*Home Right column heading*/ h5 {
    font-family: 'FrutigerLTW01-67BoldCn';
    font-size: 16px;
    color: #1d1e1f;
    padding: 25px 0 5px;
    margin-bottom: 8px;
    border-bottom: 2px solid #e5e4e0;
    text-transform: uppercase;
}
/*Home Left column heading*/ h6 {
    font-family: 'FrutigerLTW01-67BoldCn';
    font-size: 22px; /*16px;*/
    color: #fff; /*#1d1d1d;*/
    background-color: #676f60;
    padding: 14px 0 14px 40px;
    text-transform: uppercase;
}

.upper {
    text-transform: uppercase;
}

.inner {
    margin: 0 auto;
}

.clearfix {
    display: block;
}

    .clearfix:after {
        clear: both;
        content: "";
        display: block;
    }

.clear-right {
    clear: right
}

.left-float {
    float: left;
    position: relative;
}

.right-float {
    float: right;
    position: relative;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

.center-align {
    text-align: center;
}

.highlight {
    color: #A47120;
}

/*#Form Styles#*/
.ErrorLabel {
    display: none;
}

.EditingFormErrorLabel {
    color: #ff0000;
}

input[type="text"], input[type="password"], select.DropDownField {
    border: 1px solid #36434d;
    color: #929292;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 33px;
    width: 490px;
    line-height: 32px;
    margin: 3px 0 5px;
    padding: 0 5px;
    position: relative;
}

select.DropDownField {
    padding: 0 0 0 5px;
}

input[type="submit"] {
    background-color: #647580;
    color: #ffffff;
    font-size: 15px;
    border: medium none;
    cursor: pointer;
    font-family: 'Trajan W01 Regular';
    font-weight: bold;
    padding: 6px 25px;
    margin: 10px 0 25px;
}

    input[type="submit"]:hover {
        background-color: #36434d; /*#0085de;*/
        color: #ffffff;
    }

input[type="checkbox"] {
    margin-top: 10px;
}

select {
    border: 1px solid #8F897E;
    border-radius: 3px 3px 3px 3px;
    color: #5b6060;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-style: italic;
    height: 28px !important;
    line-height: 28px !important;
    padding-left: 5px;
    margin-right: 5px;
    width: 290px;
}

.EditingFormLabel, .FieldLabel {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9px;
    text-transform: uppercase;
}

.FieldLabel {
    font-size: 12px;
    color: #6B6B6B;
}

.EditingFormInfoLabel {
    text-transform: uppercase;
}

#p_lt_zoneTop_BizForm_viewBiz {
    margin-left: 30px;
}

.EditingFormControlNestedControl {
    padding: 0;
    margin: 0;
}

.CMSValidator, .failure-text, #p_lt_zonePageContent_pageplaceholder_pageplaceholder_lt_zoneTop_logonformagent_lblResult {
    color: #FF0000;
}

.dialog-logon .CMSValidator, .dialog-password .CMSValidator {
    position: absolute;
}

.LoginPanelPasswordRetrieval {
    position: relative;
    margin-top: 30px;
}

/*#Form Styles/Login#*/
#login-container .LogonPageBackground {
}

.dialog-logon .CMSValidator {
    top: 100px;
    width: 300px !important;
}

.dialog-password .CMSValidator {
    top: -19px;
}

.dialog-position {
    width: 500px;
    margin: 0 auto;
}

.dialog-logon {
    margin-top: 5px;
}

.dialog-password a {
    font-style: italic;
    font-size: 13px;
}

.remeber-me {
    margin-bottom: 10px;
}

    .remeber-me label {
        text-transform: none !important;
        font-size: 12px !important;
        margin-left: 10px;
    }

.dialog-logon label, .register-form label {
    font-family: Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}

.dialog-logon label {
    font-size: 12px;
}

.register-form label {
    font-size: 10px;
}

.dialog-logon input[type="submit"] {
    margin-left: 41%
}

/*#Form Styles/Register#*/
.register-errormessages {
    padding-bottom: 10px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}

.register-left {
    width: 51%;
}

.register-right {
    width: 49%;
}

.register-form input[type="text"], .register-form select.DropDownField {
    border: 1px solid #CECECE;
    width: 275px;
}

.register-form select.DropDownField {
    width: 286px;
    margin-top: 1px;
    height: 34px !important;
}

.register-footer input[type="submit"] {
    background-color: #000000;
    color: #ffffff;
    margin-left: 37%;
}

    .register-footer input[type="submit"]:hover {
        background-color: #0085de;
    }

.dialog-password input[type="submit"] {
    margin-left: 18%
}

/*#User#*/
/*#User/Login#*/
#login-container #logo {
    background-color: #647580; /*#36434d;*/
    height: 87px;
    color: #ffffff;
    position: relative;
}

    #login-container #logo .inner {
        font-family: 'Trajan W01 Regular';
        font-size: 29px;
        text-align: center;
        padding-top: 39px;
        
    }

#login-container #footer .inner {
    text-align: center;
    padding-top: 19px;
}

#login-container #content-container, #login-container #banner-container {
    position: relative;
}

    #login-container #content-container .inner, #banner-container .inner {
        width: 876px;
        position: relative;
    }

#banner-container .inner {
    padding-top: 20px;
}

.welcome {
    padding-bottom: 30px;
}

.welcome, .welcome-register {
    text-align: center;
}

    .welcome h1, .welcome-register h1 {
        font-family: "Avenir LT W01 65 Medium" !important;
        font-size: 27px;
        font-weight: normal;
        margin: 15px 0 10px;
    }

    .welcome a, .welcome-register a, .dialog-password a {
        color: #676f60 !important;
        text-decoration: underline;
    }

        .welcome a:hover, .dialog-password a:hover, .welcome-register a:hover {
            color: #0599c9 !important;
        }

/*#User/Register#*/
.register-heading {
    background-color: #fff;
    width: 100%;
    padding: 13px 0;
    font-family: 'Avenir LT W01 55 Roman';
    font-size: 24px;
    text-align: center;
}

.register-text {
    width: 100%;
    text-align: center;
    padding: 10px 0 15px;
}

    .register-text a {
        color: #0085de;
        text-decoration: underline;
    }

.register-form {
    width: 590px;
    margin: 0 auto;
    padding: 5px 0 10px;
    border-bottom: 1px dotted #a1a1a1;
    border-top: 1px dotted #a1a1a1;
}

.register-footer {
    padding: 5px 45px 40px 45px;
}

/*#Master layout/Footer#*/
#footer {
    background-color: #fff;
    border-top: 3px solid #36434d;
}

    #footer .inner {
        width: 900px;
        padding-bottom: 80px;
        position: inherit;
    }

    #footer .top {
        color: #36434d;
        font-family: 'Avenir LT W01 55 Roman';
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 20px;
        padding-top: 25px;
        text-align: center;
        text-transform: uppercase;
    }

    #footer .left, #footer .right-top, #footer .right-bottom {
        width: 375px;
        margin: 0 25px;
        color: #36434d;
        line-height: 1.5;
        letter-spacing: 1px;
    }

    #footer .left {
        text-align: right;
    }

    #footer .right-top {
        height: 115px;
    }

        #footer .right-top a.mail {
            background: url("/App_Themes/AgentZone/images/icon-email.png") no-repeat scroll 14px 4px transparent;
            font-family: Georgia,'Times New Roman',Times,serif;
            font-style: italic;
            font-size: 11px;
            color: #36434d;
            width: 100%;
            height: 9px;
            padding: 0 0 0 35px;
            position: relative;
        }

    #footer .right-bottom img, #footer .right-bottom a {
        margin-right: 9px;
    }

        #footer .right-bottom a#link-trip-advisor {
            float: left;
            display: block;
            width: 28px;
            height: 28px;
            background: url("/App_Themes/AgentZone/images/icon-trip-advisor-off.png") no-repeat scroll 0 0 transparent;
        }

        #footer .right-bottom a#link-youtube {
            float: left;
            display: block;
            width: 28px;
            height: 28px;
            background: url("/App_Themes/AgentZone/images/icon-youtube-off.png") no-repeat scroll 0 0 transparent;
        }

        #footer .right-bottom a#link-pinterest {
            float: left;
            display: block;
            width: 28px;
            height: 28px;
            background: url("/App_Themes/AgentZone/images/icon-pinterest-off.png") no-repeat scroll 0 0 transparent;
        }

        #footer .right-bottom a#link-facebook {
            float: left;
            display: block;
            width: 28px;
            height: 28px;
            background: url("/App_Themes/AgentZone/images/icon-facebook-off.png") no-repeat scroll 0 0 transparent;
        }

        #footer .right-bottom a#link-twitter {
            float: left;
            display: block;
            width: 28px;
            height: 28px;
            background: url("/App_Themes/AgentZone/images/icon-twitter-off.png") no-repeat scroll 0 0 transparent;
        }

        #footer .right-bottom a#link-instagram {
            float: left;
            display: block;
            width: 28px;
            height: 28px;
            background: url("/App_Themes/AgentZone/images/icon-instagram-off.png") no-repeat scroll 0 0 transparent;
        }

        #footer .right-bottom a#link-trip-advisor:hover {
            background: url("/App_Themes/AgentZone/images/icon-trip-advisor-on.png") no-repeat scroll 0 0 transparent;
        }

        #footer .right-bottom a#link-youtube:hover {
            background: url("/App_Themes/AgentZone/images/icon-youtube-on.png") no-repeat scroll 0 0 transparent;
        }

        #footer .right-bottom a#link-pinterest:hover {
            background: url("/App_Themes/AgentZone/images/icon-pinterest-on.png") no-repeat scroll 0 0 transparent;
        }

        #footer .right-bottom a#link-facebook:hover {
            background: url("/App_Themes/AgentZone/images/icon-facebook-on.png") no-repeat scroll 0 0 transparent;
        }

        #footer .right-bottom a#link-twitter:hover {
            background: url("/App_Themes/AgentZone/images/icon-twitter-on.png") no-repeat scroll 0 0 transparent;
        }

        #footer .right-bottom a#link-instagram:hover {
            background: url("/App_Themes/AgentZone/images/icon-instagram-on.png") no-repeat scroll 0 0 transparent;
        }

/*#Master layout#*/
#container, #content-container, .welcome-register {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

#container, #login-container {
    min-width: 990px;
}

#container, .welcome-register {
    color: #000000;
}

#login-container {
}

.sub-heading {
    width: 990px;
    margin-bottom: 23px;
}

    .sub-heading .line-grey {
        background-color: #E5E4E0;
        border: none;
        height: 15px;
    }

    .sub-heading .line-grey-box {
        background-color: #E5E4E0;
        border: none;
        height: 15px;
        margin-top: 70px;
    }

.item-full-description {
    height: 360px
}

    .item-full-description img {
        padding-left: 20px;
        margin: 0 0 10px 25px;
    }

/*#Master layout/Top#*/
#top {
    background-color: #e6eaed; /*#8b99a0;*/
    height: 26px;
    position: relative;
    border-bottom: 1px solid #36434d;
}

    #top .inner {
        width: 990px;
        position: relative;
    }

    #top a {
        text-decoration: none;
        text-transform: uppercase;
    }

        #top a, #top a:link, #top a:visited, #top a:active, #top a:hover {
            color: #36434d;
        }

            #top, #top a:hover {
                color: #36434d;
            }

                #top .sign-out-global a {
                    font-size: 10px !important;
                    float: left;
                    display: block;
                    height: 26px;
                    line-height: 26px;
                }

                    #top .sign-out-global a:hover {
                        font-size: 10px !important;
                    }

                    #top .sign-out-global a.signoutLink {
                        background: url("/App_Themes/AgentZone/images/icon-a-arrow.png") no-repeat scroll 0 9px transparent;
                        padding-left: 15px;
                    }

                        #top .sign-out-global a.signoutLink:hover {
                            background: url("/App_Themes/AgentZone/images/icon-a-arrow-on.png") no-repeat scroll 0 9px transparent;
                        }

                    #top .sign-out-global a.mapLink {
                        background: url("/App_Themes/AgentZone/images/icon-africa-off.png") no-repeat scroll 94% center #8a3e27; /*#93948c;*/
                        width: 157px;
                        color: #fff;
                        padding: 0 32px 0 15px;
                        margin-left: 25px;
                    }

                        #top .sign-out-global a.mapLink:hover {
                            background: url("/App_Themes/AgentZone/images/icon-africa-off.png") no-repeat scroll 94% center #676f60;
                            color: #fff;
                        }

                #top .welcome-global {
                    display: block;
                    height: 26px;
                    left: 405px;
                    line-height: 26px;
                    position: absolute;
                    top: 0;
                }

                #top .search-global {
                    display: block;
                    height: 26px;
                    width: 240px;
                    right: 0;
                    line-height: 26px;
                    position: absolute;
                    top: 0;
                }

                    #top .search-global .search-input {
                        display: none;
                        right: 0;
                        margin-right: 28px;
                        top: -3px;
                        height: 26px;
                        width: 205px;
                        position: absolute;
                    }

                    #top .search-global .search-button {
                        right: 0;
                        position: absolute;
                    }

                        #top .search-global .search-button:hover {
                            background: url("/App_Themes/AgentZone/images/icon-search-on.png") no-repeat scroll 0 0 transparent;
                        }

#container #logo {
    background-color: #647580; /*#36434d;*/
    height: 80px;
    position: relative;
}

#logo .inner {
    width: 990px;
    position: relative;
}

#container #logo .logo {
    width: 134px;
    height: 52px;
    top: 12px;
    left: 0;
    position: absolute;
}

#logo .inner a.az-logo {
    font-family: 'Trajan W01 Regular';
    color: #cfcfcf;
    font-size: 29px;
    padding-top: 21px;
    position: relative;
    display: inline-block;
   
}

#logo .contact-global {
    top: 23px;
    color: #CFCFCF;
    font-family: 'Avenir LT 55 Roman';
    font-size: 12px;
    line-height: 1.5;
    right: 0;
    text-align: right;
    position: absolute;
}

    #logo .contact-global a {
        background: url("/App_Themes/AgentZone/images/icon-email-grey.png") no-repeat scroll 14px 4px transparent;
        font-family: Georgia,'Times New Roman',Times,serif;
        font-style: italic;
        color: #CFCFCF;
        font-size: 12px;
        width: 100%;
        height: 9px;
        padding: 0 0 0 35px;
        position: relative;
    }

        #logo .contact-global a:hover, #footer .right-top a:hover {
            color: #676f60;
        }
/*#Master layout/Content#*/
#container #content-container {
    background: url("/App_Themes/AgentZone/images/bg-gradient-white-1280x273.png") no-repeat scroll 50% 0 #ffffff;
    position: relative;
    z-index: 1;
}

#content-container .inner {
    width: 990px;
    padding-top: 35px;
    padding-bottom: 80px;
}

.content-text {
    margin: 25px 0
}

    .content-text img {
        margin-left: 25px
    }

.link-arrow {
    background: url("/App_Themes/AgentZone/images/icon-arrow-lightgrey-off.png") no-repeat scroll left 5px transparent;
    padding: 10px 5px 10px 22px;
    border-bottom: 1px dotted #92877A;
}

    .link-arrow:hover {
        background: url("/App_Themes/AgentZone/images/icon-arrow-lightgrey-on.png") no-repeat scroll left 5px transparent;
        color: #0599C9;
    }

.content-left {
    float: left;
    width: 150px;
    margin-right: 30px;
    position: relative;
}

.content-right {
    float: right;
    width: 810px;
    position: relative;
}

/*#Menus#*/
/*#Menus/Main navigation/Overlay#*/
.menu-overlay {
    background: url("/App_Themes/AgentZone/images/menu-overlay.png") repeat scroll 0 0 transparent;
    height: 55px;
    position: absolute;
    width: 100%;
    margin-top: -55px;
}

/*#Menus/Main navigation#*/
#menu-camp-lodge {
    font-family: 'verbexcondmedium';
    color: #424242;
    height: 55px;
    text-transform: uppercase;
    position: relative;
}

#menu-safari {
    font-family: 'verbexcondmedium';
    background-color: #d6d8de; /*#647580;*/ /*#36434d;*/
    color: #9C8053; /*#424242;*/
    height: 59px;
    text-transform: uppercase;
}

#menu-camp-lodge-holder {
    z-index: 99999;
    position: relative;
}

#menu-safari-holder {
    z-index: 10;
    position: relative;
}

#menu-camp-lodge .inner, #menu-camp-lodge-holder .inner, #menu-safari .inner, #menu-safari-overlay .inner {
    width: 1244px;
    position: relative;
}

#menu-camp-lodge .logo {
    position: absolute;
    left: 0;
    top: 12px;
}

#menu-safari .logo > img{
    /*height: 48px;*/
}


#menu-safari .logo {
    position: absolute;    
    top: 4px;
    left: -30px;
}

/*level1 - ul*/
.level1CMSListMenuUL {
    padding: 0px;
    margin-left: 135px;
    position: absolute;
}

#menu-camp-lodge .level1CMSListMenuUL {
    background: url("/App_Themes/AgentZone/images/menu-divider.png") no-repeat scroll left 0 transparent;
}

#menu-safari .level1CMSListMenuUL {
    padding: 0px;
    margin-left: 210px;
    position: absolute;
    background: url("/App_Themes/AgentZone/images/menu-safari-divider.png") no-repeat scroll left 0 transparent;
}
/*level1 - li*/
.level1CMSListMenuLI, .level1CMSListMenuHighlightedLI, .level1CMSListMenuLIlast, .level1CMSListMenuHighlightedLIlast {
    float: left;
}

#menu-camp-lodge .level1CMSListMenuLI, #menu-camp-lodge .level1CMSListMenuLIlast {
    background: url("/App_Themes/AgentZone/images/menu-divider.png") no-repeat scroll right 0 transparent;
}

#menu-safari .level1CMSListMenuLI, #menu-safari .level1CMSListMenuLIlast {
    background: url("/App_Themes/AgentZone/images/menu-safari-divider.png") no-repeat scroll right 0 transparent;
}
/*level1 - li a*/
#menu-camp-lodge .level1CMSListMenuLIlast:hover {
    background-color: #676f60;
    color: #fff;
    padding-left: 1px;
    margin-left: -1px;
}

#menu-camp-lodge .level1CMSListMenuLink, #menu-camp-lodge .level1CMSListMenuLinkHighlighted {
    color: #424242;
    max-width: 94px;
    height: 41px;
    padding: 14px 16px 0 10px;
    display: block;
}

#menu-safari .level1CMSListMenuLink, #menu-safari .level1CMSListMenuLinkHighlighted {
    color: #9C8053; /*#CFCFCF*/;
    width: 135px;
    height: 30px;
    padding: 15px 20px 10px 10px;
    display: block;
}

#menu-camp-lodge .level1CMSListMenuLink:hover, #menu-camp-lodge .level1CMSListMenuLinkHighlighted {
    background-color: #676f60; /*#676f60;*/
    color: #fff;
    margin-left: -1px;
    padding-left: 11px;
}

#menu-safari .level1CMSListMenuLink:hover, #menu-safari .level1CMSListMenuLinkHighlighted {
    background-color: #676f60; /*#676f60;*/
    color: #fff;
    margin-left: -1px;
    padding-left: 11px;
}

/*submenu icon*/
.level1CMSListMenuLI img, .level1CMSListMenuHighlightedLI img, .level1CMSListMenuLIlast img, .level1CMSListMenuHighlightedLIlast img {
    display: block;
    position: absolute;
    right: 6px;
    top: 16px;
}
/*level2 - ul*/
#menu-camp-lodge .level2CMSListMenuUL {
    position: absolute;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-style: italic;
    text-align: left;
    text-transform: none;
    background-color: #F2EEE4;
    border-top: 6px solid #676f60;
    padding: 10px 5px 5px 15px;
}
/*level2 - li*/
#menu-camp-lodge .level2CMSListMenuLI, #menu-camp-lodge .level2CMSListMenuLIlast {
    background: url("/App_Themes/AgentZone/images/icon-arrow-lightgrey-off.png") no-repeat scroll left 0 transparent;
    padding: 5px 5px 3px 22px
}

    #menu-camp-lodge .level2CMSListMenuLI:hover, #menu-camp-lodge .level2CMSListMenuHighlightedLI, #menu-camp-lodge .level2CMSListMenuLIlast:hover, #menu-camp-lodge .level2CMSListMenuHighlightedLIlast {
        background: url("/App_Themes/AgentZone/images/icon-arrow-lightgrey-on.png") no-repeat scroll left 0 transparent;
        padding: 5px 5px 3px 22px
    }
/*level2 - li a*/
#menu-camp-lodge .level2CMSListMenuLink, #menu-camp-lodge .level2CMSListMenuLinkHighlighted {
    border-bottom: 1px solid #d6d1c2;
    display: block;
    height: 20px;
    width: 130px;
}

#menu-camp-lodge .level2CMSListMenuLIlast a, #menu-camp-lodge .level2CMSListMenuHighlightedLIlast a {
    border-bottom: none;
}

#menu-camp-lodge .level2CMSListMenuLink:hover, #menu-camp-lodge .level2CMSListMenuLinkHighlighted {
    color: #0599c9;
}

/*show level2 on hover*/
.level2CMSListMenuUL {
    display: none;
    right: 0;
}

.level1CMSListMenuLI:hover .level2CMSListMenuUL, .level1CMSListMenuHighlightedLI:hover .level2CMSListMenuUL, .level1CMSListMenuLIlast:hover .level2CMSListMenuUL, .level1CMSListMenuHighlightedLIlast:hover .level2CMSListMenuUL {
    display: inline-block;
}

/*#Menus/Main navigation/Info block#*/
.info-container {
    left: -30px;
    position: absolute;
    top: 5px;
    z-index: 5000;
}

.info-icon {
    float: left;
    margin-top: 12px;
}

.info-container:hover .info-block {
    display: block;
}

.info-block {
    display: none;
    left: 20px;
    position: absolute;
    top: 0;
    text-transform: none;
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
}

.blockpoint {
    float: left;
    margin-top: 15px;
    position: relative;
}

.info {
    color: #3c3c3c;
    left: 10px;
    padding: 9px 10px;
    position: relative;
    min-width: 190px;
}

#menu-camp-lodge .blockpoint, #menu-camp-lodge-overlay .blockpoint {
    background: url("/App_Themes/AgentZone/images/menu-info-boxpoint-lightgrey.png") no-repeat scroll 0 0 transparent;
    height: 12px;
    width: 10px;
}

#menu-camp-lodge .info, #menu-camp-lodge-overlay .info {
    background-color: #E5E4E0;
}

#menu-safari .blockpoint, #menu-safari-overlay .blockpoint {
    background: url("/App_Themes/AgentZone/images/menu-info-boxpoint-white.png") no-repeat scroll 0 0 transparent;
    height: 12px;
    width: 10px;
}

#menu-safari .info, #menu-safari-overlay .info {
    background-color: #ffffff;
}

/*Positive Impact*/
.HorizontalMenuCMSListMenuLI {
    float: left;
    margin-right: 70px;
}

/*#Menus/Gallery Categories#*/
.menu-gallery-logo, .property-banner .camp-logo {
    margin: 0 auto 30px;
    text-align: center;
}

.menu-gallery {
    position: relative;
    height: 102px;
    background-color: #36434d;
    text-align: right;
}

    .menu-gallery img {
        left: 25px;
        top: -2px;
        position: absolute;
    }

.galleryCMSListMenuUL {
    border-right: 1px solid #151515;
}

.galleryCMSListMenuLI a, .galleryCMSListMenuHighlightedLI a {
    float: right;
    position: relative;
    display: block;
    color: #ffffff !important;
}

.galleryCMSListMenuLI a {
    padding: 72px 15px 15px;
    color: #ffffff;
    background-color: #36434d;
    border-left: 1px solid #312e2d;
}

.galleryCMSListMenuHighlightedLI a {
    padding: 72px 16px 15px;
    margin: 0 -1px;
    color: #ffffff;
    background-color: #676f60;
}

.galleryCMSListMenuLI a:hover {
    padding: 72px 16px 15px;
    margin: 0 -1px;
    background-color: #676f60;
    color: #ffffff;
}

/*#Menus/Left Camp menu#*/
.menu-left .list1CMSListMenuLI, .menu-left .list1CMSListMenuHighlightedLI {
    margin-bottom: 20px;
    font-size: 13px;
    font-family: 'FrutigerLTW01-67BoldCn';
    line-height: 1.4;
}

.menu-left .list1CMSListMenuLink, .menu-left .list1CMSListMenuLinkHighlighted {
    text-transform: uppercase;
    color: #1d1e1f;
    cursor: default;
}

.menu-left .list1CMSListMenuHighlightedLI, .menu-left .list1CMSListMenuLinkHighlighted {
    color: #1d1e1f;
}

.menu-left .list2CMSListMenuLI, .menu-left .list2CMSListMenuHighlightedLI {
    font-family: 'FrutigerLTW01-57Condens';
    line-height: 1.4;
}

.menu-left .list2CMSListMenuLink:hover, .menu-left .list2CMSListMenuLinkHighlighted {
    color: #1496c7;
}
/*#Pages#*/
/*#Pages/Availablity checker#*/
.availability-header {
    padding: 10px 25px 0;
}

    .availability-header h1 {
        margin-bottom: 10px;
    }

#p_lt_AvailabilityUpdatePanel {
    padding: 10px 20px 20px 25px;
}

    #p_lt_AvailabilityUpdatePanel input[type="submit"] {
        background-color: #C0C0C0;
        margin: 0 0 10px;
        padding: 3px 20px;
        font-size: 14px;
    }

        #p_lt_AvailabilityUpdatePanel input[type="submit"]:hover {
            background-color: #0085de;
        }

        #p_lt_AvailabilityUpdatePanel input[type="submit"]#p_lt_NextWeekButton, #p_lt_AvailabilityUpdatePanel input[type="submit"]#p_lt_PreviousWeekButton {
            font-family: 'Avenir LT W01 55 Roman';
            font-size: 12px;
        }

    #p_lt_AvailabilityUpdatePanel select#p_lt_DDddl, #p_lt_AvailabilityUpdatePanel select#p_lt_MMMddl, #p_lt_AvailabilityUpdatePanel select#p_lt_YYYYddl {
        height: 25px !important;
        line-height: 25px !important;
    }

    #p_lt_AvailabilityUpdatePanel select#p_lt_DDddl {
        width: 50px;
    }

    #p_lt_AvailabilityUpdatePanel select#p_lt_MMMddl {
        width: 106px;
    }

    #p_lt_AvailabilityUpdatePanel select#p_lt_YYYYddl {
        width: 70px;
    }

table.availability tr.camp-line:hover, table.availability td.name:hover {
    background-color: #C0C0C0 !important;
}

table.availability th {
    background-color: #808080;
    color: #fff;
}

table.availability td.name {
    background-color: #eeeeee;
    cursor: default
}

table.availability td.weekend {
    background-color: #c0c0c0;
}

table.availability td.name, table.availability td.weekday, table.availability td.weekend, table.availability th {
    padding: 2px 7px;
}

table.availability {
    width: 100%;
    max-width: 960px;
}

    table.availability.fixed {
        top: 0;
        position: fixed;
        width: auto;
        display: none;
        border: none;
    }

    table.availability td.name, table.availability th.name {
        min-width: 145px;
    }

    table.availability td.white, table.availability th.white {
        background-color: white;
    }

/*#Pages/Site Map#*/
.siteMap {
}

    .siteMap ul li {
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .siteMap li ul {
        margin-left: 20px;
    }

    .siteMap li li ul {
        margin: 0 0 0 20px
    }

    .siteMap ul li li {
        text-transform: none;
        margin-bottom: 10px;
    }

        .siteMap ul li li li {
            margin-bottom: 0px;
        }

    .siteMap ul li a {
        font-family: 'Avenir LT W01 55 Roman';
        font-size: 15px;
    }

    .siteMap ul li li a {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        font-weight: bold;
    }

    .siteMap ul li li li a {
        font-weight: normal;
    }

    .siteMap li a {
        background: url("/App_Themes/AgentZone/images/icon-arrow-lightgrey-off.png") no-repeat scroll left 0 transparent;
        padding: 5px 5px 3px 22px
    }

        .siteMap li a:hover {
            background: url("/App_Themes/AgentZone/images/icon-arrow-lightgrey-on.png") no-repeat scroll left 0 transparent;
            padding: 5px 5px 3px 22px;
            color: #0085de
        }

/*#Pages/Search#*/
.SearchResults a:hover {
    color: #0085de;
}

.SearchDialog input[type="text"] {
    width: 388px;
    border: 1px solid #A1A1A1;
    line-height: 28px;
    height: 28px;
    margin-left: 15px;
}

.SearchDialog select.DropDownField {
    width: 400px;
    border: 1px solid #A1A1A1;
    margin-left: 15px;
}

.SearchDialog input[type="submit"] {
    float: right;
}

/*#Pages/Home#*/
.home-left {
    position: relative;
    float: left;
    width: 248px;
    margin-right: 13px;
    background-color: #e6eaec; /*#36434d;*/
}

.home-center {
    position: relative;
    float: left;
    width: 470px;
    background-color: #1d1d1d;
}

.home-right {
    position: relative;
    float: right;
    width: 212px;
    padding: 0 15px 0 15px;
    background-color: #ffffff;
    border: 1px solid #E5E4E0;
    box-shadow: 0 0 5px #E5E4E0;
}

    .home-right ul {
        margin-bottom: 25px;
    }

    .home-right img {
        padding-bottom: 17px;
    }

    .home-right .text {
        margin-bottom: 3px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 11px;
    }

    .home-right .link {
        margin-bottom: 20px;
    }

        .home-right .link a {
            color: #e74c00;
            font-family: Georgia,"Times New Roman",Times,serif;
            font-size: 11px;
            font-style: italic;
        }

            .home-right .link a:hover {
                color: #0599C9;
            }

.article-list li {
    padding: 21px 20px;
    border-bottom: 1px dotted #92877A;
    cursor: pointer;
}

.article-list .highlighted {
    background: url("/App_Themes/AgentZone/images/icon-arrowarticle-off.png") no-repeat scroll right 50% #909488; /*#424242;*/
    border-bottom: 1px solid #1d1d1d;
}

.article-list li:hover {
    background: url("/App_Themes/AgentZone/images/icon-arrowarticle-on.png") no-repeat scroll right 50% #7a8273; /*#1d1d1d;*/
    border-bottom: 1px dotted #92877A;
}

.article-list .type {
    color: #676f60;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.article-list .pre-heading {
    color: #2d3549; /*#ffffff;*/
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin: 3px 0 13px;
}

.article-list .pre-text {
    color: #b2b2b2;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

ul.article {
    background-color: #e6eaec; /*#36434d;*/
}

    ul.article li {
        display: none;
    }

.article .heading {
    color: #2d3549; /*#ffffff;*/
    font-family: Arial,Helvetica,sans-serif;
    font-size: 25px;
    font-weight: bold;
    padding: 20px 0 13px;
    margin: 0 40px 20px;
    border-bottom: 1px dotted #92877a;
}

.article .text {
    color: #2d3549; /*#ffffff;*/
    padding: 0 40px 30px;
}

.article .link {
    background: url("/App_Themes/AgentZone/images/icon-a-arrowlong-off.png") no-repeat scroll 95% 50% #676f60;
    display: inline-block;
    padding: 5px 30px 5px 18px;
    margin: 0 0 30px 40px;
    color: #1d1d1d;
    text-transform: uppercase;
}

    .article .link:hover {
        background-color: #D6D1C2;
    }

/*#Pages/Contact us#*/
.contact-page {
    line-height: 1.5;
    color: #1d1e1f;
}

    .contact-page .map {
        width: 80px;
        padding-top: 5px;
    }

/*#Pages/WETU#*/
.filter {
    position: relative;
    background-color: #36434d;
    padding: 20px 0 20px 40px;
}

.filter-menu {
    position: relative;
    background-color: #181818;
    padding: 22px 35px 30px 35px;
    color: #aba896;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}

    .filter-menu h1 {
        color: #ffffff;
        font-size: 28px;
        margin-bottom: 0;
    }

    .filter-menu img {
        margin: 0 3px 1px;
    }

/*#Pages/Terms and Conditions#*/
.terms-block {
    padding: 20px 30px 30px;
}

.terms-logo {
    width: 100px;
    float: left;
}

.terms-heading {
    width: 530px;
    float: left;
    font-family: 'Avenir LT W01 65 Medium';
    font-size: 26px;
}

    .terms-heading h1 {
        font-family: 'Trajan W01 Regular';
        color: #93948c;
        font-size: 29px;
        margin: 0px;
        padding: 0px;
    }

.terms-intro {
    padding: 15px;
    border-top: 1px solid #93948c;
    border-bottom: 1px solid #93948c;
    margin: 15px 0;
}

a.view-terms, a.view-terms.term-selected:hover {
    cursor: pointer;
    color: #cb6633;
    background: url('/App_Themes/AgentZone/images/icon-arrowcircle-rust-right.png') no-repeat scroll left center transparent;
    padding: 10px 0 10px 20px;
}

    a.view-terms:hover, a.view-terms.term-selected {
        color: #0085de;
        background: url('/App_Themes/AgentZone/images/icon-arrowcircle-blue-down.png') no-repeat scroll left center transparent;
        padding: 10px 0 10px 20px;
    }

#term-view {
    margin: 10px 0;
}

a.terms-button {
    display: inline-block;
    background-color: #000000;
    color: #ffffff;
    font-size: 15px;
    border: medium none;
    cursor: pointer;
    font-family: 'Trajan W01 Regular';
    font-weight: bold;
    padding: 6px 25px;
    margin: 20px 0px 25px;
}

    a.terms-button:hover {
        background-color: #0085de;
        color: #ffffff;
    }

/*#Pages/Property Information#*/
.property-content ul.list-container {
    margin-left: -42px;
}

.property-content li.item-list {
    width: 242px;
    margin: 0 0 39px 42px;
}
/*image banner*/
.property-banner {
    position: relative;
}

    .property-banner .camp-logo img {
    }

    .property-banner .camp-link {
        background: url("/App_Themes/AgentZone/images/image-edge-grey-light.png") no-repeat scroll 0 0 transparent;
        bottom: 0;
        display: block;
        height: 58px;
        position: absolute;
        right: 0;
        width: 528px;
    }

        .property-banner .camp-link a {
            background: url("/App_Themes/AgentZone/images/icon-arrowcircle-lightgrey-off.png") no-repeat scroll right 0 transparent;
            color: #222222;
            position: absolute;
            font-weight: bold;
            padding: 4px 25px 2px 0;
            bottom: 6px;
            right: 10px;
        }

            .property-banner .camp-link a:hover {
                background: url("/App_Themes/AgentZone/images/icon-arrowcircle-blue-on.png") no-repeat scroll right 0 transparent;
                color: #0599C9;
            }

/*#Item document-type list#*/
.sub-heading {
    width: 990px;
    margin-bottom: 23px;
}

    .sub-heading .line-grey {
        background-color: #E5E4E0;
        border: none;
        height: 15px;
    }

ul.list-container {
    position: relative;
    display: block;
    margin-left: -84px;
}

li.item-list {
    float: left;
    width: 274px;
    margin: 0 0 39px 84px;
    position: relative;
}

.item-description {
    padding: 10px 0;
    border-bottom: 1px dotted #92877A;
}

.item-description iframe {
    margin-bottom: 10px;
}

li.item-full-list h2 {
    border-left: 11px solid #676f60;
}

li.item-full-list img {
    float: right;
    margin: 0 0 10px 25px;
}

.item-full-info {
    float: left;
    width: 100%;
}

/*#Item document-type list/Floated file icons#*/
.item-full-downloads a {
    float: left;
    border: none;
    padding-right: 0 !important;
    width: 138px;
    padding-right: 20px !important;
    min-height: 37px !important;
}

    .item-full-downloads a.item-pdf {
        background: url("/App_Themes/AgentZone/images/file-icon-pdf-off.png") no-repeat scroll 1px 3px transparent;
    }

        .item-full-downloads a.item-pdf:hover {
            background: url("/App_Themes/AgentZone/images/file-icon-pdf-on.png") no-repeat scroll 1px 3px transparent;
            color: #cd3a0d;
        }

    .item-full-downloads a.item-excel {
        background: url("/App_Themes/AgentZone/images/file-icon-xls-off.png") no-repeat scroll 1px 3px transparent;
    }

        .item-full-downloads a.item-excel:hover {
            background: url("/App_Themes/AgentZone/images/file-icon-xls-on.png") no-repeat scroll 1px 3px transparent;
            color: #aec62b;
        }

    .item-full-downloads a.item-word {
        background: url("/App_Themes/AgentZone/images/file-icon-doc-off.png") no-repeat scroll 1px 3px transparent;
    }

        .item-full-downloads a.item-word:hover {
            background: url("/App_Themes/AgentZone/images/file-icon-doc-on.png") no-repeat scroll 1px 3px transparent;
            color: #1496c7;
        }

    .item-full-downloads a.item-image {
        background: url("/App_Themes/AgentZone/images/file-icon-image-off.png") no-repeat scroll 1px 3px transparent;
    }

        .item-full-downloads a.item-image:hover {
            background: url("/App_Themes/AgentZone/images/file-icon-image-on.png") no-repeat scroll 1px 3px transparent;
            color: #1496c7;
        }

    .item-full-downloads a.item-gallery {
        background: url("/App_Themes/AgentZone/images/file-icon-gallery-off.png") no-repeat scroll 1px -4px transparent;
    }

        .item-full-downloads a.item-gallery:hover {
            background: url("/App_Themes/AgentZone/images/file-icon-gallery-on.png") no-repeat scroll 1px -4px transparent;
            color: #1496c7;
        }

    .item-full-downloads a.item-generic {
        background: url("/App_Themes/AgentZone/images/file-icon-generic-off.png") no-repeat scroll 1px 3px transparent;
    }

        .item-full-downloads a.item-generic:hover {
            background: url("/App_Themes/AgentZone/images/file-icon-generic-on.png") no-repeat scroll 1px 3px transparent;
            color: #1496c7;
        }

/*#Item document-type list/1 file per line icons#*/
a.item-pdf {
    background: url("/App_Themes/AgentZone/images/file-icon-pdf-off.png") no-repeat scroll 1px 3px transparent;
    color: #343432;
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 7px 10px 7px 40px;
    min-height: 24px;
    text-transform: uppercase;
    border-bottom: 1px dotted #92877A;
}

    a.item-pdf:hover {
        background: url("/App_Themes/AgentZone/images/file-icon-pdf-on.png") no-repeat scroll 1px 3px transparent;
        color: #cd3a0d;
    }

a.item-excel {
    background: url("/App_Themes/AgentZone/images/file-icon-xls-off.png") no-repeat scroll 1px 3px transparent;
    color: #343432;
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 7px 10px 7px 40px;
    min-height: 24px;
    text-transform: uppercase;
    border-bottom: 1px dotted #92877A;
}

    a.item-excel:hover {
        background: url("/App_Themes/AgentZone/images/file-icon-xls-on.png") no-repeat scroll 1px 3px transparent;
        color: #aec62b;
    }

a.item-word {
    background: url("/App_Themes/AgentZone/images/file-icon-doc-off.png") no-repeat scroll 1px 3px transparent;
    color: #343432;
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 7px 10px 7px 40px;
    min-height: 24px;
    text-transform: uppercase;
    border-bottom: 1px dotted #92877A;
}

    a.item-word:hover {
        background: url("/App_Themes/AgentZone/images/file-icon-doc-on.png") no-repeat scroll 1px 3px transparent;
        color: #1496c7;
    }

a.item-image {
    background: url("/App_Themes/AgentZone/images/file-icon-image-off.png") no-repeat scroll 1px 3px transparent;
    color: #343432;
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 7px 10px 7px 40px;
    min-height: 24px;
    text-transform: uppercase;
    border-bottom: 1px dotted #92877A;
}

    a.item-image:hover {
        background: url("/App_Themes/AgentZone/images/file-icon-image-on.png") no-repeat scroll 1px 3px transparent;
        color: #1496c7;
    }

.item-gallery-holder {
    margin: -10px 0;
}

a.item-gallery {
    background: url("/App_Themes/AgentZone/images/file-icon-gallery-off.png") no-repeat scroll 1px 3px transparent;
    color: #343432;
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 7px 10px 7px 40px;
    min-height: 24px;
    text-transform: uppercase;
    border-bottom: none;
}

    a.item-gallery:hover {
        background: url("/App_Themes/AgentZone/images/file-icon-gallery-on.png") no-repeat scroll 1px 3px transparent;
        color: #1496c7;
    }

.item-coord-holder {
    margin: -10px 0;
}

.item-coord {
    background: url("/App_Themes/AgentZone/images/file-icon-coord-off.png") no-repeat scroll 1px 3px transparent;
    color: #343432;
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 7px 10px 7px 40px;
    min-height: 24px;
    text-transform: uppercase;
    border-bottom: none;
}

a.item-generic {
    background: url("/App_Themes/AgentZone/images/file-icon-generic-off.png") no-repeat scroll 1px 3px transparent;
    color: #343432;
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 7px 10px 7px 40px;
    min-height: 24px;
    text-transform: uppercase;
    border-bottom: 1px dotted #92877A;
}

    a.item-generic:hover {
        background: url("/App_Themes/AgentZone/images/file-icon-generic-on.png") no-repeat scroll 1px 3px transparent;
        color: #1496c7;
    }

/*#Plugins#*/
/*#Plugins/Fade Banner#*/
#wrapper {
    position: relative;
    height: 232px;
}

.rslides {
    margin: 0 auto;
}

    .rslides img {
        top: 0;
        position: absolute;
    }

.rslides_tabs {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
}

    .rslides_tabs li {
        display: inline;
        float: none;
    }

    .rslides_tabs a {
        width: auto;
        height: auto;
        background: transparent;
        display: inline;
    }

    .rslides_tabs li:first-child {
    }

    .rslides_tabs .rslides_here a {
    }

/*#Plugins/ColorBox#*/

/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

    #cboxContent iframe {
        overflow-x: hidden;
    }

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/*
User Style:
Change the following styles to modify the appearance of Colorbox. They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: #000;
}

#colorbox {
    outline: 0;
}

#cboxContent {
    margin-top: 20px;
    background: #000;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    border: 5px solid #ffffff;
    background-color: #E8E8E0;
}

#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc;
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0px;
    color: #ccc;
}

#cboxLoadingGraphic {
    background: url('/App_Themes/AgentZone/images/loading.gif') no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

    /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0;
    }

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url('/App_Themes/AgentZone/images/controls.png') no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

    #cboxPrevious:hover {
        background-position: bottom left;
    }

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url('/App_Themes/AgentZone/images/controls.png') no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

    #cboxNext:hover {
        background-position: bottom right;
    }

#cboxClose {
    position: absolute;
    top: 2px;
    right: 0;
    display: block;
    background: url('/App_Themes/AgentZone/images/controls.png') no-repeat top center;
    width: 28px;
    height: 26px;
    text-indent: -9999px;
}

    #cboxClose:hover {
        background-position: bottom center;
    }
/*Register pop-up*/
.welcome-register #cboxClose {
    display: block;
    background: none;
}

/*#Plugins/Gallery Banner#*/
.gallery-video #featured {
    background: #151515
}

#featured {
    width: 810px;
    height: 600px;
    text-align: center;
    background: url('/App_Themes/AgentZone/images/loading.gif') no-repeat center 25% transparent;
    overflow: hidden;
}

    #featured > img, #featured > div, #featured > a {
        display: none;
    }

    #featured img {
        max-height: 600px;
    }

    #featured .play-button {
        background: url("/App_Themes/AgentZone/images/button-play-video.png") no-repeat scroll 0 0 transparent;
        display: block;
        height: 80px;
        opacity: 0.8;
        overflow: hidden;
        position: relative;
        text-align: left;
        transition-property: opacity;
        width: 80px;
        z-index: 9999;
        left: 50%;
        top: 50%;
        position: absolute;
        margin-left: -40px;
        margin-top: -40px;
    }

        #featured .play-button:hover {
            opacity: 1;
        }
/* CONTAINER */
div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative;
}

div.orbit {
    width: 481px;
    height: 430px;
    position: relative;
    overflow: hidden;
}

    div.orbit > img {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

    div.orbit > a {
        border: none;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 0;
        display: none;
    }

.orbit > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* DIRECTIONAL NAV */
div.slider-nav {
    display: block;
}

    div.slider-nav span {
        width: 44px;
        height: 72px;
        text-indent: -9999px;
        position: absolute;
        z-index: 1000;
        top: 0;
        margin-top: -72px;
        cursor: pointer;
    }

.gallery-video div.slider-nav span {
    margin-top: 0;
}

div.slider-nav span.right {
    background: url(/App_Themes/AgentZone/images/control-galleryarrow-next-on.png);
    right: 0;
}

div.slider-nav span.left {
    background: url(/App_Themes/AgentZone/images/control-galleryarrow-prev-on.png);
    left: 0;
}

div.slider-nav span.right:hover {
    background: url(/App_Themes/AgentZone/images/control-galleryarrow-next-off.png);
}

div.slider-nav span.left:hover {
    background: url(/App_Themes/AgentZone/images/control-galleryarrow-prev-off.png);
}
/* CAPTIONS*/
.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

.orbit-wrapper .orbit-caption {
    z-index: 1000;
    color: #fff;
    padding-left: 60px;
    font-size: 13px;
    position: absolute;
    top: 0;
    width: 60%;
    height: 30px;
    margin-top: -34px;
}

.gallery-caption {
    background: #36434d;
    height: 54px;
    font-size: 13px;
    color: #ffffff;
    padding: 18px 0 0 60px;
}

.gallery-share {
    right: 0px;
    margin-top: -15px;
    position: absolute;
    width: 23%;
}

    .gallery-share img {
        margin-right: 10px;
    }

.gallery-video .orbit-wrapper .orbit-caption, .gallery-video .orbit-caption {
    display: none;
    background: none;
}
body
{
}


#thumbGallery {list-style:none; background:#111; color:#fff}
#thumbGallery span {display:none}
#wrapperThumb {width:810px; margin:0 auto; display:none}
#wrapperThumb * {margin:0; padding:0}
#fullsizeThumb {position:relative; width:810px; height:600px; padding:0; border:0; background:#000}
#informationThumb {position:relative; bottom:600px; width:810px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#informationThumb h3 {padding:4px 8px 4px 8px; font-size:16px; border: none;}
#informationThumb p {padding:0 8px 8px}
#imageThumb {width:810px; height:600px}
#imageThumb img {position:absolute; z-index:25; width:auto; max-width: 810px; max-height: 600px}
.imgnavThumb {position:absolute; width:25%; height:610px; cursor:pointer; z-index:150}
#imgprevThumb {left:0; background:url(/App_Themes/AgentZone/images/ThumbGallery/left.gif) left center no-repeat}
#imgnext {right:0; background:url(/App_Themes/AgentZone/images/ThumbGallery/right.gif) right center no-repeat}
#imglink {position:absolute; height:320px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnailsThumb {margin:0}
#slideleftThumb {float:left; width:20px; height:143px; background:url(/App_Themes/AgentZone/images/ThumbGallery/scroll-left.gif) center center no-repeat; background-color:#222; border-top: solid}
#slideleftThumb:hover {background-color:#333}
#sliderightThumb {float:right; width:20px; height:143px; background:#222 url(/App_Themes/AgentZone/images/ThumbGallery/scroll-right.gif) center center no-repeat; border-top: solid}
#sliderightThumb:hover {background-color:#333}
#slideareaThumb {float:left; position:relative; width:764px; margin:0; height:140px; overflow:hidden; border: solid; background-color: #36434d}
#sliderThumb {position:absolute; left:0; height:79px}
#sliderThumb img {cursor:pointer; border:2px solid #666; padding:0 width:140px; height:140px; object-fit:cover;}