html,body{
    height:100%;
}
body.error-page {
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.appHeader {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    float: left;
    padding: 5px 0;
    background-color: #ffffff;
    /*background-image: url(images/headerBG.jpg);
    background-position: left top;
    background-repeat: repeat;*/
}

.art-contentLayout .art-content {
    width: 100% !important;
}

.TopunderLine {
    border-bottom: 1px solid #ccc;
}

.homeBtn {
    background: url("images/homeBtn.png") no-repeat left top;
    border: none;
    width: 50px;
    min-height: 18px;
    padding: 5px 18px 5px 25px;
    cursor: pointer;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    box-shadow: none;
    line-height: 16px;
    color: #fff;
    font-size: 13px;
    border-radius: 5px;
    float: left;
}
    .homeBtn:hover {
        background-position: -0px -28px;
    }

    .homeBtn:active {
        background-position: -0px -56px;
        box-shadow: 0 0px 0px #636363;
    }

body {
    margin: 0 auto;
    padding: 0;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: top left;

    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    color: #333;
}

#art-main {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
}

#art-page-background-glare {
    position: absolute;
    width: 100%;
    height: 441px;
    left: 0;
}

#art-page-background-glare-image {
    background-image: url('images/Page-BgGlare.png');
    background-repeat: no-repeat;
    height: 441px;
    width: 362px;
    margin: 0;
}

html:first-child #art-page-background-glare {
    border: 1px solid transparent; 
}


#art-page-background-gradient {
    position: absolute;
    background-repeat: repeat-x;
    top: 0;
    width: 100%;
    height: 305px;
}

#art-page-background-gradient {
    background-position: top left;
}


.cleared {
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1px;
}


form {
    padding: 0 !important;
    margin: 0 !important;
}

table.position {
    position: relative;
    width: 100%;
    table-layout: fixed;
}
.art-Sheet {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    max-width: 1024px;
    min-height: 482px;
}

.art-Sheet-body {
    position: relative;
    z-index: 1;
    padding: 0px 17px 13px 17px;
    min-height: 570px;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl, .art-Sheet-tc, .art-Sheet-bc, .art-Sheet-cr, .art-Sheet-cl {
    position: absolute;
    z-index: -1;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl {
    width: 78px;
    height: 78px;
    background-image: url('images/Sheet-s.png');
}

.art-Sheet-tl {
    top: 0;
    left: 0;
    clip: rect(auto, 39px, 39px, auto);
}

.art-Sheet-tr {
    top: 0;
    right: 0;
    clip: rect(auto, auto, 39px, 39px);
}

.art-Sheet-bl {
    bottom: 0;
    left: 0;
    clip: rect(39px, 39px, auto, auto);
}

.art-Sheet-br {
    bottom: 0;
    right: 0;
    clip: rect(39px, auto, auto, 39px);
}

.art-Sheet-tc, .art-Sheet-bc {
    left: 39px;
    right: 39px;
    height: 78px;
    background-image: url('images/Sheet-h.png');
}

.art-Sheet-tc {
    top: 0;
    clip: rect(auto, auto, 39px, auto);
}

.art-Sheet-bc {
    bottom: 0;
    clip: rect(39px, auto, auto, auto);
}

.art-Sheet-cr, .art-Sheet-cl {
    top: 39px;
    bottom: 39px;
    width: 78px;
    background-image: url('images/Sheet-v.png');
}

.art-Sheet-cr {
    right: 0;
    clip: rect(auto, auto, auto, 39px);
}

.art-Sheet-cl {
    left: 0;
    clip: rect(auto, 39px, auto, auto);
}

.art-Sheet-cc {
    position: absolute;
    z-index: -1;
    top: 39px;
    left: 39px;
    right: 39px;
    bottom: 39px;
    background: url('images/Sheet-m.png') repeat;
}


.art-Sheet {
    margin-top: 0px !important;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare {
    min-width: 1000px;
}



.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover {
    text-align: left;
    text-decoration: none;
    outline: none;
    letter-spacing: normal;
    word-spacing: normal;
}

.art-menu, .art-menu ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    display: block;
}

    .art-menu li {
        margin: 0;
        padding: 0;
        border: 0;
        display: block;
        float: left;
        position: relative;
        z-index: 5;
    }

        .art-menu li:hover {
            z-index: 10000;
            white-space: normal;
        }

        .art-menu li li {
            float: none;
        }

    .art-menu ul {
        visibility: hidden;
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        background: none;
    }

    .art-menu li:hover > ul {
        visibility: visible;
        top: 100%;
    }

    .art-menu li li:hover > ul {
        top: 0;
        left: 100%;
    }

    .art-menu:after, .art-menu ul:after {
        content: ".";
        height: 0;
        display: block;
        visibility: hidden;
        overflow: hidden;
        clear: both;
    }

    .art-menu, .art-menu ul {
        min-height: 0;
    }

        .art-menu ul {
            background-image: url(images/spacer.gif);
            margin: 0px;
            padding: 0px 1px 5px 1px;
        }

            .art-menu ul ul {
                padding: 30px 30px 30px 10px;
                margin: -30px 0 0 -10px;
            }





/* menu structure */

.art-menu {
    padding: 0px 0px 0px 0px;
}

.art-nav {
    position: relative;
    height: 23px;
    width: 981px;
    margin: 0px auto;
}

    .art-nav .l, .art-nav .r {
        position: absolute;
        z-index: -1;
        top: 0;
        height: 30px;
    }

    .art-nav .l {
        left: 0;
        right: 10px;
    }

    .art-nav .r {
        right: 0;
        width: 984px;
        clip: rect(auto, auto, auto, 974px);
    }


/* end Menu */

/* begin MenuItem */
.art-menu ul li {
    clear: both;
}

.art-menu a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 35px;
    cursor: pointer;
    text-decoration: none;
    margin-right: 0px;
    margin-left: 0px;
}


    .art-menu a .r, .art-menu a .l {
        position: absolute;
        display: block;
        top: 0;
        z-index: -1;
        height: 107px;
        background-image: url('images/MenuItem.png');
    }

    .art-menu a .l {
        left: 0;
        right: 0px;
    }

    .art-menu a .r {
        width: 400px;
        right: 0;
        clip: rect(auto, auto, auto, 400px);
    }

    .art-menu a .t {
        font-style: normal;
        font-weight: normal;
        color: #ffffff;
        padding: 0 14px;
        margin: 0 0px;
        line-height: 34px;
        text-align: center;
        font-size: 13px;
    }

    .art-menu a:hover .l, .art-menu a:hover .r {
        top: -36px;
    }

.art-menu li:hover > a .l, .art-menu li:hover > a .r {
    top: -36px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r {
    top: -36px;
}

.art-menu a:hover .t {
    color: #4a4a4a;
}

.art-menu li:hover a .t {
    color: #fff;
}

.art-menu li:hover > a .t {
    color: #fff;
    text-decoration: none;
}


.art-menu a.active .l, .art-menu a.active .r {
    top: -72px;
}

.art-menu a.active .t {
    color: #fff;
}


/* end MenuItem */

/* begin MenuSeparator */
.art-nav .art-menu-separator {
    display: block;
    width: 2px;
    height: 35px;
    background-image: url('images/MenuSeparator.png');
    background-position: center;
    background-repeat: no-repeat;
}

/* end MenuSeparator */

/* begin MenuSubItem */
.art-menu ul a {
    display: block;
    text-align: center;
    white-space: nowrap;
    height: 30px;
    width: 180px;
    overflow: hidden;
    line-height: 30px;
    margin-right: auto;
    background-image: url('images/subitem-bg.png');
    background-position: left top;
    background-repeat: repeat-x;
    color: #000 !important;
}


.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span {
    display: inline;
    float: none;
    margin: inherit;
    padding: inherit;
    background-image: none;
    text-align: inherit;
    text-decoration: inherit;
}

    .art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span {
        text-align: left;
        text-indent: 12px;
        text-decoration: none;
        line-height: 30px;
    }

.art-menu ul ul a {
    margin-left: auto;
    color: #000 !important;
}


.art-menu ul li a:hover {
    color: #fff;
    border-color: #BEB819;
    background-position: 0 -30px;
}

.art-menu ul li:hover > a {
    color: #fff;
    border-color: #BEB819;
    background-position: 0 -30px;
}

.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span {
    color: #fff;
}

.art-nav .art-menu ul li:hover > a span, .art-nav .art-menu ul li:hover > a span span {
    color: #fff;
}


/* end MenuSubItem */

/* begin Header */
div.art-Header {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    width: 984px;
    height: 250px;
}


div.art-Header-jpeg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 984px;
    height: 250px;
    background-image: url('images/Header.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}
/* end Header */

/* begin Logo */
h1.art-Logo-name {
    display: block;
    text-align: center;
}

    h1.art-Logo-name, h1.art-Logo-name a, h1.art-Logo-name a:link, h1.art-Logo-name a:visited, h1.art-Logo-name a:hover {
        font-size: 31px;
        font-style: normal;
        font-weight: bold;
        text-decoration: none;
        padding: 0;
        margin: 0;
        color: #FAF9D6 !important;
    }

.art-Logo-text {
    display: block;
    text-align: center;
}

    .art-Logo-text, .art-Logo-text a {
        font-size: 17px;
        font-style: normal;
        font-weight: normal;
        padding: 0;
        margin: 0;
        color: #FAF9D6 !important;
    }
/* end Logo */

/* begin ContentLayout */
.art-contentLayout {
    position: relative;
    margin-bottom: 5px;
    width: 960px;
}
/* end ContentLayout */

/* begin Box, Block */
.art-Block {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-Block-body {
    position: relative;
    z-index: 1;
    padding: 0px;
}



.art-Block {
    margin: 5px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-BlockHeader {
    position: relative;
    z-index: 0;
    height: 30px;
    padding: 0 8px;
    margin-bottom: 0px;
}

    .art-BlockHeader .t {
        height: 30px;
        color: #4a4a4a;
        font-style: normal;
        font-weight: bold;
        white-space: nowrap;
        padding: 0 6px;
        line-height: 30px;
    }

    .art-BlockHeader .l, .art-BlockHeader .r {
        display: block;
        position: absolute;
        z-index: -1;
        height: 30px;
        background-image: url('images/BlockHeader.png');
    }

    .art-BlockHeader .l {
        left: 0;
        right: 7px;
    }

    .art-BlockHeader .r {
        width: 984px;
        right: 0;
        clip: rect(auto, auto, auto, 977px);
    }





.art-header-tag-icon {
    height: 30px;
    background-position: left top;
    background-image: url('images/BlockHeaderIcon.png');
    padding: 0 0 0 13px;
    background-repeat: no-repeat;
    min-height: 12px;
    margin: 0 0 0 5px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.art-BlockContent {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    min-width: 15px;
    min-height: 15px;
}

.art-BlockContent-body {
    position: relative;
    z-index: 1;
    padding: 8px;
}

.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl, .art-BlockContent-tc, .art-BlockContent-bc, .art-BlockContent-cr, .art-BlockContent-cl {
    position: absolute;
    z-index: -1;
}

.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl {
    width: 14px;
    height: 14px;
    background-image: url('images/BlockContent-s.png');
}

.art-BlockContent-tl {
    top: 0;
    left: 0;
    clip: rect(auto, 7px, 7px, auto);
}

.art-BlockContent-tr {
    top: 0;
    right: 0;
    clip: rect(auto, auto, 7px, 7px);
}

.art-BlockContent-bl {
    bottom: 0;
    left: 0;
    clip: rect(7px, 7px, auto, auto);
}

.art-BlockContent-br {
    bottom: 0;
    right: 0;
    clip: rect(7px, auto, auto, 7px);
}

.art-BlockContent-tc, .art-BlockContent-bc {
    left: 7px;
    right: 7px;
    height: 14px;
    background-image: url('images/BlockContent-h.png');
}

.art-BlockContent-tc {
    top: 0;
    clip: rect(auto, auto, 7px, auto);
}

.art-BlockContent-bc {
    bottom: 0;
    clip: rect(7px, auto, auto, auto);
}

.art-BlockContent-cr, .art-BlockContent-cl {
    top: 7px;
    bottom: 7px;
    width: 14px;
    background-image: url('images/BlockContent-v.png');
}

.art-BlockContent-cr {
    right: 0;
    clip: rect(auto, auto, auto, 7px);
}

.art-BlockContent-cl {
    left: 0;
    clip: rect(auto, 7px, auto, auto);
}

.art-BlockContent-cc {
    position: absolute;
    z-index: -1;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    background-color: #e7e7e7;
}


.art-BlockContent-body {
    font-style: normal;
    font-weight: normal;
}

    .art-BlockContent-body a:link {
        text-decoration: underline;
    }

    .art-BlockContent-body a:visited, .art-BlockContent-body a.visited {
        color: #25280B;
        text-decoration: underline;
    }

    .art-BlockContent-body a:hover, .art-BlockContent-body a.hover {
        color: #6F7722;
        text-decoration: none;
    }

    .art-BlockContent-body ul {
        list-style-type: none;
        color: #292705;
        margin: 0;
        padding: 0;
    }

    .art-BlockContent-body li {
        text-decoration: none;
    }

    .art-BlockContent-body ul li {
        padding: 0px 0 0px 13px;
        background-image: url('images/BlockContentBullets.png');
        background-repeat: no-repeat;
        margin: 0.5em 0 0.5em 0;
        line-height: 1.2em;
    }
.art-Post {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    min-width: 29px;
    min-height: 29px;
}

.art-Post-body {
    position: relative;
    z-index: 1;
    padding: 14px;
}

.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl, .art-Post-tc, .art-Post-bc, .art-Post-cr, .art-Post-cl {
    position: absolute;
    z-index: -1;
}

.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl {
}

.art-Post-tl {
    top: 0;
    left: 0;
    clip: rect(auto, 18px, 18px, auto);
}

.art-Post-tr {
    top: 0;
    right: 0;
    clip: rect(auto, auto, 18px, 18px);
}

.art-Post-bl {
    bottom: 0;
    left: 0;
    clip: rect(18px, 18px, auto, auto);
}

.art-Post-br {
    bottom: 0;
    right: 0;
    clip: rect(18px, auto, auto, 18px);
}

.art-Post-tc, .art-Post-bc {
}

.art-Post-tc {
    top: 0;
    clip: rect(auto, auto, 18px, auto);
}

.art-Post-bc {
    bottom: 0;
    clip: rect(18px, auto, auto, auto);
}

.art-Post-cr, .art-Post-cl {
    top: 0px;
    bottom: 0px;
    width: 0px;
}

.art-Post-cr {
}

.art-Post-cl {
}

.art-Post-cc {
    position: absolute;
    z-index: -1;
    background-color: #fff;
}

/* Start images */
a img {
    border: 0;
}

.art-article img, img.art-article {
    margin: 1em;
}

.art-metadata-icons img {
    border: none;
    vertical-align: middle;
    margin: 2px;
}
/* Finish images */

/* Start tables */

.art-article table, table.art-article {
    border-collapse: collapse;
    margin: 1px;
    width: auto;
}

    .art-article table, table.art-article .art-article tr, .art-article th, .art-article td {
        background-color: Transparent;
    }

.art-article th, .art-article td {
    padding: 2px;
    border: solid 1px #8C972B;
    vertical-align: top;
    text-align: left;
}

.art-article th {
    text-align: center;
    vertical-align: middle;
    padding: 7px;
}

/* Finish tables */

pre {
    overflow: auto;
    padding: 0.1em;
}


.art-PostMetadataHeader {
    padding: 1px;
}

.art-PostHeader {
    text-decoration: none;
    margin: 0.2em 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    word-spacing: normal;
    font-variant: normal;
    text-decoration: none;
    font-variant: normal;
    text-transform: none;
    text-align: left;
    text-indent: 0;
    line-height: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    color: #113B65;
}

    .art-PostHeader a, .art-PostHeader a:link, .art-PostHeader a:visited, .art-PostHeader a:hover {
        font-size: 22px;
        font-style: normal;
        font-weight: bold;
        text-align: left;
        margin: 0;
        color: #464C15;
    }

    .art-PostHeader img {
        border: none;
        vertical-align: middle;
        margin: 0;
    }

    .art-PostHeader a:link {
        text-decoration: none;
        text-align: left;
        color: #ff0000;
    }

    .art-PostHeader a:visited, .art-PostHeader a.visited {
        text-decoration: none;
        text-align: left;
        color: #ff0000;
    }

    .art-PostHeader a:hover, .art-PostHeader a.hovered {
        text-decoration: none;
        text-align: left;
        color: #6F7722;
    }

.art-PostContent p {
    margin: 0.5em 0;
}

.art-PostContent, .art-PostContent p {
    font-style: normal;
    font-weight: normal;
    text-align: justify;
    color: #343810;
}

.art-PostContent {
    margin: 0;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}


    /* Start Content headings Fonts & Colors  */
    h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
        font-size: 19px;
        font-style: normal;
        font-weight: bold;
        text-align: left;
        margin: 0px 0px 5px 0px;
        padding-bottom: 5px;
        color: #013567;
    }

    h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
        font-size: 13px;
        font-style: normal;
        font-weight: bold;
        text-align: left;
        color: #1E8AD5;
    }

    h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
        font-size: 18px;
        font-style: normal;
        font-weight: bold;
        text-align: left;
        color: #25280B;
    }

    h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
        font-size: 16px;
        font-style: normal;
        font-weight: bold;
        text-align: left;
        color: #343810;
    }

    h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
        text-align: left;
        color: #343810;
    }

    h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
        text-align: left;
        color: #343810;
    }

ol, ul {
    color: #1A1C08;
    margin: 1em 0 1em 2em;
    padding: 0;
}

li ol, li ul {
    margin: 0.5em 0 0.5em 2em;
    padding: 0;
}

li {
    margin: 0.2em 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

ol {
    list-style-position: inside;
}



.art-Post li {
    padding: 0px 0 0px 14px;
    line-height: 1.2em;
}

.art-Post ol li, .art-Post ul ol li {
    background: none;
    padding-left: 0;
}

.art-Post ul li, .art-Post ol ul li {
    background-image: url('images/PostBullets.png');
    background-repeat: no-repeat;
    padding-left: 20px;
}


blockquote,
blockquote p,
.art-PostContent blockquote p {
    color: #201F04;
    font-style: italic;
    font-weight: normal;
    text-align: left;
}

blockquote,
.art-PostContent blockquote {
    margin: 10px 10px 10px 50px;
    padding: 5px 5px 5px 37px;
    background-color: #FAF9D6;
    background-image: url('images/PostQuote.png');
    background-position: left top;
    background-repeat: no-repeat;
}

.art-button-wrapper .art-button {
    display: inline-block;
    width: auto;
    outline: none;
    border: none;
    background: none;
    line-height: 27px;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
    cursor: default;
    text-decoration: none !important;
    z-index: 0;
}

.art-button-wrapper {
    display: inline-block;
    position: relative;
    height: 28px;
    overflow: hidden;
    white-space: nowrap;
    width: auto;
    z-index: 0;
    box-shadow: 0 1px 4px #636363;
    border-radius: 6px;
}

    .art-button-wrapper.active {
        box-shadow: 0 0px 0px #636363;
        border-radius: 6px;
    }


.firefox2 .art-button-wrapper {
    display: block;
    float: left;
}

.art-button-wrapper .art-button {
    display: block;
    height: 28px;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
    padding: 0px 15px 4px 15px !important;
    line-height: 27px;
    text-decoration: none !important;
    color: #ffffff !important;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif !important;
    text-shadow: 0 1px 0 #636363;
}

input, select {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

select {
    padding: 4px 3px;
}

select {
    font-family: 'Montserrat', sans-serif;
}

.art-button-wrapper.hover .art-button, .art-button:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.art-button-wrapper.active .art-button {
    color: #F8F9EB !important;
}

.art-button-wrapper .l, .art-button-wrapper .r {
    display: block;
    position: absolute;
    z-index: -1;
    height: 84px;
}

.art-button-wrapper .l {
    left: 0;
    right: 42px;
    background-image: url('images/allBtn.png');
}

.art-button-wrapper .r {
    width: 440px;
    right: 0;
    clip: rect(auto, auto, auto, 398px);
    background-image: url('images/allBtn.png');
}

.art-button-wrapper.hover .l, .art-button-wrapper.hover .r {
    top: -28px;
}

.art-button-wrapper.active .l, .art-button-wrapper.active .r {
    top: -56px;
}



    .art-Footer .art-Footer-inner {
        position: relative;
        z-index: 0;
        padding: 15px;
        text-align: right;
        width: 964px;
        margin: 0px auto;
    }

    .art-Footer .art-Footer-background {
        position: absolute;
        z-index: -1;
        width: 984px;
        height: 150px;
        bottom: 0;
        left: 0;
    }





.artFooterText {
    color: #999 !important;
    border-top: 1px solid #5faaff;
    text-align: left;
    margin-top: 10px;
    text-align: justify;
    padding-top: 10px;
}

    .artFooterText p {
        line-height: 18px;
    }


.art-Footer .art-Footer-text p {
    margin: 0;
    padding: 2px 0px;
}

.art-Footer .art-Footer-text {
    display: inline-block;
    color: #333;
    font-size: 11px;
}

    .art-Footer .art-Footer-text a:link {
        text-decoration: none;
        color: #333;
        text-decoration: none;
    }

    .art-Footer .art-Footer-text a:visited {
        text-decoration: none;
        color: #333;
        text-decoration: none;
    }

    .art-Footer .art-Footer-text a:hover {
        text-decoration: none;
        color: #FCB03D;
        text-decoration: underline;
    }

.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover {
    font-family: Verdana;
    letter-spacing: normal;
    word-spacing: normal;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
    color: #FFAB2E;
}

.art-page-footer {
    margin: 1em;
    text-align: center;
    text-decoration: none;
    color: #C5D15C;
}
/* end PageFooter */

/* begin LayoutCell */
.art-contentLayout .art-sidebar1 {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    overflow: hidden;
    width: 245px;
}
/* end LayoutCell */

/* begin LayoutCell */
.art-contentLayout .art-content {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    overflow: hidden;
    width: 737px;
}

.art-contentLayout .art-content-wide {
    /*position: relative;*/
    position: static !important;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    overflow: hidden;
    width: 960px !important;
    padding-top: 5px !important;
}
/* end LayoutCell */


.art-Logo {
    float: left;
    margin-top: 0;
    width: 176px;
    height: 60px;
    background-image: url(/ImageHandler.ashx?themeimagepath=/images/logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}


.error-content {
    float: left;
    width: 100%;
}
.error-content-center {
    float: left;
    width: 100%;
    padding: 20px 0;
}
.error-content > .wrapper {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding: 0;
    min-height: calc(100% - 160px);
    min-height: calc(100vh - 160px);
    position: relative;
}

.error-content > .wrapper h1 {
        color: #FF6600;
    }

.btnAligntxt {
    padding: 0px 30px 15px;
    float: left;
    width: 100%;
}
.fullWidth {
    width:100%;
}
.clear {
    clear:both;
}

.noPageFound {
    width: 100%;
    text-align: center;
}

.noPageFound .noPageFound-404 {
    height: 150px;
    position: relative;
    z-index: -1;
}
    .noPageFound .noPageFound-404 h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 130px;
        margin: 0px;
        font-weight: 900;
        text-align: center;
        color: #4a4a4a;
        /*position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-image: url(/ImageHandler.ashx?themeimagepath=/images/errorBg.jpg);
        background-repeat: no-repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: cover;
        background-position: center;*/
    }
.noPageFound h2 {
    font-family: 'Montserrat', sans-serif;
    color: #4a4a4a;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
}
.noPageFound p {
    font-family: 'Montserrat', sans-serif;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0px;
}
    .noPageFound a {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        padding: 15px 30px;
        border-radius: 40px;
        background-color: #0099cc;
        color: #ffffff;
        font-weight: 700;
        -webkit-box-shadow: 0 4px 8px #ccc;
        box-shadow: 0 4px 8px #ccc;
        border: 1px solid #dadada;
    }
    .noPageFound a:hover {
        border-radius: 4px;
    }
.art-Footer.error-footer {
    float: left;
    width: 100%;
    padding: 10px 0;
}
.error-page .homepage {
    margin-top: 10px;
    float: left;
    width: 100%;
}
ul.error-footer-links {
    margin: 0;
    padding: 0;
}
    ul.error-footer-links li {
        float: left;
        padding-right: 10px;
    }
    ul.error-footer-links a {
        color: #1A1C08;
    }