@charset "utf-8";
/* CSS Document */

html {
       overflow-y: scroll;
}

*, html {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/layout/body-bg.png) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1b1b1b;
}

h1, h2, h3, h4 {
	margin-bottom: 12px;
}
h1 {
	font-size: 20px;
}

h2 {
	font-size: 15px;
	font-style:italic;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
}

#header{
	margin-bottom:20px;	
}
/**inside silo header images**/
.headers {
	margin-right:0; 
}


#footer {
    border-top: 2px solid #EDEDED;
    clear: both;
    color: #6B6A6A;
    font-size: 11px;
    margin-top: 25px;
    padding: 15px 0 0;
    text-align: center;
}
#footer a {
	color: #6b6a6a;
}

#footer .boiler-plate {
	margin:8px 0 0 0;
}

#left {
	width: 220px;
}

#header #logo a img {
	border: 0;
}
#logo {
	margin: 10px 0 0 -18px;
}


/******** NAV *********/
#left #nav {
	color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    margin: 10px -1px;
}
}
#left #nav li {
	list-style: none;
}
#left #nav > ul > li {
	margin-top: 2px;
	font-weight: bold;
}
#left #nav > ul > li:first-child {
	margin: 0;
}
#left #nav a {
	display: block;
	color: #fff;
	padding: 8px 0 0 16px;
	min-height: 22px;
	text-decoration: none;
	background: #0085B3;
}

#left #nav > ul > li > a {
	background: #0085B3;
	
	
}

#left #nav #active ul li a {
    background: none repeat scroll 0 0 #D9F2FB;
    color: #0085B3;
    font-weight: normal;
    padding-left: 10px;
}



#left #nav li.wcactive > a,
#left #nav a.active {
	background: none repeat scroll 0 0 #A8E8FF;
}


#left #nav > ul > li > a:hover,
#left #nav > ul > li > a.active,
#left #nav > ul > li.wcactive > a {
	color: #fff;
	background: #009DD3;
}
#left #nav ul ul a:hover {
	background: none repeat scroll 0 0 #A8E8FF;
}

#left #nav ul ul {
    border-bottom: 1px solid #FFFFFF;
    border-color: #FFFFFF;
    border-top: 1px solid #FFFFFF;
}


#left #nav ul ul a {
    background: none repeat scroll 0 0 #D9F2FB;
    border-bottom: 1px solid #FFFFFF;
    color: #0085B3;
    font-weight: normal;
    min-height: 16px;
    padding: 4px 16px;
}

#left #nav ul ul ul a {
	padding-left: 32px;
}
#left #nav ul ul ul ul a {
	padding-left: 42px;
}

#left #nav ul ul li.wchild a {
	background: #F0EFEF url(/images/layout/nav-arrow-r.gif) no-repeat 11px 3px;
}
#left #nav ul ul li.wcactive > a {
	background: #F0EFEF url(/images/layout/nav-arrow-d.gif) no-repeat 9px 4px;
}
#left #nav ul ul ul li.wchild a {
	background: #F0EFEF url(/images/layout/nav-arrow-r.gif) no-repeat 21px 3px;
}
#left #nav ul ul ul li.wcactive > a {
	background: #F0EFEF url(/images/layout/nav-arrow-d.gif) no-repeat 19px 4px;
	padding-bottom: 4px;
}
/****** END NAV ********/


.addthis_default_style {
    height: 20px;
}

/* estimate styles below */

#estimate {
	margin: 7px 0 20px 20px;
	width: 302px;
	float: right;
	background-color:#F7F7F7;
	height: 60px;
	border: solid 1px #A8CFEE;
	font-size: 13px;
	font-weight: bold;
	color: #3B9ECC;
	text-align: center;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;

}

#estimate span {
	font-size: 26px;
}

#estimate a, #estimate a:visited {
	color: #3B9ECC;
	text-decoration:none;
}

#estimate a:hover {
	text-decoration:none;
	color: #2064c3;
}

#estimate .underline {
	text-decoration:underline;
	display:inline;
}

.online {
	font-size:18px;
	text-align:center;
	color:#0371A4;
}

.img-right {
	margin: 0 0 10px 10px;
	float: right;
}

.img-left {
	margin: 0 10px 10px 0;
	float: left;
}

.clear {
 clear:both;
 }

.cities-title {
	font-weight:bold;
    font-size: 12px;
	margin:1px 1px 7px 1px;
	padding: 4px 0;
	color:#808080;
	display:block;
	background-color:#FFF;
	border-bottom: 1px solid #d1d1d1;
}

/* table#breakout styles below */

table#breakout {
	background-color:#daeffe;
	border:1px solid #ccc;
	padding:8px;

}

table#breakout td {
	vertical-align:top;
}

table#breakout h2 {
		  color: #FFFFFF;
		  margin:5px 0;
}

table#breakout ul {
		  margin-top:10px;
}

table#breakout ul li {
		  margin-bottom:10px;
}

/* table#quad styles below */

table#quad {
	cellpadding:5px;
	background-color:#daeffe;
	border: 1px solid #CCCCCC;
	margin-bottom:10px;
}

table#quad td {
	vertical-align:top;
}

table#quad p {
	margin-left:10px;
	margin-right:10px;
}

table#quad li {
	margin-right:10px;
}

table#quad h3 {
	margin-left:10px;
	margin-right:10px;
	color: #005f99;
}


/* table#service styles below */

table#service {
	width:100%;
	border:0;
}

table#service td {
	padding: 5px;
		background-color:#cbe3f8;
}

.border {
	border:1px solid #ccc
}

#servcapsule {
	margin:10px 0px;
	background-color:#ededed;
	border: 1px solid #d1d1d1;
	width: 220px;
}

#servcapsule img{
	margin-bottom:10px;
}


#triggers img {
-moz-border-radius:4px 4px 4px 4px;
background-color:#FFFFFF;
border:1px solid #CCCCCC;
cursor:pointer;
margin:0 5px;
padding:2px;
margin-left: -3px
}

#triggers table td {
text-align: center;
font-weight: bold;
width:152px;
}

/* ---------- Larry's Sign-up form  */

#td-signup-wrap {
	border: 1px solid #d7dfca;
	width: 258px;
	float: right;
	margin: 20px 0 5px 10px;
}
#td-signup {
	border: 5px solid #ccc;
	background: url(/core/images/toolbox/td-signup-header.jpg) no-repeat 50% 1px;
	padding: 142px 0 0;
	font-size: 12px;
	color: #4b4b4b;
}
#td-signup .subhead {
  display: block;
  background: #d8e8fd;
  padding: 2px 7px;
  margin: 0 1px 8px;
  font-size: 11px;
}

#td-signup table {
	width: 100%;
	margin: 0 0 3px;
	padding: 0 7px;
}
#td-signup p,
#td-signup .submit {
padding: 0 7px;
}

#td-signup table.signup-text td {
	padding: 0 0 2px;
}
#td-signup table.signup-text td.input {
	padding-right: 0;
	text-align: right;
}
#td-signup table.signup-text td input {
	font-size: 12px;
	padding: 1px 2px;
	width: 150px;
	border: 1px solid #d4d4d4;
}
#td-signup table.signup-radio td {
	padding: 0 3px 5px 0;
}
#td-signup p {
	line-height: 14px;
	margin: 0 0 8px;
}
#td-signup p input {
	width: 230px;
	margin-top: 3px;
	padding: 1px 2px;
	font-size: 12px;
	border: 1px solid #d4d4d4;
}
#td-signup .submit {
	text-align: center;
	margin-bottom: 7px;
}

#smart-buy-body {
		width: 550px;
		border:0px;
		float:left;
		margin-left: 50px;
		color: #464646;
}

#smart-buy-body h2 {
	font-size: 16pt;
	color: #06a326;
	font-weight:bold;
	line-height: 115%;
	}

#smart-buy-body li {
	color:#464646;
	}

#smart-buy-body li {
	margin-left:10px;
	margin-bottom:8px;
	}
	

#city-scroll {
	background-color:#FFF;
	text-align:left;
	width: 200px;
	margin-bottom:10px;
}

.service-area-cta {
	margin:0 0 10px 0;
}

.contact-page-phone {
    line-height: 1.3;
}

#credibility{
width:220px;
padding:10px 0 0;
margin-bottom:10px;
}

/*** tweaks ***/
.product-gallery{
	margin-bottom:20px;	
}

.bread-crumbs {
	clear: both;
	padding:4px 10px 6px;
	background-color:#eeeeee;
	color:#004278;
	width:680px;
	font: normal 11px/18px Tahoma, Geneva, sans-serif;
	margin:0 0 10px;
}
#breadcrumbs {
	margin: 0 !important;
}

.home-splash {
	margin: 0 0 10px;
}

#cse-wrap {
	overflow: hidden;
	margin: 8px 0 5px;
}

#cse-wrap #searchbox {
	height: 20px;
	float: left;
	padding: 0px 0 0 2px;
	width: 143px;
	line-height: 13px;
	margin-right: 5px;
}

table#opinion td {
    padding: 5px;
    vertical-align: top;
}


.testimonials{
    margin: 8px;
}

.testimonials p {
    padding: 0 0 8px;
}

.
#flashcontent {
    margin-left: 20px;
}
.border h3 {
    margin: 12px 0 0 10px;
}
.popupimagetext p {
    margin: 10px 0;
}

#tabs ul {
    overflow: hidden;
}
#city-scroll {
    background-color: #FFFFFF;
}
#home-footer {
    margin: 15px auto;
    text-align: center;
    width: 700px;
}



/****** MAIN CONTENT STARTS ********/


#main_content ol, #main_content ul {
    overflow: hidden;
    padding: 0 0 0 30px;
}


#main_content {
	float: right;
	width: 700px;
}


#main_content a {
    color: #669900;
    text-decoration: underline;
}
#main_content a:visited {
    color: #669933;
    text-decoration: underline;
}
#main_content a:hover {
    color: #0DB1EA;
    text-decoration: none;
}
#main_content p, #main_content ul, #main_content ol {
    line-height: 1.4em;
    margin-bottom: 15px;
}
#main_content ul li, #main_content ol li {
    margin: 0 0 3px 25px;
}

#main_content #splash {
    background: url("../images/helping-bg.jpg") no-repeat scroll right top transparent;
    margin-bottom: 15px;
}
#main_content .right-breakout {
    background: none repeat scroll 0 0 #EBF7AC;
    float: right;
    font-size: 13px;
    margin: 0 0 0 10px;
    padding: 14px;
    width: 210px;
}
#main_content .right-breakout-small {
    float: right;
    font-size: 13px;
    margin: 0 0 0 10px;
    padding: 15px 20px;
    width: 80px;
}
#main_content .right-img {
    padding: 10px 0;
}
#main_content .right-breakout span {
    color: #0371A4;
    display: block;
    font-weight: bold;
    margin-bottom: 12px;
}
#main_content .right-breakout ul {
    margin: 0;
}
#main_content .right-breakout ul li {
    margin: 0 0 0 20px;
}
#main_content #int-content {
    width: 380px;
}
#main_content #about-content {
    width: 315px;
}
#main_content #side-images {
    float: right;
    padding-right: 10px;
    text-align: right;
    width: 240px;
}
#main_content #about-side-images {
    float: right;
    padding-right: 5px;
    text-align: right;
    width: 310px;
}
#main_content #side-images img, #right #about-side-images img {
    border: 1px solid #D7E9F3;
    margin-bottom: 10px;
}
#main_content ol#screening li, .blue-bold {
    color: #1C3F95;
    font-weight: bold;
}
#main_content ol#screening li p {
    color: #000000;
    font-weight: normal;
    margin-bottom: 10px;
}
#main_content #contact {
    background: none repeat scroll 0 0 #F0F8FE;
    border: 2px solid #EDEDED;
    padding-bottom: 15px;
}
#main_content #contact h2 {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 2px solid #EDEDED;
    padding: 12px 0;
}
#main_content #contact table {
    margin: 0 auto;
    width: 420px;
}
#main_content #contact table td {
    line-height: 16px;
    padding-bottom: 6px;
    text-align: left;
}
#contact input, #contact textarea {
    padding: 2px 4px;
}
#main_content #contact input.name {
    width: 233px;
}
#main_content #contact input.address {
    width: 397px;
}
#main_content #contact input.address2 {
    width: 112px;
}
#main_content #contact input.phone {
    width: 444px;
}
#main_content #contact input.email {
    width: 451px;
}
#main_content #contact button.submit {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
}
#main_content #contact textarea.comment {
    width: 392px;
}



/****** MAIN CONTENT ENDS  ********/




#items a {
    text-decoration: none;
}
.border h3, .bg h3 {
    margin-left: 10px;
}
#table-gallery a {
    text-decoration: none;
}

.popuptext p {
margin-bottom: 5px;
}

#estimate-open {
    background-image: url("/images/layout/open-sign-clean.png");
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    height: 78px;
    margin-top: -3px;
    width: 361px;
	color: #08B2E6;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
}

#estimate-open p {
    font-size: 15px;
}

#estimate-open span {
    font-size: 20px;
}

#estimate-open a {
	color: #08B2E6;
}

#estimate-open a:hover {
	color: #0E6EAE;
}

#estimate-open #open-containter {
	padding: 28px 0 0 98px;
}

/*****widget is updated********/
.blog_border{
	 margin-bottom:10px;
	padding:10px;
}


.sidebar-widget {
    background-color: #FFFFFF;
    border: 1px solid #D1D1D1;
    margin-bottom: 10px;
    width: 220px;
}

.sidebar-widget .title {
    background-color: #EDEDED;
    border-bottom: 1px solid #D1D1D1;
    color: #888888;
    font-weight: bold;
    padding: 10px;
}

/*****widget is updated********/

.headers .text {
    background-color: #0085B3 !important;
}

#main-list ul {
margin: 10px;
}

ul.main-list li {
    background: url("/images/list-button.png") no-repeat scroll 0 0 transparent
}


.left-contact-us {
	background: #009DD3;
	margin-bottom:5px;
	display: block;
	height: 67px;
	width: 222px;
}

.left-contact-us a {
	display: block;
	text-decoration: none;
}


.left-contact-us span {
    bottom: 5px;
    color: #FFFFFF;
    font-size: 22px;
	top:8px;
    left: 12px;
    position: relative;
}

.left-contact-us a:hover img {
	visibility: hidden;
}
