@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
}

a img {
	border:none;
	
	}

*, html {
	padding: 0;
	margin: 0;
}
body {
	font: 13px/18px Verdana,Geneva,sans-serif;
	color: #575f5f;
	background: #fff url(../images/layout/site-bg.png) repeat-x top;
}

/* Default Content Styles ----------------------------------------- */

h1, h2, h3 {
	color: #35688B;
	margin:0 0 10px 0;
}
h1 {
	font-size:20px;
	line-height:24px;
}

h2 {
	font-size: 18px;
	color: #2282c2;
}
h3 {
	font-size: 16px;
	color: #6C99C8;
}
p {
	margin: 0 0 12px;
}
a {
	color: #0E56A0;
}
a:visited {
	color: #486482;
}
a:hover {
	color: #2783E3;
}
a img {
	border: none;
}
.wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 10px 20px 0;
	width: 960px;
}

.clear {
	clear:both;
}

/* Header ----------------------------------------- */

.social {
	float: right;
	width: 520px;
	padding: 0 5px 0 0;
}
.top-contact {
	float: right;
	clear: right;
	position: relative;
	width: 520px;
	height: 91px;
	border: 2px solid #CCC;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.logo {
	width: 240px;
	padding: 0 0 0 5px;
}
.search-bar {
	clear: both;
}

/* Home Splash ----------------------------------------- */

.splash-slideshow {
	float: left;
	width: 578px;
	margin: 0 30px 20px 5px;
}
#slideshow {
	width: 590px;
}
.splash-callout {
	float: left;
	width: 345px;
}
.cred-bar {
	clear: both;
	width: 707px;
	float: right;
	overflow: hidden;
}
.home-testimonial {
	clear: right;
	float: right;
	clear: both;
	width: 220px;
	margin: 0 0 20px 0;
	background: url(../images/layout/home-testimonial-bg.png) no-repeat top left;
}
.home-testimonial .title {
	padding: 12px 0 0 52px;
	margin: 0 0 15px;
	font: normal 20px/22px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #087775;
}
.home-testimonial .txt,
.home-testimonial .author,
.home-testimonial .more {
	font: normal 12px/15px Tahoma, Geneva, sans-serif;
	color: #575f5f;
	margin: 0 0 12px;
}
.why-choose-us {
	float: right;
	background: #f7f7f7;
	width: 450px;
	padding: 12px 0 12px 16px;
	margin: 0 20px 20px 0;
	border: 1px solid #dedede;
	color: #087775;
}
.why-choose-us .title {
	font: normal 25px/29px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	display: block;
	margin: 0 0 10px;
}
.why-choose-us ul {
	display: block;
	float: left;
	width: 180px;
	padding: 0 0 0 15px;
	font: normal 16px/30px Tahoma, Geneva, sans-serif;
}

/* Interior Testimonials ----------------------------------------- */
.int-testimonial {
	margin: 0 0 12px;
	padding: 10px 0 0;
	border-top: 1px dashed #ccc;
}
.int-testimonial .preview {
	margin: 0 0 10px;
}
.int-testimonial .author {
	font-style: italic;
	font-size: 12px;
}
.int-testimonial a.nav {
	padding: 0;
}


/* Content Wrap ----------------------------------------- */

.content {
	float: right;
	width: 700px;
	overflow: hidden;
	clear: both;
}
.content ul,
.content ol {
	overflow: hidden;
	padding: 0 0 0 30px;
}

/* Sidebar ----------------------------------------- */

.sidebar {
	width: 220px;
	clear: left;
	overflow:hidden;
	padding-left:5px;
}
.sidebar .zip-finder-silo {
	background-image: url(../images/layout/zip-finder-silo-bg.png);
	overflow: hidden;
	height:68px;
	border: 2px solid #bff6f6;
	margin: 0 0 10px 5px;
}
.sidebar .zip-search {
	float: right;
	width: 197px;
	padding: 38px 10px 0 0;
	color: #fff;
	text-transform: uppercase;
	font: normal 18px/20px Tahoma, Geneva, sans-serif;
}
.sidebar .zip-search input {
	float: left;
	font: normal 12px/14px Tahoma, Geneva, sans-serif;
}
.sidebar #zip-q {
	padding: 2px;
	margin: 0 10px 0 0;
	width: 105px;
	border: 1px solid #7d7d7d;
}
.sidebar #zip-search-button {
	padding: 1px 0 0;
}

/* Navigation ----------------------------------------- */

.nav {
	 
}

.nav ul {
	list-style: none;
	font: normal 13px/20px Tahoma, Geneva, sans-serif;
}
.nav li {
	border: 1px solid #dedede;
	margin: 0 0 1px;
}
.nav li a {
	display: block;
	text-decoration: none;
	padding: 4px 0 4px 20px;
	background-color: #eee;
	color: #555;
}
.nav > ul > li > a {
	font-weight:bold;
}
.nav li a:hover {
	background-color: #6C99C8;
	color: #fff;
}
.nav ul ul {
	border-top: 1px solid #dedede;
	display: none;
}
.nav li li {
	margin: 0;
	border: none;
}
.nav li li a {
	padding-left: 30px;
	background: #fff;
}
.nav ul ul ul {
	border: none;
}
.nav li li li a {
	padding-left: 40px;
}
.nav li.wchild > a {
	background-image: url(../images/layout/nav-right-arrow.png);
	background-repeat: no-repeat;
	background-position: 8px 9px;
}
.nav li.wchild > a:hover {
	background-image: url(../images/layout/nav-right-arrow-hover.png);
	background-repeat: no-repeat;
	background-position: 8px 9px;
}
.nav li.wcactive li.wchild > a {
	background-image: url(../images/layout/nav-right-arrow.png);
	background-repeat: no-repeat;
	background-position: 16px 9px;
}
.nav li.wcactive li.wchild > a:hover {
	background-image: url(../images/layout/nav-right-arrow-hover.png);
	background-repeat: no-repeat;
	background-position: 16px 9px;
}
.nav li.wcactive li.wcactive li.wchild > a {
	background-image: url(../images/layout/nav-right-arrow.png);
	background-repeat: no-repeat;
	background-position: 26px 9px;
}
.nav li.wcactive li.wcactive li.wchild > a:hover {
	background-image: url(../images/layout/nav-right-arrow-hover.png);
	background-repeat: no-repeat;
	background-position: 26px 9px;
}
.nav li.wcactive > ul {
	display: inline;
}
.nav li.wcactive a {
	background-image: url(../images/layout/nav-down-arrow.png);
	background-repeat: no-repeat;
	background-position: 5px 11px;
}
.nav li.wcactive li.wcactive a {
	background-image: url(../images/layout/nav-down-arrow.png);
	background-repeat: no-repeat;
	background-position: 14px 11px;
}
.nav li.wcactive li.wcactive li.wcactive a {
	background-image: url(../images/layout/nav-down-arrow.png);
	background-repeat: no-repeat;
	background-position: 22px 11px;
}
.nav li.wcactive li a,
.nav li.wcactive li.wcactive li a,
.nav li.wcactive li.wcactive li.wcactive li a,
.nav li.wcactive li a:hover,
.nav li.wcactive li.wcactive li a:hover,
.nav li.wcactive li.wcactive li.wcactive li a:hover
{
	background-image: none;
}
.nav li.wcactive a:hover {
	background-image: url(../images/layout/nav-down-arrow-hover.png);
	background-repeat: no-repeat;
	background-position: 5px 11px;
}
.nav li.wcactive li.wcactive a:hover {
	background-image: url(../images/layout/nav-down-arrow-hover.png);
	background-repeat: no-repeat;
	background-position: 14px 11px;
}
.nav li.wcactive li.wcactive li.wcactive a:hover {
	background-image: url(../images/layout/nav-down-arrow-hover.png);
	background-repeat: no-repeat;
	background-position: 22px 11px;
}
.nav li.wcactive > a.active,
.nav li.wcactive li.wcactive > a.active,
.nav li.wcactive li.wcactive li.wcactive > a.active {
	background-image: url(../images/layout/nav-down-arrow-hover.png);
}
.nav a.active {
	font-weight:bold;
	color: #EEE;
	background-color: #35688B;
}

.nav li li li li a {
padding-left: 50px;
}


/* sidebar dealer-cta ----------------------------------------- */

.dealer-cta {
	display:block;
	overflow:hidden;
	border:3px solid #c6f2f1;
	background-color:#eefcfc;
	font: normal 18px/20px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#00a7a4;
	text-transform:uppercase;
	margin: 10px 0 0 10px;
	padding:8px 10px;
	text-align:center;
	width:194px;
	height:42px;
	text-decoration:none;
}
.dealer-cta .cta-button {
	display:block;
	color:#ffffff;
	font: bold 10px/12px Tahoma, Geneva, sans-serif;
	border:1px solid #b1f2f1;
	background-color:#60d4d2;
	padding:2px 4px;
	margin:4px 0 0 0;
	text-transform:uppercase;
}
.book_callout  a {
	display: block;
	position: relative;
}
.book_callout {
	background: url(../images/layout/book-callout-over.png) no-repeat top left;
	border: 0px solid #848484;
	margin:10px 0 0 10px;
	/*width:220px;
	height:170px;*/
}
.book_callout a:hover img {
	visibility: hidden;
}

/* sidebar boxes ----------------------------------------- */

.sidebar .box {
	border: 1px solid #dedede;
	margin: 10px 0px 0px 10px;
	overflow:hidden;
}
.sidebar .box .first {
	border: none;
}
.sidebar .titlebar {
	border-bottom: 1px solid #dedede;
	width:199px;
	float:left;
	clear:right;
	padding: 10px;
	background-color: #f7f7f7;
	font: normal 18px/20px Tahoma,Geneva,sans-serif;
	color:#a83a30;
}
.sidebar .content-callout {
	width:206px;
	padding: 12px 0px;
	margin: 0px 6px;
	float:left;
	clear:right;
}
.sidebar .content-callout, .video {
	border-top: 1px solid #dedede;
}
.sidebar .content-callout ul {
	margin:0 0 0 6px;
}
.sidebar .content-callout li {
	list-style:none;
	font: normal 12px/18px Tahoma, Geneva, sans-serif;
	margin:0 0 15px 0;
}

.sidebar .description {
	float: right;
	clear:right;
	border: none;
	width: 85px;
	height: 65px;
	margin: 0 0 2px 8px;
	font: normal 11px/13px Tahoma, Geneva, sans-serif;
}
.sidebar .link {
	float: right;
	border: none;
	clear:right;
	width: 85px;
	margin: 0 0 0 8px;
	font: normal 11px/13px Tahoma, Geneva, sans-serif;
}
.sidebar .video-img {
	display: block;
	position: relative;
	border: none;
	width: 112px;
	height: 80px;
	font: normal 11px/13px Tahoma, Geneva, sans-serif;
	overflow:hidden;
}
.sidebar .video-img span {
	display: block;
	position: absolute;
	bottom: 0;
	width: 83px;
	padding: 0 0 0 28px;
	background: url(../images/layout/sidebar-vid-bg.png) repeat-x top left;
	font: bold 11px/20px Tahoma, Geneva, sans-serif;
}
.sidebar .video-img a {
	display:block;
	height:80px;
	width:112px;
	text-decoration:none;
	color:#ffffff;
}
.sidebar .video-img a:hover span {
	color: #ffffff;

}
 

/* Top Contact ----------------------------------------- */

.top-contact {
	margin: 0 0 17px;
}
.top-contact a {
	display: block;
	height: 79px;
	padding: 12px 0 0 28px;
	font: bold 16px/18px Verdana,Geneva,sans-serif;
	text-decoration: none;
	color:#35688B;
}
.top-contact .cta {
	display: block;
}
.top-contact .phone {
	display: block;
	padding: 0 0 0 60px;
	margin-top: 10px;
	height: 50px;
	width:200px;
	background-image: url('/images/layout/contact-phone-header-bg.png');
	background-repeat: no-repeat;
}
.top-contact .byline {
	font: bold 12px/14px Tahoma, Geneva, sans-serif;
}
.top-contact a:hover {
	color: #35688B;
}
.top-contact .act-now {
	position: absolute;
	top: 40px;
	right: 10px;
	width: 199px;
}


/* Top Social ----------------------------------------- */

.social {
	overflow: hidden;
	margin: 0 15px 5px;
}
.social .twitter,
.social .facebook {
	float: right;
	width: 16px;
	margin: 0 0 0 3px;
}

.social .twitter {
	background: url(../images/layout/twitter-icon-over.png) no-repeat top left;
}

.social .facebook {
	background: url(../images/layout/facebook-icon-over.png) no-repeat top left;
}
.social .facebook a,
.social .twitter a {
	/* Make IE and older browsers play nice with our CSS Hovers */
	display: block;
	position: relative;
}
.social a:hover img {
	visibility: hidden;
}
.social .links {
	float: right;
	font: normal 10px/13px Tahoma,Geneva,sans-serif;
	text-transform: uppercase;
	color: #929191;
	padding: 2px 0 0;
}
.social .links a {
	color: #929191;
	text-decoration: none;
}
.social .links a:hover {
	color: #58bab8;
	text-decoration: underline;
}

/* Search Bar ----------------------------------------- */

.search-bar {
	overflow: hidden;
	clear: both;
	background: url(../images/layout/search-bg.png) no-repeat left center;
	margin: 0 0 15px;
	width: 960px;
}
.search-bar .box {
	float: right;
	background: #fff;
}
.search-bar input {
	float: right;
	margin: 0 0 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	color: #6F6F6F;
}
.search-bar #search-button {
	font: bold 12px/18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #fff;
	background: #797979;
	border: 1px solid #d1d1d1;
	padding: 2px 15px;
}

.search-bar #search-q {
	font: normal 12px/14px Tahoma, Geneva, sans-serif;
	padding: 2px;
	height: 18px;
	width: 256px;
	border: 1px solid #d1d1d1;
	overflow: hidden;
}

/* Home Slideshow ----------------------------------------- */

.splash-slideshow {
}
.splash-slideshow .cta {
	border-top: 1px solid #81d5d5;
	background: url(../images/layout/slideshow-cta-bg.png) no-repeat top left;
	width: 578px;
	height: 68px;
}
.splash-slideshow .zip-search {
	float: right;
	width: 190px;
	padding: 10px 20px 0 0;
	color: #fff;
	text-transform: uppercase;
	font: normal 18px/20px Tahoma, Geneva, sans-serif;
}
.splash-slideshow .zip-search span {
	display: block;
	padding: 0 0 5px;
}
.splash-slideshow .zip-search input {
	float: left;
	font: normal 12px/14px Tahoma, Geneva, sans-serif;
}
.splash-slideshow #zip-q {
	padding: 2px;
	margin: 0 10px 0 0;
	width: 126px;
	border: 1px solid #7d7d7d;
}
#zip-q {
	color: #666;
}
.splash-slideshow #zip-search-button {
	padding: 1px 0 0;
}

.splash-slideshow .slogan {
	width: 320px;
	padding: 4px 0 0 10px;
	color: #169694;
	font: italic normal 26px/28px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/* Home Callout ----------------------------------------- */

.splash-callout .txt {
	color: #a83a30;
	font: normal 12px/14px Tahoma, Geneva, sans-serif;
}
.splash-callout .txt h3 {
	color: #a83a30;
	font: bold 18px/20px Tahoma, Geneva, sans-serif;
}
.splash-callout ul {
	overflow: hidden;
}


/* Ideas Accordion----------------------------------------- */

#ideas-accordion {
	width: 258px;
	float: left;
	border: solid #dbd9d5;
	border-width: 1px 1px 0 1px;
	margin: 8px 40px 20px 0;
}
#ideas-accordion h5 {
	background: #eefcfc url(../images/layout/ideas-accordion-right-arrow.gif) no-repeat 9px 9px;
	color: #0a7977;
	font: bold 13px/20px Tahoma, Geneva, sans-serif;
	padding: 3px 0 3px 20px;
	border: solid #dbd9d5;
	border-width: 0 0 1px;
}
#ideas-accordion h5.ui-state-active {
	background: #eefcfc url(../images/layout/ideas-accordion-down-arrow.gif) no-repeat 7px 11px;
}
#ideas-accordion h5 a {
	text-decoration: none;
}
#ideas-accordion .ui-accordion-content {
	border-bottom: 1px solid #dbd9d5;
}

/* Home Cred Bar  ----------------------------------------- */

.cred-bar li {
	float: left;
	list-style: none;
	display: block;
	margin: 0 30px 0 0;
}
.cred-bar li.last {
	margin: 0;
}

/* Footer ----------------------------------------- */

.footer-wrap {
	clear: both;
	height: 200px;
	padding: 5px 0 0;
	margin: 20px 0 0;
	background: #f8f8f8 url(../images/layout/footer-bg.gif) repeat-x top;
}
.footer {
	width: 940px;
	padding: 17px 0 0;
	margin: 0 auto;
	color: #909090;
	overflow: hidden;
}
.footer .links {
	margin: 0 auto;
	width: 760px;
	overflow: hidden;
}
.footer .copyright {
	clear: right;
	width: 940px;
	padding: 10px 0px 10px 0px;
	font: normal 11px/14px Tahoma, Geneva, sans-serif;
	text-align: center;
}
.footer .links li {
	list-style: none;
	float: left;
	color: #0E56A0;
	border-left: 1px solid #0E56A0;
	padding: 0 5px;
}
.footer .links a {
	display: block;
	color: #0E56A0;
	text-transform: uppercase;
	font: normal 11px/13px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.footer .links a:hover {
	color: #2783E3;
}
.footer .links li:first-child {
	border: none;
}

.footer .trusted-partners {
	overflow: hidden;
	width: 760px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #e3e3e3;
	padding: 10px 10px 5px;
	text-transform: uppercase;
	font: normal 11px/14px Tahoma, Geneva, sans-serif;
}
.footer .trusted-partners li {
	list-style: none;
	float: left;
	margin: 0 30px 0 30px;
}
.footer-creds {
	padding:25px 0 0 0;
}
/* grid callout ----------------------------------------- */

.grid-callout {
	margin:10px 0px;
}
.grid-callout img {
	float:left;
	border:1px solid #c2c2c2;
	margin:0 10px 0 0;
}
.grid-callout ul {
	overflow: hidden;
	margin:0px;
	padding:0px;
}
.grid-callout li {
	list-style: none;
	float: left;
	border-top: 1px solid #c2c2c2;
	width: 290px;
	margin: 0 40px 26px 0;
	padding:26px 20px 0px 0px;
}
.grid-callout li.first {
	border: none;
}

.grid-callout li .title {
 	font: normal 20px/23px Tahoma, Geneva, sans-serif;
	height:72px;
	padding:8px 0px 0px 0px;
}
.grid-callout li .title a span:after {
	content: "\0020 \00BB";
}
.grid-callout li p {
	margin:8px 0px 0px 0px;
}
.grid-callout .get-started {
	width: 220px;
	height:64px;
	background: url(../images/grid-get-started-over.png) no-repeat top left;
	position: relative;
}
.grid-callout .get-started img {
	border: none;
	float: none;
}
.grid-callout .get-started a {
	/* Make IE and older browsers play nice with our CSS Hovers */
	display: block;
	position: relative;
}
.grid-callout a:hover img {
	visibility: hidden;
}

/* service area ----------------------------------------- */

.scroll {
height: 150px;
overflow-Y: scroll;
border: 1px solid #D1D1D1;
padding: 8px;
margin: 10px 10px 0;
background-color: #FFF;
}
.sidebar .side-contact {
border: 1px solid #D1D1D1;
background-color: #EDEDED;
margin:10px 0 10px 10px;
padding:0 0 10px;
text-align:center;
}
.sidebar .side-contact img {
border: 1px solid #D1D1D1; 
}
.sidebar .side-contact-header {
border-bottom: 1px solid #D1D1D1;
background-color: #fff;
padding: 8px 0 10px 0;
text-align:center;
margin:0 0 10px 0;
font: bold 12px/14px Tahoma, Geneva, sans-serif;
color:#5A5A5A;
}

/* silo zip finder ----------------------------------------- */

.sidebar .get-started-zip-finder {
	margin:0px 0px 10px 8px;
	padding:41px 10px 0px 10px;
	height:32px;
	background:url(../images/layout/silo-get-started-zip-finder.png) no-repeat top left;
}
.sidebar .get-started-zip-finder #silo-form input {
	float:left;
}
.sidebar .get-started-zip-finder #silo-zip-q {
	padding: 2px;
	width: 116px;
	border: 1px solid #7d7d7d;
}
.sidebar .get-started-zip-finder #zip-find-button {
	padding: 1px 0 0 2px;
}

/* silo header ----------------------------------------- */

.int-splash {
	width:700px;
	float:right;
	clear: both;
	overflow:hidden;
}

.bread-crumbs {
	padding:4px 10px 6px;
	background-color:#eeeeee;
	color:#717171;
	width:680px;
	font: normal 11px/18px Tahoma, Geneva, sans-serif;
	margin:0 0 10px;

}

.container .thumb {
padding: 10px 0 10px 10px;
width: 140px;
float: left;
}

.container .call-out {
    display: block;
    float: left;
    border: 0px solid #666;
    margin: 10px 0 10px 10px;
    width:310px;
    height:107px;
}

#border-learn {
    border-top: 2px solid #155111;
    border-bottom: 2px solid #155111;
    width:660px;
    height:auto;
    clear:both;
    float:left;
    margin:15px 0 20px 0;
}

/**toolbox overide**/

.gallery {	
	border:1px solid #c2c2c2;	
}

table.insulation td {
padding: 0 3px;
vertical-align: top;
border: 1px solid #CCC;
}

table#homevalue {
	border: 1px solid #000;
	border-bottom: 0;
	font-size: 10px;

}

table#homevalue td {
	text-align: center;
	border-bottom: 1px solid #000;

}

table#homevalue td.adjacent {
	border-left: 1px solid #000;
}


.faqs {
	border: 0;
	background-repeat: no-repeat;
	background-position: 5px 2px;
	min-height: 45px;
	padding: 4px 0 6px 80px;
	overflow: hidden;
}
	.faqs {
		background: url(../images/faqs-icon.png) no-repeat top left;
}
 
 
/**contact form**/

.free-estimate-copy {
	width: 395px;
	margin: 0 auto;
	overflow: hidden;
	background: url(/images/bg.png) repeat-y top left;
	float:left;
	margin:10px 0 10px 0;
}
.graphic {
	width:460px;
	margin:0;
	overflow:hidden;
	float:left;
}
.graphic .pests {
	margin:10px 0 0 0;
	padding:0px;
}
.form-cta {
	width:295px;
	margin:10px 0 10px 10px;
	overflow:hidden;
	float:right;
}
.form-cta .form {
	width:295px;
	overflow:hidden;
	float:left;
	background: url(logo.jpg) no-repeat top left;
	margin-bottom:20px;
}
.form-cta .copy {
	width:190px;
	float:left;
	margin: 0 10px 0 0;
}
.form-cta .form .directions {
	width:92px;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color:#000;
	padding:0 8px 0 0;
	text-align:right;
	float:left;
}
.form-cta .form .zip-body {
	width:20px;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color:#000;
	padding:0 8px 0 10px;
	text-align:right;
	float:left;
}
.form-cta .form .comment-body {
	width:92px;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color:#000;
	padding:0 8px 0 0;
	text-align:right;
	float:left;
}
input[type=text] {
	width:175px;
}
input[type=checkbox] {
	margin: 0 5px 0 2px;
}
input[name=State] {
	width:50px;
}
input[name=Zip_Code] {
	width:85px;
}
textarea[name=Message] {
	height:50px;
	width:176px;
}
.fname, .lname, .address, .city, .phone, .email, .comment {
	/*width:277px;*/
	/*clear:both;*/
	padding:3px 0;
}
.newsletter {
	width:185px;
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	color:#000;
	padding:0 13px 0 0;
	float:right;

}
.state, .zip {
	float:left;
	overflow:hidden;
	padding:3px 0;
}
.submit {
	width:97px;
	float:right;
	margin:9px 0 0 0;
	padding-right: 10px;
}
.Privacy {
	font: normal 10px/12px Arial, Helvetica, sans-serif;
	color:#a8a7a7;
	padding:15px 0 0px;
	text-align:center;
	clear:both;
}
.holder {
	height:292px;
}


.Accordion {
    width: 220px;
    border-left: solid 1px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    border-top: solid 1px;
    border-color: #c9c9c9;
    overflow: hidden;
    margin: 5px 25px 10px 5px ;
    text-align: left;
}
.AccordionPanel {
    margin: 0px;
    padding: 0px;
}
.AccordionPanelTab {
    font-size: 11px;
    line-height: 23px;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    height: 23px;
    background-color: #60D4D2;
    text-transform: uppercase;
    font-family: Verdana, Geneva, sans-serif;
    background-image: url(/images/layout/nav-right-arrow.png);
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-left: 18px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c9c9c9;
}
.AccordionPanelContent {
    overflow: hidden;
    background-color: #e8e8e8;
    background-image: url(../images/accord_bkgnd.jpg);
    background-repeat: no-repeat;
    background-position: top;
}
.AccordionPanelOpen .AccordionPanelTab {
    color: #389392;
    background-color: #eefcfc;
    background-image: url(/images/layout/nav-down-arrow.png);
    background-position: 4px 50%;
    background-repeat: no-repeat;
}
.AccordionPanelTabHover {
    color: #FFF;
    background-color: #c9c9c9;
}

/* HOME CONTENT */

#silo-content {
    width:390px;
}
.home-silo-links, .silo-links {
    width:340px;
    float:left;
    border-bottom:1px solid #e1e1e1;
    margin-right:10px;
    margin-bottom:10px;
    padding-bottom:10px;
}
.silo-links {
    width:380px;
}
.home-silo-links img, .silo-links img {
    float:left;
    margin: 0px 10px 2px 0px;
}
.home-silo-links a, .silo-links a {
    font-size:18px;
}

#companies-by-state p {
    margin: 0 !important;
	font-weight: bold;
}

#cboxTitle {
    background: url("/images/layout/caption-bg.png") repeat scroll 0 0 transparent;
    bottom: 40px;
    color: #FFFFFF;
    padding: 0 0 3px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.contact-us-header { 
margin-top:10px;
}

.contact-us { 
 background: url("/images/layout/contact-us-box-2.png");
 color:#EEE;
 font-size:16px;
 font-weight:bold;
 padding:5px;
}


table#install-steps td {
	padding: 15px;
	vertical-align: top;
}


table.team2 {
    width: 700px;
}
table.team2 td {
    font-size: 11px;
    padding: 10px 0;
    text-align: center;
    vertical-align: top;
    width: 130px;
}
table.team2 td strong {
    font-size: 12px;
}

#contact-book-callout {
	border:1px solid #d2d2d2;
	background-image:url(/images/contact-book-callout-bg.png);
	background-repeat:repeat-x;
	margin-bottom:15px;
	font-style:normal;
	font-size:18px;
	font-weight:normal;
	padding-top:10px;
	color:#a1a1a1;
}
#contact-book-callout .book-free{
	font-size:38px;
	line-height:38px;
	text-transform:capitalize;
}

#contact-book-callout .book-book{
	font-size:32px;
	line-height:32px;
	text-transform:capitalize;
}
#contact-book-callout img {
	margin:10px 0px 10px 0px;
}
#contact-book-callout p {
	text-align:left;
	font-size:13px;
	line-height:1.2em;
	padding:8px;
	color:#6f6f6f;
}
#submit-button {
	padding: 2px 4px;
}


div#contact-right-col {
	float:right;
	width:135px;
	margin-left:19px;
	color:#c2c2c2;
	font-size:14px;
	font-style:italic;
	text-align:center;
	line-height:20px;
	font-weight:bold
}

div#contact-form h1 {
	color:#e17d00;
	padding:0px;
	margin:0px;
	font-size:23px;
	line-height:25px;
	font-weight:bold
}

div#contact-form h2 {
	color:#7e8a3e;
	margin:8px 0px 8px 0px;
	font-size:18px;
}

div#contact-form p.phone {
	color:#e17d00;
	font-size:20px;
	font-weight:bold;
	padding:0px 0px 0px 133px;
	text-align:left;
}

div.contact-box {
	background-color:#f8f8f8;
	border:2px solid #cfcece;
	padding:10px 25px 10px 25px;
	width:365px;
	margin-left:75px;
}

div#contact-form .caption  {
	font-size:10px;
	width:60%;
	line-height:12px;
	margin-top:20px;
	margin-left:75px;
}

div.form-item-new {
	margin-bottom:10px
}

div.form-item-new input, div.form-item-new select {
	float: right;
}
div.form-item-new input {
	width: 240px;
}
div.form-item-new textarea {
	width: 365px;
}

div.form-item-new input.zip {
	width: 174px;
}

div.form-item-new select {
	margin-right: 5px;
	font-size: 12px;
	height: 20px;
}

div.form-item-new input#submit {
	width: 365px;
	height: 67px;
}

table#get-started-contact td, th {
	padding:0px 0px 10px 0px;
}

table#get-started-contact th {
	font:italic 18pt verdana;
	font-weight:bold;
	color:#c5c4c3;
	vertical-align:top;
	padding-right:10px
	
}

p.GetStarted {
	color:#141414;
	font-size:16px;
	font-style:italic;
	margin:10px 0px 0px 0px;
	padding:0px
}


div.calendar {
    width:50px;
    height:50px;
    background-image:url(/images/calendar-icon.png);
    background-repeat:no-repeat;
	float:left;
	margin-right:10px;
}
div.month_year {
    color:white;
    text-align:center;
	font-size:10px;
}
div.day {
    color:#900;
    font-size:20px;
    text-align:center;
}


td.event_title h2 {
    font-size:14px;
    font-weight:bold;
    vertical-align:top;
    padding-left:5px;
    color:#5C1501;
}
div.event_description  {
    padding-left:5px;
    border-bottom:1px solid #CCC;
    padding-bottom:6px;
	margin-left:55px;
	margin-bottom:10px;
}
div.event_description  p a {
    color:#C00;
    float:right;
    margin:5px;
}


table#become-dealer {
	margin: 0 30px;
}
table#become-dealer td {
	vertical-align: top;
	padding: 3px;
}


/* -- OLD STYLES for the temporary things -- */
.city_block {
	margin: 10px 0 0;
	background: #eee;
	padding: 0 0 10px;
	border: 1px solid #ccc;
}
.city_block-title {
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.img-right {
	margin: 0 0 5px 10px;
}
.img-left {
	margin: 0 10px 5px 0;
}
