@charset "utf-8";
/* FSI CSS 4/24/09 */

*, html {
	margin: 0;
	padding: 0;
}

html {
	background: url(../images/layout/body-bg.png) repeat top;
}

body {
	background: url(../images/layout/header-bg.png) repeat-x top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 20px;
}

#header-wrap {
	height: 109px;
}
#header {
	width: 904px;
	margin: 0 auto;
}

#contact {
	float: right;
	width: 580px;
	margin: 30px 0 14px;
	height: 20px;
	background: url(../images/layout/contact-bg.png) repeat-y top left;
	font-weight: bold;
	text-transform: uppercase;
}

#contact .button {
	float: right;
	background: url(../images/layout/contact-button.png) no-repeat top right;
	margin-top: -2px;
	text-align: center;
	width: 274px;
	height: 26px;
}
#contact .button a {
	display: block;
	width: 270px;
	height: 26px;
	padding-top: 4px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

#contact .button a:hover {
	text-decoration: underline;
}

#contact .phone {
	font-size: 17px;
	color: #0d3e89;
	letter-spacing: 1px;
	padding-left: 100px;
}

#top-nav iframe {
	margin: 15px 20px 0 0;
}

#top-nav {
	width: 624px;
	padding-left: 280px;
	height: 44px;
	text-align: right;
	clear: right;
	position: relative;
	background: url(../images/layout/top-nav-bg.png);
	border-bottom: 6px solid #272727;
	z-index: 10;
}
#top-nav ul {
	padding-top: 15px;
	overflow: hidden;
}
#top-nav ul li {
	list-style: none;
	float: left;
	color: #fff;
	padding: 0 30px;
	border-right: 2px solid #fff;
	font-size: 14px;
	font-weight: bold;
}

#top-nav ul li.right {
	border: 0;
	padding-right: 0;
}

#top-nav ul li a {
	color: #fff;
	text-decoration: none;
	letter-spacing: .03em;
}
#top-nav ul li a:hover {
	text-decoration: underline;
}


#logo {
	position: relative;
	width: 281px;
	padding-top: 8px;
	margin-left: -30px;
	float: left;
	z-index: 500;
}
#logo a img {
	border: 0;
}

#fp-splash {
	width: 900px;
	height: 213px;
	background: url(../images/layout/foundation-repair-splash.jpg) no-repeat top left;
	margin: 0 auto;
	border: 2px solid #272727;
	border-top: 0;
	border-bottom-color: #393939;
	clear: both;
}

#splash-content {
	width: 520px;
	height: 186px;
	position: relative;
	padding: 13px 0 0 40px;
}
#splash-title {
	font-size: 21px;
	font-weight: bold;
	color: #242424;
	height: 37px;
}
#splash-title span {
	padding-top: 6px;
	display: block;
}
#splash-contact {
	float: right;
	font-size: 14px;
	background: url(../images/layout/fp-splash-button.png) no-repeat top right;
	text-align: center;
	margin: 6px 10px 0 0;
}
#splash-contact a {
	display: block;
	width: 137px;
	height: 22px;
	padding: 3px 0 0 0;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#splash-contact a:hover {
	text-decoration: underline;
}

.splash-entry {
	height: 58px;
	padding-top: 12px;
	text-align: center;
}

.splash-entry a{ 
	display: block;
	color: #073e89;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

.splash-entry .problem,
.splash-entry .solution {
	width: 230px;
}


.splash-entry .solution {
	float: right;
	margin-right: 15px;
}

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

#content-wrap {
	width: 900px;
	margin: 0 auto;
	background: #fff;
	border: 2px solid #272727;
	border-top: 0;
	background: url(../images/layout/content-bg.png) repeat-y left;
}

#content {
	float: right;
	width: 640px;
}

/* Old 
#content h1 {
	background: #242424;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	font-size: 24px;
} */
#content h1 {
	background: none;
	color: #000;
	padding: 0 30px 10px;
	text-align: left;
	font-size: 24px;
}
#content h1.homepage {
	background: #242424;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	font-size: 24px;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 16px;
	margin-bottom: 10px;
}
#content p,
#content ul,
#content ol {
	margin-bottom: 12px;
}

#content ul,
#content ol {
	padding-left: 25px;
	overflow: auto;
}

#content hr {
	background: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 12px;
}

/* Old
#body-content {
	padding: 20px 30px;
} */

#body-content {
	padding: 0 30px 20px;
}

.img-right {
	float: right;
	margin: 0 0 5px 10px;
}
.img-left {
	float: left;
	margin: 0 10px 5px 0;
}
.border {
	border: 1px solid #333;
}

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

#int-contact {
	width: 250px;
	background: #D0E4FF;
	padding: 10px;
}



/* Side Contact ----------------------------------------------------------------------------- */

#side-contact {
	background: #e88d04;
	padding: 15px 10px;
}

#side-contact-head {
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}
#side-contact-head a {
	color: #fff;
	text-decoration: none;
}

#side-contact-head .line2 {
	font-weight: bold;
	font-size: 26px;
}
#side-contact-head .line3 {
	font-weight: bold;
}

#side-contact-phone {
	background: #fff;
	text-align: center;
	color: #e07b00;
	padding: 10px 0;
	font-size: 15px;
	zoom: 1;
}
#side-contact-phone span {
	font-size: 22px;
	font-weight: bold;
	display: block;
	margin: 0 0 8px;
}

#side-contact-button {
	display: inline-block;
	background: url(../images/layout/side-contact-button.png) no-repeat top right;
	height: 23px;
	width: 155px;
	padding-top: 3px;
	position: relative;
}

#side-contact-button a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	position: relative;
	height: 26px;
	width: 155px;
}

#side-contact-button a:hover {
	text-decoration: underline;
}

#side-contact-form,
#contractor-contact-form-wrap {
	background: #d0e4ff;
	padding: 10px;
	text-align: center;
	display: block;
	zoom: 1;
	color: #1B304D;
	font-size: 13px;
}

#contractor-contact-form-wrap {
	width: 240px;
	float: right;
	text-align: left;
	background: #055eaa;
	margin: 0 0 10px 5px;
	padding-bottom: 8px;
}
#contractor-contact-form {
	background: #fff;
	border: solid #c9e6ff;
	border-width: 8px 0;
	padding: 0 5px;
}
#contractor-contact-form span {
	font-size: 18px;
	color: #055eaa;
	font-weight: bold;
	display: block;
	padding: 10px;
}
#contractor-logo {
	margin-bottom: 12px;
}

#contractor-phone-callout {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0 0;
}
#side-contact-form span {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	display: block;
	color: #1b304d;
}

#side-contact-form form {
	text-align: left;
}

div.form-item {
	clear: both;
	margin: 0px 0px 8px 0px;
}

div.form-item input, div.form-item select {
	float: right;
}
div.form-item input {
	width: 145px;
}
div.form-item textarea {
	width: 227px;
}

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

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

div.form-item input#submit {
	width: 96px;
	height: 27px;
	float: none;
}


/* Nav ----------------------------------------------------------------------------- */
#nav-col {
	position: relative;
	width: 260px;
	float: left;
	background: #242424;
}

#nav {
	padding-bottom: 10px;
	padding-top: 5px;
}
#nav ul {
	padding-left: 9px;
	width: 240px;
}
#nav ul li {
	margin-bottom: 4px;
	list-style: none;
}

#nav ul li a {
	background: url(../images/layout/nav-li.png) repeat-x top;
	display: block;
	height: 24px;
	padding-top: 7px;
	padding-left: 12px;
	color: #242424;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
#nav ul li a:hover,
#nav ul li a.active {
	background: url(../images/layout/nav-li-active.png) repeat-x top;
}
#nav ul li ul li a:hover {
	background: url(../images/layout/nav-li-ul-li-ul-li-active.png) repeat-x bottom;
}
#nav ul li ul {
	width: 226px;
	padding-top: 10px;
	background: url(../images/layout/nav-ul-line.png) repeat-y left;
}
#nav ul li ul li {
	margin-bottom: 0;
	background: url(../images/layout/nav-ul-stem.png) no-repeat top left;
	padding-left: 6px;
	font-size: 11px;
}
#nav ul li ul li.last {
	background: url(../images/layout/nav-ul-stem-last.png) no-repeat top left;
	margin-bottom: 0;
	padding-bottom: 4px;
	zoom: 1;
}
#nav ul li ul li.nochildren {
	padding-bottom: 4px;
}

#nav ul li ul li a,
#nav ul li ul li a.nolink:hover {
	height: 18px;
	padding-top: 2px;
	color: #242424;
	font-size: 12px;
	background: url(../images/layout/nav-li-ul-li.png) repeat-x top;
}
#nav ul li ul li ul {
	padding-top: 5px;
	width: 211px;
}
#nav ul li ul li ul li {
	margin-bottom: 4px;
}
#nav ul li ul li ul li a {
	background: url(../images/layout/nav-li-ul-li-ul-li.png) repeat-x top;
	font-weight: normal;
	font-size: 11px;
}

#nav ul li ul li ul li ul {
	width: 196px;
}

/* Trusted Partners ----------------------------------------------------------------------------- */
#trusted-partners {
	margin: 10px;
	padding: 0 0 10px 10px;
	background: #fff;
}

#trusted-partners .title {
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 10px 0 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	color: #242424;
}

#trusted-partners .partner,
#trusted-partners .partner-odd {
	float: left;
	width: 105px;
	margin-right: 10px;
}
#trusted-partners .partner-odd {
	margin-left: 55px;
}

#trusted-partners a img {
	border: 0;
}

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


/* Breadcrumbs  --------------------------------------------------------------- */
/*OLD
#breadcrumbs {
	font-size: 10px;
	padding: 2px 0 0;
	color: #666;
	margin: -5px 0 10px -5px;
}

#breadcrumbs a {
	color: #666;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
	color: #00f;
}

#breadcrumbs a.img {
	float: left;
	margin: -2px 3px 0 0;
}

#breadcrumbs img {
	border: 0;
}
*/


#breadcrumbs {
	font-size: 11px;
	color: #777;
	background: #E0F3FF;
	margin: 0 0 10px 0;
	padding: 12px 30px 6px;
}

#breadcrumbs a {
	color: #777;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
	color: #00f;
}

#breadcrumbs a.img {
	float: left;
	margin: -2px 3px 0 0;
}

#breadcrumbs img {
	border: 0;
}





/* State / Dealer Pages --------------------------------------------------------------- */

#contractors-right {
	width: 260px;
	font-size: 11px;
}
#contractors-right .border {
	border: 1px solid #ccc;
}
.contractor {
	border-top: 1px dashed #ccc;
	margin-bottom: 10px;
	padding: 10px 0;
}

.contractor h5 {
	font-size: 14px;
	margin-bottom: 4px;
}

.contractor-new {
	margin-bottom: 10px;
	padding: 0 10px 10px;
/* 	background: #e6effe; */
	border-bottom: 1px dashed #999;

}
#contractors-right .header {
	padding: 3px 10px 5px;
}

#content .contractor-new p {
	margin: 0 0 5px;
}
.contractor-new h5 {
	font-size: 14px;
	margin-bottom: 4px;
}

.vcard {
	margin-bottom: 12px;
}

.vcard .fn {
	font-weight: bold;
}

table.statelist {
	width: 100%;
	margin-bottom: 12px;
}

table.statelist td {
	vertical-align: top;
	background: #e5e5e5;
	padding: 10px 15px;
	border-right: 2px solid #fff;
	line-height: 17px;
}



/* Footer ----------------------------------------------------------------------------- */
#footer {
	clear: both;
	background: #e1e1e1;
	color: #353535;
	padding: 20px 0 15px;
	text-align: center;
	font-size: 11px;
}

#footer-dealer {
	float: right;
	margin-right: 10px;
}

#footer-dealer a img {
	border: 0;
}
#footer-links {
	display: inline;
	float: left;
}
#footer-links a {
	text-decoration: none;
	color: #202020;
}
#footer-links a:hover {
	text-decoration: underline;
}
#become-dealer {
	width: 90px;
	margin: 0 55px 0 10px;
	float: left;
}
#become-dealer a img {
	border: none;
}


#preload {
	height: 1px;
	visibility: hidden;
}

.clear {
	clear: both;
}
div.liveperson {
	padding-top: 3px;
}
div.liveperson table {
	margin: 0 auto;
}

.footnote {
	color: #666;
	font-size: 11px;
}

#zip-wrapper {
	border: 1px solid #999;
	margin: 10px 0 0;
	padding: 5px;
}
#dealer-zips {
	color: #999;
	font-size: 9px;
	line-height: 10px;
	height: 100px;
	overflow-y: scroll;
}

/* Contact form with large button */

div#contact-form h1 {
	color:#e17d00;
	padding:0px;
	margin:0px;
	font-size:23px;
	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
}

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

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.italicgrey {
	color:#717172;
	font-style:italic;
	font-size:14px;
	margin:0px;
}

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

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

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