/* Font Additions */
@font-face
{
	font-family: 'Neo Sans Regular';
	src: url('/html/assets/NeoSansRegular.eot');
	src: url('/html/assets/NeoSansRegular.eot?#iefix') format('embedded-opentype'),
	     url('/html/assets/NeoSansRegular.woff') format('woff'),
	     url('/html/assets/NeoSansRegular.ttf')  format('truetype'),
	     url('/html/assets/NeoSansRegular.svg#NeoSansRegular') format('svg');
}
@font-face
{
	font-family: 'Neo Sans Light';
	src: url('/html/assets/neoSansLight.eot');
	src: url('/html/assets/neoSansLight.eot?#iefix') format('embedded-opentype'),
	     url('/html/assets/neoSansLight.woff') format('woff'),
	     url('/html/assets/neoSansLight.ttf')  format('truetype'),
	     url('/html/assets/neoSansLight.svg#neoSansLight') format('svg');
} 
@font-face
{
	font-family: 'Neo Sans Bold';
	src: url('/html/assets/neoSansBold.eot');
	src: url('/html/assets/neoSansBold.eot?#iefix') format('embedded-opentype'),
	     url('/html/assets/neoSansBold.woff') format('woff'),
	     url('/html/assets/neoSansBold.ttf')  format('truetype'),
	     url('/html/assets/neoSansBold.svg#neoSansBold') format('svg');
}
@font-face
{
	font-family: 'Open Sans Light';
	src: url('/html/assets/OpenSans-Light-webfont.eot');
	src: url('/html/assets/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/html/assets/OpenSans-Light-webfont.woff') format('woff'),
	     url('/html/assets/OpenSans-Light-webfont.ttf')  format('truetype'),
	     url('/html/assets/OpenSans-Light-webfont.svg#OpenSansRegular') format('svg');
}
@font-face
{
	font-family: 'Open Sans Bold';
	src: url('/html/assets/OpenSans-Bold-webfont.eot');
	src: url('/html/assets/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/html/assets/OpenSans-Bold-webfont.woff') format('woff'),
	     url('/html/assets/OpenSans-Bold-webfont.ttf')  format('truetype'),
	     url('/html/assets/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
}
@font-face
{
	font-family: 'Open Sans Regular';
	src: url('/html/assets/OpenSans-Regular-webfont.eot');
	src: url('/html/assets/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/html/assets/OpenSans-Regular-webfont.woff') format('woff'),
	     url('/html/assets/OpenSans-Regular-webfont.ttf')  format('truetype'),
	     url('/html/assets/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
}

@font-face
{
	font-family: 'Roboto Regular';
	src: url('/html/assets/Roboto-Regular-webfont.eot');
	src: url('/html/assets/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/html/assets/Roboto-Regular-webfont.woff') format('woff'),
	     url('/html/assets/Roboto-Regular-webfont.ttf')  format('truetype'),
	     url('/html/assets/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
}
/* End Font Additions */

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 13px;
    font: inherit;
    vertical-align: baseline;
}
.submenu h4 {margin-bottom: 10px;}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
    display: block;
}
body
{
    line-height: 18px;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
    content: '';
    content: none;
}
ins
{
    text-decoration: none;
}
del
{
    text-decoration: line-through;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
h5 {
    font-weight:bold;
}
/*end reset*/

body
{
    padding:0 0 10px 0;
    font: 13px/18px Arial, Helvetica, sans-serif;
    color:#666666;
    margin:0;
}
div#webrootHeader,
div#contentWrap
{
    background: none repeat scroll 0 0 transparent;
    margin: 0 auto;
    padding: 0;
    width: 985px;
}
div#contentWrap
{
    background: url("/html/assets/contentBG.png") repeat-y 0 0 transparent;
    padding: 0 11px;
    width: 976px;
}
div#contentWrapInner
{
    background: url("/html/assets/contentBackground.png") repeat-x 0 0 #f1f2f3;
    padding:0 8px 0px;
}
body.silhome div#contentWrapInner
{
    background: none #f1f2f3;
    padding:0 8px 0px;
}
strong
{
    font-weight:700;
}
em{
	font-style:italic;
}
h1
{
    margin: 0 0 10px;
    font: 400 40px/40px "Neo Sans W01 Light";
    padding: 20px 0 0 0;
    *line-height:50px;
}
h2 {margin:0 0 15px 0; color:#333333;}
h1.pdp {
    padding: 4px 0 0 18px;
    *padding: 14px 0 0 18px;
}
ul#contactNav
{
    text-align:right;
    margin:45px 32px -63px 0;
    position:relative;
}
body.silhome ul#contactNav
{
    display:none;
}
ul#contactNav li
{
    display: inline;
    padding: 0 0 0 21px;
    font-size:12px;
    font-weight:400;
}
ul#contactNav li strong
{
    font-size:13px;
    color:#000000;
}
a {
    color:#517D19;
    text-decoration:none;
    cursor:pointer;
}
a:hover
{
    text-decoration:underline;
}
a:hover sup {
    text-decoration:none;
}
sup
{
    vertical-align:super;
}
h1 sup
{
  font-family:Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 18px;
}
h5 sup
{
  font-size:6px;
}
div.product sup
{
    font-size: 9px;
    line-height: 0;
}


.cityBurst
{
    background: url("/html/assets/WSA_GlobeIcon_ComplexArt_Color.png") repeat-y scroll 0 0 transparent;
    height: 913px;
    left: 610px;
    margin: 0 auto -913px;
    position: relative;
    top: 190px;
    width:864px;
    z-index: -100;
    background-repeat:no-repeat;
}
body.silhome.scathome div.cityBurst
{
    background-position: 0 -54px;
    height: 914px;
    top: 72px;
}
ul.threatBanner
{
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.threatBanner li
{
    border-left: 1px solid #6D8F2D;
    font-size: 11px;
    line-height: 18px;
    color: #EEEEEE;
    display: inline;
    padding: 0 7px 0 10px;
}
ul.threatBanner li:first-child
{
    color:#a4ce3d;
    border:none;
}
ul.threatBanner li:first-child + li
{
    border:none;
}
div.topWigits
{
    margin:0;
    text-align: right;
    padding:10px 0 4px;
    overflow:hidden;
}
/*div.topWigits a,
div.topWigits a:hover,
div.topWigits a:visited
{
    font-size:11px;
    text-decoration:none;
    line-height: 23px;
    padding:4px 12px 6px 13px;
    color:#517d19;
    border-left: 1px solid #CFCFC8;
    border-right: 1px solid #FFFFFF;
    margin: 0 -2px 0 0;
}*/
div.topWigits a:first-child
{
    border-left:none;
}
div.topWigits a.localSelector
{
    background: url("/html/assets/localSelectorButton.png") no-repeat right top transparent;
    padding-right:29px;
}
a.headerLogo
{
    margin:-22px 0 -68px -5px;
    display:block;
}
div.subnavTop,
div.subnavGradientTop
{
    background: url("/html/assets/contentBG.png") repeat-y scroll 0 0 transparent;
    height: 108px;
    padding: 0 6px;
    *height: 106px;
}
div.subnavGradientTop
{
    background: url("/html/assets/subnavGradientTop.png") no-repeat scroll 0 0 transparent;
    margin:15px 0 0 0;
    height:23px;
}
div.subnavTopContent
{
    background: url("/html/assets/greenGradient.png") repeat-x scroll 0 0 transparent;
    padding:0 0 44px 5px;
    height:65px;
}
body.silhome div.subnavGradientTop,
body.silhome div.subnavTopContent,
body.silhome div.subnavTop
{
	background:none transparent;
}
a.sectionNavBlock
{
    background-color: #B6D763;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
div.silo a.sectionNavBlock
{
    line-height: 18px;
    padding: 4px 23px 7px;
}
div.subCat a.sectionNavBlock
{
    border-left: 1px solid #DCE6C6;
    line-height: 60px;
    margin: 0 -4px 0 0;
    padding: 14px 38px 67px;
}
div.subCat a.sectionNavBlock:first-child
{
    border-left:none;
}
a.sectionNavBlock.selected,
a.sectionNavBlock:hover,
div.subCat a.sectionNavBlock
{
    background-color: #BFD887;
}
* html div.subnavGradientTop
{
    margin:15px 0 -3px -4px;
}
div.subnavTopContent div.subNav
{
    border:none;
    margin:0;
    padding: 0 0 0 4px;
}
div.subnavTopContent div.subNav a
{
    line-height:36px;
    background-color: #b5d763;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 700;
    padding: 9px 10px;
    text-decoration:none;
    margin:0 4px 0 0;
}
div.subnavTopContent div.subNav a:hover
{
    background-color: #c6df88;
    text-decoration:none;
}
ul.mainNav
{
    margin: -4px 0 0;
    padding:0 23px 0 0;
    text-align: right;
    *padding:0 20px 0 0;
}
ul.mainNav li
{
    display:inline;
}
* html ul.mainNav
{
    margin: 20px 0 50px;
}
/*ul.mainNav a,
ul.mainNav a:visited,
ul.mainNav li.last
{
    background: url("/html/assets/mainNavBg.png") repeat scroll 0 0px transparent;
    color:#476422;
    padding:26px 0 26px;
    *padding:10px 0 8px;
    text-decoration:none;
    font-family:"Neo Sans W01 Bold", Arial, Helvetica, sans-serif;
    line-height: 69px;
    font-size: 13px;
    font-weight: 400;
    display:inline;
}*/
ul.mainNav li.last
{
    *background-position:0 -38px;
    *padding-bottom:5px;
}













body.silpartners ul.mainNav a.silpartners,
body.silproducts ul.mainNav a.silproducts,
ul.mainNav a.linkToSelf,
ul.mainNav a:hover,
ul.mainNav a:active,
ul.mainNav a:focus
{
    background-position:0 132px;
    text-decoration:none;
}
ul.mainNav a span
{
    border-left: 1px solid #ffffff;
    border-right: 1px solid #cfcfc8;
    padding:17px 15px;
}
ul.mainNav a.first span
{
    border-left:none;
    padding:17px 15px 17px 9px;
}
ul.mainNav a span.leftCap,
ul.mainNav span.rightCap
{
    background: url("/html/assets/mainNavBg.png") repeat scroll 0 197px transparent;
    border-left:none;
    border-right:none;
    padding:26px 0 24px 13px;
    margin: 2px 0px 0 -16px;
    white-space:pre;
    *padding:0px 0 0px 13px;
    *position:absolute;
    *margin: 0px 0px 0 -16px;
    *line-height:65px;
}
body.silproducts ul.mainNav a.silproducts span.leftCap,
ul.mainNav a.linkToSelf span.leftCap,
ul.mainNav a:hover span.leftCap
{
    background-position:0 66px;
    cursor:pointer;
}

















ul.mainNav span.rightCap
{
    margin: 0 -20px 0 0px;
    background-position:-14px 197px;
    padding-left:17px;
	display:none;
}
ul.mainNav form.siteSearch
{

    display:inline;
    line-height: 69px;
    padding:27px 0 25px 8px;
    *background-position:0 208px;
    *line-height: 72px;
    *padding:0px 0 29px 8px;
}
ul.mainNav form.siteSearch span
{
    background: url("/html/assets/searchDisplay.png") no-repeat scroll 0 0 transparent;
    padding:5px 0px 6px 8px;
    *padding:0px 4px 10px 8px;
    *position:relative;
    *top:15px;
    *background-position:0 7px;
}
body.silhome div.subnavTop,
body.silhome div.subnavGradientTop,
body.silhome div.subnavTopContent,
body.silhome div#contentWrap,
body.silhome div#contentWrapInner
{
	background: none transparent;
}
body.silhome div.subnavTop,
body.silhome div.subnavGradientTop
{
	height:0;
	
}
body.silhome ul#contactNav
{
	display:none;
}
body.silhome div#contentWrap
{
	padding: 0;
	width: 1007px;
}
body.silhome dl.homePageTabs > dd
{
	margin:0 0 0 -100%;
	padding: 10px 0 0;
}
body.silhome h1
{
	font: 400 36px/57px "Neo Sans W01";
	padding: 6px 0 0 22px;
}
form.siteSearch input.searchString
{
    background:transparent;
    border:none;
    line-height:11px;
    color: #999999;
    width: 126px;
    *position:relative;
    *top:7px;
}
form.siteSearch input.submit
{
    background:transparent;
    border: none;
    line-height:11px;
    padding:5px 24px 5px 0;
    cursor:pointer;
    width:33px;
    height:26px;
    *padding:10px 21px 0px 0;
    *position:relative;
    *top:7px;
    *width:28px;
}
* html ul.mainNav form.siteSearch
{
    position:relative;
    top:-10px;
    background:#FFFFFF;
}
* html ul.mainNav form.siteSearch span
{
    background-position:0 8px;
    border:1px solid red;
    padding:5px 25px 5px 0;
}
* html form.siteSearch input.searchString
{
    position:relative;
    top:-5px;
}
* html form.siteSearch input.submit
{
    background:#d7d7d7;
    padding:3px;
}
/*div#localNav
{
    display:none;
    background:#e7e6e5;
    z-index:100;
    text-align:left;
    border-top:1px solid transparent;
    border-left:1px solid #d8d8d8;
    border-right:1px solid #d8d8d8;
    border-bottom:1px solid #d8d8d8;
}
div#localNav a
{
    display:block;
    padding:3px 10px 3px 6px;
    border:none;
}
div#localNav a:hover
{
    background-color:#FFFFFF;
}/*
/*  base text button */
    a.textButton,
    a.textButton:link,
    a.textButton:visited
    {
        text-decoration:none;
        font: 400 13px/32px "Neo Sans W01 Bold","Arial Narrow",sans-serif;
        text-transform: uppercase;
        white-space:pre;
    }
    a.textButton span
    {
		background-color:transparent;
        padding:7px 0 11px;
        background-repeat:no-repeat;
    }
    a.textButton > span:first-child
    {
        background-position:0 -35px;
        padding-left: 13px;
    }
    a.textButton > span:first-child + span
    {
        padding-left:1px;
        background-repeat:repeat-x;
    }
    a.textButton > span:first-child + span + span
    {
        background-position:0px -70px;
        padding-right:14px;
    }
/*  orange */
    * html a.textButton.orange,
    * html a.textButton.orange:visited,
    a.textButton.orange span
    {
        background-image: url("/html/assets/orangeButtonSpriteLB.png");
        color:#FFFFFF;
        text-shadow: 0 -1px 0 #D88305;    
    }
/* gray small */
    * html a.textButton.gray,
    * html a.textButton.gray:visited,
    a.textButton.gray span
    {
        background:url("/html/assets/grayButtonSmallSpriteLB.png") no-repeat 0 0 transparent;
        color: #FFFFFF;
        font: 400 10px/30px "Neo Sans W01 Bold", Arial, Helvetica, sans-serif;
        text-shadow: 0 -1px 0 #C6C6C6;
        padding:5px 0 8px;
    }
    * html a.textButton.gray,
    * html a.textButton.gray:visited
    {
        background-repeat:repeat-x;
        background-position:0 0;
        padding:0 0 0 0;
    }
    a.textButton.gray > span:first-child
    {
        background-position: 0 -27px;
        padding-left: 9px;
    }
    a.textButton.gray > span:first-child + span + span
    {
        background-position:0 -54px;
        padding-right: 10px;
    }
/* orange small */
    * html a.textButton.orangeSmall,
    * html a.textButton.orangeSmall:visited,
    a.textButton.orangeSmall span
    {
        background:url("/html/assets/orangeButtonSmallSpriteLB.png") no-repeat 0 0 transparent;
        color: #FFFFFF;
        font: 400 10px/30px "Neo Sans W01 Bold", Arial, Helvetica, sans-serif;
        text-shadow: 0 -1px 0 #C6C6C6;
        padding:5px 0 8px;
    }
    * html a.textButton.orangeSmall,
    * html a.textButton.orangeSmall:visited
    {
        background-repeat:repeat-x;
        background-position:0 0;
        padding:0 0 0 0;
    }
    a.textButton.orangeSmall > span:first-child
    {
        background-position: 0 -27px;
        padding-left: 9px;
    }
    a.textButton.orangeSmall > span:first-child + span + span
    {
        background-position:0 -54px;
        padding-right: 10px;
    }
/* slider TODO fix the corners, colors and background*/
div.slider {
    background: #517d19;
    border:8px solid whitesmoke;
    border-radius:14px;/*TODO curved corners for IE */
    box-shadow:1px 1px 1px gray;
    display: inline-block;
    height:4px; 
    margin-left:5px;
    position: relative;
    /* For inline-block in IE 7 */
    zoom: 1;
    *display: inline;
}
/* drag handle */
div.slider a.handle { 
    background:#666666;
    border:4px solid #d7d7d7;
    border-radius:9px;
    box-shadow: 1px 1px 1px gray;
    display:block; 
    font-size:8px;
    font-weight:bold;
    height:4px;
    width:4px;
    margin-top:-4px;
    margin-left:-4px;
    position:absolute; 
    text-align: center;
    text-decoration: none;
    line-height:14px;
}
/* the input field */
input.range {
    display:none;
}
/* slider end */
div.clearfix {
    clear:both;
    height:0px;
}
div.main-feature-list {
    margin:0px 0px 25px 20px;
}
.main-feature-list ul {
    list-style-type: disc; 
    margin-top:10px;
    margin-left:225px;
}
.main-feature-list img {
    float:left;
    margin:20px 20px 20px 0px;
}
.feature-checklist {
    clear:left;
    float:left;
    width: 170px;
    margin: 10px 5px 100px 50px;
    *margin-left:30px;
}
ul.feature-checklist {
    *padding-left:20px;
    *margin-left:30px;
}
.feature-checklist li {
    border-bottom:2px solid #FFFFFF;
}
ul.feature-checklist, div.feature-checklist ul {
    list-style-image: url('/html/assets/check_green.gif');
    *padding-left:20px;
}
ul.infoResources {
    margin-left: 230px;
}
ul.infoResources > li {
    width: 180px;
    margin: 30px 15px;
    float:left;
}
ul.infoResources > li > h6 {
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 10px;
}
ul.infoResources > li > a {
    display: block;
    margin-left: 5px;
}
div.sliderWrap {
    width: 320px;
}
div.sliderWrap.cornerBox {
    float:right;
    margin-left:10px;
}
div.sliderWrap.cornerBox > div > div > div > div > div {
	padding:10px 0px;
}
div.sliderWrap h6, span.currency, span.cost {
    font-size: 18px;
    margin: 5px 0px 15px;
}
div.sliderWrap h6, div.sliderWrap .boldLabel {
    color: #666666;
}
div.sliderWrap span.currency, div.sliderWrap span.cost {
    color: black;
}
div.sliderWrap h5{
	color:#517d19;
	font:normal 14px "Neo Sans W01", Arial, Sans-serif;
}
div.sliderWrap h6, div.sliderWrap h6 > span, div.sliderWrap .boldLabel {
	font:normal 19px "Neo Sans W01", Arial, Sans-serif;
}
div.sliderWrap h6 > span {
    color: white;
}
div.sliderWrap label {
    display: block;
    height:35px;
    margin-left:20px;
    font-size:12px;
    font-weight:bold;
}
div.sliderWrap span.currency,  div.sliderWrap span.cost  {
    font-weight: bold;
}
div.sliderWrap a.textButton  {
    float:right;
    margin-bottom:10px;
    margin-top:-5px;
    *margin-top:-25px;
}
div.sliderWrap .guarantee  {
    font-size: 10px;
}
div.sliderWrap ol
{
    margin: -16px 0 0 117px;
    position: relative;
}
div.sliderWrap ol li
{
    font-size: 11px;
    display: inline;
    font-weight: 400;
    margin: 0 0 0 28px;
    padding:0 3px;
    cursor:default;
}
label.sliderPCs div.slider
{
    margin: 0 0 0 30px;
    width: 43px;
}
label.sliderYears
{
    margin: 5px 0 0;
}
label.sliderYears div.slider {
    width: 86px;
}
div.sliderWrap ol + div {
    margin-top:5px;
}
div.awardsWrap {
    width: 250px;
    float:right;
}
div.awardsWrap img {
    /*margin: 10px 20px 10px 0px;*/
	margin: 10px 5px 10px 0px;
    float:left;
}
/****tabs ***/
/* tab */
dl.tabs > dt {
    float: left;
}
dl.tabs > dt:hover {
    cursor:pointer;
}
/* tab pane */
dl.tabs > dd {
    float: right;
    margin-left: -100%;
    width:100%;
}
/******* Product Details - Tabs - Start */
/* tab container */
.allProdDetails { 
    clear:right;
    background-color: #D7D7D7;
    padding:0px;
    overflow:auto;
}
dl.allProdDetails dt.tab { 
    margin-right: 3px;
    padding:10px 20px;
    text-align:center;
    background-color:#E7E7E7;
    color: #517D19;
    font-weight: bold;  
    font-size:14px;
}
dl.allProdDetails dt.tab:hover { 
    background-color:white;
}
dl.allProdDetails > dt.current {

    background-color:white;
    color: #666666;
}
/*tab page (content) */
dl.allProdDetails > dd {
    margin-top: 38px;
    background-color:white;
    /* Gradient */
    /*  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D7D7D7)); *//* for webkit browsers */
    /*  background: -moz-linear-gradient(top,  #FFFFFF,  #D7D7D7); *//* for firefox 3.6+ */     
    /*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D7D7D7'); *//* for IE */
}
.allProdDetails dd > div {
	padding:5px 5px 5px 10px; /* Added padding for tab content */
}
/*+- expand collapse*/
span.__expandCollapse {
    margin: 5px;
}
dl.allProdDetails > dd  ul {
    list-style-type: disc;
    margin:10px 0px 15px 30px;
}
dl.allProdDetails > dd > dl {
	margin:15px;
}
dl.allProdDetails dl.expand_list > dt { 
    color: #517D19;
    font-weight: bold;  
    font-size:14px;
    margin:5px 0px 5px;
    cursor:pointer;
}
dl.allProdDetails dl.expand_list > dd {
    margin-left:13px;
}
dl.allProdDetails dl.expand_list > dd p {
    margin-top: 5px;
}
/* row of buttons for all products */
div.allProdActionButtonWrap { 
    background-color: #D7D7D7;
    border:10px solid #D7D7D7;
    border-radius: 0px 0px 7px 7px;  /* TODO curved corners*/
    margin:-7px 0px 10px 225px;
}
dl.feature-list dt {
    font-weight:bold;
}
/* Added below styles for rounded corner */
.roundedCornerTabs {
	float:left;
}
.roundedCornerTabs div.cornerBox > div > div > div > div > div {
	padding:10px 0px;
}
.large-tab {
	width:960px;
}
.medium-tab {
	width:735px;
}
.small-tab {
	width:480px;
}
/* row of buttons (for pdp) */
div.buttonRow {
    margin-left:200px;
    clear:both;
}
ul.siloSubnav, ul.subcatSubnav
{
    position: relative;
    top: -18px;
    left:-2px;
    color: #FFFFFF;
    overflow:hidden;
}
ul.siloSubnav li a
{
    font: 16px "Neo Sans W01 Bold", Arial, Helvetica, sans-serif;
}
ul.subcatSubnav
{
    margin:0 0 0 2px;
    line-height: 15px;
    clear:left;
}
ul.siloSubnav > li,
ul.subcatSubnav > li
{
    float:left;
}
ul.subcatSubnav > li
{
    overflow:hidden;
    height:96px;
}
ul.siloSubnav a,
ul.subcatSubnav a
{
    background-image: url("/html/assets/testGradient.png");
    color: #FFFFFF;
    display:block;
    padding: 5px 13px 7px;
    text-decoration:none;
}
ul.siloSubnav a
{
    background-position:0 129px;
    margin: 0 2px;
}
ul.subcatSubnav a
{
    background-position: 0 -33px;
    border-left: 1px solid #D4E5AC;
    font: italic 17px/17px "Neo Sans W01 Bold";
    height: 54px;
    overflow: hidden;
    padding: 42px 19px 0 12px;
}
ul.subcatSubnav a.icon
{
    font: 12px/15px arial;
    height: 40px;
    padding: 56px 29px 0 18px;
}
ul.subcatSubnav li:first-child a
{
    border-left:none;
}
ul.subcatSubnav > li a img
{
    display: block;
    padding: 0 10px 0 0;
    margin: -47px auto 2px;
    *margin: -49px 0 4px -2px;
}
ul.subcatSubnav > li > a  img + div
{
    font-size:13px;
    font-style:normal;
}



ul.subcatSubnav > li.filler
{
    font-size:13px;
    font-style:normal;
}
ul.subcatSubnav > li.filler > a,
ul.subcatSubnav > li.filler > a:hover
{
    width:100%;
    background-position: 0 -33px;
}




body.silproducts ul.siloSubnav a.silproducts,
body.silconsumer ul.siloSubnav a.silconsumer,
body.silbusiness ul.siloSubnav a.silbusiness,


body.scataffiliates ul.siloSubnav a.scataffiliates,

body.scatstrategic ul.siloSubnav a.scatstrategic,



ul.siloSubnav a:hover,
ul.siloSubnav a.linkToSelf
{
    background-position:0 0;
}









ul.subcatSubnav a:hover,
ul.subcatSubnav a.linkToSelf
{
    background-position:0 96px;
    color:#476422;
}
ul.subcatSubnav > li.additionalServices
{
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 0 19px;
}
ul.subcatSubnav > li.additionalServices h3
{
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 3px;
}
ul.subcatSubnav > li.additionalServices a
{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: inline;
    font: 12px/12px Arial,Helvetica,sans-serif;
    padding: 0;
}
ul.subcatSubnav > li.additionalServices a:hover
{
    color:#ffffff;
    text-decoration:underline;
}
ul.subcatSubnav > li.additionalServices a.linkToSelf
{
    color:#ffffff;
    font-weight:700;
}
/*div.contentBottom,
div.contentTop
{
    background: url("/html/assets/contentBottom.png") no-repeat scroll 0 0 transparent;
    height: 14px;
    margin: 0 auto;
    padding:0;
    width: 996px;
    white-space:pre;
    position:relative;
    z-index:1;
    font-size:12px;
}*/
div.contentTop,
div.contentTop + div
{
    background-position: -998px 0;
    margin:94px 0 0 0;
	position:relative;
	z-index:20;
}
div#footer
{
    background: url("/html/assets/footerCorners.png") no-repeat scroll 0 0 transparent;
    font-size: 12px;
    margin: 8px 0 0 0;
    opacity: 0.9;
    position: relative;
    /*left: 6px;
    width: 974px;*/
    *left: -1px;
    *width: 964px;
}
div#footer p.copyright
{
    clear: left;
    color: #FFFFFF;
    font-size: 11px;
    padding-top: 20px;
    padding-left: 15px;
	text-align:left;
}
div#footer ul
{
    float: left;
    margin:2px 32px 0;
	text-align:left;
}
div#footer ul li
{
    font:inherit;
    font-size: 11px;
}
div#footer ul li:first-child a
{
    /*color: #FFFFFF;*/
    font-size: 12px;
    font-weight: 700;
}
div#footer ul li a
{
    font-size: 11px;
    color:#dddddd;
}
div#footer ul.topLinks
{
    text-align:right;
    margin:-19px 0 0 0;
    float:none;
}
div#footer ul.topLinks li:first-child a
{
    /*color: #DDDDDD;*/
    font-size: 11px;
    font-weight: 400;
}
div#footer ul.topLinks li
{
    /*border-left: 1px solid #6B8C2C;*/
    display: inline;
    padding: 0 3px 0;
}
div#footer ul.topLinks li:first-child
{
    border-left:none;
}
.arrow {
    color:#cccccc;
}
.main-content {
    margin:0 auto;
    width:986px;
}
.middle-content {
    font: normal 36px/57px "Neo Sans W01";
    margin: 20px;
    width: 580px;
}
.middle-content span {
    color:#517D19;
    font-size:100%;
}























.homePageTabs
{
    overflow:auto;
	width:1000px;
    margin: 19px 0 0;
}
.homePageTabs dd > div + div
{
    background: url("/html/assets/contentBG.png") repeat-y scroll -998px 0 transparent;
    padding:6px 11px 6px 12px;
    width: 980px;
	margin:0 0 0 -3px;
}
.homePageTabs dd > div > div
{
    float:left;
    margin:0px 5px 5px 0px;
    padding-left:5px;
    border-right:2px solid #cccccc;
}
.homePageTabs dd div.awards
{
    width: 140px;
    text-align:center;
}
.homePageTabs dd div.whatsNew {
    width: 230px;
}
.homePageTabs dd div.threatBlog {
    width: 257px;
}
.homePageTabs dd div.companyNews {
    width: 295px;
    border-right:none;
    padding-right:3px;
}
.homePageTabs dd div.introduction {
    width:346px;
    padding-left:15px;
}
.homePageTabs dd div.featuredProduct {
    padding:0 0 13px 15px;
    width: 285px;
}
.homePageTabs dd div h5 {
    font-size:14px;
    margin:0 auto 15px;
    text-align:left;
}
.homePageTabs dd div.awards img {
    margin-bottom:5px;
}
/*firefox workaround to get rid of annoying "a img" underline on hover */
.homePageTabs dd div h5 a:hover {
    text-decoration:none;
}
.homePageTabs dd div h5 a span:hover {
    text-decoration:underline;
}
/* end ff workaround*/
.homePageTabs dd div.whatsNew h5 a {
    background-color:#D7D7D7;
    border:1px solid #E7E7E7;
    border-radius:3px;
    color:#666666;
    font-size:11px;
    line-height:11px;
    margin-right:2px;
    padding:1px 4px;
}
.homePageTabs dd div ul {
    list-style-type:disc;
    margin-left:16px;
}
.homePageTabs dd div.highlight{
    background-color:#bbbbbb;
    padding:10px;
    border-radius:7px;
    margin-bottom:10px;
}
.homePageTabs dd div.highlight h6 {
    font: normal 22px "Neo Sans Regular",sans-serif;
    color:white;
}
.homePageTabs dd select {
    margin:10px 0px;
}
dt.homePageTab
{ 
    left: -4px;
    background-color: transparent;
    padding: 0;
    width: 250px;
    position: relative;
    z-index: 10;
    color:#FFFFFF;
    height:99px;
    font: normal 18px "Neo Sans Regular", sans-serif;
}


















dt.homePageTab strong { 
    font:10px/16px "Neo Sans Bold",sans-serif;
    text-transform:uppercase;
    color:#244310;
	letter-spacing:1px;
}
dt.homePageTab a.textButton
{
	font:400 23px/39px "Neo Sans Regular","Arial Narrow",sans-serif;
	text-transform:none;
}
dt.homePageTab a.textButton.homeTab span
{
    background: url("/html/assets/greenGradientBoxCorners2.png") no-repeat left top transparent;
    color: #FFFFFF;
    display:block;
    float:left;
    height: 81px;
    line-height: 25px;
    padding: 2px 0 15px;
	letter-spacing:-1px;
}
dt.homePageTab a.textButton.homeTab:hover span,
dt.homePageTab.current a.textButton.homeTab span
{
    background-position: left -297px;
}
dt.homePageTab a.textButton > span:first-child {
    background-position: 2px -99px;
    width: 14px;
	padding-left:0;
}
dt.homePageTab a.textButton:hover > span:first-child,
dt.homePageTab.current a.textButton > span:first-child
{
    background-position: 2px -198px;
}
dt.homePageTab a.textButton > span:first-child + span {
    background-repeat: repeat-x;
    width: 221px;
	overflow:visible;
	z-index:10;
	position:relative;
}
dt.homePageTab a.textButton:hover > span:first-child + span,
dt.homePageTab.current a.textButton > span:first-child + span
{
    background-repeat: repeat-x;
}
dt.homePageTab a.textButton > span:first-child + span + span {
    background-position:0 -396px;
    width: 14px;
	padding-right:0;
}
dt.homePageTab a.textButton:hover > span:first-child + span + span,
dt.homePageTab.current  a.textButton > span:first-child + span + span
{
    background-position:0 -495px;
}
dt.homePageTab img
{ 
    float:left;
}















dl.homePageTabs > dt:first-child + dd + dt + dd div.contentTop
{
	background-position:-1994px 0;
	
}
dl.homePageTabs
> dt:first-child + dd
+ dt + dd
+ dt + dd
+ dt + dd
+ dt + dd div.contentTop
{
	background-position:-2990px 0;
	
}
dl.homePageTabs dt.current{
    margin-top:20px;
}
dl.homePageTabs > dd {
    /*border:1px solid #D7D7D7;*/
    margin: 0px 0px 22px -100%;
    padding:10px 0 0;
    /* Gradient */
    /*background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EDEDED));*/ /* for webkit browsers */
    /*background: -moz-linear-gradient(top,  #FFFFFF,  #EDEDED);*/ /* for firefox 3.6+ */   
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EDEDED');*/ /* for IE */
}
dl.homePageTabs div.infoResources {
    border-right:none;
    border-top:2px solid #cccccc;
    padding-top:5px;
}
dl.homePageTabs div.infoResources div{
    float: left;
    font-size: 11px;
    padding-right: 36px;
    width: 334px;
}
dl.homePageTabs div.infoResources div a{ /*IE7*/
    font-size:11px;
}
dl.homePageTabs div.infoResources div img{
    float:left;
    margin:10px;
}
dl.homePageTabs div.infoResources h5{
    margin:10px auto 5px;
    text-transform:uppercase;
    color:#517d19;
    font-size:12px;
}
dl.homePageTabs div.infoResources h6{
    color:black;
    font-weight:bold;
}
dl.homePageTabs div.infoResources div.infoResourcesLastChild {
    float: right;
    padding-right: 40px;
    text-align: right;
    width: 189px;
}
dl.homePageTabs div.infoResources div.infoResourcesLastChild a {
    font-size:13px;
}
dl.productCategories > dt, dl.contacts > dt {
    font:19px "Neo Sans Regular", Arial, Sans-serif;
    background:url(/html/assets/prodCategory_bg.png) top left no-repeat;
    padding: 10px 0px 5px 10px;
    margin-top:10px;
    cursor:pointer;
}
dl.productCategories > dt > span.__expandCollapse{
    padding: 0px 6px;
    font:bold 14px Arial, Helvetica, sans-serif;
    background-color:white;
    border-radius:3px;
}
dl.contacts > dt > a{
    font:18px "Neo Sans Bold", Arial, Sans-serif;
    font-size:18px;
    text-decoration:none;
    cursor:default;
}
dl.productCategories > dd, dl.contacts > dd {
    background:#f1f0f0 url(/html/assets/prodCategory_bg.png) 0px -33px no-repeat;
    width:946px; /*because the bg image has that width and the bg color is visible wider than the image badly */
    padding-top:5px;
    border-radius:0px 0px 7px 7px;/*TODO use image bg for IE*/
}
dl.contacts > dd {
	overflow:auto;
}
.view_icons a{
    /* background:url(/html/assets/list_bg.jpg) left no-repeat;  */ /* TODO nice png, maybe striped like the buttons */
    background: no-repeat 8px 9px;
    padding: 6px 6px 6px 20px;
}
.view_icons a.linkToSelf{
    /* background:url(/html/assets/list_bg.jpg) left no-repeat;  */ /* TODO nice png, maybe striped like the buttons */
    border-radius: 7px;
    cursor: default;
    text-decoration:none;
    background-color:#CCCCCC;
    *background-color:transparent;
}
.view_icons > a:first-child
{
    background-image: url("/html/assets/category-icon.png");
    *background-image:none;
}
.view_icons > a:first-child + a
{
    background-image: url("/html/assets/list-icon.png");
    *background-image:none;
}
div.product > div, div.buy > div {
    float:left;
    margin:5px 0px 0px 10px;
    width:300px;
}
div.product >div img {
    float:left;
    margin:10px 10px 10px 5px;
}
div.product >div ul {
    list-style-type:disc;
    margin-left:110px;
    margin-top:10px;
}
div.buy {
    padding:5px 0px 65px;
    margin-left:12px;
    clear:both;
}
div.buy > div > select {
    margin-bottom:5px;
}
div.quickCompare {
    padding:3px 0px 5px 22px;
    margin-top:5px;
    background-color:#f1f0f0;
    border-top:1px solid white;
    border-radius:0px 0px 7px 7px;
}
div.quickCompare dl.expand_list dt{
	cursor:pointer;
	color:#517d19;
}
div.quickCompare table {
    margin:5px 0px;
    border-collapse:collapse;
}
div.quickCompare table thead {
    background-color:#a4ce3d;
    font-weight:bold;
}
div.quickCompare table td, div.quickCompare table th{
    border:1px solid #cccccc;
}
div.quickCompare table td{
    text-align:center;
}
div.quickCompare table tr > td:first-child {
    text-align:left;
}
div.quickCompare table colgroup.qcFeature {
    width:200px;
}
div.quickCompare table colgroup.qcProduct {
    width:150px;
}
ul.products-details li {
    border-top:1px solid #CCCCCC;
    clear:both;
}
ul.products-details li div p {
    margin:5px 0px;
}
ul.products-details li div {
    float:left;
    margin-top:10px;
    height:113px;
}
ul.products-details li > div {
    width:375px;
    margin-right:20px;
}
ul.products-details li > div:first-child img {
    float:left;
    margin:0px 20px 10px 10px;
}
ul.products-details li > div + div{
    margin-top:10px;
    width: 170px;
}
ul.products-details li > div + div + div{
    width:140px;
}
ul.products-details li > div + div strong{
    line-height:25px;
}
/* style these separately for business if needed using the business silo selector
ul.products-details{
	margin-top:5px;
}
ul.products-details li {
	padding-left:10px;
}
ul.products-details li.recommended {
	border:1px solid;
	background:whitesmoke;
	overflow:hidden;
}
ul.products-details li > div {
	width:400px;
	padding-bottom:10px;
}
ul.products-details li > div + div {
	text-align:center;
}
*/
* html div.cornerBox
{
    background: none #D7D7D7;
}
div.cornerBox,
div.cornerBox > div,
div.cornerBox > div > div,
div.cornerBox > div > div > div
{
    background: url("/html/assets/cornersGray.png") no-repeat left top ;
    padding:10px 12px;
    margin: 0 -12px -20px 0;
    *padding:10px 0 0 24px;
    *margin: 0 0 0 0;
}
div.cornerBox > div
{
    background-position:right top;
    margin:-10px 0 0 -24px;
    *padding:30px 24px 0 0;
}
div.cornerBox > div > div
{
    background-position:left bottom;
    margin:-18px -24px 0 0;
    *padding:0 0 8px 26px;
}
div.cornerBox > div > div > div
{
    background-position:right bottom;
    margin:0 0 -10px -24px;
    *padding:0 0 12px 0px;
    *margin:0px 0px -10px -26px;
}
div.cornerBox > div > div > div > div
{
    background-color: #D7D7D7;
    height:100%;
    margin: 0 -12px 2px 0;
    border: 1px solid transparent;
    *border: 0px;
    *padding:0 1px 0 0;
}
div.cornerBox > div > div > div > div > div
{
    background-color: #D7D7D7;
    height:100%;
    padding: 20px;
    margin:-13px 9px;
    *margin:-12px 9px;
}
div#footer.cornerBox,
div#footer.cornerBox > div,
div#footer.cornerBox > div > div,
div#footer.cornerBox > div > div > div
{
    background-image: url("/html/assets/footerCorners.png");
	width:961px;
}
#lia-body .MinimumWidthContainer .lia-content {width: 971px;}
div#footer.cornerBox > div > div > div > div,
div#footer.cornerBox > div > div > div > div > div
{
    background-color: #888888;
}
div#footer.cornerBox > div > div > div > div > div
{
    /*padding:13px 5px;*/
}



div.cornerBox.grayGradient,
div.cornerBox.grayGradient > div,
div.cornerBox.grayGradient > div > div,
div.cornerBox.grayGradient > div > div > div
{
	background-image: url("/html/assets/cornersGradient.png");
}
div.cornerBox.grayGradient > div > div > div > div,
div.cornerBox.grayGradient > div > div > div > div > div
{
	background:url("/html/assets/vertical.png") repeat-x 0 0 #e8e8e8;
}
div.cornerBox.grayGradient > div > div > div > div
{
	background-position:0 -12px;
}




div.cornerBox.blueGradient,
div.cornerBox.blueGradient > div,
div.cornerBox.blueGradient > div > div,
div.cornerBox.blueGradient > div > div > div
{
	background-image: url("/html/assets/cornersBlue.png");
}

div.cornerBox.blueGradient > div > div > div > div,
div.cornerBox.blueGradient > div > div > div > div > div
{
	background-image: url("/html/assets/verticalBlueGradient.png");
	background:url("/html/assets/verticalBlueGradient.png") repeat-x 0 0 #35a8ce;
}
div.cornerBox.blueGradient > div > div > div > div
{
	background-position:0 -12px;
}














div.address {
	margin-bottom:15px;
}
ul.locations {
	margin:0px 0px 0px 10px;
	list-style:none;
}
div.map {
	float:right;
	margin-right:10px;
}
dl.contacts dt {
	clear:both;
}
dl.contacts > dd > div {
	float:left;
	width:300px;
	margin-left:10px;
}
dl.contacts > dd > div > h5 {
	font-size:16px;
	font-weight:bold;
	color:#517d19;
	margin-top:20px;
}
dl.contacts > dd > div > h5:first-child {
	margin-top:0px;
}
dl.contacts > dd > div > h6 {
	font-weight:bold;
}
dl.contacts > dd > div > p {
	margin-bottom:10px;
}

/********** modal form popups section ************************/
div.error {
  width:180px;
  background-color:#FFFE36;
  border:1px solid #E1E16D;
  padding:4px 10px;
  color:red;
  display:none;
  border-radius:5px;
  z-index:10000;
}

div.error p {
  margin: 0px;
  font-size:11px;
}

div.error em {
  display:block;
  width:0;
  height:0;
  border:10px solid;
  border-color:#FFFE36 transparent transparent;
  position:absolute;
  bottom:-20px;
}

form.__webroot_popup {
  border-top:1px solid #517d19;
  margin-top:10px;
  margin-bottom:0px;
}

form.__webroot_popup fieldset {
  margin:20px 0px;
  width:415px;
  text-align:right;
  display:block;
}

form.__webroot_popup p.instructions{
  font-size:11px;
  color:gray;
  font-style:italic;
  margin-left:10px;
}

form.__webroot_popup .required {
  color: red;
}

form.__webroot_popup fieldset label {
  font-size:12px;
  margin-bottom:5px;
  display:block;
}

form.__webroot_popup fieldset input, form.__webroot_popup fieldset select, form.__webroot_popup fieldset textarea  {
  margin-left: 8px;
}

form.__webroot_popup fieldset input, form.__webroot_popup fieldset textarea {
  width: 248px;
}

form.__webroot_popup fieldset select {
  width: 252px;
}

div.__webroot_popup {
  display: none;
  width:612px;
}

a.close {
  position:absolute;
  margin: 6px 8px 0px 0px;
  display:block;
  background: url(/html/assets/thickboxSprite.gif) 50% top;
  width:21px;
  height:21px;
  cursor:pointer;
  right:5px;
}
div.cornerBox a.close{
  margin-top:-9px;
  *right:-6px;
}
div.__webroot_popup a.close{
	right:0px;
}
div.x__webroot_popup div.formContentWrapper {
  margin: 5px;
}
div.formContentWrapper h5 {
	font:20px "Neo Sans Regular",Arial,Sans-serif;
	color:#363636;
	margin-bottom:10px;
}
div.selection-bar {
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D7D7D7', endColorstr='#E7E7E7'); /* for IE */
  /*background: -webkit-gradient(linear, left top, left bottom, from(#D7D7D7), to(#F7F7F7)); /* for webkit browsers */
  /*background: -moz-linear-gradient(top,  #D7D7D7,  #E7E7E7); /* for firefox 3.6+ */
  overflow:auto;
}
.selection-bar > div {
	float:left;
	width: 210px;
	padding:5px;
}
.selection-bar > div h6 {
	font: bold 14px Helvetica, Arial, sans-serif;
	color: #517D19;
	margin-bottom:5px;
}
table.compare-products colgroup.product {
	width:150px;
}

table.compare-products {
  border-width: 1px;
  border-spacing: 2px;
  border-style: solid;
  border-color: #D7D7D7;
  border-collapse: collapse;
  padding: 5px;
  width:100%;
}
table.compare-products td {
	text-align:center;
}
table.compare-products td:first-child {
	text-align:left;
	padding-left:5px;
}
table.compare-products th {
	background-color: #A4CE3E;
	border-color: #D7D7D7;
	border-style: inset;
	border-width: 1px;
	color: #FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:5px 0px;

}
table.compare-products td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #D7D7D7;
}
td.compare-product-category {
  background-color: #cfcec9;
  font-weight:bold;
  text-transform:uppercase;
}
span.footnote {
	font-size:10px;
}
div.freeScan.cornerBox {
	width:190px;
	float:right;
	*width:175px;
}
div.freeScan.cornerBox >div >div >div >div >div {
	padding:10px 5px;
}

div.supportTktInstructions {
	width:310px;
	float:right;
	margin-top:65px;
	font-size:11px;
}
div.supportTktInstructions div.cornerBox {
	margin-top:5px;
}
div.supportTktInstructions div.cornerBox >div >div >div >div >div {
	padding:5px;
}
div.supportTktInstructions h6{
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}
div.formResponse.cornerBox {
	width:400px;
}
div.callToAction {
	margin-top:10px;
	text-align:center;
}

/* Additional Global Nav CSS - Added November 2012 */
div#webrootHeader
{
    border-top:7px solid #A0CF67;
    border-bottom:9px solid #A0CF67;
}

body
{
    padding:0;
}

div#document div#footer,
div#webrootHeader,
div#document div#footer,
div#webrootHeader
{
	/*width:auto;*/
	position:static;
	background-color: #FFFFFF;
}
div#contentWrapInner
{
    background:none;
}

/* Hiding the background */
/*body,
body div.subnavGradientTop,
body div#contentWrap,
body div.contentBottom,
body div#contentWrapInner 
{
    background:none;
}
body
{
    background-color:#ffffff;
}*/
body div#contentWrap
{
    width:1007px;
}
/* Stop Hiding the background*/


/* Top Nav */

body div.topWigits a,
body div.topWigits a:visited
{
    border-left: medium none;
    border-right: medium none;
    color: #81AB4F;
    font: 400 11px tahoma,arial,sans-serif;
    margin: 0;
    padding:0 17px 0;
    text-transform: uppercase;
    vertical-align:top;
    line-height:24px;
}

body div.topWigits a.localSelector
{
    background: url("//www.webroot.com/shared/images/tc0-business/downArrow.gif") no-repeat scroll right 4px transparent;
    padding-right: 12px;
	/*line-height:27px;*/
}

body div.topWigits
{
    padding:0;
}

body div.topWigits > img
{
    margin:0px 0 0 16px;
	cursor:pointer;
}


body form.siteSearch
{
	border-left:none;
}

/* Site Search */
/* 
form.siteSearch
{
    border-left: 1px solid #CFCFC8;
    line-height: 0;
    margin: 0;
    padding:4px 11px 4px 16px;
    top: 2px;
}
*/
form.siteSearch span
{
	background:url(//www.webroot.com/shared/images/searchDisplay.png) no-repeat scroll 0 0 transparent;
	padding:6px 0 9px 8px;
}

form.siteSearch input.searchString
{
	background:transparent;
	border:none;
	line-height:11px;
	color:#999;
	width:126px;
}

form.siteSearch input.submit
{
	background:transparent;
	border:none;
	line-height:11px;
	padding:5px 24px 5px 0;
	cursor:pointer;

	width:33px;
	height:26px;
}

body div#localNav
{
    background-color:#FCFCFC;
    border-color:#D8D8D8;
    border-radius:5px;
}
body div#localNav a {line-height:14px;}
body div#localNav a:hover
{
    background:none;
}

body ul.mainNav {
    margin: 0 0 -12px;
    padding: 0;
}
body ul.mainNav > li
{
    border-bottom:1px solid #f0f0f0;
    margin: 0;
    padding:0 14px 9px;
}
body ul.mainNav > li.first
{
    margin:0;
    padding-left:0;
}
body ul.mainNav > li.last
body ul.mainNav > li.last
{
    margin:0;
    padding-right:0;
}
body ul.mainNav > li > a,
body ul.mainNav > li > a:visited
{
    background: none repeat scroll 0 0 transparent;
    margin: 0;
    padding:4px 6px;
	font:400 14px/69px "Open Sans Regular",Arial,Helvetica,sans-serif;
	color:#000;
	position:relative;
	z-index:1;
}
body ul.mainNav > li > a:hover,
body ul.mainNav > li > a.highlighted
{
    background-color:#f6f6f6;
}
body ul.mainNav > li > a.linkToSelf
{
    border-bottom:7px solid #F0F0F0;
}
body ul.mainNav > li > a.linkToSelf:hover
{
    border-bottom:3px solid #f6f6f6;
}
body ul.mainNav > li > a > span,
body ul.mainNav > li > a > span.capped
{
	background:none;
    margin:0;
    padding:0;
	border:none;
}
body ul.mainNav > li > a > span.leftCap,
body ul.mainNav > li > a > span.rightCap
{
	display:none;
}

body ul.mainNavDropdown > li > h3:first-child
{
    margin:0 0 5px;
}
body ul.mainNavDropdown > li > h3
{
    margin:9px 0 5px;
}
/*body ul.mainNavDropdown > li > h3 > a
{
    font:400 14px "Open Sans Regular";
}*/
body ul.mainNavDropdown
{
    background-color: #FAFAFA;
    border: 1px solid #f0f0f0;
    border-radius: 3px 3px 3px 3px;
    box-shadow: none;
    padding: 10px 0;
    position: absolute;
    top: -1000px;
    z-index: 100000;
    margin:5px 0;
}
body div.subnavGradientTop
{
	display:none;
}

/* End Top Nav */

div#localNav
{
	position:absolute;
	top:-1000px;
	background:#e7e6e5;
	z-index:100;
	text-align:left;
	border-top:1px solid transparent;
	border-left:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
}
div#localNav a
{
	display:block;
	padding:5px 10px 5px 10px;
	border:none;
	font-size:11px;
}

div#localNav a:hover
{
	background-color:#FFF;
}

	ul.mainNavDropdown
	{
		background-color: #EDF0DF;
		border: 2px solid #FFFFFF;
		border-radius:3px;
		box-shadow: 0 0 4px #BBBBBB;
		padding:10px 0;
		position:absolute;
		z-index:100000;
		top:-1000px;
	}
	ul.mainNavDropdown > li
	{
		border-left: 1px solid #ddd;
		float: left;

		padding:0 15px;
	}
	ul.mainNavDropdown > li:first-child
	{
		border-left:none;
	}
	ul.mainNavDropdown > li > a,
	ul.mainNavDropdown > li > h3 > a
	{
		display: block;
		background: url("//www.webroot.com/shared/images/navigationArrows.png") no-repeat scroll -3px 4px transparent;
		/*font: 400 12px Arial;*/
		padding: 1px 0 1px 11px;
		margin: 0 0 0 17px;
		text-align:left;
	}
	ul.mainNavDropdown > li > h3
	{
		color:#444;
		font:400 14px "Neo Sans Bold";
		margin:20px 0 5px 0;

		background:none;
	}
	ul.mainNavDropdown > li > h3 > a
	{
		color:#444;
		/*font:400 14px "Neo Sans Bold";*/
		font-size:14px;
		font-family:Arial;
		margin:15px 0 5px 0;

		padding:0 0 0 15px;
		background-position:0 6px;
	}
	ul.mainNavDropdown > li > h3:first-child,
	ul.mainNavDropdown > li > h3 > a:first-child
	{
		margin:0 0 5px 0;
	}
	
/* Footer */
div#footer.cornerBox > div > div > div > div,
div#footer.cornerBox > div > div > div > div > div,
div.cornerBox > div > div > div > div
{
    background-color:transparent;
}
		
div#footer.cornerBox > div > div > div > div > div
{
    /*padding:13px 0px 0px 0px;*/
}
div#footer.cornerBox,
div#footer.cornerBox > div,
div#footer.cornerBox > div > div,
div#footer.cornerBox > div > div > div
{
    background-image:none;
}
div#footer
{
    background-color:#f5f5f5;
    border-top:1px solid #DDDDDD;
}
div#footer ul
{
    margin:2px 10px 20px 20px;
}
div#footer ul li:first-child a
{
    color:#333333;
}
div#footer ul li a
{
    color:#333333;
}
div#footer p.copyright
{
    color:#333333;
    /*padding:10px 0px 10px 0px;*/
    border-top:1px solid #cccccc;
    /*margin:20px 10px 0 10px;*/
}
div#footer ul.topLinks
{
    padding:10px 10px 10px 10px;
    margin:-27px 0 0;
}

div#footer .at300bs{float:right;margin-right:5px;}
/* End Footer *