/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* =============================================================================
   HTML5 element display
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
    }
audio[controls], canvas, video {
    display: inline-block
    }
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
    }
body {
    margin: 0;
    font-size: 13px;
    line-height: 1.261;
    background: #FFF url(/images/BGshadow.jpg) top center no-repeat
    }
body, button, input, select, textarea {
    font-family: "Chivo", sans-serif;
    color: #546670
    }
/*
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */
::-moz-selection {
    background: #7ac243;
    color: #fff;
    text-shadow: none
    }
::selection {
    background: #7ac243;
    color: #fff;
    text-shadow: none
    }
/* =============================================================================
   Links
   ========================================================================== */
a {
    color: #0093d0;
    text-decoration: none
    }
/*a:visited { color: #006690; }*/
a:focus {
    outline: thin dotted
    }
/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
    outline: 0;
    text-decoration: underline
    }
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
    border-bottom: 1px dotted
    }
b, strong {
    font-weight: bold
    }
blockquote {
    margin: 1em 40px
    }
dfn {
    font-style: italic
    }
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
    }
ins {
    background: #ff9;
    color: #000;
    text-decoration: none
    }
mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold
    }
/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp {
    font-family: monospace, monospace;
    _font-family: "courier new", monospace;
    font-size: 1em
    }
/* Improve readability of pre-formatted text in all browsers */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
    }
q {
    quotes: none
    }
q:before, q:after {
    content: "";
    content: none
    }
small {
    font-size: 85%
    }
/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
    }
sup {
    top: -0.5em
    }
sub {
    bottom: -0.25em
    }
h1 {
    font-weight: 900;
    color: #0093d0;
    font-size: 19px;
    margin: 0 0 22px 0
    }
h2, h2 a {
    font-weight: normal;
    color: #79c243;
    font-size: 13px;
    margin: 0 0 12px 0
    }
.connect {
    padding-bottom: 10px;
    background: url(/images/dottedLine.png) repeat-x bottom left;
    width: 90%
    }
#mainContent h2 {
    font-weight: normal;
    color: #79c243;
    font-size: 16px;
    margin: 0
    }
#featureCallouts h2 {
    text-transform: uppercase
    }
h3, h6 {
    font-weight: 900;
    color: #231f20;
    font-size: 13px;
    margin: 0 0 5px 0
    }
/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px
    }
dd {
    margin: 0 0 0 40px
    }
nav ul, nav ol {
    list-style: none;
    margin: 0;
    padding: 0
    }
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
    border: 0;
    -ms-interpolation-mode: bicubic
    }
/*
 * Correct overflow displayed oddly in IE9
 */
svg:not(:root) {
    overflow: hidden
    }
/* =============================================================================
   Figures
   ========================================================================== */
figure {
    margin: 0
    }
/* =============================================================================
   Forms
   ========================================================================== */
form {
    margin: 0
    }
fieldset {
    border: 0;
    margin: 0;
    padding: 0
    }
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
    border: 0;
    padding: 0
    }
/* Indicate that 'label' will shift focus to the associated form element */
label {
    cursor: pointer
    }
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
    }
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button, input {
    line-height: normal
    }
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
    }
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box
    }
input[type="search"] {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
    }
/*
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
    }
/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea {
    overflow: auto;
    vertical-align: top
    }
/* Colors for form validity */
input:invalid, textarea:invalid {
    background-color: #f0dddd
    }
/* =============================================================================
   Tables
   ========================================================================== */
table {
    border-collapse: collapse;
    border-spacing: 0
    }
/* =============================================================================
   Primary styles
   Author:
   ========================================================================== */
#container {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 978px;
    background: #FFF url(/images/containerBGTile.jpg) repeat-x
    }
.blue {
    color: #0093d0
    }
.darkBlue {
    color: #00558f
    }
.green {
    color: #7ac243
    }
/* =============================================================================
   Header Section: Logo, Search, Tagline
   ========================================================================== */
header {
    position: relative;
    padding: 27px 0 6px 17px;
    height: 85px
    }
header a.logoLink {
    position: absolute;
    display: block;
    left: 15px;
    top: 20px;
    height: 87px;
    width: 418px
    }
#BroughtBy {
    position: absolute;
    display: block;
    top: 8px;
    right: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #00558f;
    font-size: 13px;
    font-weight: bold
    }
#BroughtBy span {
    font-weight: normal;
    color: #546670;
    font-style: italic
    }
#search {
    position: absolute;
    display: block;
    top: 45px;
    right: 30px;
    width: 400px;
    height: 28px;
    background: url(/images/searchBG.png) no-repeat;
    margin: 0;
    padding: 0
    }
#search input.searchhBox {
    position: relative;
    top: -10px;
    left: 10px;
    width: 310px;
    height: 23px;
    color: #d6d9db;
    font-size: 17px;
    line-height: 23px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none
    }
.ie7 #search input.searchhBox {
    top: 0
    }
#search input.searchhBox:focus {
    outline: none;
    color: #000
    }
#search .submitSearch {
    position: relative;
    top: 0;
    right: -11px;
    width: 77px;
    height: 30px;
    background-color: transparent;
    cursor: pointer
    }
/* =============================================================================
   Navigation
   ========================================================================== */
nav {
    display: block;
    position: relative;
    height: 30px;
    width: 978px;
    z-index: 99
    }
nav ul {
    position: absolute;
    top: 0;
    left: -10px;
    height: 30px;
    width: 997px;
    background: #79c142;
    border-bottom: 1px solid #aeb5b9;
    list-style: none;
    z-index: 99
    }
nav ul li {
    float: left;
    position: relative;
    display: block;
    width: 20%;
    text-align: center
    }
nav ul li a {
    display: block;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    line-height: 30px;
    border-right: solid 1px #fff
    }
nav ul li a.selected {
    background: #0094d1
    }
nav ul li a.last {
    border-right: none
    }
nav ul li a:hover {
    text-decoration: none;
    background: #0094d1
    }
/*--- DROPDOWN ---*/
nav ul li ul {
    margin: 30px 0 0 10px;
    padding: 20px 0 0 0;
    background: #0094d1 url(/images/subnavDownArrow.png) top center no-repeat;
    list-style: none;
    border-top: solid 1px #fff;
    position: absolute;
    width: 100%;
    height: auto !important;
    float: none;
    display: none;
    -webkit-box-shadow: 0 0 5px #a8a8a8;
    /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0 0 5px #a8a8a8;
    /* FF3.5 - 3.6 */
    box-shadow: 0 0 5px #a8a8a8;
    /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
    }
nav ul li ul li {
    display: block;
    padding: 0 13px 12px 13px;
    float: none !important;
    text-align: left;
    width: auto;
    border: none;
    background: #0094d1
    }
nav ul ul a {
    /*white-space:nowrap;  Stop text wrapping and creating multi-line dropdown items */
    display: block;
    float: none;
    font-size: 13px;
    line-height: 14px;
    font-weight: normal;
    border: none
    }
nav ul ul a:hover {
    color: #92bfd1 !important;
    text-decoration: none
    }
nav ul li ul.Columns {
    background: #0094d1 url(/images/subnavDownArrow.png) 25% 0% no-repeat;
    width: 200%
    }
nav ul li ul .Column {
    float: left;
    width: 50%
    }
nav ul li:hover ul {
    /* Display the dropdown on hover */
    /* left:0; Bring back on-screen when needed */
    display: block
    }
nav ul li:hover a {
    /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    background: #0094d1
    }
nav ul li:hover ul a {
    /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration: none
    }
nav ul li ul li a, nav ul li:hover ul a {
    filter: none !important
    }
nav ul li:hover ul li a:hover {
    /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    color: #0094d1
    }
nav #mainNavFoldLeft {
    position: absolute;
    left: -10px;
    top: 30px
    }
nav #mainNavFoldRight {
    position: absolute;
    right: -9px;
    top: 30px
    }
/* =============================================================================
   aside: FInd A Pro, Wildcards and Twitter Feed.
   ========================================================================== */
aside {
    position: relative;
    display: block;
    width: 314px;
    float: right;
    margin: 12px -10px 0 0
    }
aside #findPro {
    position: relative;
    display: block;
    width: 314px;
    background: #0093d0;
    color: #fff;
    border-bottom: 1px solid #aeb5b9;
    margin: 0 0 15px 0
    }
aside #findPro h1, aside #findPro h3 {
    margin: 0 0 6px 0;
    width: inherit;
    height: 22px;
    background: #00568f;
    text-transform: uppercase;
    text-indent: 10px;
    border-bottom: solid 1px #fff;
    color: #FFF;
    font-size: 16px;
    line-height: 22px
    }
aside #findPro p {
    margin: 0 0 12px 0
    }
aside #findPro .label {
    margin: 0 0 0 15px;
    /*margin-bottom: -10px;*/
    }
aside #findZipContainer {
    position: relative;
    height: 21px;
    width: 265px;
    background: url(/images/findProBG.png) no-repeat;
    margin: -12px 0 0 15px
    }
.ie7 aside #findZipContainer {
    width: 274px;
    margin: 0 0 10px 20px
    }
aside #findZipContainer input.findZip {
    position: relative;
    top: -6px;
    left: 0;
    font-size: 13px;
    line-height: 12px;
    text-indent: 8px;
    color: #546670;
    width: 205px;
    height: 18px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none
    }
.ie7 aside #findZipContainer input.findZip {
    text-indent: 0;
    top: 2px;
    left: -10px;
    width: 195px
    }
aside #findZipContainer input.findZip:focus {
    outline: none
    }
aside #findCountrypContainer {
    position: relative;
    height: 21px;
    width: 265px;
    margin: -12px 0 0 15px
    }
aside #findCountrypContainer select {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 205px !important;
    color: #546670;
    border: 0;
    margin: 0;
    padding: 0;
    /*margin-top: -6px !important;    */
    }
aside #findCountrypContainer span.customStyleSelectBox {
    float: left;
    height: 21px;
    width: 205px;
    color: #546670;
    background: url(/images/findProBGSelect.png) no-repeat;
    text-indent: 5px;
    margin: 0 2px 0 0
    }
aside #findCountrypContainer .customStyleSelectBoxInner {
    float: left;
    margin: 2px 0 0 0;
    height: 21px;
    width: 205px
    }
aside input.findBtn {
    margin: 0 0 0 8px;
    vertical-align: middle
    }
.ie7 aside input.findBtn {
    margin: 0 0 0 -2px
    }
aside #findCountrypContainer input.findBtn {
    position: relative;
    top: 6px
    }
.ie7 aside #findCountrypContainer input.findBtn {
    margin: -15px 0 0 8px
    }
aside #findPro a {
    display: block;
    color: #fff !important;
    text-decoration: none;
    margin: 12px 0 10px 15px
    }
aside #findPro #findProFold {
    position: absolute;
    right: 0;
    bottom: -6px
    }
aside .sidebarCallout {
    display: block;
    position: relative
    }
aside .sidebarCallout h3 {
    margin: 0 0 6px 0;
    width: inherit;
    height: 22px;
    background: #ffe6b9;
    text-transform: uppercase;
    text-indent: 10px;
    border-bottom: 1px solid #aeb5b9;
    color: #00558f;
    font-size: 16px;
    line-height: 22px
    }
aside .sidebarCallout .calloutFold {
    position: absolute;
    right: -11px;
    top: 19px
    }
aside .sidebarCallout img {
    float: left;
    margin: 3px 12px 12px 0
    }
aside .sidebarCallout p {
    float: left;
    width: 170px;
    margin: 6px 0 0 0
    }
aside .sidebarCallout.atbb {
    margin: 0 0 25px 0
    }
aside .sidebarCallout.atbb .sidebarCalloutContentContainer {
    padding: 0 30px 0 0
    }
aside .sidebarCallout.atbb h2 {
    font-size: 14px;
    margin: 0 0 3px 0
    }
aside .sidebarCallout.atbb img {
    float: left;
    margin: 3px 12px 5px 0
    }
aside #twitter {
    display: block;
    width: 276px;
    padding: 12px 7px 15px 7px;
    background: #fdf2e2
    }
aside #twitter h3 {
    font-size: 13px;
    font-weight: normal;
    color: #7ac243;
    height: 35px;
    line-height: 40px;
    text-indent: 45px;
    background: url(/images/TwitterIcon.gif) no-repeat top left;
    margin: 0 0 15px 5px
    }
aside #twitter ul {
    list-style: none;
    margin: 0 10px;
    padding: 0
    }
aside #twitter ul li {
    margin: 0 0 10px 0
    }
aside #twitter a.moreTwitter {
    display: block;
    color: #7ac243;
    text-transform: uppercase;
    margin: 0 10px 0 0;
    text-align: right
    }
aside .socialColumn {
    width: 100px;
    float: left
    }
/* =============================================================================
   Main: Generic Contain for Body Content.
   ========================================================================== */
#main {
    display: block;
    width: 644px;
    margin: 12px 0 0 16px
    }
/* =============================================================================
  Aside - Left Column: Common Pests  and All Things Bed Bugs Navigation:
   ========================================================================== */
aside#leftCol {
    display: block;
    float: left;
    margin: 0;
    width: 115px
    }
#commonPests {
    display: block;
    float: left;
    width: 115px
    }
#commonPests ul {
    color: #7ac243;
    margin: 0 0 0 13px;
    padding: 0
    }
.ie7 #commonPests ul {
    margin: 0 0 0 15px
    }
#commonPests ul li {
    margin: 0 0 7px 0;
    /*margin:0 0 10px 0;*/
    }
#commonPests ul li a {
    font-size: 12px;
    /*font-size:12px;*/
    }
ul#bedbugNav {
    display: block;
    float: left;
    width: 138px;
    list-style: none;
    color: #7ac243;
    margin: 50px 0 0 -26px;
    padding: 0
    }
ul#bedbugNav:after {
    content: "";
    position: relative;
    display: block;
    left: 0;
    bottom: 1px;
    height: 7px;
    width: 138px;
    background: url(/images/mainNavFoldLeft.png) no-repeat top left;
    border-top: solid 1px #999
    }
.ie7 ul#bedbugNav {
    margin: 50px 0 0 0
    }
.ie7 ul#bedbugNav li {
    margin: 0 0 10px 0
    }
ul#bedbugNav a.selected {
    color: #92bfd1
    }
ul#bedbugNav li {
    margin: 0;
    border-bottom: solid 1px #fff
    }
ul#bedbugNav li a {
    display: block;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    padding: 10px 0 10px 10px;
    line-height: 14px;
    background: #7ac243
    }
ul#bedbugNav li a:hover {
    /*color:#92bfd1;*/
    background: #0093d0
    }
ul#bedbugNav li a.selected {
    background: #0093d0;
    color: #fff
    }
ul#bedbugNav li:hover {
    background: #0093d0
    }
ul#bedbugNav li ul {
    list-style: none;
    margin: 0 0 0 5px;
    padding: 0;
    width: 110px;
    display: none
    }
ul#bedbugNav li ul li {
    margin: 0 0 8px 0;
    line-height: 13px;
    border-bottom: none;
    padding: 0;
    background: none
    }
.ie7 ul#bedbugNav li ul li {
    margin: 0 0 8px 8px !important
    }
ul#bedbugNav li ul li a {
    font-size: 12px;
    color: #fff;
    background: none;
    padding: 0 0 0 10px
    }
ul#bedbugNav li ul li a.selected, ul#bedbugNav li ul li a:hover {
    color: #92bfd1
    }
ul#bedbugNav li.selected a, ul#bedbugNav li.selected {
    background: #0093d0
    }
ul#bedbugNav li.selected ul {
    display: block;
    background: #0093d0
    }
/* ============================================================================================
   Main Content Container: Holds Homepage image slider, Basic page content and other templates
   =============================================================================================== */
#mainContent {
    float: right;
    width: 503px;
    margin: 0 12px
    }
.bodyContent img {
    margin: 15px
    }
#mainContent.IDpests {
    margin: 0 0 0 12px !important;
    width: 515px
    }
#mainContent p {
    margin: 0 0 14px 0;
    line-height: 18px
    }
#mainContent #slideShowBox, #mainContent #sliderImages {
    display: block;
    width: 503px
    }
#mainContent #slideShowBox #sliderTray {
    width: 488px;
    margin: 3px 0 0 0;
    padding: 10px 0 10px 15px;
    height: 31px;
    background: #ffe5b9;
    line-height: 18px
    }
#mainContent #slideShowBox #sliderTray h2 {
    font-size: 16px;
    font-weight: 900;
    color: #00558f;
    margin: 0
    }
#mainContent #slideShowBox #sliderTray p {
    margin: 0;
    color: #231f20
    }
#mainContent #controls {
    display: block;
    height: 51px;
    width: 51px;
    background: #97d4ec;
    border-left: solid 5px #fff
    }
#mainContent #controls a.sliderPlay {
    display: block;
    width: inherit;
    background: #b2def1;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-align: center
    }
#mainContent #controls a.sliderPlay:hover {
    color: #0093d0;
    text-decoration: none
    }
#mainContent #controls #sliderbuttons {
    margin: 3px 0 3px 2px
    }
#mainContent #controls a.sliderButton {
    display: block;
    float: left;
    margin: 3px 2px;
    background: #fff;
    height: 8px;
    width: 8px;
    border: none;
    cursor: pointer
    }
#mainContent #controls a.sliderButton:hover, #mainContent #controls a.sliderButton.sel {
    background: #0093d0;
    text-decoration: none
    }
#mainContent #bedBugBlog h2, #mainContent #bedBugNews h2 {
    margin: 15px 0 10px 0
    }
#mainContent #bedBugBlog {
    display: block;
    float: left;
    width: 248px
    }
#mainContent #bedBugBlog h3 {
    color: #00558e;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    margin: 0 0 5px 0
    }
#mainContent #bedBugBlog img {
    float: left;
    padding: 2px;
    background: #dddfe0;
    margin: 0 8px 2px 0
    }
#mainContent #bedBugNews {
    display: block;
    float: right;
    width: 225px
    }
#mainContent #bedBugNews ul {
    list-style: none;
    margin: 0;
    padding: 0
    }
#mainContent #bedBugNews ul li {
    color: #353535;
    font-size: 10px;
    font-style: italic;
    padding: 0 0 11px 0
    }
#mainContent #bedBugNews ul li a {
    font-size: 11px;
    font-style: normal
    }
/* =============================================================================
   Secondardy Homepage Features: Callouts and News
   ========================================================================== */
#featureCallouts {
    display: block;
    float: left;
    width: 632px;
    background: url(/images/dottedLine.png) repeat-x top left;
    padding: 15px 0;
    margin: 22px 0 0 0
    }
#featureCallouts .featureCallout {
    width: 190px;
    float: left;
    margin: 0 10px
    }
#featureCallouts .featureCallout h2, #featureCallouts .featureCallout h6, #featureCallouts .featureCallout p {
    margin: 0
    }
#featureCallouts .featureCallout img {
    width: 100%;
    margin: 2px 0 6px 0
    }
#seoText {
    display: block;
    float: left;
    width: 612px;
    margin-top: 18px
    }
#news {
    display: block;
    float: left;
    width: 612px;
    background: url(/images/dottedLine.png) repeat-x top left;
    padding: 15px 10px;
    margin: 18px 0 0 0
    }
#news ul {
    padding: 0;
    margin: -10px 0 0 14px;
    color: #7ac243
    }
#news ul li {
    padding: 0 0 6px 0
    }
/* =============================================================================
   Identify Pests Page: Breadcrumbs, Pest Card and Prevention
   ========================================================================== */
#pestBreadcrumbs {
    display: block;
    float: left;
    width: 115px;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0 !important;
    background: url(/images/dottedLine.png) bottom left repeat-x;
    text-align: center
    }
#pestBreadcrumbs h3, #pestBreadcrumbs h4, #pestBreadcrumbs h5 {
    margin: 0
    }
#pestBreadcrumbs h3 {
    font-size: 16px;
    font-weight: 900;
    color: #0093d0;
    margin: 0 0 12px 0
    }
#pestBreadcrumbs h4 a {
    font-size: 16px;
    font-weight: normal;
    color: #7ac243;
    margin: 0 0 12px 0
    }
#pestBreadcrumbs h5 a {
    font-size: 14px;
    font-weight: normal;
    color: #7ac243;
    margin: 0 0 12px 0
    }
#pestBreadcrumbs {
    font-size: 16px;
    font-weight: normal;
    color: #00558f
    }
#pestPagePrevention {
    display: block;
    width: 290px;
    min-height: 222px;
    background: #fef1db;
    margin: 0 0 20px 0
    }
#pestPagePrevention h2 {
    width: 100%;
    height: 30px;
    border-top: solid 1px #e9e2d5;
    border-bottom: solid 2px #fff;
    background: #f4ecdd;
    line-height: 30px;
    font-weight: normal;
    text-transform: uppercase;
    text-indent: 12px;
    font-size: 16px
    }
#pestPagePrevention div {
    margin: 9px 12px 15px 12px;
    line-height: 19px
    }
#mainContent.IDpests h2 {
    color: #00558f;
    font-size: 14px;
    font-weight: normal;
    margin: 0
    }
#relatedLinks {
    display: block;
    float: right;
    width: 185px;
    margin: 0 0 30px 30px;
    padding: 15px;
    background: #fefcfa;
    border: solid 2px #f4e8d3
    }
.relatedLinksSidebar {
    width: 256px !important;
    float: none !important;
    margin-left: 0 !important
    }
#relatedLinks h2 {
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: #7ac243 !important
    }
#relatedLinks ul {
    color: #7ac243;
    margin: 0 0 0 15px;
    padding: 0
    }
#relatedLinks ul li {
    margin: 0 0 10px 0
    }
#relatedLinks ul li a {
    font-size: 13px
    }
.pestCategory {
    padding: 17px 15px 17px 15px
    }
.pestCategoryAlternate {
    background-color: #fcf3e2
    }
.pestCategory .leftCol {
    float: left;
    width: 170px
    }
.pestCategory .leftCol img {
    border: solid 1px #95a4ab
    }
.pestCategory .rightCol {
    float: right;
    width: 300px
    }
.pestCategory .rightCol h2 {
    color: #0293d2;
    font-weight: bold
    }
#pestCard {
    display: block;
    clear: both;
    width: 512px;
    background: #fef1db;
    margin: 0 0 20px 0
    }
#pestCard .header {
    width: 100%;
    height: 30px;
    margin: 0;
    border-top: solid 1px #e9e2d5;
    border-bottom: solid 2px #fff;
    background: #f4ecdd;
    text-indent: 12px
    }
#pestCard .header h1 {
    font-size: 19px;
    font-weight: normal;
    color: #7ac243;
    line-height: 30px;
    font-weight: normal;
    text-transform: uppercase;
    display: inline
    }
#pestCard .header .binomial {
    padding-left: 5px;
    font-style: italic;
    font-size: 15px;
    color: #7ac243
    }
#pestCard img {
    float: left;
    padding: 3px;
    background: #fff;
    margin: 7px 18px 12px 12px
    }
#pestCard table {
    float: left;
    margin: 7px 0 0 0;
    font-size: 13px
    }
#pestCard table th {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: #7ac243
    }
#pestCard table td {
    padding: 5px
    }
#pestCard table tr.odd {
    background: #f4e8d3
    }
/* =============================================================================
   Pest TV Page
   ========================================================================== */
.pestTV {
    width: 947px !important
    }
.pestTV #vidPlayer {
    display: block;
    width: 917px;
    height: 330px;
    background: #000;
    border: solid 1px #686868;
    padding: 12px 15px
    }
.pestTV #vidPlayer #theVid {
    float: left;
    width: 560px;
    height: 315px;
    padding: 7px 11px;
    margin: 0 18px 0 0;
    text-align: center;
    background: #303030
    }
.pestTV #vidPlayer h1 {
    display: block;
    float: left;
    margin: 25px 0 10px 0;
    width: 315px;
    font-size: 21px;
    line-height: 24px
    }
.pestTV #vidPlayer p {
    display: block;
    float: left;
    clear: right;
    margin: 0;
    width: 315px;
    font-size: 16px;
    line-height: 21px;
    color: #c3c3c3
    }
.pestTV #vidDescription {
    height: 275px
    }
.pestTV .imageClick {
    color: #888;
    margin-bottom: 15px
    }
.pestTV nav {
    width: auto;
    margin: 30px 0 30px -16px
    }
.pestTV nav ul li {
    width: 140px
    }
.pestTV nav #pestTvNavFoldLeft {
    position: relative;
    left: -10px;
    top: 23px
    }
.pestTV .vidThumbContainer {
    position: relative;
    float: left;
    width: 25%;
    height: 175px
    }
.pestTV .vidThumbContainer .vidThumb {
    position: relative;
    display: block;
    height: 109px;
    width: 202px;
    margin: auto;
    text-align: center;
    border: solid 8px #303030;
    overflow: hidden;
    background-color: #000
    }
.pestTV .vidThumbContainer .vidThumb .playOverlay {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 109px;
    width: 202px;
    background: url(/images/playOverlay.png) no-repeat 0 109px;
    -webkit-transition: background-position 0.2s ease;
    -moz-transition: background-position 0.2s ease;
    -o-transition: background-position 0.2s ease;
    -ms-transition: background-position 0.2s ease;
    transition: background-position 0.2s ease
    }
.pestTV .vidThumbContainer .vidThumb:hover .playOverlay {
    background-position: 0 0
    }
.pestTV .vidThumbContainer .vidDescription {
    display: block;
    width: 186px;
    margin: 0 8px;
    padding: 0 8px;
    font-size: 12px;
    line-height: 14px
    }
.mediaMSG {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 11px;
    text-align: center
    }
/* =============================================================================
   News Main Page
   ========================================================================== */
#newsPress {
    float: right;
    width: 219px
    }
#newsPress .newsBox {
    display: block;
    padding: 15px 0;
    background: #f3f5f6;
    border: solid 1px #c6c8c8
    }
#newsPress h2 {
    display: block;
    width: 178px;
    border-bottom: solid 1px #c6c8c8;
    margin: 0 0 8px 6px;
    padding: 0 0 5px 28px;
    background: url(/images/PRicon.png) no-repeat 10px 0
    }
#newsPress h2 a {
    font-size: 16px;
    color: #0093D0;
    font-weight: bold
    }
#newsPress ul {
    list-style: none;
    margin: 0 10px;
    padding: 0
    }
#newsPress ul li {
    margin: 0 0 10px 0;
    font-size: 12px
    }
#newsPress ul li ul {
    list-style: disc !important
    }
#newsPress ul li a {
    display: block;
    font-size: 13px
    }
#newsPress .seeMore {
    margin: 0 0 0 10px
    }
.newsItem {
    display: block;
    float: left;
    width: 388px;
    margin: 0 0 40px 0
    }
.newsItem img {
    float: right;
    padding: 3px;
    background: #e0d4bf;
    margin: 0 0 0 30px
    }
.newsItem .newsAuthor {
    display: block;
    width: 108px;
    float: right;
    clear: right;
    font-size: 10px;
    margin: 0 0 0 30px
    }
.newsHeader {
    display: block;
    border-bottom: solid 2px #e0d4bf;
    padding: 0 0 3px 0;
    margin: 0 0 10px 0
    }
.newsHeader a.healthHubHeader {
    font-size: 16px;
    font-weight: bold;
    background: url(/images/healthHubIcon.png) no-repeat;
    padding: 0 0 0 22px
    }
.newsHeader a.bugLadyHeader {
    font-size: 16px;
    font-weight: bold;
    background: url(/images/bugLadyIcon.png) no-repeat;
    padding: 0 0 0 22px
    }
.newsHeader a.guestHeader {
    font-size: 16px;
    font-weight: bold;
    background: url(/images/guestIcon.png) no-repeat;
    padding: 0 0 0 22px
    }
.newsHeader a.articleHeader {
    font-size: 16px;
    font-weight: bold;
    background: url(/images/PestArticles.png) no-repeat;
    padding: 0 0 0 26px
    }
.newsHeader a {
    font-size: 12px;
    margin: 0 0 0 8px
    }
.newsItem h6 a {
    font-size: 13px;
    color: #231f20;
    line-height: 15px;
    margin: 0 0 10px 0
    }
.newsItem h6 .date {
    color: #685d5f;
    font-size: 11px;
    font-style: italic
    }
.newsItem p {
    margin: 0
    }
/* =============================================================================
   Search Results
   ========================================================================== */
#xsltsearch_summary {
    font-size: 12px;
    color: #878a8c;
    line-height: 14px;
    padding: 0 0 8px 0;
    margin: 0 0 22px 0 !important;
    border-bottom: solid 1px #b0b4b7
    }
#xsltsearch_summary strong {
    color: #7ac243;
    font-weight: 900
    }
.xsltsearch_result {
    margin: 0 0 30px 0
    }
.xsltsearch_result strong {
    color: #7ac243;
    font-weight: 900
    }
.xsltsearch_result p {
    margin: 0
    }
.xsltsearch_result_title {
    font-size: 16px;
    font-weight: 400;
    margin: 0 !important
    }
/* =============================================================================
   Footer
   ========================================================================== */
#footerContainer {
    float: left;
    clear: both;
    width: 978px;
    background: url(/images/footerBGTile.jpg) repeat-x left bottom;
    margin: 18px 0 0 0;
    padding: 0 0 16px 0
    }
footer {
    float: left;
    width: 947px;
    background: #fff url(/images/dottedLine.png) repeat-x top left;
    margin: 18px 17px 0 17px;
    padding: 16px 0 0 0
    }
footer #footerColumnContainer {
    display: block;
    width: 880px;
    margin: 0 auto
    }
footer .footerColumn {
    display: block;
    float: left;
    padding: 0 20px
    }
footer .footerColumn h4 {
    font-size: 13px;
    font-weight: 900;
    color: #546670;
    margin: 0
    }
footer .footerColumn ul {
    padding: 0;
    margin: 0 0 0 14px;
    color: #546670
    }
footer p {
    vertical-align: middle;
    display: block;
    float: left;
    clear: both;
    margin: 18px 0 10px 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 60px
    }
footer p img {
    vertical-align: middle
    }
footer p .padRight {
    padding: 0 20px;
    font-size: 12px
    }
.facebook {
    margin: -20px 12px 0 0
    }
.twitter {
    margin: -20px 6px 0 0
    }
.pinterest {
    margin: -20px 12px 0 0
    }
.footerImages {
    display: block;
    width: 786px;
    float: left;
    clear: both;
    margin: 12px 0 20px 80px
    }
/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr
    }
.ir br {
    display: none
    }
/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
    display: none;
    visibility: hidden
    }
/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
    }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
    }
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden
    }
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
    content: "";
    display: table
    }
.clearfix:after {
    clear: both
    }
.clearfix {
    zoom: 1
    }
/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 480px) {
    /* Style adjustments for viewports 480px and over go here */
    }
@media only screen and (min-width: 768px) {
    /* Style adjustments for viewports 768px and over go here */
    }
/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important
        }
    /* Black prints faster: sanbeiji.com/archives/953 */
    a, a:visited {
        color: #444 !important;
        text-decoration: underline
        }
    a[href]:after {
        content: " (" attr(href) ")"
        }
    abbr[title]:after {
        content: " (" attr(title) ")"
        }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
        }
    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
        }
    thead {
        display: table-header-group
        }
    /* css-discuss.incutio.com/wiki/Printing_Tables */
    tr, img {
        page-break-inside: avoid
        }
    img {
        max-width: 100% !important
        }
    @page {
        margin: 0.5cm
        }
    p, h2, h3 {
        orphans: 3;
        widows: 3
        }
    h2, h3 {
        page-break-after: avoid
        }
    }
.photoRow {
    margin-bottom: 20px
    }
.photo {
    float: left;
    width: 88px;
    height: 87px;
    text-align: left;
    vertical-align: top;
    font-size: 10px;
    line-height: 14px
    }
.photo img {
    border: 2px solid #a3a49f
    }
.photoSeparator {
    margin-left: 24px
    }
.paging {
    text-align: left
    }
.pageButton {
    width: 16px;
    height: 16px;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    color: #0093d0;
    text-decoration: none;
    margin: 0 2px 0 2px;
    padding: 5px
    }
.pageButton:hover {
    text-decoration: underline
    }
.pageButtonSelected {
    width: 16px;
    height: 16px;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    color: #999;
    text-decoration: none;
    margin: 0 2px 0 2px;
    cursor: default;
    padding: 5px
    }
.pageButtonSelected:hover {
    color: #999;
    text-decoration: none
    }
.searchtag {
    color: #005;
    font-size: 8px !important;
    font-weight: bold;
    text-transform: uppercase
    }
.blogItem {
    padding: 10px
    }
.blogItemAlternate {
    background-color: #fcf3e2
    }
.blogListImage {
    float: left;
    width: 130px
    }
.blogListBody {
    float: right;
    width: 330px
    }
.blogListSmallText {
    font-size: 10px
    }
.blogListDivider {
    color: #babba9;
    height: 1px;
    width: 100%;
    margin: 12px 0 12px 0
    }
.blogImage {
    float: right;
    padding-left: 10px
    }
.blogRSS {
    margin-top: -10px;
    width: 200px;
    float: right;
    text-align: right
    }
.blogRSS img {
    vertical-align: middle
    }
.blogHeading {
    width: 100px;
    float: left
    }
.blogCommentRow {
    margin-bottom: 10px
    }
.blogCommentLabel {
    width: 100px;
    float: left;
    font-weight: bold;
    text-align: right
    }
.blogCommentField {
    width: 350px;
    float: right;
    text-align: left
    }
.blogCommentField input, textarea {
    border: 1px solid #7e807d
    }
.blogCommentSubmit {
    background-color: #12327b;
    color: #fff;
    font-weight: bold;
    padding: 5px 12px 5px 12px;
    text-decoration: none;
    border: 1px solid #12327b
    }
.blogCommentSubmit:hover {
    background-color: #fff;
    color: #12327b;
    font-weight: bold;
    padding: 5px 12px 5px 12px;
    text-decoration: none;
    border: 1px solid #12327b
    }
.commentStatus {
    color: #080;
    font-weight: bold;
    font-size: 15px
    }
.commentReturn {
    font-size: 11px
    }
.faqItem {
    margin-bottom: 10px
    }
.bestPractice {
    margin-bottom: 10px
    }
.bestPractice ul {
    list-style: none
    }
.bestPractice ul li {
    margin-left: 20px;
    margin-bottom: 10px
    }
.bestPractice table {
    border: 1px solid #000
    }
.bestPractice td {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 2px
    }
.faq {
    list-style: disc outside none
    }
.faq li {
    margin-bottom: 10px
    }
.listHeader {
    font-weight: bold
    }
ul#newslist {
    list-style-type: none;
    margin: 0;
    padding: 0
    }
ul#newslist li {
    margin: 0 0 7px 0;
    line-height: 17px;
    font-size: 12px;
    font-style: italic
    }
ul#newslist li a {
    font-size: 14px;
    font-style: normal
    }
ul#pressReleaseList {
    list-style-type: none;
    margin: 0;
    padding: 0
    }
ul#pressReleaseList li {
    margin: 0 0 7px 0;
    line-height: 17px
    }
.findProEntry {
    display: block;
    width: 95%;
    margin: 0 0 25px;
    line-height: 18px;
    background: #f0f0ff;
    border: solid 8px #f0f0ff
    }
.findProEntry strong {
    color: #898b8e
    }
.findProEntry div {
    padding: 10px
    }
.findProIcon {
    float: right;
    margin: 0 8px
    }
.findProTitle {
    display: block;
    font-size: 18px;
    margin: 0 0 5px 0
    }
.goldPro {
    border-top: solid 4px #f7f555;
    border-right: solid 8px #f7f555;
    border-left: solid 8px #f7f555;
    border-bottom: solid 10px #f7f555
    }
.goldPro p {
    margin: 0;
    padding: 7px 40px;
    background: #f7f555;
    font-size: 12px;
    line-height: 13px !important;
    text-align: center;
    color: #303030;
    font-weight: 400
    }
.shareBox {
    width: 170px
    }
.imageLeft {
    float: left;
    padding-right: 20px;
    padding-bottom: 10px
    }
.imageRight {
    float: right;
    padding-left: 20px;
    padding-bottom: 10px
    }
#mainContent p span {
    font-size: 13px !important;
    color: #546670 !important;
    font-family: "Chivo", sans-serif !important
    }
#mainContent p a span {
    color: #0093d0 !important
    }
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */