@charset "utf-8";
/***************** TOOLKIT *********************************/
body 									{ font-size:12px;}
.left                                   { float: left; margin: 0 20px 5px 0; overflow: hidden;}
.right                                  { float: right; margin: 0 0 5px 20px; overflow: hidden;}
.center                                 { text-align: center; margin: 25px auto; overflow:hidden; }
.clear                                  { clear: both; }
.border                                 { border: 1px solid #dfdfdf; }
a img                                   { border:none; }
a:visited								{ color: #008CBA; }
.bg                                     { background: #f9fafc; }
.bold 									{	font-weight:bold; }
/* ------------------------------------------ Headers ----------------------------------------*/
.headers                                { width: 700px; float: right; margin-right: 10px; }
.headers .text                          { padding: 10px; color: #fff; font: 18px/20px Arial, Helvetica, sans-serif; text-transform: uppercase; background-color: #a5a5a5; }

/* --- START BREADCRUMBS --- */
#bread_crumbs .separator                { padding-left: 3px; padding-right: 3px; }
#bread_crumbs                           { background-color: #EEEEEE; color: #717171; font: 11px/18px Verdana, Arial, Helvetica, sans-serif; margin: 0 0 10px; padding: 4px 0 6px 10px; }
/* --- END BREADCRUMBS --- */

/* ------------------------------------------- BREAK OUTS -----------------------------------------*/
.breakout                               { width: 300px; }
.breakout_shadow, .lists                { -moz-box-shadow: 1px 2px 3px -1px #494949; -webkit-box-shadow: 1px 2px 3px -1px #494949; box-shadow: 1px 2px 3px -1px #494949; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#9f9f9f')"; /* For IE 8 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#9f9f9f'); /* For IE 5.5 - 7 */  }
.breakout_noise                         { background: url(/core/images/toolbox/breakout-noise-bg.png) repeat top left;}
.breakout p, .breakout_shadow p, .breakout_noise p, .breakout h4, .breakout_shadow h4, .breakout_noise h4, .breakout h3, .breakout_shadow h3, .breakout_noise h3, .breakout h2, .breakout_shadow h2, .breakout_noise h2, .breakout ul, .breakout_shadow ul, .breakout_noise ul
                                        { margin: 10px !important }
.breakout.right 						{ margin:0 0 20px 20px;}
.breakout.left 							{ margin:0 20px 20px 0px;}                                        
.pullquote                              { border-left:10px solid #e3e3e3; padding-left:10px; }
.lists 									{ margin: 25px 6px; overflow:hidden;  padding: 10px 10px 0; background: #f9fafc;}

/* ------------------------------------------- END BREAK OUTS -----------------------------------------*/

.sectionhighlight                       { padding: 10px; margin:25px 0; overflow:hidden; border-color: #034E88; border-style: solid none; border-width:1px; }
.sectionhighlight_shadow                { padding: 10px; margin:25px 0; overflow:hidden; -moz-box-shadow: -1px 1px 6px -1px #9f9f9f; -webkit-box-shadow: -1px 1px 6px -1px #9f9f9f; box-shadow: -1px 1px 6px -1px #9f9f9f; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#9f9f9f')"; /* For IE 8 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#9f9f9f'); /* For IE 5.5 - 7 */ }


/* ------------------------------------------- Tip Boxes -------------------------------------------*/
/* H2 is in Flood & Fungus boxes only */
.tip-box                                { color: #686868; line-height: 17px; }
.tip-box h2                             { font-size: 20px; padding-left: 10px; margin-top: 10px; color: #686868; }
.tip-box a                              { text-decoration: none; font-weight: bold; color: #686868; }
.tip-box a:hover                        { text-decoration: none; font-weight: bold; color: #474747; }
/* ------------------------------------------- End Tip Boxes -------------------------------------------*/


/* ------------------------------------------- GALLERY  ------------------------------------------- */
.gallery                                { width: 315px; }
.gallery ul                             { margin: 0; padding: 0 !important; overflow: hidden !important; list-style: none;}
.gallery ul li                          { margin-right: 3px; float: left;}
.gallery ul li:last-child               { margin: 0;}
.gallery-feat                           { margin-bottom: 5px; border: 1px solid #999999;}
.gallery li a img                       { border: 1px solid #999999;}
/* ------------------------------------------- PopUp Boxes -----------------------------------------*/
.popuptext                              { width:300px; }
.popuptext h3                           { font-size:14px; }
.popuptext p                            { font-size:12px; }
.popupimages                            { width:650px; float: right; overflow: hidden; }
.popupimages img.left					{ margin: 0 10px 5px 0;}
.popupimagetext                         { width:275px; float: right; margin-top:20px; margin-right:10px; font-size:12px; }
.popupimagetext p                       { margin: 10px 0; font-size:12px; font-family:Verdana, Arial, sans-serif; }

/* -------------------------------------- Start Products Basement Waterproofing -------------------------------------*/
.product_showcase                     { width: 325px; padding: 4px 0 5px 10px; margin: 0 0 0 10px;}
.product_showcase img                 { margin:0 0 5px 0; }
.product_showcase h3                  { padding:5px 0; }
.product_showcase ul                  { padding: 0 !important; margin: 0; overflow:hidden !important; }
.product_showcase li                  { list-style:none; display:block; overflow: hidden; float:left; margin: 4px 2px; }
.product_showcase li .caption         { display:block; width:100px; text-align:center; padding-bottom:12px; line-height:14px; }


/* -------------------------------------- CHECKS AND ARROWED LISTS --------------------------------------*/
ul.checks, ol.checks, ul.arrows, ol.arrows 
                                        { padding: 0 0 0 20px !important; margin:5px 0; }
ul.checks li, ul.arrows li              { list-style: none; padding: 0 0 0 25px !important; background: url(/core/images/toolbox/checkmark.png) no-repeat top left; margin-bottom: 10px; min-height: 20px; }
ul.arrows li                            { background: url(/core/images/toolbox/circle-arrow.png) no-repeat top left; }
/* -------------------------------------- END CHECKS AND ARROWED LISTS --------------------------------------*/

/* -------------------------------------------------  HR  -------------------------------------------------*/
.gray-hr                                { margin:20px 0px; height:1px; background-color:#ddd; color:#ddd; border:0; clear:both; }
.dottedhr                               { border: 0; border-top: 1px dashed #dadada; margin: 10px 0px; }
.productphotobox hr                     { border-top: 1px solid #dadada; border-bottom: 0; margin-top: 0px; }
.productpage hr                         { margin: 15px 0px 15px 0px; height: 1px; background-color: #ddd; color: #ddd; border: 0; }

/* -------------------------------------- START BREADCRUMBS -------------------------------------- */
#bread_crumbs .separator                { padding: 0 3px; }
#bread_crumbs                           { background-color: #EEEEEE; color: #717171; font: 11px/18px Verdana, Arial, Helvetica, sans-serif; margin: 0 0 10px; padding: 4px 0 6px 10px; }
/* -------------------------------------- END BREADCRUMBS -------------------------------------- */

/* ------------------------------------------- Carousel Widget -----------------------------------------*/
#carousel                               { padding: 0; border:none;} 
#carousel .title                        { position: absolute; top: 15px; text-align:center; width:700px; }
#carousel .ui-tabs-nav li a             { display:none; }
#carousel .ui-tabs-nav li               { display:none; }
/*#carousel .ui-tabs-nav li a             { padding: 5px 3px 4px; background: url(/core/images/toolbox/carousel-nub-active.png) no-repeat center center; float: none; position: relative; }
#carousel .ui-tabs-nav li               { float: none; display: inline; }*/

#carousel .ui-state-active a img        { visibility: hidden; }
#carousel .ui-widget-header             { border: 1px solid #C9CCD2; -webkit-border-top-left-radius: 4px !important; -webkit-border-top-right-radius: 4px !important; -moz-border-radius-topleft: 4px !important; -moz-border-radius-topright: 4px !important; border-top-left-radius: 4px !important; border-top-right-radius: 4px !important; background: #e2e4e8; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f5f6), color-stop(2%,#f7f8f8), color-stop(100%,#e2e4e8)); background: -webkit-linear-gradient(top, #f4f5f6 0%,#f7f8f8 2%,#e2e4e8 100%); background: -moz-linear-gradient(top, #f4f5f6 0%, #f7f8f8 2%, #e2e4e8 100%); background: -ms-linear-gradient(top, #f4f5f6 0%,#f7f8f8 2%,#e2e4e8 100%); background: -o-linear-gradient(top, #f4f5f6 0%,#f7f8f8 2%,#e2e4e8 100%); background: linear-gradient(to bottom, #f4f5f6 0%,#f7f8f8 2%,#e2e4e8 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f6', endColorstr='#e2e4e8',GradientType=0 ); /* IE6-9 */ padding: 5px 80px 5px 0 !important; margin: 0; text-align: right; overflow:hidden; height:38px; }
#carousel .ui-widget-content            { background: #fff; }
#carousel.ui-corner-all, #carousel .ui-corner-all, #carousel .ui-corner-bottom 
                                        { border-radius: 0; }
#carousel .ui-state-active, #carousel .ui-widget-header .ui-state-active, #carousel .ui-widget-cotent .ui-state-default, #carousel .ui-state-default, #carousel .ui-widget-content .ui-state-default,
#carousel .ui-widget-header .ui-state-default 
                                        { border: none; background: none; }
#carousel .tab-nav                      { position: absolute; top: 1px; left: 20px; width:660px; }
#carousel .tab-nav a:last-child         { float: right;}
#carousel .ui-tabs-panel                { background-color:#fdfdfd; padding: 10px; border-left: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3; border-bottom:1px solid #e3e3e3; border-top:none; }
#carousel .ui-state-default a           { height: auto; width: auto; }
#carousel h2, #tabs h2					{ margin-top: 0 !important;}
/* ------------------------------------------- Carousel Header Mold Problems Mold Health Issues -----------------------------------------*/
.carousel-header                        { background-color: #eee; border: 1px solid #ccc; border-bottom: 0; padding: 5px; margin-bottom: 0 !important; }
/* ------------------------------------------- Carousel Breakout Adjustments -----------------------------------------*/
.carousel-breakout                      { width: 250px }
.carousel-breakout p                    { margin: 10px }


/** OLD TOOLKIT ITEM FOR RELATED PAGES BOXES AND QUOTEBOXES IN CONTENT **/
.quotebox                               { padding: 10px; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; border-left: 0; border-right:0; margin:12px 0; overflow:hidden; }
.quotebox .title 						{ font-size: 18px; margin-bottom: 5px;}
.quotebox p 							{ margin-bottom: 0 !important;}
.quotebox img                           { margin-left:10px; }

/** END OLD TOOLKIT ITEM FOR RELATED PAGES AND QUOTEBOXES IN CONTENT **/

/** NEW TOOLKIT ITEM FOR RELATED PAGES **/
.related_pages_wrapper                  { margin: 25px 0 0 0;}
.related_pages                          { padding:10px; background-color:#fcfcfc; border: 1px solid #d3d7dc; margin: 12px 0; overflow:hidden;
                                          border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; 
                                          -moz-box-shadow: 0px 2px #dfdfdf; -webkit-box-shadow: 0px 2px #dfdfdf; box-shadow: 0px 2px #dfdfdf; 
                                          -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#dfdfdf')"; /* For IE 8 */
                                          filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#dfdfdf'); /* For IE 5.5 - 7 */  }


/** NEW TOOLKIT ITEM FOR RELATED PAGES **/

/* ------------------------------------------- GRADIENT BUTTON ------------------------------------------- */
.gradient-button                        { display: inline-block; outline: none; cursor: pointer; text-decoration: none; font: 14px/100% Arial, Helvetica, sans-serif; padding: .5em 2em .55em; text-shadow: 0 1px 1px rgba(0,0,0,.3); -webkit-border-radius: .25em; -moz-border-radius: .25em; border-radius: .25em; -moz-box-shadow: 2px 2px 5px #888; -webkit-box-shadow: 2px 2px 5px #888; box-shadow: 2px 2px 5px #888;  margin-bottom:10px; }
.gradient-button:hover                  { text-decoration: none; color:#fff; }
.gradient-button:active                 { position: relative; top: 0; }
.gradient-button:visited                { color:#fff; }
.gradient-button span                   {content: ' '; height: 0; position: absolute; width: 0; top: 16%; left: 182px; border: 18px solid transparent; border-left-color: #fff; }
/***** ------------------------------------------- END GRADIENT BUTTON ------------------------------------------- ****/
/* ------------------------------------------- DYNAMIC CSS BUTTONS------------------------------------------- */
.dynamic-button                         { float: right }
.dynamic-button a                       { color: #fff !important; font: bold 14px/16px  Verdana, Geneva, sans-serif; text-decoration: none !important; text-align: center; background-color: #0b8fc6; display: block; padding: 6px; margin: 5px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.dynamic-button a:hover                 { text-decoration: none; font-weight: bold; color: #fff; }
/* ------------------------------------------- END BUTTON ------------------------------------------- */

 /* ------------------------------------------- PROMOCENTS GRADIENT BUTTON ------------------------------------------- */

a.promocents                            { width: 170px; height: 48px; padding: 9px 30px 0 20px; font: 18px/100% Verdana; text-align: left; position: relative; }
 
.bigrounded                             { -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; }
.medium                                 { font-size: 12px; padding: .4em 1.5em .42em; }
.small                                  { font-size: 11px; padding: .2em 1em .275em; }
/***end Gradient Button***/


/* ------------------------------------------- Magnify Overlay -----------------------------------------*/
a.mag                                   { position: relative; z-index: 0; display: block; }
a.mag span                              { display: block; background: url('/core/images/toolbox/zoom.png') no-repeat; width: 23px; height: 23px; position: absolute; bottom: 0; right: -2px; z-index: 1000; }
a.mag img                               { position: relative; z-index: 1; }

/* ----------------------------------------- Start Lightbox Caption Styling ------------------------------------------*/
#cboxTitle 								              { }
.lightbox_caption_span 					        { background: url("/core/images/lightbox/caption-bg-white.png") repeat scroll 0 0 transparent; bottom: 24px !important; color: #000000 !important; left: 0; line-height: 16px; padding: 6px; position: absolute; text-align: center; width: 98%; }
/* ----------------------------------------- End Lightbox Caption Styling ------------------------------------------*/


/* ------------------------------------------------- Begin Expandable Photo Gallery ------------------------------------------------- */
 
.expandable_gallery                     { position:relative; margin-left: auto; margin-right: auto; width: 696px; padding-top: 10px; padding-bottom: 5px; border:2px solid #ccc; background:url(/core/images/expandable-gallery/h300.png) repeat-x; background-color: #C3C3C3; overflow:hidden; }
.expandable_gallery .more               { font-size:12px; float: right; padding-right: 15px; }
.expandable_gallery .more #viewless     { display: none; }
.expandable_gallery .items              { float:left; width:700px;  }
.expandable_gallery .items_collapsed    { float:left; width:700px; overflow:hidden; height: 130px; }
.expandable_gallery .items a, .expandable_gallery .items_collapsed a
                                        { width:100px; height:75px; text-decoration: none; float:left; margin:10px 5px 30px 25px; background-color:#fff; padding:2px; border:1px solid #ccc; -moz-border-radius:4px; -webkit-border-radius:4px; display: block;}
.expandable_gallery .items a span, .expandable_gallery .items_collapsed a span
                                        { display: block; text-align: center; padding-top: 4px; font-size: 11px; line-height: 18px; }
/* ------------------------------------------------- End Expandable Photo Gallery ------------------------------------------------- */

.sub1, .sub2, .sub3, .sub4, .sub5, .sub6, .sub7, .sub8, .sub9, .sub10, .sub1-square, .sub2-square, .sub3-square, .sub4-square, .sub5-square, .sub6-square, .sub7-square, .sub8-square, .sub9-square, .sub10-square  
                                        { border: 0; background-repeat: no-repeat; background-position: 3px 2px; min-height: 25px; padding: 4px 0 6px 47px; overflow: hidden;}
.sub1                                   { background-image: url(/core/images/toolbox/1.png); }
.sub2                                   { background-image: url(/core/images/toolbox/2.png); }
.sub3                                   { background-image: url(/core/images/toolbox/3.png); }
.sub4                                   { background-image: url(/core/images/toolbox/4.png); }
.sub5                                   { background-image: url(/core/images/toolbox/5.png); }
.sub6                                   { background-image: url(/core/images/toolbox/6.png); }
.sub7                                   { background-image: url(/core/images/toolbox/7.png); }
.sub8                                   { background-image: url(/core/images/toolbox/8.png); }
.sub9                                   { background-image: url(/core/images/toolbox/9.png); }
.sub10                                  { background-image: url(/core/images/toolbox/10.png); }

/**** vtip ****/
p#vtip                                  { display: none; position: absolute; padding: 10px; left: 5px; font-size: 0.8em; background-color: white; border: 1px solid #a6c9e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; z-index: 9999; }
p#vtip #vtipArrow                       { position: absolute; top: -10px; left: 5px; }

/* --- OPEN SIGN --- */
div.open                                { width: 145px; float: right; margin: 0 0 5px 10px; color: #a1a1a1; font-size: 18px; line-height: 20px; font-weight: bold; text-align: center; padding: 10px 20px; border-left: 2px solid #ccc; }
div.open img                            { background: #a1a1a1; margin-bottom: 5px; }
/* --- END OPEN SIGN --- */

/* FOOTER LINKS */
.navigation_footer li                   { display: inline; list-style: none; padding: 0 6px 0 6px; border-right: 1px solid #d9d9d9; }
.navigation_footer li:last-child        { border-right: 0px }
/* END FOOTER LINKS */

/** --------------------- BUTTONS ----------------------------------- */
.button-wrapper {
	margin:10px 0;
}

.button, .arrow-button					{ border-top: 1px solid #d5d5d5; border-left: 1px solid #d5d5d5; border-right: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: #f6f6f6; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(2%,#f6f6f6), color-stop(100%,#e5e5e5)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#f6f6f6 2%,#e5e5e5 100%); background: -moz-linear-gradient(top, #fdfdfd 0%, #f6f6f6 2%, #e5e5e5 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#f6f6f6 2%,#e5e5e5 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#f6f6f6 2%,#e5e5e5 100%); background: linear-gradient(to bottom, #fdfdfd 0%,#f6f6f6 2%,#e5e5e5 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */ text-shadow: rgba(2, 0, 0, 0.5) 0 1px 1px; padding: 10px 20px; color: #4a4a4a; font-size: 15px; line-height:17px; font-weight: normal; font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; text-decoration: none; vertical-align: middle; display: inline-block; }
.arrow-button							{ padding: 10px 50px 10px 10px !important; position: relative; text-align:center; }
.breakout .arrow-button					{ width:248px; margin:10px 0 0 0; padding:10px 40px 10px 10px !important;}
.button:hover, .arrow-button:hover		{ background: #e5e5e5; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */ color: #4a4a4a; }
.button:active, .arrow-button:active	{ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */ background: #e5e5e5; -webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); color: #4a4a4a; }
.button:visited, .arrow-button:visited	{ color: #4a4a4a; }
.arrow-button span 						{ background-image: url('/core/images/toolbox/white-arrow.png'); background-repeat:no-repeat; height:38px; width:39px; position: absolute; right:0; top: 0; }

.wide 									{ padding: 10px 40px; }
.large 									{ padding: 12px 15px; font-size: 18px; line-height:20px; font-weight:normal; font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; }
.small 									{ padding: 4px 10px;  font-size: 13px; line-height:15px; font-weight:normal; font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; }
.mini  									{ padding: 3px 5px;   font-size: 11px; line-height:13px; font-weight:normal; font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; }
.button a 								{ color:#4a4a4a;   text-decoration:none; }
/** --------------------- END BUTTONS ----------------------------------- */

/***************** END TOOLKIT *********************************/

/*Think Daily*/
#td-signup-wrap                         { border: 1px solid #d7dfca; width: 258px; float: right; margin: 0 0 5px 10px; }
#td-signup                              { border: 5px solid #0065ac; background: url(/core/images/toolbox/td-signup-header.jpg) no-repeat 50% 1px; padding: 142px 0 0; font-size: 12px; color: #4b4b4b; }
#td-signup .subhead                     { display: block; background: #d8e8fd; padding: 2px 7px; margin: 0 1px 8px; font-size: 11px; }
#td-signup table                        { width: 100%; margin: 0 0 3px; padding: 0 7px; }
#td-signup p, #td-signup .submit        { padding: 0 7px }
#td-signup table.signup-text td         { padding: 0 0 2px }
#td-signup table.signup-text td.input   { padding-right: 0; text-align: right; }
#td-signup table.signup-text td input   { font-size: 12px; padding: 1px 2px; width: 150px; border: 1px solid #d4d4d4; }
#td-signup table.signup-radio td        { padding: 0 3px 5px 0 }
#td-signup p                            { line-height: 14px; margin: 0 0 8px; }
#td-signup p input                      { width: 230px; margin-top: 3px; padding: 1px 2px; font-size: 12px; border: 1px solid #d4d4d4; }
#td-signup .submit                      { text-align: center; margin-bottom: 7px; }
/*End Think Daily*/


/** Not sure if these have something to do with Referral Fox page? ****/
.photo_thumbnail                        { border: 1px solid white }
.photo_thumbnail:hover                  { border: 1px solid #e0e0e0 }

/* ------------------------------------------------- STYING FOR TABLES, BUT WHERE DO THEY BELONG? -------------------------------------------------*/
/*Alternating Rows for Tables*/
.even                                   { background-color: #e2e2e2 }
/* end Alternating Rows for Tables*/

/* Keep Basement Dry **/
.rowcolor                               { background-color: #f3f3f3 }
/* end Keep Basement Dry **/
/* --------------------- Basement Finishing Green Remodeling Page ------------------------*/
#triggers                               { text-align: center }
#triggers img                           { cursor: pointer; margin: 0 5px; background-color: #fff; border: 1px solid #ccc; padding: 2px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
#triggers table td                      { text-align: center; font-weight: bold; width: 152px; }
/* --------------------- End Basement Finishing Green Remodeling Page ------------------------*/
/* --------------------- Basement Finishing Systems Page ------------------------*/
table#quad                              { border: 0; background-color: #DAEFFE; margin-bottom: 10px; border-color: #005F99; } /** 4 up table on this page, updated code **/
.tablebox                               { padding: 10px; background-color: #ECF7FE; border: 1px solid #CCC; margin: 12px 0; } /** defines styling on lighting/style/design box at bottom of page ** /
#table-back                             { margin: 5px 0; text-align: center; background-color: #005f99; }  /** defines the blue bg color for headings inside of tablebox **/
/* --------------------- END Basement Finishing Systems Page ------------------------*/

/* ------------------------------------------------- table gallery - foundation problems -------------------------------------------------*/
#table-gallery td                       { padding: 10px }
#table-gallery a                        { text-decoration: none }
.tabs-bottom                            { font-size: 12px }
/* -------------------------------------------------end table gallery -------------------------------------------------*/
/* ------------------------------------------ Checklist Table Foundation Window Door, Foundation Repair Products Slab Piers, Wall Anchor System ----------------------------------------*/
.checklist                              { width: 95%; align: center; background-color: #f4f4f4; }
.checklist td                           { font-size: 12px; text-align: center; padding: 5px; border-spacing: 10px; }
.checklist td p							{ margin-bottom:0 !important; }
/* ------------------------------------------ Pest Control ----------------------------------------*/
table.pest                              { width: 300px; margin: 0 10px 15px 10px; border: 0; }
table.pest td                           { padding: 5px; vertical-align: top; border-bottom: 3px solid #FFF; font-size:12px; }

/**** Styling for Tables: Basement Waterproofing Products Dehumidify SaniDry CX *****/
table.toolbox                           { width: 90%; border: 1px solid #e5eff8; margin: 1em auto; border-collapse: collapse; }
.toolbox caption                        { color: #9ba9b4; font-size: .94em; letter-spacing: .1em; margin: 1em 0 0 0; padding: 0; caption-side: top; text-align: center; }
tr.odd-toolbox td                       { background: #f7fbff }
tr.odd-toolbox .column1                 { background: #f4f9fe }
.column1-toolbox                        { background: #f9fcfe }
.toolbox td                             { color: #678197; border-bottom: 1px solid #e5eff8; border-left: 1px solid #e5eff8; padding: .3em 1em; text-align: center; }
.toolbox th                             { font-weight: normal; color: #678197; text-align: left; border-bottom: 1px solid #e5eff8; border-left: 1px solid #e5eff8; padding: .3em 1em; }
thead.toolbox th                        { background: #f4f9fe; text-align: center; font: bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif; color: #66a3d3; }
tfoot.toolbox th                        { text-align: center; background: #f4f9fe; }
tfoot.toolbox th strong                 { font: bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif; margin: .5em .5em .5em 0; color: #66a3d3; }
tfoot.toolbox th em                     { color: #f03b58; font-weight: bold; font-size: 1.1em; font-style: normal; }
/**** End Styling for Tables ****/

.product-callout                        { margin: 0 0 10px 10px; overflow: hidden; }
.product-callout img                    { margin: 0 0 0 5px }
.product-callout .text                  { width: 210px; margin: 0 5px 0 0; }
.product-callout .text .title           { margin-bottom: 2px; font-size: 14px; }
.product-callout .text p                { padding: 0; margin: 0 !important; line-height: 14px; }
.product-callout .left 					{ margin:0 10px 5px 0;}

/* ------------------------------------------------- End Products  -------------------------------------------------*/

.tip                                    { border-bottom: 1px dashed #666 }

/* ------------------------------------------- Tabbed Content Box Adjustments -----------------------------------------*/
.ui-tabs                                { margin-bottom: 20px }
#tabs ul, #tabs-light-bar ul            { overflow:hidden !important;}
/* --- CONTACT FORM --- */
#main-contact td                        { padding: 6px }
/* --- END CONTACT FORM --- */

/* Social Button */
.social-share {
    position: relative;
}

.social-buttons {
    width: 218px;
    background-color: #DFDFDF;
    border: 1px solid #C5C5C5;
    color: #707070;
}

.social-buttons:hover {
    background-color: #C5C5C5;
    border: 1px solid #DFDFDF;
    color: #707070;
    cursor: pointer;
}

.social-buttons p {
    margin-left: 26px;
    padding: 14px;
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 0px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.social-buttons img {
    position: relative;
    left: 10px;
    top: 10px;
}

.social-links ul {
    width: 218px;
    background-color: #F7F7F7;
    border: 1px solid #e5e5e5;
    list-style: none;
    padding-left: 0 !important;
}

.social-links li {
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    padding: 10px;
}

.social-links li a {
    color: #4b4b4b;
    text-decoration: none;
}

.social-links li:hover {
    background-color: #EBEBEB;
}
/* End Social Button */

/* START social share inline */
.social-share-inline 					{ position:relative; margin-top: 5px; float: right; }
.social-share-inline ul 				{ padding: 0!important; margin: 0; /*background-color: #fefefe;*/ border: none;/*1px solid #e5e5e5*/; list-style:none; overflow: hidden; }
.social-share-inline ul li 				{ font-size:14px; font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; padding: 6px; float: left; }
.social-share-inline ul li img 			{ padding: 0; margin: 0; }
.social-share-inline ul li a 			{ color:#4b4b4b; text-decoration: none; }
.social-share-inline ul li:hover 		{ background-color: #EBEBEB; }
/* END Social Inline *

/**** FINANCING PAGE FORM STYLING *******/
#fin-form 								{ float: right; width: 300px; margin: 0 0 0 15px; padding-bottom: 10px; }
.form-area 								{ background-color: #333333; padding: 5px; height: 55px; margin-bottom: 10px; }
.form-area h2 							{ font-family: Arial, Helvetica, sans-serif; color: white !important; font-size: 19px !important; font-weight: bold !important; margin: 7px !important; text-align:center; }
.form-area p 							{ color: white; font-size:11px; line-height: 13px; margin-left: 11px; }

#fin-form .contact_form_outro 			{ font-size:10px; padding: 15px; }
#fin-form .contact_form.module, #fin-form .contact_form.page_widget 	
										{ background-color: #E8E8E8; }
#fin-form  .contact_form form 			{ width: 92%; }
#fin-form .contact_form.page_widget .comment textarea, #fin-form .contact_form.module .comment textarea 
										{ height: 70px !important; }
/* End Financing Form */


/**** About Us Page Box *******/
.about-us-box {
    width: 270px;
    border: 1px solid #d3d3d3;
    background-color: #f9f9f9;
}
.about-us-box ul {
    list-style: none;
    padding-left: 8px !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    overflow: hidden !important;
}
.about-us-box li {
    margin: 0 10px;
    border-bottom: 1px solid #E6E6E6;
    padding: 10px 0;
    border-top: 1px solid #FFF;
}
.about-us-box li:before { border-top: 1px solid #FFF }
.about-us-box li a { text-decoration: none }
.about-us-box ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.about-us-box .title {
    text-align: center;
    border-bottom: 1px solid #E6E6E6;
    font-size: 22px;
    font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    margin: 0px 15px;
    font-weight: normal;
    line-height: 30px;
    padding: 5px;
}
.about-us-box .caret {
    line-height: 16px;
    font-size: 23px;
    color: #CACACA;
    float: right;
}
/**** End About Us Page Box *******/

/**** Default Button Color *******/
.button-default {
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(2%,#f6f6f6), color-stop(100%,#e5e5e5));
    background: -webkit-linear-gradient(top, #fdfdfd 0%,#f6f6f6 2%,#e5e5e5 100%);
    background: -moz-linear-gradient(top, #fdfdfd 0%, #f6f6f6 2%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #fdfdfd 0%,#f6f6f6 2%,#e5e5e5 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%,#f6f6f6 2%,#e5e5e5 100%);
 /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e5e5e5',GradientType=0 );
 /* IE6-9 */
    text-shadow: rgba(2, 0, 0, 0.5) 0 1px 1px;
    padding: 10px 20px;
    color: #4a4a4a;
    font: normal 15px/17px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
}

.button-default:hover {
    background: #e5e5e5;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e5e5e5',GradientType=0 );
 /* IE6-9 */
    color: #4a4a4a;
}

.button-default:active {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e5e5e5',GradientType=0 );
 /* IE6-9 */
    background: #e5e5e5;
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #4a4a4a;
}

.button-default:visited {
    color: #4a4a4a;
}
/**** End Default Button Color *******/

/**** Pro/Con Spray Foam *******/
.breakout-compare .con {
color: #FFF;
background: #C41B21;
font-size: 20px;
padding: 5px;
}

.breakout-compare .pro {
color: #FFF;
background: #23921e;
font-size: 20px;
padding: 5px;
}


/* End Pro/Con Spray Foam  */

/**** Service Grid *******/
.fr-product-silo {
    width: 335px;
    float: left;
    margin: 0 15px 0 0;
}
.fr-product-silo .product {
    margin-bottom: 20px;
    overflow: hidden;
}
.fr-product-silo .product .title {
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    line-height: 14px;
}
.fr-product-silo .product .text p {
    margin-bottom: 0 !important;
    line-height: 14px !important;
    font-size:12px !important;
}
.fr-product-silo a { text-decoration: none }
/* End Service Grid Silo  */

/**** Product Gallery *******/
.product-gallery .gallery-large {
	border: solid 1px #ccc;
	width: 685px;
	height: 400px;
	padding: 5px;
}
.product-gallery .thumbs img {
	border: solid 1px #ccc;
	width: 100px;
	height: 100px;
	padding: 4px;
	float: left; 
	margin: 15px 7px 10px 0px;
	-webkit-transition: margin 0.5s ease-out; 
	-moz-transition: margin 0.5s ease-out; 
	transition: margin 0.5s ease-out; 
}
.product-gallery .thumbs img:hover {
	border-color: #FF9900;
	margin-top: 2px;
}
/* End Product Gallery Silo  */

/* Fancy Ordered List Style  */
.numbers-list ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.numbers-list ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}
.numbers-list li {
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: 1px 12px !important;
    color: #000;
    text-decoration: none;
    transition: all .3s ease-out;
}
.numbers-list li:hover { background: #eee }
.numbers-list li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #4AB1EF;
    color: #FFF;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}
.numbers-list li:after {
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
}
.numbers-list li:hover:after {
    left: -.5em;
    border-left-color: #4AB1EF;
}
/* End Fancy Ordered List Style  */

/* New Breakout Folded Corner  */

.folded {
   position:relative;
   background:#f6f6f6;
   overflow:hidden;
   box-shadow: 0 1px 0px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.folded:before {
   content:"";
   position:absolute;
   top:0;
   right:0;
   border-width:0 16px 16px 0;
   border-style:solid;
   border-color:#fff #fff #D0D5D9 #D0D5D9;
   background:#D0D5D9;
   box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
   display:block; width:0; /* Firefox 3.0 damage limitation */
}

.folded.rounded {
   border-radius:5px 0 5px 5px;
}

.folded.rounded:before {
   border-width:8px;
   border-color:#fff #fff transparent transparent;
   border-radius:0 0 0 5px;
}
/* End Folded Corner */




/* Compare Table */
#compare {
  width:100%;
border-collapse: collapse;
}

#compare td {
  width:250px;
  padding:10px;
  text-align: center;
  border: 1px solid #E7E7E7;
}

#compare tr td:first-child {
   text-align: left;
   background-color:white;
   border-top:none;
   border-left:none;
}
#compare tbody tr:nth-child(odd) {
   background-color: #efefef;
}

#compare tbody tr:nth-child(even) {
   background-color: #f8f8f8;
}

#compare .compare-headers {
   /* fallback/image non-cover color */
   background: #363d45; 
   /* Safari 4+, Chrome 1-9 */
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6b737d), to(#333a42));

   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
   background-image: -webkit-linear-gradient(top, #6b737d, #333a42); 

   /* Firefox 3.6+ */
   background-image: -moz-linear-gradient(top, #6b737d, #333a42);
 
   /* IE 10+ */
   background-image: -ms-linear-gradient(top, #6b737d, #333a42);
 color:white;

}

.pros-cons {
float: left;
overflow: hidden;
}
/* End Compare Table */

/* Special Breakouts */
.thick-border {
    border: 7px solid #D0D5D9;
    border-radius: 5px;
}

.img-bottom-border {
    border-bottom: 5px solid #0992cb;
}

/* End-Special Breakouts */
/* 404 page content style */
div.page_not_found div p {
	margin:0 20px;
}

.directory_company_logo img {
	max-width: 150px;
}

/* START RELATED CONTENT BOX */
.module > .related_content {
    border: 1px solid #D9D9D9;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 8px;
}
/* END RELATED CONTENT BOX */

/* OPEN HOURS WIDGET */
.open_times {
	width: 290px;
	margin: 0 0 10px 10px;
	border-top: 2px solid #0892CA;
	border-right:1px solid #E2E2E2;
	border-bottom:1px solid #E2E2E2;
	border-left:1px solid #E2E2E2;
	border-collapse: collapse;
	float: left;
	clear: left;
}
.open_times .open_times_header_row th {
	background-image: url('/core/images/icons/icon-clock.png');
	background-position: 23px center;
	background-color: #F3F4F5;
	background-repeat: no-repeat;
	padding: 0 0 0 72px;
	font-size: 16px;
	color: #0892CA;
	height: 50px;
	width: 100%;
}
.open_times .open_times_day_row .open_times_day_row_day {
	padding: 2px 0 2px 20px;
}
.open_times .open_times_day_row .open_times_day_row_time {
	padding: 2px 20px 2px 0;
}
.open_times tr:first-child + tr td {
	padding-top: 10px !important;
}
.open_times tr:last-child td {
	padding-bottom: 10px !important;
}
/* END OPEN HOURS WIDGET */

/* BOUNCY SOCIAL SHARE */
.bouncy_social_share {
	float: right;
    height: 10px;
    position: relative;
    z-index: 1;
}
.bouncy_social_share a {
	width: 50px;
	height: 51px;
	margin-left: -10px;
	display: inline-block;
	position: relative;
	border: none;
}
.bouncy_social_share a img {
	border: none;
}
.video_details_video,
.photogallery_slider,
.photogallery_border {
	position: relative;
	z-index: 100;
}
/* END BOUNCY SOCIAL SHARE */

/* HORIZONTAL SOCIAL SHARE */
.horizontal_social_share {
    float: right;
    height: 45px;
    z-index: 1;
}
.horizontal_social_share a {
    width: 50px;
    height: 51px;
    margin-left: -10px;
    display: inline-block;
    border: none;
}
.horizontal_social_share a img {
    border: none;
}
.video_details_video,
.photogallery_slider,
.photogallery_border {
    clear:right;
}
/* END HORIZONTAL SOCIAL SHARE */

/* JOBS MODULE */
.jobs_index .job_item {
	border-bottom: 1px solid #DADADA;
    padding: 10px 0;
}

.jobs_index .jobs_summary {
	margin-top: 10px;
}

.jobs_index .job_title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.job_date {
	font-style: italic;
}

.job_id form {
	border-top: 1px solid #DADADA;
	margin-top: 10px;
	padding: 10px;
}

.job_application_notice {
	font-size: 11px;
}

.job_application_warning {
    color: red;
    font-weight: bold;
}

.job_application_row {
	margin-bottom: 10px;
	clear: both;
}

.job_application_float {
	margin-right: 2%;
    width: 47%;
	float: left;
	clear: none;
}

.job_application_first {
	clear: both;
}

.job_application_row span {
	width: 100%;
	display: block;
	font-size: 14px;
}

.job_application_row input {
	width: 100%;
}

.job_application_row .error {
	border: 1px dashed #FF7F7F;
}

.job_application_row label.error {
	display: none !important;
}

.job_application_row textarea {
	width: 100%;
	height: 150px;
}

.job_application_security input {
	width: 100px;
}

.job_application_submit {
	text-align: center;
	width: 30%;
}

.job_application_clear {
	clear: both;
	height: 10px;
}

.job_id .job_description {
	margin-bottom: 10px;
}

.job_id .job_video {
	text-align: center;
	margin-bottom: 10px;
}
/* END JOBS MODULE */

/* START linkdin Button for blog page */
.IN-widget {
	margin:5px 0;
}
/* END linkdin Button for blog page */

/* VIDEO MODULE */
.videos_index .related-icon-wrapper {
    width: 700px;
    margin: 0 auto;
}

.videos_index .related-icon {
    width: 90px;
    height: 90px;
    float: left;
    text-align: center;
    position: relative;
    margin: 0 5px;
}

.videos_index .related-icon .more-text {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

.videos_index .related-icon .more-text .more-text-text {
    display: table-cell;
    vertical-align: middle;
    width: 90px;
    height: 90px;
    text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
    font-size: 21px;
    line-height: 26px;
    color: #053503;
    padding: 0 2px;
    font-weight: bold;
}

.videos_index .related-icon.no-icon {
    border: 1px solid #ccc;
    width: 88px;
    height: 88px;
}

.videos_index .related-icon.no-icon span {
    display: table-cell;
    vertical-align: middle;
    height: 88px;
    width: 88px;
}
/* END VIDEO MODULE */


/* start accordion */
#accordion .ui-accordion {
    width: auto;
}
#accordion .ui-state-active, 
#accordion .ui-state-default, 
#accordion .ui-widget-content .ui-state-default,
#accordion .ui-widget-header .ui-state-default,
#accordion .ui-widget-content {
    background: transparent;
    border: none;
}
#accordion .ui-widget-content {
    padding: 3px 0px 0px 15px !important;
}
#accordion .ui-accordion .ui-accordion-header .ui-icon {
    left: -6px;
    top: 0px;
    margin-top: 2px;
}
#accordion .ui-accordion-header {
    padding-left: 15px;
}
#accordion ul.arrows {
    padding-left: 0px !important;
}
#accordion .ui-accordion p {
line-height: 1.3em !important;
}
#accordion h3.ui-state-active, h3.ui-state-hover {
color: #444 !important;
}
#accordion h3.ui-state-default {
color: #888;
}

#accordion .ui-icon {
left: -6px;
}

/* end accordion */

 /**Silo Slider Update**/
.silo-slider {padding: 0; height: 320px; position: relative; overflow: hidden; width: 300px;}
.silo-slider .content-slides {position: absolute; top: 0; left: -30px; padding: 0; margin: 0;}
.silo-slider .content-slides li {width: 300px; height: 320px; position: relative; float: left; list-style: none; background: #F6F6F6;}
.silo-slider span {position: relative; padding: 5px;display: inline-block; font-size: 12px;line-height:16px;}

.silo-slider .content-pagination {text-align: right; position: absolute; top: 0px; right: 10px; z-index: 5;}
.silo-slider .content-pagination li {float: none; display: inline; font-size: 0.75em; padding: 0.25em;}
.silo-slider .content-pagination li a {width: 7px; height: 7px; border-radius: 7px; background-color: #ccc; overflow: hidden; line-height: 10px; font-size: 1px; text-indent: -999em; display: inline-block; *display: inline; *zoom: 1;}
.silo-slider .content-pagination li.active-marker a,
.silo-slider .content-pagination li a:hover {background-color: #08c; color: #fff;}
/**End Silo Slider Update**/
/**Letter List**/
.letter-list {
    counter-reset: listStyle;
    list-style:none;
}

.letter-list li:first-of-type {
    margin-top:10px;
}

.letter-list li {
    counter-increment: listStyle;
}

.letter-list li::before {
    margin-right: 1em;
    display: block;
    float: left;
    content: counter(listStyle, upper-alpha);
    color: black;
    font-weight: bold;
    font-size: 15px;
    background: #f6f6f6;
    padding: 7px;
}
 /**Letter List**/

/* mlt */
a#mlt-footer-anchor {
    text-decoration:none;
    color:#FFFFFF;
}
.mlt-footer-message {
    font-size:12px;
    font-family:Verdana,Tahoma,Arial;
    color:#FFFFFFF;
    background-color: #8DC63F;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    padding:5px;
    width:100%;
}
.mlt-footer-message span a {
    padding:0;
    margin:0;
    font-weight:bold;
    display:block;
    text-decoration:none;
    font-weight:bold;
    text-align:center;
}
.minimize {
    display:none;
}
.mlt-minimize {
    float:right;
    margin-right:10px;
    display:block;
}
.mlt-minimize a {
    font-weight:bold;
    color:#FF4200;
}
.mlt-minimize a:hover {
    text-decoration:underline;
}
/* end mlt */
.your_local_dealer a {
    color: #fff !important;;
}






/* opinion form hot fix for old sites */
#opinion_form input {
    width: 94% !important;
}