/*
Public Screen Stylesheet

(1)  Global
(2)  Layout
(3)  Specific Typography
(4)  Navigation
(5)  Lists
(6)  Tables
(7)  News Module
(8)  Send Page Module
(9)  Forms
(10) Pagination



/* (1) Global ========================================*/

* {
    margin: 0;
    padding: 0;
}

body {
    color: #222;
    font: 12px/16px Arial, Helvetica, sans-serif;
}


body#home {
    background: #fff url(/graphics/images/home-bg.gif) repeat-x;
}
body#home #outerWrap {
border: none;
}
body#home #contentWrap, body#new #contentWrap {
background: none;
}
body#new {
    background: #fff url(/graphics/images/background.gif) repeat-x;
}

body#public {
    background: #fff url(/graphics/images/interior-bg.gif) repeat-x;
}

a img {
       border: 0 none;
}
.center {
    text-align: center;
}
.errorMessage {
    font-weight: bold;
    color:#f00;
}
.left {
    float: left;
    margin: 0 15px 10px 0;
}
.right {
    float: right;
    margin: 0 0 10px 15px;
}
hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    margin: 10px 0;
    border: 0;
    clear: both;
   }

/* Start Self Clearing */

#outerWrap:after, #contentWrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* End Self Clearing */

* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/graphics/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}


/* (2) Layout ========================================*/

#outerWrap {
}
#innerWrap {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 960px;
    padding: 0;
}
#header {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 960px;
    height: 149px;
    overflow: hidden;
}
#newheader {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 960px;
    overflow: hidden;
    height: 105px;
}
#header a, #newheader a {
    text-decoration: none;
    color: #003874;
    }
#header a:hover, #newheader a:hover {
    text-decoration: none;
    color: #0F7ECD;
    }
#header p {
    color: #003874;
    float: right;
    font-size: 12px;
    margin: 35px 0 0 0;
    text-align: right;
    font-weight: bold;
}
#newheader p {
    margin: 15px 0 0 0;
    color: #003874;
    float: right;
    font-size: 12px;
    text-align: right;
    font-weight: bold;
}
#header p span, #newheader p span {
    color: #969696;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    letter-spacing: .03em;
    font-weight: normal;
}
#contentWrap {
    background: #fff url(/graphics/images/content-bg.gif) repeat-y;
    float: left;
    width: 960px;
}
#feature {
    background: url(/graphics/images/home.jpg);
    float: left;
    margin: 0;
    padding: 0px;
    width: 960px;
    height: 250px;
}
#apparel {
    background: #003874 url(/graphics/images/header-apparel.jpg);
    float: left;
    margin: 0;
    padding: 0px;
    width: 960px;
    height: 250px;
}
#contact {
    background: #003874 url(/graphics/images/header-contact.jpg);
    float: left;
    margin: 0;
    padding: 30px 0 0 520px;
    width: 440px;
    height: 220px;
}
#equipment {
    background: #003874 url(/graphics/images/header-equipment.jpg);
    float: left;
    margin: 0;
    padding: 0px;
    width: 960px;
    height: 250px;
}
#exhibits {
    background: #003874 url(/graphics/images/header-exhibits.jpg);
    float: left;
    margin: 0;
    padding: 0px;
    width: 960px;
    height: 250px;
}
#furniture {
    background: #003874 url(/graphics/images/header-furniture.jpg);
    float: left;
    margin: 0;
    padding: 0px;
    width: 960px;
    height: 250px;
}
#janitorial {
    background: #003874 url(/graphics/images/header-janitorial.jpg);
    float: left;
    margin: 0;
    padding: 0px;
    width: 960px;
    height: 250px;
}
#promotions {
    background: #003874 url(/graphics/images/header-promotions.jpg);
    float: left;
    margin: 0;
    padding: 0px;
    width: 960px;
    height: 250px;
}
#rewards {
    background: #003874 url(/graphics/images/header-rewards.jpg);
    float: left;
    margin: 0;
    padding: 0px;
    width: 960px;
    height: 250px;
}
#products {
    background: #003874 url(/graphics/images/header-products.jpg);
    float: left;
    margin: 0;
    padding: 0px;
    width: 960px;
    height: 250px;
}
#default {
    background: #003874 url(/graphics/images/header-default.jpg);
    float: left;
    margin: 0;
    padding: 0 480px 0 0;
    width: 480px;
    height: 250px;
}
#default h1 {
    color: #C0DEFF;
    font-size: 35px;
    margin: 135px 0 0 30px;
    font-weight: normal;
    letter-spacing: -1px;
    text-transform: lowercase;
    line-height: 35px;
    }
.ico-testimonial {
    background: url(/graphics/images/ico-testimonial.png) no-repeat;
    padding-left: 40px;
}
.ico-discounts {
    background: url(/graphics/images/ico-discounts.png) no-repeat;
    padding: 1px 0 0 40px;
}
.ico-news {
    background: url(/graphics/images/ico-news.png) no-repeat;
    padding: 3px 0 0 40px;
}
.testimonial .webpageWrapper, .discounts .webpageWrapper {
    margin-bottom: 30px;
    position: relative;
}
.testimonial .webpageWrapper h1, .discounts .webpageWrapper h1 {
    bottom: -50px;
    font-size: 14px;
    font-style: italic;
    position: absolute;
}
#featureImg {
    background: 
    float: left;
    height: 250px;
    overflow: hidden;
    width: 940px;
}
.home {
    float: left;
    width: 960px;
    margin-bottom: 20px;
}
.home h3 {
    line-height: 25px;
    font-weight: normal;
    letter-spacing: -.5px;
    font-size: 13px;
    }
.home ul {
    float: left;
    width: 200px;
    padding: 10px;
    margin: 0;
    list-style-type: none;
    font-size: 14px;
    color: #555;
    }
.home ul li {
    background: url(/graphics/images/ico-tag.png) no-repeat 0 50%;
    padding: 5px 0 5px 30px;
    }
#new .home {
    float: left;
    width: 960px;
    margin-bottom: 20px;
}

#new .home ul {
    float: left;
    width: 935px;
    padding: 0 0 0 25px;
    margin: 10px 0;
    list-style-type: none;
    font-size: 14px;
    color: #555;
    }
#new .home ul li {
    background: url(/graphics/images/ico-tag.png) no-repeat 0 50%;
    padding: 5px 0 5px 30px;
    width: 200px;
    float: left;
    }
.leftCol {
    float: left;
    line-height: 1.3;
    margin: 0 0 30px 30px;
    padding-top: 20px;
    width: 600px;
}
#column {
   width: 270px;
   margin: 0 25px;
   float: left;
   padding: 0;
}
.home .cell h2 {
   margin-bottom: 10px;
}
.home .cell {
  min-height:220px;
  height:auto !important;
  height:220px;
}

.cell {
   width: 270px;
   min-height: 305px;
   clear: both;
   margin: 20px 0;
   float: left;
}
.cell h2 {
   font-weight: normal;
   color: #003874;
   margin: 0;
   padding: 0;
}
.cell h3 {
   font-size: 12px;
   font-weight: normal;
}
.cell p {
   margin: 15px 0;
}
.cell a {
   display: block;
   background: url(/graphics/images/button.gif) no-repeat top left;
   width: 85px;
   height: 26px;
   line-height: 26px;
   text-align: center;
   float: left;
   text-decoration: none;
   margin-right: 10px;
}
.cell a:hover {
   background: url(/graphics/images/button.gif) no-repeat bottom left;
   color: #fff;
   text-decoration: none;
}
.categoryDetail a {
   display: block;
   background: url(/graphics/images/button-long.gif) no-repeat top left;
   width: 200px;
   height: 26px;
   line-height: 26px;
   text-align: center;
   float: left;
   text-decoration: none;
   margin-bottom: 25px;
}
.categoryDetail a:hover {
   background: url(/graphics/images/button-long.gif) no-repeat bottom left;
   color: #fff;
   text-decoration: none;
}
input[type="text"], textarea {
    background: #fff url(/graphics/images/input.gif) repeat-x;
    padding: 2px;
    border: 1px solid #888;
    font-size: 14px;
    color: #555;
    }
input[type="text"]:hover, textarea:hover {
    border: 1px solid #0F7ECD;
    }
.search {
    width: 580px;
    padding: 10px;
    background: #CFCFCF;
    float: left;
    margin: 0 0 20px 0;
    }
.search input{ 
    float: left;
    }
.search input[type="text"] {
    width: 495px;
    font-size: 16px;
    padding: 2px;
    color: #555;
    margin: 0;
    }
.search input[type="submit"] {
    border: 1px solid #555;
    background: #003874;
    font-size: 11px;
    padding: 4px;
    color: #fff;
    margin: 0 0 0 10px;
    font-weight: bold;
    }
.search input[type="submit"]:hover {
    border: 1px solid #555;
    background: #0F7ECD;
    color: #fff;
    cursor: pointer;
    }
.rightCol {
    float: right;
    padding: 20px;
    width: 270px;
    background: #efefef;
}
.section {
    clear: both;
}
#footer {
    color: #969696;
    font-size: 11px;
    margin: 0 auto 80px auto;
    padding-top: 20px;
    text-align: left;
    width: 960px;
    border-top: 2px solid #003874;
}

.box {
    width: 300px;
    float: left;
    }
.fullbox {
    width: 100%;
    float: left;
    }
ul.pdf {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
ul.pdf li, table.pdf a, td.pdf a  {
    background: url(/graphics/images/pdf.gif) no-repeat;
    padding: 3px 0 0 25px;
    margin: 0 0 7px 0;
    }
.Left_Image {
    float: left;
    margin: 10px 10px 10px 0;
}
.Right_Image {
    float: right;
    margin: 10px 0 10px 10px;
}


/* (3) Specific Typography ========================================*/

p {
    margin-bottom: 18px;
}
h1 {
    color: #333;
    font-size: 22px;
    font-weight: 100;
    letter-spacing: -1px;
    line-height: 24px;
    margin-bottom: 18px;
}
h2 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 18px;
}
h3 {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 5px;
}
h1.gendocsPageTitle {
    color: #333;
    font-size: 22px;
    font-weight: 100;
    letter-spacing: -1px;
    line-height: 24px;
    margin-bottom: 18px;
}
sup {
    font-size: 9px;
}



/* (4) Navigation ========================================*/

a:link,
a:visited {
    color: #0F7ECD;
}
a:hover,
a:active {
    color: #003874;
}
#footer a {
    color: #0F7ECD;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#logo {
    float: left;
    margin: 21px 0 0 0;
}
#mainNav {
    clear: both;
    float: left;
    width: 960px;
    margin: 0;
    padding: 0;
}
#mainNav ul {
    float: right;
    margin: 0;
    padding: 0;
}
#mainNav li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
#mainNav li a {
    color: #969696;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 50px;
    padding: 0 12px;
    text-decoration: none;
    margin: 0;
    float: left;
}

#mainNav li a:hover, #mainNav li a.current {
    color: #0F7ECD;
    text-decoration: none;
}
#mainNavigation {
    float: right;
    width: 600px;
    margin: 0;
    padding: 0;
}
#mainNavigation ul {
    float: right;
    margin: 0;
    padding: 0;
}
#mainNavigation li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
#mainNavigation li a {
    color: #969696;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;
    padding: 0 12px;
    text-decoration: none;
    margin: 0;
    float: left;
}

#mainNavigation li a:hover, #mainNavigation li a.current {
    color: #0F7ECD;
    text-decoration: none;
}
#footerNav ul {
    font-size: 12px;
    margin: 0 0 10px 0;
}
#footerNav li {
    display: inline;
}
#footerNav li a {
    padding: 0 8px 0 0;
    text-decoration: none;
    color: #969696;
}
#footerNav li a:hover {
    color: #0F7ECD;
    text-decoration: none;
}
#credit {
    float: right;
    margin: -26px 0 0 0;
}



/* (5) Lists ========================================*/

ol, ul {
    margin-left: 3em;
}
.rightCol ul,
.leftCol ul {
    margin: 0 0 18px 24px;
}
.rightCol li,
.leftCol li {
    list-style-position: outside;
    margin-bottom: 8px;
}



/* (6) Tables ========================================*/

table {
    width: 100%;
}
th {
    background: #dfdfdf;
    color: #222;
    font-size: 14px;
    font-weight: 500;
}



/* (7) News Module ========================================*/

.newsList {
    clear: both;
    margin: 0 !important;
    list-style: none;
}
.newsList li {
    margin: 0 0 11px 0;
}
li.newsSpacer {
    border-top: 1px solid #e0d9c0;
    margin-top: 18px;
}
.newsList h2 {
    font-weight: 100;
    line-height: 12px;
    margin-bottom: 0;
}
.newsList h2 a {
    font-size: 14px;
    text-decoration: none;
}
.newsList h2 a:hover {
}
.newsList p {
    margin-bottom: 0;
}
.newsBlurb p {
    margin-bottom: 18px;
}
.newsSubHeadline {
    font-weight: 700;
}
.meta {
    color: #666;
    font-size: 11px;
    margin-bottom: 18px;
}
.newsBlurb {
    margin-top: 8px;
}
a.moreNews {
    float: left;
    font-size: 11px;
    margin: -5px 0 30px 0;
    text-decoration: none;
}
a:hover.moreNews {
    text-decoration: underline;
}
.newsDetailWrapper h1 {
    margin-bottom: 0;
}
#freedom_calendar { position: absolute; left: 100px; top: 100px; width: 175px; z-index: 100; visibility: hidden; clip:rect(0px 175px 145px 0px); height:145px; }



/* (8) Send Page Module ========================================*/

.sendpage { clear:both; }
.sendpageBody div, .sendpageBody td { padding: 2px 0px; }

.sendpageBody {
 background-color: #003874;
 color: #fff;
 text-align: center;
 font: 12px/16px Arial, Helvetica, sans-serif;
}
.sendpageFormText {
 color: #ffffff;
 font-weight: normal;
 font-size: 12px;
}
.sendpageFormTextRequired {
 color: #ffffff;
 font-weight: bold;
 font-size: 12px;
}
.sendpageBody p {
 color: #ffffff;
 font-weight: bold;
 padding-top: 0px;
 text-align: center;
 font-size: 16px;
}


/* (9) Forms ========================================*/

form div.formtext, form div.formtextRequired {
    clear: both;
    float: left;
    margin: 0 8px 4px 0;
    text-align: right;
    width: 13em;
}

form input, form select {
    display: block;
    margin-bottom: 5px;
}

span input {
    display: inline;
}
.formtextRequired {
font-weight: bold;
}


/* (10) Pagination ========================================*/

.pagination {
    clear: both;
    display: block;
}
.pagination a, .pagination a:link, .pagination a:visited {
    text-decoration: none;
}
.pagination .prevnextCurrent, .pagination .prevnextWindow, .pagination .prevnextWindowArrow {
    border: solid 1px #ccc;
    margin: 0;
    padding: 4px 6px;
    font-size: 11px;
    margin-right: 2px;
    display: inline;
    display: inline-block;
}
.pagination a.prevnextWindow:hover, .pagination a.prevnextLink:hover, .pagination .prevnextWindowArrow:hover {
    border: solid 1px #000;
    color: #000;
}
.pagination .prevnextCurrent {
    background: #ccc;
    color: #000;
    font-weight: bold;
    padding: 4px 6px;
}
.pagination a.prevnextLink {
    border: 1px solid #ccc;
    padding: 4px 6px 4px;
    margin-right: 2px;
    font-size: 11px;
    display: block;
}

.categoryDetail, .interiorDetail, .contact {
 width: 630px;
 float: left;
 margin: 20px 0 0 0;
}



#presentation {
 margin: 20px 0 0 0;
}
.addThisWrapper {margin-bottom: 20px;}
.contactRight {position: absolute; margin-left: 300px;}
			.flash-replaced .alt {
				display: block;
				height: 0;
				position: absolute;
				overflow: hidden;
				width: 0;
			}


/** Slideshow **/

#slide-container {
margin: 20px 0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #d5e7f1 74%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(74%,#d5e7f1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#d5e7f1 74%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#d5e7f1 74%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#d5e7f1 74%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#D5E7F1',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffffff 0%,#d5e7f1 74%); /* W3C */
height: 385px;
padding: 40px 0 0;
overflow: hidden;
}

#slide-container .slide-nav {
    float:left;
    width:294px;
    margin: 0 40px 0 0;
    border-right: 5px solid #BAD7E9;
    height: 384px;
}

#slide-container .slide-nav ul {
    width:274px;
    margin: 0 0 0 20px;
    padding:0;
}

#slide-container .slide-nav ul li {
    padding:0;
    width:274px;
    background:none;
}

#slide-container .slide-nav li a {
    cursor:pointer;
    height: 56px;
    line-height: 56px;
    display: block;
    width: 254px;
    padding: 0 0 0 20px;
    font-family: CartoGothicStdBold, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #A09599;
}

.slide-icon {
padding: 8px 15px 0 0;
float: left;
}

#slide-container .slide-nav li a:hover, #slide-container .slide-nav li.activeSlide, #slide-container .slide-nav li.activeSlide a {
    background: url(graphics/images/tab-active.png) no-repeat center top;
    color: #fff;
}

#slide-container .slides {
    float:left;
    width:585px;
}

.slide-image {
    float: right;
    margin: 0 0 0 30px;
    }

.slide {
    width: 585px;
    }

.slide h1 {
    font-family: CartoGothicStdBold, Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #556670;
    margin: 0 0 5px 0;
    }

.slide h2 {
    color: #C2CCD5;
    font-family: CartoGothicStdBook, Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin: 0;
    font-weight: normal;
    }

.slide p {
    color: #556670;
    font-size: 16px;
    line-height: 1.4;
    margin: 20px 0 0;
    }

#new .home .slide-social {
    list-style-type: none;
    float: left;
    margin: 20px 0 0;
    padding: 0;
    width: 150px;
    }

#new .home .slide-social li {
    float: left;
    background: none;
    padding: 0;
    margin: 0 10px 0 0;
    width: 33px;
    display: block;
    }

#new .home .slide-social li.officeIcon {
    margin: -2px 6px 0 0;
    }

#new .home .slide-social li a {
    display: block;
    margin: 0;
    }

.clear {
    clear:both;
}
