@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; 
}

#main_content {
	float: right;
	width: 700px;
}

#main_content a {
	text-decoration:underline;
}

#main_content a:visited {
	text-decoration:underline;
}

#main_content a:hover {
	text-decoration:none;
}

#main_content p, #main_content ul, #main_content ol {
	margin-bottom: 15px;
	line-height: 1.4em;
}

#main_content ul,ol{
	margin-left:30px;
}

#footer {
	margin-top: 25px;
	padding: 15px 0 0 220px;
	color: #6b6a6a;
	text-align: center;
	font-size: 11px;
	border-top: 2px solid #ededed;
	clear: both;
}
#footer a {
	color: #6b6a6a;
}

#footer .boiler-plate {
	margin:8px 0 0 0;
}

#left {
	width: 220px;
}

#header #logo a img {
	border: 0;
}
#logo {
	margin: 6px 0 0 -1px;
}
/******** NAV *********/
#left #nav {
	border: 2px solid #cacaca;
	margin: 0 0 10px 0;
}
#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: #0e98cc;
	padding: 8px 0 0 16px;
	min-height: 22px;
	text-decoration: none;
}
#left #nav > ul > li > a {
	background: #04aceb;
	color: #ffffff;
}
#left #nav li.wcactive > a,
#left #nav a.active {
	font-weight: bold;
}
#left #nav > ul > li > a:hover,
#left #nav > ul > li > a.active,
#left #nav > ul > li.wcactive > a {
	color: #0e67ab;
	background: #f3c05c;
}
#left #nav ul ul a:hover {
	text-decoration: underline;
}
#left #nav ul ul {
	background-color: #F0EFEF;
}
#left #nav > ul > li > ul {
	padding: 5px 0 0;
}
#left #nav ul ul a {
	padding: 0 0 6px 22px;
	min-height: 16px;
	font-weight: normal;
}
#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 #c9c9c9;
	font-size: 13px;
	font-weight: bold;
	color: #04aceb;
	text-align: center;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;

}

#estimate span {
	font-size: 26px;
}

#estimate a, #estimate a:visited {
	color: #04aceb;
	text-decoration:none;
}

#estimate a:hover {
	text-decoration:none;
	color: #0493c9;
}

#estimate .underline {
	text-decoration:underline;
	display:inline;
}

.online {
	font-size:18px;
	text-align:center;
	color:#0371A4;
}
#left input, textarea{
	font-size:10pt;
	float: right;
}
.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 0 0 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(../images/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;
}

/*** 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;
}

#main-contact td {
    padding: 6px;
}

table#opinion td {
    padding: 5px;
    vertical-align: top;
}

.testimonials p {
    padding: 0 0 8px;
}
#flashcontent {
    margin-left: 20px;
}
.border h3 {
    margin: 12px 0 0 10px;
}
.popupimagetext p {
    margin: 10px 0;
}
#main-contact td {
    padding: 6px;
}
#tabs ul {
    overflow: hidden;
}
#city-scroll {
    background-color: #FFFFFF;
}
#home-footer {
    margin: 15px auto;
    text-align: center;
    width: 700px;
}
#main_content ol, #main_content ul {
    overflow: hidden;
    padding: 0 0 0 30px;
}
#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: #04aceb;
	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: #04aceb;
}

#estimate-open a:hover {
	color: #0493c9;
}

#estimate-open #open-containter {
	padding: 28px 0 0 98px;
}

#reviews {
    background-color: #F3F3F3;
    border: 1px solid #E0E0E0;
    clear: both;
    margin-bottom: 20px;
    padding: 8px;
}
#review-comments {
    float: right;
    width: 520px;
}

#youtubeVideoWrapper {
    border: 1px solid #CCCCCC;
    margin-top: 10px;
    overflow: hidden;
}

.youtubeVideoHeader {
	background: none repeat scroll 0 0 #EFEFEF;
    border-bottom: 1px solid #CCCCCC;
    color: #4A4A4A;
    display: block;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 0;
    text-align: center;
}

.youtubeVideo {
padding-left: 10px;
}

.youtubeVideoShowAll {
    background-color: #EFEFEF;
    border-top: 1px solid #CCCCCC;
    height: 25px;
    overflow: hidden;
    width: 100%;
	padding-top: 3px;
}

.youtubeVideoShowAll a {
padding-left: 5px;
}

.newstop {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #D9D9D9;
    color: #4A4A4A;
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    padding: 5px 0;
	text-align: center;
}

.newsbox {
    background-color: #FFFFFF;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    padding: 8px 12px;
}

#map-table td {
    padding: 15px;
    border: 1px solid #ccc;
}

.headers .text {
background: #04aceb !important;
}


