@media screen, print {
    /* Yahoo reset 2.7.0 */
    html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
    
    .clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}
    
    
    /**
     * @note        This file holds styles for layout and site design. 
     *              This document is commented in a method defined by cssDoc: http://cssdoc.net/
     * @author      NavigationArts; navigationarts.com
     * @note        put IE6/7 hacks inline.
     *              background: blue;   -all
     *             *background: red;    -IE6+7
     *             _background: green;  -IE6
     **/
    
    /**
     * @section  Tags
     * @note     ordered alphabetically
     **/
        a {}
            a:link {}
            a:visited {}
            a:hover {}
            a:active {}
            a:focus {}
            a img {
                /* @note   fixes a white space bug when an A wraps around the image. */
                vertical-align: bottom; 
            }
        abbr {}
        acronym {}
        address {}
        area {}
        b {}
        base {}
        bdo {}
        big {}
        blockquote {
            margin: 18px 0 0 18px;
            padding: 0 0 0 18px;
            border-left: 1px solid #666;
        }
        body {
            background: #fff;
            font-family: Arial, sans-serif;
            height: 100%;
            margin: 0 0 1px;
        }
        br {}
        button {}
            button::-moz-focus-inner { /* cf. http://www.aheadcreative.com/removing-unwanted-button-padding-in-firefox/ */
                border: 0;
                padding: 0;
            }
        caption {}
        cite {}
        code {}
        col {}
        colgroup {}
        dd {}
        del {}
        dfn {}
        div {}
        dl {}
        dt {}
        em {
            font-weight: bold;
            font-style: normal;
        }
        fieldset {}
        font {}
        form {}
        frame {}
        frameset {}
        head {}
        h1 {
            color: #696766;
            border: 1px solid #fff;
            border-width: 1px 0;
            font-weight: normal;
            font-size: 28px;
            line-height: 28px;
            margin: 28px -20px 0 -20px;
            padding: 7px 20px 6px 20px;
            text-transform: lowercase;
        }
        h2 {
            font-weight: bold;
            font-size: 16px;
            line-height: 18px;
            margin-top: 18px;
        }
            h2 span {
                color: #666;
                display: block;
                font-weight: normal;
                font-size: 14px;
                text-transform: uppercase;
            }
        h3 {
            font-weight: bold;
            font-size: 14px;
            line-height: 18px;
            margin-top: 18px;
        }
            h3+p {
                margin-top: 6px;
            }
            h3+ul {
                margin-top: 6px;
            }
        h4 {
            font-weight: bold;
            font-size: 14px;
            line-height: 18px;
            margin-top: 18px;
        }
            h4+p {
                margin-top: 0;
            }
            h4+ul {
                margin-top: 0;
            }
        h5 {
            font-weight: bold;
            font-size: 14px;
            line-height: 18px;
            margin-top: 18px;
        }
            h5+p {
                margin-top: 0;
            }
            h5+ul {
                margin-top: 0;
            }
        h6 {
            font-weight: bold;
            font-size: 14px;
            line-height: 18px;
            margin-top: 18px;
        }
            h6+p {
                margin-top: 0;
            }
            h6+ul {
                margin-top: 0;
            }
        hr {}
        html {
            background: transparent;
            height: 100%;
            margin: 0 0 1px;
        }
        i {}
        iframe {}
        img {}
        input {
            background: #ffffff;
        }
            input[type=text] {
                border: 1px solid #666;
                border-color: #848484 #c1c1c1 #e1e1e1 #c1c1c1;
                color: #000;
                font-family: "Courier New", "Times New Roman", serif;
                padding: 3px 5px 1px 4px;
                width: 205px;
            }
        ins {}
        kbd {}
        label {
            cursor: pointer;
            display: block;
            font-weight: bold;
            font-size: 13px;
            line-height: 16px;
        }
        legend {}
        li {}
        link {}
        map {}
        meta {}
        noframes {}
        noscript {}
        object {}
        ol {
            font-weight: normal;
            font-size: 14px;
            line-height: 18px;
            margin-top: 18px;
        }
            ol li {
                list-style: decimal;
                margin: 0 0 .5em 1.5em;
            }
        optgroup {}
        option {}
        p {
            font-weight: normal;
            font-size: 14px;
            line-height: 18px;
            margin-top: 18px;
        }
            td p {
                margin-top: 9px;
            }
        param {}
        pre {
            margin: 18px 0 0 0;
        }
        q {
            quotes: '\201C' '\201D' '\2018' '\2019';
        }
            q:before {
                content: open-quote;
            }
            q:after {
                content: close-quote;
            }
        samp {}
        select {}
        small {}
        span {}
        strong {}
        style {}
        sub {}
        sup {
            line-height: 0;
            top: -5px;
            position: relative;
            border-bottom: 1px solid #666;
        }
            sup a {
                padding: 3px 2px;
                text-decoration: none;
            }
        table {
            border-top: 1px solid #fff;
            margin: 18px -20px 0 -20px;
            width: 744px;
        }
        tbody {}
        td {
            font-weight: normal;
            font-size: 13px;
            padding: 0 8px 0 20px;
            vertical-align: top;
        }
            td p {
                font-size: 13px;
            }
        textarea {
            background: #fff;
            border: 1px solid #666;
            border-color: #848484 #c1c1c1 #e1e1e1 #c1c1c1;
            color: #000;
            font-family: "Courier New", "Times New Roman", serif;
            padding: 3px 5px 2px 4px;
            width: 447px;
        }
        tfoot {}
        th {
            border: 1px solid #fff;
            border-width: 0 1px 1px 0;
            font-weight: bold;
            font-size: 13px;
            line-height: 16px;
            padding: 2px 8px 0 20px;
        }
            th:last-child {
                border-right: 0;
            }
        thead {}
        title {}
        tr {}
        tt {}
        ul {
            font-weight: normal;
            font-size: 14px;
            line-height: 18px;
            margin-top: 18px;
        }
            ul li {
                list-style: disc;
                margin: 0 0 .5em 1.5em;
            }
        var {}
        u {}
    
    
    
    /**
     * @section  Classes
     * @note     ordered alphabetically; camelCase naming convention
     **/
        a {}
            a.footnoteBackLink {
                margin: 0 0 0 10px;
                text-decoration: none;
            }
        body {}
            body.templateHome #content { background: #fff; }
            body.templateEmail {
                background: #dcd8d8;
                color: #666;
               *padding: 18px 0 0 0;
                width: 1452px;
            }
            body.templateEmail {}
                body.templateEmail input[type=text] {
                    font-family: "Courier New", "Times New Roman", serif;
                }
                body.templateEmail textarea {
                    font-family: "Courier New", "Times New Roman", serif;
                }
                body.templateEmail button[type=submit] {
                    padding-top: 1px;
                }
                    body.templateEmail button[type=submit] i.jsIcon {
                        top: 1px;
                    }
                body.templateEmail.browserMozilla button[type=submit] {
                    padding-top: 1px;
                }
                    body.templateEmail.browserMozilla button[type=submit] i.jsIcon {
                        top: -1px;
                    }
                body.templateEmail.browserOpera button[type=submit] {
                    padding-top: 4px;
                }
                body.templateEmail label {
                    font-family: Arial, sans-serif;
                    font-weight: bold;
                }
                body.templateEmail div.left {
                    float: left;
                    width: 222px;
                    padding: 0 0 10px 20px;
                }
                    body.templateEmail div.left label {
                        padding: 10px 0 0 0;
                    }
                body.templateEmail div.full {
                    float: left;
                    width: 464px;
                    padding: 0 0 10px 0;
                    text-align: right;
                }
                    body.templateEmail div.full label {
                        text-align: left;
                        padding: 10px 0 0 5px;
                    }
                body.templateEmail div.submit {
                    clear: both;
                    text-align: right;
                    padding: 0 20px 0 0;
                }
                    body.templateEmail div.submit button {
                        float: none;
                    }
            
            /*
            body.themeAbout    #jsTools { background-position: 0 -383px; _background: #ee7418; }
            body.themeServices #jsTools { background-position: 0 -420px; _background: #d21034; }
            body.themeWork     #jsTools { background-position: 0 -457px; _background: #9d102d; }
            body.themeInsights #jsTools { background-position: 0 -494px; _background: #6c193f; }
            body.themeGlobal   #jsTools { background-position: 0 -531px; _background: #638085; }
            */
            
            /*
            body.themeAbout    a,
            body.themeAbout    h2,
            body.themeAbout    h3,
            body.themeAbout    em,
            body.themeAbout    th { color: #ee7418; }
            body.themeServices a,
            body.themeServices h2,
            body.themeServices h3,
            body.themeServices em,
            body.themeServices th { color: #d21034; }
            body.themeWork     a,
            body.themeWork     h2,
            body.themeWork     h3,
            body.themeWork     em,
            body.themeWork     th { color: #9d102d; }
            body.themeInsights a,
            body.themeInsights h2,
            body.themeInsights h3,
            body.themeInsights em,
            body.themeInsights th { color: #6d1b41; }
            body.themeGlobal   a,
            body.themeGlobal   h2,
            body.themeGlobal   h3,
            body.themeGlobal   em,
            body.themeGlobal   th { color: #638085; }
            
            body.themeAbout    blockquote { border-color: #ee7418; }
            body.themeServices blockquote { border-color: #d21034; }
            body.themeWork     blockquote { border-color: #9d102d; }
            body.themeInsights blockquote { border-color: #6d1b41; }
            body.themeGlobal   blockquote { border-color: #638085; }
            
            body.themeAbout    ul.navBox  strong a,
            body.themeAbout    ul.navDrop strong a,
            body.themeAbout    ul.navBox         a:hover,
            body.themeAbout    ul.navDrop        a:hover { color: #ee7418; }
            body.themeServices ul.navBox  strong a,
            body.themeServices ul.navDrop strong a,
            body.themeServices ul.navBox         a:hover,
            body.themeServices ul.navDrop        a:hover { color: #d21034; }
            body.themeWork     ul.navBox  strong a,
            body.themeWork     ul.navDrop strong a,
            body.themeWork     ul.navBox         a:hover,
            body.themeWork     ul.navDrop        a:hover { color: #9d102d; }
            body.themeInsights ul.navBox  strong a,
            body.themeInsights ul.navDrop strong a,
            body.themeInsights ul.navBox         a:hover,
            body.themeInsights ul.navDrop        a:hover { color: #6d1b41; }
            body.themeGlobal   ul.navBox  strong a,
            body.themeGlobal   ul.navDrop strong a,
            body.themeGlobal   ul.navBox         a:hover,
            body.themeGlobal   ul.navDrop        a:hover { color: #638085; }
            
            body.themeAbout    ul.navDrop li.hover>a { color: #ee7418; }
            body.themeServices ul.navDrop li.hover>a { color: #d21034; }
            body.themeWork     ul.navDrop li.hover>a { color: #9d102d; }
            body.themeInsights ul.navDrop li.hover>a { color: #6d1b41; }
            body.themeGlobal   ul.navDrop li.hover>a { color: #638085; }
            */
            
            /* tmp fix for removal of colored themes */
            body    a,
            body    h2,
            body    h3,
            body    em,
            body    th { color: #ee7418; }
            body    blockquote { border-color: #ee7418; }
            body    ul.navBox  strong a,
            body    ul.navDrop strong a,
            body    ul.navBox         a:hover,
            body    ul.navDrop        a:hover { color: #ee7418; }
            body    ul.navDrop li.hover>a { color: #ee7418; }
            
            body.browserMozilla {}
                body.browserMozilla th {
                    padding-bottom: 2px;
                }
                body.browserMozilla button[type="submit"] i.jsIcon  {
                    left: -20px;
                    top: -1px;
                }
            body.browserOpera {}
                body.browserOpera button[type=submit] {
                    padding-top: 4px;
                }
                body.browserOpera #contentServices li {
                    line-height: 62px;
                }
                body.browserOpera p.searchResults {
                    padding: 3px 0 1px 20px;
                }
                body.browserOpera ul.navBox a {
                    padding: 4px 8px 0 8px;
                }
                body.browserOpera ul.navDrop a {
                    padding: 4px 8px 0 24px;
                }
            body.browserIE8 {}
                body.browserIE8 button[type=submit] {
                    padding-top: 0;
                }
                    body.browserIE8 button[type=submit] i.jsIcon {
                        top: -3px;
                    }
            body.browserMozilla3 p.searchResults a {
                top: -21px;
            }
        button {}
            button[type=submit] {
                cursor: pointer;
                position: relative;
                border: 0;
                
                background: url(../img/bgButton.png) top right no-repeat;
                border-left: 1px solid #898989;
                float: left;
                color: #544f4f;
                text-decoration: none;
                font-weight: bold;
                font-size: 10px;
                line-height: 10px;
                text-transform: uppercase;
                padding: 1px 10px 0 20px;
                height: 18px;
                
                
               *height: 20px;
               *padding: 1px 5px 0 10px;
               _padding: 1px 5px 0 5px;
            }
                button[type=submit] i.jsIcon {
                    background: url(../img/bgButton.png) -1px -1px no-repeat;
                    height: 14px;
                    float: left;
                    width: 16px;
                    position: absolute;
                    top: 1px;
                    left: 1px;
                }
        col {}
            col.col3 {
                width: 242px;
            }
        div {}
            /* @note    animated loader that shows while video is being retrieved via Ajax. */
            div.jsVideoPlayerLoader {
                background: #fff url(../img/bgLoaderGray.gif) no-repeat center center !important;
            }
            /* @note class added to a form field wrapper to indicate there is a problem with the fields value */
            div.error {}
                div.error input,
                div.error select,
                div.error textarea {
                    border-color: #982312 !important;
                }
                div.error span.error {
                    display: block;
                }
                div.error label {
                    color: #982312;
                }
            div.jsInputFile {
                position: relative;
            }
            
            div.jsFakeFile {
                cursor: pointer;
                position: absolute;
                top: 0px;
                left: 0px;
                z-index: 1;
                padding: 0 110px 0 0;
                background: url(../img/bgChooseFile.png) right no-repeat;
            }
            div.emailFormContainer {
                width: 726px;
                height: 200px;
                float: left;
            }
            div.clear {
                clear: both;
            }
            div.left {
               *display: inline;
                float: left;
                padding: 0 0 10px 20px;
                width: 222px;
            }
            div.right {
               *display: inline;
                float: left;
                padding: 0 0 10px 20px;
                width: 222px;
            }
            div.full {
                width: 464px;
                padding: 0 0 10px 20px;
            }
            /* homepage featured story */
            div.feature {
                padding-bottom: 20px;
            }
                div.feature img {
                    display: block;
                }
            div.jsModuleAboutCorner {
                background: url(../img/naSprite.png) -727px -383px no-repeat;
               *display: none !important;
                height: 21px;
                float: right;
                width: 22px;
            }
            div.jsModuleServicesCorner {
                background: url(../img/naSprite.png) -727px -420px no-repeat;
               *display: none !important;
                height: 21px;
                float: right;
                width: 22px;
            }
            div.jsModuleWorkCorner {
                background: url(../img/naSprite.png) -727px -457px no-repeat;
               *display: none !important;
                height: 21px;
                float: right;
                width: 22px;
            }
            div.jsModuleInsightsCorner {
                background: url(../img/naSprite.png) -727px -494px no-repeat;
               *display: none !important;
                height: 21px;
                float: right;
                width: 22px;
            }
            div.jsModuleGlobalCorner {
                background: url(../img/naSprite.png) -727px -531px no-repeat;
               *display: none !important;
                height: 21px;
                float: right;
                width: 22px;
                position: relative;
                z-index: 10;
            }
            div.jsDrawerCorner {
                background: url(../img/naSprite.png) -750px -503px no-repeat;
               *display: none !important;
                height: 12px;
                width: 12px;
                position: absolute;
                top: 0;
                right: 0;
            }
            
            div.main {
                float: left;
                margin: 0 20px 0 0;
                width: 465px;
            }
            div.related {
                float: left;
                width: 200px;
            }
            
            div.contact {
                background: #d8d8d8;
                border: 1px solid #fff;
                margin-top: 18px;
                padding: 8px 8px 2px 8px;
            }
                div.contact a {
                    color: #666;
                }
                div.contact h2 {
                    color: #ee7418;
                    margin: 0 0 6px 0;
                    font-size: 11px;
                    line-height: 14px;
                    font-weight: bold;
                    text-transform: uppercase;
                }
                div.contact p {
                    margin: 0 0 6px 0;
                    font-size: 14px;
                    line-height: 14px;
                }
                div.contact strong {
                    font-weight: bold;
                }
            
            div.photos {
                float: left;
                margin: 5px 15px 0 0;
            }
                div.photos+p {
                    margin-top: 2px;
                }
                div.photos img {
                    float: left;
                    margin: 0 1px 0 0;
                }
            
            div.caseStudies {
                overflow: auto;
                margin: 18px -20px 0 0;
                
               _overflow: visible;
               _height: 1%;
               _margin: 18px 0 0 0;
            }
                div.caseStudies div {
                    float: left;
                    margin: 0 16px 8px 0;
                   _margin: 0 5px 8px 0;
                }
                div.caseStudies img {
                    border: 1px solid #666666;
                    display: block;
                }
                div.caseStudies a {
                    font-weight: normal;
                    text-decoration: none;
                }
                    div.caseStudies a:link span,
                    div.caseStudies a:visited span {
                        color: #6D1B41;
                    }
                    div.caseStudies a:link:hover span {
                        text-decoration: underline;
                    }
                    div.caseStudies a:link:hover img {
                        border-color: #6D1B41;
                    }
                div.caseStudies a span {
                    color: #666666;
                    font-size: 10px;
                    line-height: 15px;
                    text-transform: uppercase;
                }
                div.caseStudies i.jsIcon {
                    display: inline-block;
                    width: 4px;
                    height: 7px;
                    background: url(../img/naSprite.png) -763px -383px no-repeat;
                    margin: 0 4px 0 0;
                   *top: -2px;
                   *position: relative;
                }
            
            div.caseStudiesNav {
                font-weight: normal;
                font-size: 10px;
                margin: 54px 0 0 0;
                text-transform: uppercase;
                text-align: center;
            }
                div.caseStudiesNav a {
                    background: url(../img/naSprite.png) -785px -457px no-repeat;
                   _background: none;
                    padding: 20px 0 0 0;
                    margin: 0 5px;
                }
                div.caseStudiesNav strong a {
                    background: url(../img/naSprite.png) -785px -420px no-repeat;
                   _background: none;
                }
            
            div.caseStudyLogo {
                float: right;
                height: 67px; 
                overflow: hidden;
                width: 158px; 
            }
                div.caseStudyLogo+h2 {
                    margin-top: 24px;
                }
            
            div.caseStudyThumbs {
                clear: both;
                margin-right: -20px;
               _margin-right: 0;
            }
                div.caseStudyThumbs li {
                    float: left;
                    list-style: none;
                    position: relative;
                    margin: 0 15px 0 0;
                   _margin: 0 5px 0 0;
                }
                div.caseStudyThumbs img {
                    border: 1px solid #837f7f;
                }
                div.caseStudyThumbs p {
                    clear: both;
                    font-size: 10px;
                    text-transform: uppercase;
                    margin: 0;
                    padding: 3px 0 0 0;
                }
                div.caseStudyThumbs i.jsIcon {
                    background: url(../img/naSprite.png) -769px -383px no-repeat;
                    height: 13px;
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 13px;
                }
                div.caseStudyThumbs ul {
                   *zoom: 1;
                }
            
            div.drawer {
                background: #fff;
                cursor: pointer;
                height: 451px;
                top: 18px;
                width: 180px;
               *zoom: 1;
            }
                div.drawer h1 {
                    cursor: pointer;
                    position: relative;
                   *position: static;
                }
                div.drawer div.module {
                    border: 0;
                    margin: 0;
                    padding: 8px 10px;
                }
            
            
            div.searchResultsForm {
                margin: 0;
                position: relative;
                top: 40px;
                float: right;
               *text-align: right;
               *width: 350px;
            }
            div.searchResultsForm input {
                color: #666;
                font-size: 13px;
                padding: 2px 5px 0 4px;
                width: 160px;
                vertical-align: top;
            }
            div.searchResultsForm button[type=submit] {
                float: none;
                vertical-align: top;
            }
            div.searchResultsForm i.jsIcon {
                *display: none;
            }
            
            div.wpPost {
                margin: 0 0 23px 0;
                border-bottom: 1px solid #333;
                padding: 0 0 23px 0;
            }
                div.wpPost:last-child {
                    margin: 0;
                    padding: 0;
                    border: 0;
                }
                div.wpPost h2 a {
                    text-decoration: none;
                }
                    div.wpPost h2 a:hover {
                        text-decoration: underline;
                    }
            div.wpFooter {
                background: #b7b7b7;
                margin: 18px 0 0 0;
            }
            div.wpComments {
                margin: 18px 0 0 0;
            }
                div.wpComments h3 {
                    border-top: 1px solid #fff;
                    margin-top: 9px;
                    padding: 9px 0;
                }
                div.wpComments ol {
                    border-top: 1px solid #fff;
                    margin: 0;
                }
                div.wpComments li {
                    border-bottom: 1px solid #fff;
                    list-style: none;
                    margin: 0;
                    padding: 0 0 9px 0;
                }
                div.wpComments p {
                    margin: 9px 0 0 0;
                }
            div.wpNoCommentsDivider {
                border-top: 1px solid #fff;
                margin: 18px -20px 0 -20px;
            }
            div.form {
                margin: 18px 0 0 -20px;
               *zoom: 1;
            }
            div.vimeoContainer {
                border-bottom: 1px solid #fff;
                margin: 18px -20px 0 -20px;
                padding: 0 0 20px 52px;
            }
            div.videoContainer {
                border-bottom: 1px solid #fff;
                margin: 18px -20px 0 -20px;
                padding: 0 0 20px 52px;
            }
            
            /* rail modules */
            div.module {
                border: 1px solid #ccc;
                margin: 0 0 10px 0;
                min-height: 282px;
                padding: 8px 9px;
            }
                div.module h1 {
                    background: #555151;
                    color: #fff;
                    border: 0;
                    font-weight: normal;
                    font-size: 14px;
                    line-height: 18px;
                    margin: 0;
                    padding: 3px 8px 2px 8px;
                
                }
                div.module img.hero {
                    /*border: 1px solid #8a8a8a;*/
                    display: block;
                    margin: 1px 0 0 0;
                }
            /*
            div.about {}
                div.about h1    { background: #ee7418; }
                div.about div.jsDrawerCorner    { background-position: -750px -392px; }
            div.services {}
                div.services h1 { background: #d21034; }
                div.services div.jsDrawerCorner { background-position: -750px -429px; }
            div.work {}
                div.work h1     { background: #9d102d; }
                div.work div.jsDrawerCorner     { background-position: -750px -466px; }
            div.insights {}
                div.insights h1 { background: #6c193f; }
                div.insights div.jsDrawerCorner { background-position: -750px -503px; }
            div.global {}
                div.global h1   { background: #638085; }
                div.global div.jsDrawerCorner   { background-position: -750px -540px; }
            */
              
            div.video {}
                div.video h2 {
                    color: #666;
                    font-weight: bold;
                    font-size: 20px;
                    line-height: 22px;
                    margin: 9px 0 0 0;
                }
                div.video h3 {
                    color: #ee7418;
                    font-weight: bold;
                    font-size: 14px;
                    line-height: 16px;
                    margin: 9px 0 0 0;
                }
                    div.video h3 span {
                        color: #ee7418;
                        display: block;
                        font-weight: normal;
                        font-size: 12px;
                        line-height: 16px;
                        text-transform: uppercase;
                    }
                div.video p {
                    color: #666;
                    font-weight: normal;
                    font-size: 11px;
                    line-height: 12px;
                    margin: 9px 0 0 0;
                    text-transform: uppercase;
                }
                div.video p.quote {
                    color: #555;
                    font: normal 20px/22px Georgia, serif;
                    text-transform: none;
                }
                
            div.insight {}
                div.insight h2 {
                    color: #666;
                    font-weight: bold;
                    font-size: 20px;
                    line-height: 22px;
                    margin: 9px 0 0 0;
                }
                div.insight h3 {
                    color: #ee7418;
                    font-weight: bold;
                    font-size: 14px;
                    line-height: 16px;
                    margin: 9px 0 0 0;
                }
                    div.insight h3 span {
                        color: #ee7418;
                        display: block;
                        font-weight: normal;
                        font-size: 12px;
                        line-height: 16px;
                        text-transform: uppercase;
                    }
                div.insight p {
                    color: #666;
                    font-weight: normal;
                    font-size: 11px;
                    line-height: 12px;
                    margin: 9px 0 0 0;
                    text-transform: uppercase;
                }
            div.newsletter {}
                div.newsletter p {
                    color: #666;
                    font-size: 13px;
                    line-height: 16px;
                    margin-top: 8px;
                }
                div.newsletter input {
                    width: 100%;
                }
            div.caseStudy {}
                div.caseStudy h2 {
                    color: #666;
                    font-weight: bold;
                    font-size: 20px;
                    line-height: 22px;
                    margin: 9px 0 0 0;
                }
                div.caseStudy h3 {
                    color: #ee7418;
                    font-weight: normal;
                    font-size: 14px;
                    line-height: 17px;
                    margin: 9px 0 0 0;
                }
                    div.caseStudy h3 span {
                        color: #ee7418;
                        display: block;
                        font-weight: normal;
                        font-size: 12px;
                        line-height: 16px;
                        text-transform: uppercase;
                    }
                div.caseStudy p {
                    font-weight: normal;
                    font-size: 12px;
                    line-height: 16px;
                    margin: 9px 0 0 0;
                }
            div.blog {}
                div.blog p {
                    color: #555;
                    font: normal 20px/22px Georgia, serif;
                }
                div.blog h3 {
                    color: #f47b20;
                }
                    div.blog h3 span {
                        display: block;
                        font-weight: normal;
                        font-size: 12px;
                        line-height: 16px;
                        text-transform: uppercase;
                    }
            div.twitter {}
                div.twitter ul {}
                div.twitter li {
                    color: #555555;
                    font-size: 12px;
                    list-style: none;
                    margin: 0 0 8px 0;
                }
                div.twitter em {
                    display: block;
                }
                div.twitter a {
                    color: #ee7418;
                    text-decoration: none;
                    text-transform: uppercase;
                }
                div.twitter span.tweet_join {
                    color: #ee7418;
                    text-transform: uppercase;
                }
                div.twitter span.tweet_text {
                    display: block;
                }
                div.twitter h1 {
                    position: relative;
                   *position: static;
                }
                    div.twitter h1 i.jsIcon {
                       *display: none;
                        width: 49px;
                        height: 33px;
                        background: url(../img/naSprite.png) -840px -494px no-repeat;
                        position: absolute;
                        right: 12px;
                        top: -6px;
                    }
            div.webinar {}
                div.webinar h2 {
                    color: #666;
                    font-weight: bold;
                    font-size: 20px;
                    line-height: 22px;
                    margin: 9px 0 0 0;
                }
                div.webinar h3 {
                    color: #ee7418;
                    font-weight: bold;
                    font-size: 14px;
                    line-height: 16px;
                    margin: 9px 0 0 0;
                }
                    div.webinar h3 span {
                        color: #ee7418;
                        display: block;
                        font-weight: normal;
                        font-size: 12px;
                        line-height: 16px;
                        text-transform: uppercase;
                    }
                div.webinar p {
                    color: #666;
                    font-weight: normal;
                    font-size: 11px;
                    line-height: 12px;
                    margin: 9px 0 0 0;
                    text-transform: uppercase;
                }
            div.newsEvents {}
                div.newsEvents h2 {
                    color: #666;
                    font-weight: bold;
                    font-size: 20px;
                    line-height: 22px;
                    margin: 9px 0 0 0;
                }
            div.careers {}
                div.careers p {
                    color: #666;
                    font-weight: normal;
                    font-size: 13px;
                    line-height: 16px;
                    margin: 9px 0 0 0;
                }
            /* rail modules end */
        
        i {}
            i.jsIcon {
               _display: none !important;
            }
        input {}
            input.jsFile {
                cursor: pointer;
                position: relative;
                text-align: right;
                filter: alpha(opacity: 0);
                opacity: 0;
           -moz-opacity: 0;
                z-index: 2;
            }
        
        ol {}
            ol.searchResults {}
                ol.searchResults li {
                    list-style: none;
                    margin: 18px 0 0 0;
                }
                    ol.searchResults li:first-child {
                        margin: 0;
                    }
                ol.searchResults p {
                    margin: 0;
                }
                ol.searchResults div {
                    font-weight: normal;
                    font-size: 16px;
                    padding: 0 0 4px 0;
                }
                ol.searchResults a {
                    font-weight: bold;
                }
          
        p {}
            p.wpTags {}
                p.wpTags+h2 {
                    margin-top: 0;
                }
                p.wpTags a {
                    color: #666;
                    font-size: 12px;
                    text-transform: uppercase;
                    text-decoration: none;
                }
                    p.wpTags a:hover {
                        color: #6D1B41;
                        text-decoration: underline;
                    }
            p.wpAuthorPhoto {
                border-right: 1px solid #fff;
                float: left;
                margin: 0 10px 0 0;
            }
                p.wpAuthorePhoto img {
                    display: block;
                }
            p.wpAuthor {
                border-bottom: 1px solid #fff;
                color: #fff;
                font-weight: bold;
                font-size: 14px;
                padding: 5px 10px;
            }
            p.wpCommentsNumber {
                color: #666;
                font-size: 12px;
                margin: 0;
                padding: 5px 10px 0 10px;
            }
            p.wpCommentAuthor {
                color: #6D1B41;
            }
            p.wpSocialize {
                color: #666;
                font-size: 10px;
                margin: 0;
                padding: 0 10px 5px 10px;
            }
                p.wpSocialize a {
                    color: #666;
                    font-size: 10px;
                    text-transform: uppercase;
                    text-decoration: none;
                }
                    p.wpSocialize a:hover {
                        color: #6D1B41;
                        text-decoration: underline;
                    }
            p.wpContinue {
                background: #ee7418;
                float: right;
                margin: 0;
                color: #fff;
                font-size: 10px;
                text-transform: uppercase;
                padding: 6px 10px 4px 10px;
                border-left: 1px solid #fff;
                position: relative;
                z-index: 99;
            }
                p.wpContinue a {
                    color: #fff;
                    text-decoration: none;
                }
                    p.wpContinue a:hover {
                        text-decoration: underline;
                    }
            
            p.photosEvents {
                clear: both;
                height: 83px;
                position: relative;
            }
                p.photosEvents img {
                    float: left;
                    margin: 0 1px 0 0;
                }
                p.photosEvents button {
                    margin-left: 10px;
                }
                
            /* @note general error message appearing at the top of a page */
            p.errorMessage {
                border: 1px solid #982312;
                padding: 19px;
                color: #982312;
                display: none;
            }
            p.searchResults {
                border-bottom: 1px solid #fff;
                font-size: 11px;
                margin: 0 -20px;
                padding: 2px 0 2px 20px;
                text-transform: uppercase;
            }
                ol+p.searchResults {
                    margin-top: 18px;
                    border-top: 1px solid #fff;
                }
                p.searchResults a {
                    font-weight: bold;
                    float: right;
                    border-left: 1px solid #fff;
                    padding: 4px 20px 2px 20px;
                    top: -4px;
                   *top: -24px;
                    position: relative;
                }
                    p.searchResults a.inactive {
                        color: #b7b7b7;
                    }
                    
            p.searchResultsBottom {
               *border-top: 1px solid #fff;
               *margin-top: 18px;
            }

            p.back {
                font-size: 11px;
                line-height: 14px;
                margin: 0 -10px 0 0;
               *margin: 0 -5px 0 0;
                text-transform: uppercase;
                
                position: relative;
                top: 42px;
                float: right;
            }
                p.back a {
                    color: #666;
                }
            p.button {
                position: relative;
                border: 0;
                height: 18px;
                overflow: hidden;
               _overflow: visible;
            }
                p.button i.jsIcon {
                    background: url(../img/bgButton.png) -1px -1px no-repeat;
                    height: 16px;
                    float: left;
                    width: 16px;
                    position: absolute;
                    top: 1px;
                    left: 1px;
                }
                p.button a {
                    background: url(../img/bgButton.png) top right no-repeat;
                   _background: #fff;
                    border-left: 1px solid #999;
                   _border: 1px solid #999;
                    float: left;
                    color: #544f4f;
                    text-decoration: none;
                    font-weight: bold;
                    font-size: 10px;
                    line-height: 10px;
                    text-transform: uppercase;
                    padding: 4px 10px 0 20px;
                   _padding: 6px 10px 0 10px;
                    height: 18px;
                }
                    p.button a:focus {
                        outline: 0;
                    }
            p.address {
                margin-top: 5px;
            }
            p.cite {
                margin: 9px 0 0 36px;
            }
            p.partners {}
                p.partners a {
                    float: left;
                    margin: 0 1px 0 0;
                }
        
        span {}
            /* @note inline error next to the form field */
            span.error {
                color: #982312;
                display: none;
                
                font-weight: normal;
                font-size: 13px;
                line-height: 16px;
                padding: 2px 0 0 0;
            }
            span.form {
                display: inline;
            }
            span.wpDate {
                font-size: 12px;
            }
            span.jsContinueCorner {
                background: url(../img/naSprite.png) -750px -405px no-repeat;
               *display: none !important;
                height: 12px;
                width: 12px;
                position: absolute;
                top: 0;
                right: 0;
            }
        
        table {}
            table.grid {
                border: 1px solid #666;
                margin: 18px 0 0 0;
            }
                table.grid td {
                    padding: 2px 3px;
                }
        
        ul {}
            ul.navBox {
                background: url(../img/bgULbox.gif) bottom left no-repeat;
                border-top: 1px solid #fff;
                margin: -1px -20px -1px -20px;
                overflow: auto;
               *zoom: 1;
            }
                ul.navBox li {
                    border-bottom: 1px solid #fff;
                    float: left;
                    font-size: 11px;
                    line-height: 14px;
                    list-style: none;
                    margin: 0 1px 0 0;
                    width: 241px;
                    
                    width: 248px;
                    width: 247px;
                }
                    ul.navBox li:nth-child(3n) {
                        margin: 0;
                        width: 248px;
                    }
                    ul.navBox li.js3n {
                        margin: 0;
                        width: 248px;
                    }
                ul.navBox a {
                    color: #666666;
                    float: left;
                    padding: 2px 8px;
                    text-decoration: none;
                    text-transform: uppercase;
                }
                    ul.navBox li:nth-child(3n+1) a {
                        padding-left: 20px;
                    }
                    ul.navBox li.js3n1 a {
                        padding-left: 20px;
                    }
                    ul.navBox i.jsIcon {
                        display: inline-block;
                        width: 4px;
                        height: 7px;
                        background: url(../img/naSprite.png) -763px -383px no-repeat;
                        margin: 0 4px 0 0;
                       *top: -2px;
                       *position: relative;
                    }
            ul.navDrop {
                background: url(../img/bgULbox.gif) bottom left no-repeat;
                border-top: 1px solid #fff;
                margin: -1px -20px 0 -20px;
               *zoom: 1;
            }
                ul.navDrop:after {
                    content: ' ';
                    display: block;
                    clear: both;
                    visibility: hidden;
                    line-height: 0;
                    height: 0;
                }
                ul.navDrop li {
                    border-bottom: 1px solid #fff;
                    float: left;
                    font-size: 11px;
                    line-height: 14px;
                    list-style: none;
                    margin: 0 1px 0 0;
                    position: relative;
                    width: 241px;
                    z-index: 100;
                    
                    width: 248px;
                    width: 247px;
                }
                    ul.navDrop li.empty a,
                    ul.navDrop li.empty.hover {
                        background: none !important;
                    }
                    ul.navDrop li.hover {
                        background: #d3d3d3;
                    }
                        ul.navDrop li.hover a {
                            background-position: -832px -414px;
                        }
                        ul.navDrop>li:nth-child(3n+1).hover>a {
                            background-position: -834px -414px;
                        }
                    ul.navDrop>li:nth-child(3n) {
                        margin: 0;
                        width: 248px;
                    }
                ul.navDrop a {
                    background: url(../img/naSprite.png) -832px -451px no-repeat;
                   *background: none;
                    color: #666666;
                    float: left;
                    padding: 3px 8px 1px 24px;
                    text-decoration: none;
                    text-transform: uppercase;
                }
                    ul.navDrop>li:nth-child(3n+1)>a {
                        background-position: -834px -451px;
                        padding-left: 20px;
                    }
                ul.navDrop ul {
                    background: #d3d3d3;
                    border: 1px solid #fff;
                    border-width: 0 1px 1px 1px;
                    left: -1px;
                    margin: 0;
                    padding: 18px 14px;
                    position: absolute;
                    top: 18px;
                    width: 213px;
                    z-index: 100;
                    
                    width: 219px;
                }
                    ul.navDrop li:last-child ul {
                        border-width: 0 0 1px 1px;
                        width: 220px;
                    }
                    ul.navDrop li:first-child ul {
                        border-width: 0 1px 1px 1px;
                        width: 219px;
                    }
                    ul.navDrop ul li {
                        border-color: #e5e5e5;
                        border-width: 0 0 1px 0;
                        color: #999;
                        font-weight: normal;
                        font-size: 12px;
                        line-height: 18px;
                        padding: 4px 0 0 0;
                        text-transform: uppercase;
                        width: 100%;
                    }
                        ul.navDrop ul li:first-child {
                            border-top: 1px solid #e5e5e5;
                        }
                    ul.navDrop ul a {
                        background: none;
                        padding: 0;
                        text-transform: none;
                    }
                        ul.navDrop ul a span {
                            display: block;
                            font-weight: bold;
                            font-size: 14px;
                            text-transform: none;
                        }
            ul.news {}
                ul.news li {
                    font-weight: bold;
                    font-size: 14px;
                    line-height: 18px;
                    list-style: none;
                    margin: 0 0 1em 0;
                }
                ul.news a {
                    display: block;
                    font-weight: normal;
                }
            ul.careers {
                border-top: 1px solid #fff;
            }
                ul.careers li {
                    margin: 0;
                    list-style: none;
                    border-bottom: 1px solid #fff;
                    padding: 8px 0;
                }
                ul.careers a {
                    font-weight: bold;
                }
    
    
    /**
     * @section  IDs
     * @note     ordered alphabetically; camelCase naming convention
     **/
        #bubbles {
            background: #ccc url(http://res.navigationarts.com/img/bubbles.jpg) top center no-repeat;
            height: 367px;
            width: 100%;
            min-width: 960px;
            position: absolute;
            top: 0;
            left: 0;
        }
        
        
        /** 
         * @section        Container
         **/
        #container {
            margin: 0 auto;
            padding: 15px 0 0 0;
            position: relative;
            width: 960px;
        }
                        
                        
                        
        /**
         * @section  Content
         **/
        #content {
            background: #fff url(http://res.navigationarts.com/img/bgContent.gif) top right repeat-y;
           *height: 1%;
            padding: 10px 10px 0 10px;
            
            padding: 0 10px;
            border-top: 10px solid #fff;
        }
            #content:after {
                content: " ";
                display: block;
                clear: both;
                visibility: hidden;
                line-height: 0;
                height: 0;
            }
    
            #contentMain {
                color: #666;
                float: right;
                min-height: 610px;
                padding: 0 20px 20px 20px;
                position: relative;
                width: 704px;
            }
            #contentRelated {
                margin: 0;
                width: 180px;
            }
            #contentHome {
                height: 487px;
                overflow: hidden;
                position: relative;
            }
            
            #contentServices {
                background: url(../img/bgServices.png);
                width: 884px;
                height: 61px;
                margin: 25px auto 0 auto;
                overflow: hidden;
                position: relative;
            }
                #contentServices div {
                    margin: 13px 0 0 25px;
                    height: 48px;
                    overflow: hidden;
                    position: relative;
                    width: 834px;
                }
                #contentServices ul {
                    margin: 0;
                    position: absolute;
                    width: 20000px;
                }
                #contentServices li {
                    float: left;
                    list-style: none;
                    margin: 0;
                   _padding: 0 20px;
                    font-size: 35px;
                    line-height: 48px;
                    font-weight: bold;
                    text-transform: lowercase;
                }
                    #contentServices li:nth-child(2n) a {
                        color: #ddd;
                    }
                #contentServices a {
                    color: #999999;
                    text-decoration: none;
                }
                    #contentServices a:hover {
                        color: #ee7418 !important;
                    }
                #contentServices i.jsIcon {
                    display: inline-block;
                    width: 18px;
                    height: 18px;
                    background: url(../img/naSprite.png) -789px -383px no-repeat;
                    border: 1px solid #fff;
                    border-width: 0 4px 0 8px;
                   *top: -8px;
                   *position: relative;
                }
            
            #contentServicesNext {
                position: absolute;
                top: 13px;
                right: 1px;
                height: 48px;
                width: 23px;
                cursor: pointer;
            }
            #contentServicesPrev {
                position: absolute;
                top: 13px;
                left: 1px;
                height: 48px;
                width: 23px;
                cursor: pointer;
            }
            
            
        
        #jsDrawer0 { left: 18px;  position: absolute; }
        #jsDrawer1 { left: 199px; position: absolute; }
        #jsDrawer2 { left: 380px; position: absolute; }
        #jsDrawer3 { left: 561px; position: absolute; }
        #jsDrawer4 { left: 742px; position: absolute; }
    
    
    
        /** 
         * @section  Footer
         **/
        #footer {
            margin: 25px 0 0 0;
            padding: 0 10px;
        }
            #footer span.org { display: none; }
            #footer a {
                text-decoration: none;
            }
                #footer a:link:hover,
                #footer a:visited:hover {
                    text-decoration: underline;
                }
        #footerSitemap {
            background: #999;
            padding: 20px 0 20px 20px;
           _zoom: 1;
        }
            #footerSitemap ul {
                list-style: none;
                margin: 0;
                padding: 0;
            }
                #footerSitemap ul ul {}
            #footerSitemap li {
                list-style: none;
                margin: 0 20px 0 0;
                padding: 0;
                float: left;
                width: 210px;
               _display: inline;
            }
                #footerSitemap li a {
                    border-bottom: 1px solid #fff;
                    color: #fff;
                    display: block;
                    font-size: 12px;
                    margin: 0 0 3px 0;
                    padding: 2px 0;
                    text-transform: uppercase;
                }
                #footerSitemap li li {
                    margin: 0;
                    float: none;
                    width: auto
                }
                    #footerSitemap li li a {
                        border-bottom: 0;
                        font-size: 12px;
                        margin: 0;
                        text-transform: lowercase;
                    }
        #footerContent {
            border-top: 3px solid #666;
            color: #666;
            height: 159px;
            margin: 15px 0 0 0;
        }
            #footerContent a {
                color: #666;
            }
            #footerContent p {
                font-size: 12px;
                padding: 0 20px 0 0;
                text-align: right;
            }
            #footerContent ul {
                width: 150px;
                height: 26px;
                background: url(../img/socialMedia.png) no-repeat;
                float: left;
                list-style: none;
                margin: 10px 0 0 18px;
                padding: 0;
               
               _display: inline;
            }
                #footerContent ul li {
                    float: left;
                    height: 24px;
                    list-style: none;
                    margin: 0 6px 0 0;
                    width: 24px;
                }
                    #footerContent ul li a {
                        float: left;
                        font-size: 1px;
                        height: 24px;
                        line-height: 1px;
                        overflow: hidden;
                        text-indent: -500px;
                        width: 24px;
                    }
        
        
        /** 
         * @section  Header
         **/
        #header {
            height: 110px;
            padding: 40px 0 0 13px;
        }
            #header a {
                display: block;
            }
            #header img,
            #header p {
                display: block;
                visibility: hidden;
                margin: 0;
                padding: 0;
            }
            #headerLogo {
                height: 37px;
                width: 203px;
                background: url(http://res.navigationarts.com/img/logoNavigationArts.png) no-repeat;
               _background: none;
               _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://res.navigationarts.com/img/logoNavigationArts.png', sizingMethod='crop'); 
            }
            #headerTagline {
                height: 14px;
                width: 207px;
                background: url(http://res.navigationarts.com/img/tagline.png) no-repeat;
               _background: none;
               _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://res.navigationarts.com/img/tagline.png', sizingMethod='crop'); 
                margin: 14px 0 0 26px;
            }
        
        
        #jsTools {
            background: url(http://res.navigationarts.com/img/naSprite.png) 0 -383px no-repeat;
           _background: #ee7418;
            position: absolute;
            top: 0;
            left: 0;
            height: 37px;
           _height: 28px;
            text-align: right;
            width: 744px;
        }
            #jsTools a {
                color: #fff;
                cursor: pointer;
                font-family: Arial, sans-serif;
                font-size: 10px;
                line-height: 28px;
                padding: 0 8px 0 20px;
                text-decoration: underline;
                text-transform: uppercase;
            }
            
            
            
        /** 
         * @section  Navigation
         **/
        #navMain {
            right: 129px;
            position: absolute;
            top: 97px;
            width: 451px;
            z-index: 10000;
        }
            #navMain ul {
                margin: 0;
                padding: 0;
                list-style: none;
                background: url(http://res.navigationarts.com/img/navMain.png) 0 0 no-repeat;
               _background: none;
                height: 31px;
            }
                body.themeAbout    #navMain ul { background-position: 0 -186px; }
                body.themeServices #navMain ul { background-position: 0 -217px; }
                body.themeWork     #navMain ul { background-position: 0 -248px; }
                body.themeInsights #navMain ul { background-position: 0 -279px; }
            
                div.navMainLi0 #navMain ul { background-position: 0 -31px; }
                div.navMainLi1 #navMain ul { background-position: 0 -62px; }
                div.navMainLi2 #navMain ul { background-position: 0 -93px; }
                div.navMainLi3 #navMain ul { background-position: 0 -124px; }
                div.navSearch  #navMain ul { background-position: 0 -155px; }
                
            #navMain li {
                margin: 0;
                padding: 0;
                list-style: none;
                float: left;
            }
            #navMain a {
                color: #fff;
                height: 31px;
                display: block;
                text-indent: -1000px;
               _text-indent: 0;
                overflow: hidden;
            }
            
            #navMain #navMainLi0 { width: 101px; }
            #navMain #navMainLi1 { width: 126px; }
            #navMain #navMainLi2 { width: 101px; }
            #navMain #navMainLi3 { width: 123px; }
        
            #navMain div {
                background: #fff;
                display: none;
                padding: 10px 20px;
            }
                div.navMainLi0 #navMainLi0 div { display: block; width: 81px; _width: auto; }
                div.navMainLi1 #navMainLi1 div { display: block; width: 106px; _width: auto;  }
                div.navMainLi2 #navMainLi2 div { display: block; width: 91px; _width: auto; }
                div.navMainLi3 #navMainLi3 div { display: block; }
                
                #navMain div ul {
                    background: none;
                    height: auto;
                }
                #navMain div li {
                    float: none;
                    padding: 2px 0;
                    border-bottom: 1px dotted #ccc;
                    margin: 0 -5px;
                    padding: 2px 5px;
                }
                    #navMain div li:last-child { border: 0; }
                    #navMain div li.last-child { border: 0; }
                #navMain div a {
                    height: auto;
                    text-indent: 0;
                    font-size: 12px;
                    color: #666;
                    text-decoration: none;
                    text-transform: lowercase;
                }
                    #navMain div a:hover {
                        color: #f06621;
                    }
        
        #navSearch {
            position: absolute;
            right: 0;
            top: 97px;
            width: 129px;
            z-index: 10000;
        }
            #navSearch p {
                margin: 0;
                padding: 0;
            }
            #navSearch a {
                color: #fff;
                display: block;
                background: url(http://res.navigationarts.com/img/navMain.png) 100% 0 no-repeat;
               _background: none;
                height: 31px;
                text-indent: -1000px;
               _text-indent: 0;
                overflow: hidden;
                cursor: pointer;
            }
                div.navSearch  #navSearch a { background-position: 100% -155px; }
            #navSearch form {
                display: none;
                width: 246px;
                background: #fff;
                position: absolute;
                top: 31px;
                right: 0;
                padding: 10px 0 12px 20px;
                
                padding: 8px 0 12px 14px;
            }
                div.navSearch #navSearch form { display: block; }
            #navSearch input {
                border: 1px solid #666;
                font-size: 11px;
                color: #999;
                font-family: Arial, sans-serif;
                width: 192px;
                box-sizing: content-box;
           -moz-box-sizing: content-box;
            }
                #navSearch input.img {
                    border: 0;
                    width: 29px;
                    height: 20px;
                    position: relative;
                    top: 5px;
                }
    
    /**
     * @section .net fix
     **/
    #ctl00 { margin: 0; }
    
    
     
    /** 
     * @section Video Player Lightbox
     * @note    the Screen is used to overlay all content and reduce the visibility of it.
     *          the Player contains the video, placed on top of the Screen.
     *          the Close closes the video lightbox, placed on top of the Player. 
     *          all of this is added via JS.
     **/
    #jsVideoPlayerScreen {
        background: #000; /* @note transparency is handled via JS. */
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 90000;
    }
    #jsVideoPlayer {
        display: none;
        min-width: 180px;
        min-height: 90px;
        padding: 1px;
        position: absolute;
        z-index: 91000;
    }
    #x {
        cursor: pointer;
        display: none;
        height: 26px;
        position: absolute;
        right: -12px;
        top: -13px;
        width: 26px;
        z-index: 92000;
    }
    
    #jsVideoPlayerClose {
        cursor: pointer;
        text-indent: -9999px; 
        width: 20px; 
        height: 20px; 
        position: absolute; 
        top: -20px; 
        background: url(../img/controls.png) -50px 0 no-repeat;
        right: 0;
    }
        #jsVideoPlayerClose:hover{
            background-position: -50px -25px;
        }
    
    #jsEmailContainer {
        background: #dcd8d8;
        display: none;
        height: 200px;
        margin: 28px -20px -28px -20px;
    }
        #jsEmailContainer iframe {
            width: 100%;
            height: 200px;
            display: block;
        }
        
        
        
    /*
     * @section Color Box
     */
    #cboxTitle {
        color: #fff;
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
    }
    
    /*
     * @note ColorBox Core Style
     *       The following rules are the styles that are consistant between themes.
     *       Avoid changing this area to maintain compatability with future versions of ColorBox.
     */
    #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; overflow:visible;}
    #cboxLoadedContent{overflow:auto;}
    #cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
    #cboxTitle{margin:0;}
    #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
    #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
    
    /* 
     * @note ColorBox example user style
     *       The following rules are ordered and tabbed in a way that represents the
     *       order/nesting of the generated HTML, so that the structure easier to understand.
     */
    #cboxOverlay{background:#000;}
    
    #colorbox{}
    #cboxContent{margin-top:32px;}
    #cboxLoadedContent{background:#fff; padding:1px;}
    #cboxLoadingGraphic{background:url(../img/loading.gif) center center no-repeat;}
    #cboxLoadingOverlay{background:#666;}
    #cboxTitle{position:absolute; top:-16px; left:0;}
    #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
    #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../img/controls.png) 0 0 no-repeat;}
    #cboxPrevious{background-position:0px 0px; right:44px;}
    #cboxPrevious.hover{background-position:0px -25px;}
    #cboxNext{background-position:-25px 0px; right:22px;}
    #cboxNext.hover{background-position:-25px -25px;}
    #cboxClose{background-position:-50px 0px; right:0;}
    #cboxClose.hover{background-position:-50px -25px;}
    .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
    .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
    .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
    .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
    .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}
}

@media print {
    * { background: none !important; }
    #header {
        height: auto;
        border-bottom: 1px solid #666;
        padding: 0 20px 20px 20px;
    }
    #header img { visibility: visible; }
    #nav { display: none; }
    #contentMain { width: auto; }
    #contentRelated { display: none; }
    #jsEmailContainer { display: none !important; }
    #jsTools { display: none; }
    #footer { display: none; }
    p.back { display: none; }
}


/* @section Prettify Styles */
@media screen, print {
    .str,.atv{color:#080}
    .kwd,.tag{color:#008}
    .com{color:#800}
    .typ,.atn,.dec{color:#606}
    .lit{color:#066}.pun{color:#660}
    .pln{color:#000}
    pre.prettyprint{padding:9px;border:1px solid #888}
}
@media print {
    .str{color:#060}
    .kwd,.tag{color:#006;font-weight:bold}
    .com{color:#600;font-style:italic}
    .typ{font-weight:bold}
    .lit{color:#044}.pun{color:#440}
    .atn,.typ{color:#404}
    .atv{color:#060}
}





