ul.sm a,
ul.sm li {
    position: relative
}

.foot,
.fullwidth a,
.sm-clean a,
a {
    text-decoration: none
}

.sm-clean,
.sm-clean ul,
.sm-clean-vertical a.highlighted,
.sm-clean-vertical a:active,
.sm-clean-vertical a:focus,
.sm-clean-vertical a:hover {
    background: #fff
}

.sm,
.sm li,
.sm ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    direction: ltr
}

ul.sm li {
    float: left
}

ul.sm a {
    display: block;
    white-space: nowrap
}

ul.sm a.disabled {
    cursor: default
}

ul.sm ul {
    position: absolute;
    top: -999999px;
    left: -800px;
    width: 100px
}

ul.sm-rtl {
    direction: rtl
}

ul.sm-rtl li {
    float: right
}

ul.sm ul li,
ul.sm-vertical li {
    float: none
}

ul.sm ul a,
ul.sm-vertical a {
    white-space: normal
}

* html ul.sm-vertical li {
    float: left;
    width: 100%
}

* html ul.sm-vertical ul li {
    float: none;
    width: auto
}

ul.sm ul.sm-nowrap>li>a {
    white-space: nowrap
}

ul.sm:after {
    content: "\00a0";
    display: block;
    height: 0;
    font: 0/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

* html ul.sm {
    height: 1px
}

ul.sm li *,
ul.sm li:after,
ul.sm li:before {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

ul.sm {
    -webkit-tap-highlight-color: transparent
}

.sm-clean {
    padding: 0 10px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.sm-clean-vertical {
    padding: 10px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.sm-clean ul {
    border: 1px solid #bbb;
    padding: 5px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 9px rgba(0, 0, 0, .2)
}

.sm-clean>li>ul:after,
.sm-clean>li>ul:before {
    content: '';
    border-style: dashed dashed solid;
    height: 0;
    position: absolute;
    width: 0;
    overflow: hidden
}

.sm-clean>li>ul:before {
    top: -18px;
    left: 30px;
    border-width: 9px;
    border-color: transparent transparent #bbb
}

.sm-clean>li>ul:after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent #fff
}

.sm-clean-vertical>li>ul:after,
.sm-clean-vertical>li>ul:before {
    display: none
}

.sm-clean a {
    padding: 12px;
    color: #666;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', Arial, sans-serif
}

.sm-clean a.current,
.sm-clean a.current:active,
.sm-clean a.current:focus,
.sm-clean a.current:hover,
.sm-clean a.highlighted,
.sm-clean a:active,
.sm-clean a:focus,
.sm-clean a:hover {
    color: #EC9045
}

.sm-clean a.has-submenu {
    padding-right: 25px
}

.sm-clean ul a,
.sm-clean-vertical a {
    padding: 10px 20px
}

.sm-clean ul a.has-submenu,
.sm-clean-vertical a.has-submenu {
    padding-right: 40px
}

.sm-clean ul a {
    font-size: 12px
}

.sm-clean ul a.highlighted,
.sm-clean ul a:active,
.sm-clean ul a:focus,
.sm-clean ul a:hover {
    color: #EC9045;
    background: #eee
}

.sm-clean a span.sub-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 4px;
    border-style: solid dashed dashed;
    border-color: #666 transparent transparent
}

.sm-clean ul a span.sub-arrow,
.sm-clean-vertical a span.sub-arrow {
    right: 15px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555
}

.sm-clean span.scroll-down,
.sm-clean span.scroll-up {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px
}

.sm-clean span.scroll-down:hover,
.sm-clean span.scroll-up:hover {
    background: #eee
}

.sm-clean span.scroll-down-arrow,
.sm-clean span.scroll-up-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #555
}

.sm-clean span.scroll-up:hover span.scroll-up-arrow {
    border-color: transparent transparent #D23600
}

.sm-clean span.scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed;
    border-color: #666 transparent transparent
}

.sm-clean span.scroll-down:hover span.scroll-down-arrow {
    border-color: #EC9045 transparent transparent
}

@media screen and (max-width:850px) {
    .sm-clean:not(.sm-clean-vertical)>li>a {
        padding-left: 8px;
        padding-right: 8px
    }
    .sm-clean:not(.sm-clean-vertical)>li>a.has-submenu {
        padding-right: 25px
    }
}

@media screen and (max-width:750px) {
    .sm-clean:not(.sm-clean-vertical)>li>a {
        padding-left: 3px;
        padding-right: 3px
    }
    .sm-clean:not(.sm-clean-vertical)>li>a.has-submenu {
        padding-right: 25px
    }
}

@media screen and (max-width:700px) {
    ul.sm-clean,
    ul.sm-clean ul {
        width: auto!important
    }
    .sm-clean>li>ul:after,
    .sm-clean>li>ul:before,
    ul.sm-clean iframe {
        display: none
    }
    ul.sm-clean ul {
        display: none;
        position: static!important;
        top: auto!important;
        left: auto!important;
        margin-left: 0!important;
        margin-top: 0!important;
        min-width: 0!important;
        max-width: none!important
    }
    ul.sm-clean>li {
        float: none
    }
    ul.sm-clean ul.sm-nowrap>li>a,
    ul.sm-clean>li>a {
        white-space: normal
    }
    .sm-clean {
        padding: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px
    }
    .sm-clean ul {
        border: 0;
        padding: 0;
        background: rgba(130, 130, 130, .1);
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .sm-clean a {
        padding: 13px 5px 13px 28px!important;
        color: #555!important;
        background: 0 0!important
    }
    .sm-clean a.current {
        color: #D23600!important
    }
    .sm-clean ul a {
        border-left: 8px solid transparent
    }
    .sm-clean ul ul a {
        border-left: 16px solid transparent
    }
    .sm-clean ul ul ul a {
        border-left: 24px solid transparent
    }
    .sm-clean ul ul ul ul a {
        border-left: 32px solid transparent
    }
    .sm-clean ul ul ul ul ul a {
        border-left: 40px solid transparent
    }
    .sm-clean a span.sub-arrow,
    .sm-clean ul a span.sub-arrow {
        top: 50%;
        margin-top: -9px;
        right: auto;
        left: 6px;
        margin-left: 0;
        width: 17px;
        height: 17px;
        font: 400 16px/16px monospace!important;
        text-align: center;
        border: 0;
        text-shadow: none;
        background: rgba(255, 255, 255, .6);
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px
    }
    .sm-clean a.highlighted span.sub-arrow {
        display: none!important
    }
    .sm-clean li {
        border-top: 1px solid rgba(0, 0, 0, .05)
    }
    .sm-clean>li:first-child {
        border-top: 0
    }
}

h2,
h3 {
    padding: 10px 0 0
}

body,
h5 {
    padding: 0
}

h1,
h3,
h5 {
    color: #EC9045
}

a,
body,
h2,
p {
    color: #666
}

body,
h2,
h4 {
    margin: 0
}

h5,
p {
    margin: 0 0 10px
}

h1,
h2 {
    font-weight: 400
}

.foot,
.fullwidth h2,
body,
h1,
h2,
h3 {
    font-family: Arial, Helvetica, sans-serif
}

#contentbox,
body {
    background-color: #FFF
}

a img,
hr {
    border: 0
}

#main-menu {
    position: relative;
    z-index: 9999;
    width: auto
}

#main-menu ul {
    width: 12em
}

body {
    font-size: 14px
}

h1 {
    font-size: 48px;
    background-image: url(/web/20180901044540im_/http://ctssquare.com/images/h1bg.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    text-transform: uppercase;
    margin: 10px 0 0
}

h2 {
    font-size: 24px
}

h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 26px;
    margin: 10px 0
}

.fullwidth h2,
h4,
h5 {
    font-weight: 400
}

h4 {
    font-size: 20px;
    font-style: normal;
    padding: 5px 0;
    text-transform: uppercase
}

h5 {
    font-size: 28px
}

.floatleft,
.floatright {
    font-size: 12px;
    font-style: italic
}

hr {
    border-bottom: 1px dotted #CCC;
    background: 0 0;
    height: 20px;
    clear: both;
    margin: 0 0 20px
}

.foot,
.foot a,
.fullwidth a {
    color: #FFF
}

.floatleft {
    float: left;
    padding: 0 20px 5px 0
}

.floatright {
    float: right;
    padding: 0 0 5px 20px
}

.column1,
.column2 {
    float: left;
    width: 300px
}

.fullwidth h2 {
    font-size: 14px;
    color: #FFF;
    margin: 0;
    padding: 0 0 5px
}

.fullwidth p {
    font-size: 12px;
    margin: 0;
    padding: 5px 0 0
}

.fullwidth a {
    padding: 0;
    margin: 0
}

.fullwidth a:hover {
    text-shadow: 0 0 3px #FFC
}

.fullwidth a:hover img {
    opacity: .8
}

.content,
.contenthome {
    display: table;
    width: 1000px;
    height: auto;
    margin: 0 auto
}

#leftbar {
    display: table-cell;
    width: 235px;
    vertical-align: top
}

.textimgblue,
.textimggreen {
    display: block;
    text-align: center
}

.textimggreen {
    margin: 0 0 16px;
    padding-bottom: 4px;
    border-bottom: 1px solid #709FA8
}

.textimgblue {
    border-bottom: 1px solid #134b5e;
    padding: 16px 0 4px
}

#20space {
    display: table-cell;
    width: 20px
}

#rightcontent {
    display: table-cell;
    vertical-align: top;
    width: 745px;
    padding: 0 0 20px
}

.pagecontent {
    width: 705px;
    padding: 20px 20px 60px;
    background: #FFF;
    min-height: 400px
}

#containerfoot {
    height: auto;
    width: 1000px;
    background-color: #EC9045;
    margin: 0 auto 20px
}

.containerfootsocial {
    height: 32px;
    width: 1000px;
    text-align: center;
    margin: 0 auto 100px
}

.watermark {
    height: 72px;
    width: 75px;
    display: inline-block;
    margin-top: -85px;
    float: right;
		opacity:.25
}

#foot {
    height: auto;
    width: 918px;
    margin-left: 41px;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 20px;
    margin-right: 41px
}

.ctspm,
.imagerotator {
    width: 998px;
    height: 233px
}

.foot {
    font-size: 12px;
    line-height: 16px
}

.foot a,
.foot a:hover {
    text-decoration: underline
}

.foot a:hover {
    color: #CCC
}

.nadi,
.nadi a,
.nadi a:hover {
    text-decoration: none
}

.nadi {
    font-size: 11px;
    color: #FFF
}

.nadi a {
    color: #CCC
}

.nadi a:hover {
    color: #FFF
}

.imagerotator {
    border: 1px solid #5B2E1B;
    margin-bottom: 10px
}

.ctspm {
    margin-bottom: 30px;
    margin-top: 20px
}

.droptable {
    display: table;
    padding: 0 5px
}

.droptable .table4column,
.droptable .table5column {
    padding: 0 10px;
    vertical-align: top;
    display: table-cell
}

.droptable .table5column {
    width: 125px
}

.droptable .table4column {
    width: 161px
}

.droptable .table3column {
    display: table-cell;
    width: 200px;
    vertical-align: top;
    padding: 0 0 0 25px
}

.droptable .spacer {
    display: table-cell;
    width: 1px;
    background: #FFF;
    min-height: 50px
}

#containertop {
    height: 146px;
    width: 100%
}

#top {
    height: auto;
    width: 1000px;
    padding-top: 20px;
    margin: 0 auto
}

#interiorcontent {
    height: auto;
    width: 980px;
    text-align: left;
    margin-bottom: 15px;
    vertical-align: text-top;
    padding-left: 20px;
    margin-top: 15px
}

#productcontent,
.interiorright {
    width: 440px;
    text-align: left;
    vertical-align: text-top;
    margin-bottom: 15px;
    padding-left: 20px;
    display: inline-block
}

#productcontent {
    height: auto;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999;
    padding-right: 30px;
    margin-top: 15px
}

.interiorright {
    2height: auto;
    margin-top: 52px;
    color: #666;
    line-height: 20px;
    margin-left: 30px
}

#blueheadline,
#copyarearight,
.upper {
    vertical-align: top
}

#blueheadline,
#copyarearight p {
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-left: 10px
}

#copyarearight {
    height: auto;
    min-height: 400px;
    width: 749px;
    display: inline-block;
    float: left
}

.leftnav h2 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: -2px
}

#blueheadline,
#contentbox {
    margin-bottom: 10px;
    float: left
}

#copyarearight p {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    width: 700px
}

.copyarearightblue {
    color: #1FBECA;
    font-size: 20px;
    font-weight: 700
}

#blueheadline {
    background-color: #1fbeca;
    height: 45px;
    width: 739px;
    display: inline-block;
    font-size: 30px;
    color: #FFF;
    padding-top: 10px
}

#contentbox {
    height: auto;
    width: 998px;
    border: 1px solid #b5ad87
}

.interiorimage {
    width: 1000px;
    height: 250px
}

.slider {
    position: relative;
    width: 1000px;
    height: 480px;
    overflow: hidden
}

.btn,
.slider-arrow,
.slider-nav {
    position: absolute
}

.slides {
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1)
}

.slide {
    height: 100%;
    float: left;
    clear: none
}

.slider-arrows {
    display: none
}

.slider-arrow {
    display: block;
    margin-bottom: -20px;
    padding: 20px
}

.slider-arrow--right {
    bottom: 50%;
    right: 30px
}

.slider-arrow--left {
    bottom: 50%;
    left: 30px
}

.slider-nav {
    bottom: 40px;
    right: 40px
}

.slider-nav__item {
    width: 8px;
    height: 16px;
    float: left;
    clear: none;
    display: block;
    margin: 0 3px;
    background: #fff
}

.slider-nav__item--current,
.slider-nav__item:hover {
    background: #EC9045
}

* {
    margin: 0;
    padding: 0;
    border: 0
}

.buttonblue,
.buttondarkblue,
.buttongreen {
    display: inline-block;
    height: 23px;
    width: 189px;
    padding-top: 8px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase
}

.buttonblue {
    background-color: #EC9045
}

.buttonblue:hover {
    background-color: #A8530C
}
.buttondarkblue {
    background-color: #A8530C;
    margin-left: 6px
}

.buttondarkblue:hover {
    background-color: #5B2900
}

.btn {
    z-index: 9999;
    margin-top: -31px;
    margin-left: 379px
}

.button {
    display: block;
    height: 29px;
    width: 50%;
    color: #FFF;
    background-color: #666;
    text-align: center;
    padding-top: 10px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    margin-left: 75px
}

.upper h2,
.upper h3,
.upperheadline {
    text-align: left;
    color: #FFF
}

.button:hover {
    background-color: #aab300
}

#bottom {
    height: auto;
    width: 940px;
    display: block;
    background-color: #666;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 20px
}

.upper {
    height: auto;
    width: 212px;
    margin-right: 20px;
    padding-bottom: 40px;
    display: inline-block
}

.upperheadline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    height: 20px;
    width: 180px
}

.upper h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    margin-top: -8px;
    line-height: 16px
}

.linkbox,
.upper h3 {
    line-height: 14px;
    font-family: Arial, Helvetica, sans-serif
}

.upper h3 {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    margin-top: -20px
}

.upper a {
    color: #FFF
}

.upper a:hover {
    color: #AAB31F
}

.linkboxwrap {
    display: table;
    width: 100%;
    height: 30px;
    text-decoration: none;
    margin-right: 50px;
    margin-bottom: 5px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #EC9045
}

.linkboxwrap:hover {
    background-color: #c9c9c9
}

.linkbox {
    display: table-cell;
    color: #EC9045;
    vertical-align: middle;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700
}

.ctspmlink {
    color: #FFF;
    text-align: center;
    display: inline-block;
    margin-left: 6px
}

.nav {
    width: 750px;
    height: 40px;
    margin-left: 250px;
    margin-top: -35px;
    text-align: right
}

.content li {
    margin-bottom: 4px
}

.content ul {
    margin-left: 15px
}

.seo {
    display: none
}
.strong{
	font-size: 110%;
	font-weight: bold;
}
/*
     FILE ARCHIVED ON 04:45:40 Sep 01, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:17:41 Feb 04, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  CDXLines.iter: 10.237 (3)
  PetaboxLoader3.resolve: 34.699
  LoadShardBlock: 287.737 (3)
  captures_list: 308.236
  esindex: 0.014
  load_resource: 83.534
  PetaboxLoader3.datanode: 283.622 (4)
  RedisCDXSource: 7.056
  exclusion.robots.policy: 0.174
  exclusion.robots: 0.188
*/