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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End CSS Reset */


body {
	background-image: url(../images/pagebackground.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #dadada;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #0054a6;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #003366;

}
a.highlight {
	background-image: url(../images/link-arrows.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
}
a.highlight-no {
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
}
#wrapper {
	width: 800px;
	margin: 15px auto;
}
/* Header elements */
#header {
	width: 800px;
	height: 92px;
	position: relative;
	background-image: url(../images/header-background.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
	h1 {
		text-indent: -9999px;
		display: block;
		background-image: url(../images/urbas-logo.jpg);
		background-position: left top;
		background-repeat: no-repeat;
		width: 140px;
		height: 65px;
		position: absolute;
		left: 50px;
	}
	#phone {
		text-indent: -9999px;
		display: block;
		background-image: url(../images/phone-number.jpg);
		background-position: left top;
		background-repeat: no-repeat;
		width: 144px;
		height: 39px;
		position: absolute;
		right: 24px;
	}
	.licensed {
		text-indent: -9999px;
		display: block;
		background-image: url(../images/header-licensed.jpg);
		background-position: left top;
		background-repeat: no-repeat;
		width: 154px;
		height: 20px;
		position: absolute;
		left: 214px;
		top: 20px;
	}
	#main-nav {
		/*width: 537px;*/
		height: 30px;
		position: absolute;
		right: 5px;
		bottom: 0px;
		background-image: url(../images/main-nav-background.jpg);
		background-position: left top;
		background-repeat: no-repeat;
		padding-left: 28px;
	}
		#main-nav li {
			float: left;
			text-indent: -9999px;
		}
		#main-nav a {
			background-position: left top;
			background-repeat: no-repeat;
			display: block;
			height: 30px;
		}
		#main-nav-home a {
			background-image: url(../images/main-nav-home.jpg);
			width: 80px;
		}
		#main-nav-aboutus a {
			background-image: url(../images/main-nav-aboutus.jpg);
			width: 91px;
		}
		#main-nav-services a {
			background-image: url(../images/main-nav-services.jpg);
			width: 94px;
		}
		#main-nav-testimonials a {
			background-image: url(../images/main-nav-testimonials.jpg);
			width: 123px;
		}
		#main-nav-contact a {
			background-image: url(../images/main-nav-contact.jpg);
			width: 97px;
		}
		#main-nav-faq a {
			background-image: url(../images/main-nav-faq.jpg);
			width: 80px;
		}
		#main-nav-home a:hover,
		#main-nav-home a.selected {
			background-image: url(../images/main-nav-home-o.jpg);
			width: 80px;
		}
		#main-nav-aboutus a:hover,
		#main-nav-aboutus a.selected {
			background-image: url(../images/main-nav-aboutus-o.jpg);
			width: 91px;
		}
		#main-nav-services a:hover,
		#main-nav-services a.selected {
			background-image: url(../images/main-nav-services-o.jpg);
			width: 94px;
		}
		#main-nav-testimonials a:hover,
		#main-nav-testimonials a.selected {
			background-image: url(../images/main-nav-testimonials-o.jpg);
			width: 123px;
		}
		#main-nav-contact a:hover,
		#main-nav-contact a.selected {
			background-image: url(../images/main-nav-contact-o.jpg);
			width: 97px;
		}
		#main-nav-faq a:hover,
		#main-nav-faq a.selected {
			background-image: url(../images/main-nav-faq-o.jpg);
			width: 80px;
		}

/* Sub Header */
#sub-header {
	width: 800px;
	position: relative;
}
#sub-header h2 {
	text-indent: -9999px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: left top;
}
	.sub-home h2 {
		height: 212px;
		background-image: url(../images/subheader-home.jpg);
	}
	.sub-home ul {
		color: #fff;
		font-size: 11px;
		text-transform: uppercase;
		position: absolute;
		top: 90px;
		left: 55px;
		list-style: disc;
	}
	.sub-home li {
		padding-bottom: 5px;
	}
	.sub-aboutus h2 {
		height: 119px;
		background-image: url(../images/subheader-aboutus.jpg);
	}
	.sub-services h2 {
		height: 119px;
		background-image: url(../images/subheader-services.jpg);
	}
	.sub-testimonials h2 {
		height: 119px;
		background-image: url(../images/subheader-testimonials.jpg);
	}
	.sub-roofing h2 {
		height: 119px;
		background-image: url(../images/subheader-roofing.jpg);
	}
	.sub-home-inspection h2 {
		height: 119px;
		background-image: url(../images/subheader-homeinspection.jpg);
	}
	.sub-gutters-siding h2 {
		height: 119px;
		background-image: url(../images/subheader-gutterssiding.jpg);
	}
	.sub-finished-basements h2 {
		height: 119px;
		background-image: url(../images/subheader-finishedbasements.jpg);
	}
	.sub-painting h2 {
		height: 119px;
		background-image: url(../images/subheader-painting.jpg);
	}
	.sub-contact h2 {
		height: 119px;
		background-image: url(../images/subheader-contact.jpg);
	}
	.sub-faq h2 {
		height: 119px;
		background-image: url(../images/subheader-faq.jpg);
	}
	.sub-privacy h2 {
		height: 119px;
		background-image: url(../images/subheader-privacy.jpg); 
	}
	.sub-aboutus p,
	.sub-services p,
	.sub-testimonials p,
	.sub-roofing p,
	.sub-home-inspection p,
	.sub-gutters-siding p,
	.sub-painting p,
	.sub-contact p,
	.sub-faq p,
	.sub-privacy p,
	.sub-finished-basements p {
		color: #fff;
		text-transform: uppercase;
		font-size: 11px;
		line-height: 15px;
		position: absolute;
		top: 55px;
		left: 45px;
		width: 530px;
	}
	.sub-finished-basements p { top: 45px; }
	#sub-header em {
		font-style: italic;
	}
	#sub-header strong {
		font-weight: bold;
	}

/* Main Content */
#main-content {
	width: 788px;
	padding: 0px 5px 0px 7px;
	font-size: 11px;
}
	#main-content .wide {
		width: 582px;
		padding-right: 6px;
		padding-top: 20px;
		float: left;
	}
	#main-content .narrow {
		width: 200px;
		float: left;
	}
	#main-content .full {
		width: 788px;
		clear: both;
		position: relative;
	}
		#home-inspection,
		#home-inspection-new {
			float: left;
			width: 387px;
			margin-right: 5px;
			position: relative;
		}
		#home-inspection-new img {
			position: absolute;
			bottom: 0px;
			left: 5px;
		}
		#home-inspection .top,
		#home-inspection-new .top {
			background-image: url(../images/boxes/inspection-top.gif);
			background-position: left top;
			background-repeat: no-repeat;
			width: 100%;
			float: left;
			height: 27px;
		}
		#home-inspection-new .top {
			background-image: url(../images/boxes/inspection-top-blank.gif);
		}
		#home-inspection .middle,
		#home-inspection-new .middle {
			background-color: #e0e0c1;
			width: 100%;
			float: left;
			background-image: url(../images/boxes/inspection-mid.gif);
			background-position: left top;
			background-repeat: no-repeat;
		}
		#home-inspection-new .middle { 
			background-image: url(../images/boxes/inspection-mid-blank.gif);
		}
		#home-inspection .bottom,
		#home-inspection-new .bottom {
			background-image: url(../images/boxes/inspection-bot.gif);
			background-position: left top;
			background-repeat: no-repeat;
			width: 100%;
			float: left;
			height: 10px;
		}
		#home-roofing {
			float: left;
			width: 195px;
			margin-right: 5px;
		}
		#home-financing {
			margin-right: 0px;
			float: right;
			width: 195px;
		}
		#home-roofing .top,
		#home-financing .top {
			background-image: url(../images/boxes/small-top.gif);
			background-position: left top;
			background-repeat: no-repeat;
			width: 100%;
			float: left;
			height: 27px;
		}
		#home-roofing .middle,
		#home-financing .middle {
			background-color: #f0f0f0;
			width: 100%;
			float: left;
			background-image: url(../images/home-roofing.png);
			background-position: 5px 10px;
			background-repeat: no-repeat;
		}
			#home-financing .middle {
				background-image: url(../images/home-financing.png);
				background-position: 8px 14px;
			}
		#home-roofing .bottom,
		#home-financing .bottom {
			background-image: url(../images/boxes/small-bot.gif);
			background-position: left top;
			background-repeat: no-repeat;
			width: 100%;
			float: left;
			height: 10px;
		}
		table.angies img {
			padding-top: 20px;
		}
		#about-checklist {
			float: left;
			width: 582px;
		}
		#about-checklist .top {
			background-image: url(../images/boxes/about-top.gif);
			background-position: left top;
			background-repeat: no-repeat;
			width: 100%;
			float: left;
			height: 27px;
		}
		#about-checklist .middle {
			background-color: #e0e0c1;
			width: 100%;
			float: left;
			background-position: left top;
			background-repeat: no-repeat;
		}
		#about-checklist .bottom {
			background-image: url(../images/boxes/about-bot.gif);
			background-position: left top;
			background-repeat: no-repeat;
			width: 100%;
			float: left;
			height: 10px;
		}
			#about-checklist ul {
				padding: 7px 8px 0px 30px;
			}
			#about-checklist li {
				font-weight: bold;
				font-size: 12px;
				line-height: 20px;
				padding: 0px 0px 12px 25px;
				background-image: url(../images/about-check.png);
				background-repeat: no-repeat;
				background-position: left top;
			}
		#roofing-checklist,
		#inspection-checklist,
		#gutters-checklist,
		#siding-checklist,
		#painting-checklist {
			padding-left: 20px;
			padding-bottom: 20px;
		}
		#roofing-checklist li,
		#inspection-checklist li,
		#gutters-checklist li,
		#siding-checklist li,
		#painting-checklist li {
			font-size: 11px;
			line-height: 15px;
			padding: 0px 0px 5px 25px;
			background-image: url(../images/roofing-check.jpg);
			background-repeat: no-repeat;
			background-position: left top;
		}
		#inspection-checklist strong {
			font-weight: bold;
			font-size: 12px;
		}
		.pods h3 {
			font-weight: bold;
			text-transform: uppercase;
			padding-bottom: 8px;
			font-size: 12px;
			padding: 8px;
		}
			#home-inspection .pods h3,
			#home-inspection-new .pods h3 {
				padding-left: 130px;
			}
			#home-roofing .pods h3 {
				padding-left: 70px;
			}
			#home-financing .pods h3 {
				padding-left: 50px;
			}
		.pods p {
			color:  #003366;
			padding: 0px 8px 8px 8px;
		}
			#home-inspection .pods p,
			#home-inspection-new .pods p {
				padding-left: 130px;
			}
			#home-roofing .pods p {
				padding-left: 70px;
			}
			#home-financing .pods p {
				padding-left: 50px;
			}
			.pods .highlight {
				float: right;
			}
	#main-content h2 {
		font-size: 13px;
		font-weight: bold;
		line-height: 16px;
		padding-bottom: 8px;
	}
	#main-content p {
		line-height: 13px;
		padding-bottom: 10px;
	}
	#main-content .wide p { line-height: 22px; }
	#main-content .wide.services p { line-height: 13px; }
	#main-content p.testimonial {
		padding-bottom: 25px;
	}
	#main-content p.testimonial span {
		color: #069;
		font-style: italic;
		white-space: nowrap;
	}
	#main-content dl.faq {
		padding: 0px 0px 0px 35px;
	}
		#main-content dl.faq dt {
			padding-bottom: 3px;
			font-weight: bold;
			line-height: 13px;
		}
		#main-content dl.faq dd {
			padding-bottom: 15px;
			line-height: 13px;
		}
		#main-content .contact {
			margin-left: 20px;
			padding-left: 20px; 
			background-image: url(../images/link-arrows.gif);
			background-repeat: no-repeat;
			background-position: left top;
		}
			#main-content .contact span {
				font-weight: bold;
				font-size: 14px;
			}
			#main-content .super {
				margin-left: 11px;
				margin-top: 15px;
				font-size: 13px;
				padding-left: 29px;
				background-image: url(../images/super-arrow.jpg);
				background-repeat: no-repeat;
				background-position: left top;
				line-height: 31px;
				width: 250px;
				float: left;
			}
			.service-container {
				float: left;
				width: 270px;
				padding-bottom: 20px;
			}
				.service-container p {
					padding: 0px 20px 10px 40px;
				}
				.service-container p.contact {
					padding: 0px 0px 0px 20px;
					font-size: 12px;
				}
		#roofing-signs {
			padding-top: 20px;
		}
			#roofing-signs li {
				float: left;
				width: 185px;
				height: 40px;
				text-align: center;
				padding-top: 100px;
				background-position: center top;
				background-repeat: no-repeat;
			}
			li#algae {
				background-image: url(../images/roofing-algae.png);
			}
			li#decaying {
				background-image: url(../images/roofing-decaying.png);
			}
			li#ventilation {
				background-image: url(../images/roofing-ventilation.png);
			}
			li#curling {
				background-image: url(../images/roofing-curling.png);
			}
			li#wind {
				background-image: url(../images/roofing-wind.png);
			}
			li#stained {
				background-image: url(../images/roofing-stained.png);
			}
		/* Logos */
		.licensed-insured {
			width: 170px;
			height: 30px;
			float: right;
			background-image: url(../images/licensed-insured.jpg);
			background-repeat: no-repeat;
			background-position: left top;
			text-indent: -9999px;
		}
		.logos-wide,
		.logos-narrow {
			width: 200px;
			padding: 14px 0px 0px 0px;
		}
		.logos-wide li,
		.logos-wide li a {
			padding: 10px 0px;
			display: block;
			text-indent: -9999px;
			background-position: center top;
			background-repeat: no-repeat;
			width: 200px;
		}
		.logos-narrow li,
		.logos-narrow li a {
			padding: 10px 0px;
			text-indent: -9999px;
			background-position: center top;
			background-repeat: no-repeat;
			width: 100px;
			float: left;
		}
		li#certified {
			background-image: url(../images/logo-certified.jpg);
			height: 28px;
		}
		li#gaf-elk a {
			background-image: url(../images/logo-gaf-elk.jpg);
			height: 25px;
		}
			.logos-narrow li#gaf-elk {
				height: 28px;
			}
		li#smart-money {
			background-image: url(../images/logo-smart-money.jpg);
			height: 26px;
		}
		li#timberline {
			background-image: url(../images/logo-timberline.jpg);
			height: 17px;
		}
			.logos-narrow li#timberline {
			height: 26px;
		}
		li#shingle-mate {
			background-image: url(../images/logo-shingle-mate.jpg);
			height: 22px;
		}
		li#weatherwatch {
			background-image: url(../images/logo-weatherwatch.jpg);
			height: 21px;
		}
		li#weather-stopper {
			background-image: url(../images/logo-weather-stopper.jpg);
			height: 40px;
		}
		li#sherwin-williams {
			background-image: url(../images/logo-sherwin-williams.jpg);
			height: 113px;
		}
		li#pittsburgh-paints {
			background-image: url(../images/logo-pittsburgh-paints.jpg);
			height: 31px;
		}
		li#behr {
			background-image: url(../images/logo-behr.jpg);
			height: 35px;
		}
		li#goodhousekeeping {
			background-image: url(../images/logo-goodhousekeeping.jpg);
			height: 39px;
		}
		li#leadsafe {
			background-image: url(../images/logo-leadsafe.jpg);
			height: 34px;
		}
		
		/* Home Logos */
		#home-logos .logos-wide { float: left; width: 100%; clear: both; }
		#home-logos .logos-wide li { float: left; width: auto; margin: 0px 4px; height: 54px; background-position: center center; }
		#home-logos li#certified {
			background-image: url(../images/logo-certified.jpg);
			height: 54px;
			width: 70px;
		}
		#home-logos li#gaf-elk {
			background-image: url(../images/logo-gaf-elk.jpg);
			height: 54px;
			width: 60px;
		}
		#home-logos li#gaf-elk a {
			background-image: none;
			height: 54px;
			width: 60px;
		}
		
		#home-logos li#smart-money {
			background-image: url(../images/logo-smart-money.jpg);
			height: 54px;
			width: 100px;
		}
		#home-logos li#timberline {
			background-image: url(../images/logo-timberline.jpg);
			height: 54px;
			width: 100px;
		}
		#home-logos li#shingle-mate {
			background-image: url(../images/logo-shingle-mate.jpg);
			height: 54px;
			width: 120px;
		}
		#home-logos li#weatherwatch {
			background-image: url(../images/logo-weatherwatch.jpg);
			height: 54px;
			width: 130px;
		}
		#home-logos li#weather-stopper {
			background-image: url(../images/logo-weather-stopper.jpg);
			height: 54px;
			width: 50px;
		}
		#home-logos li#sherwin-williams {
			background-image: url(../images/logo-sherwin-williams.jpg);
			height: 113px;
			width: 100px;
		}
		#home-logos li#pittsburgh-paints {
			background-image: url(../images/logo-pittsburgh-paints.jpg);
			height: 54px;
			width: 100px;
		}
		#home-logos li#behr {
			background-image: url(../images/logo-behr.jpg);
			height: 54px;
			width: 100px;
		}
		#home-logos li#goodhousekeeping {
			background-image: url(../images/logo-goodhousekeeping.jpg);
			height: 54px;
			width: 100px;
		}
		#home-logos li#leadsafe {
			background-image: url(../images/logo-leadsafe.jpg);
			height: 54px;
			width: 90px;
		}

/* Footer elements */
#footer {
	width: 800px;
	height: 48px;
	background-image: url(../images/footerbackground.jpg);
	background-position: left 7px;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 10px;
	text-align: center;
	clear: both;
}
	#footer ul {
		padding-top: 20px;
	}
	#footer li {
		display: inline;
	}
	#footer a {
		color: #fff;
		text-decoration: none;
		background-image: url(../images/footer-nav-divider.jpg);
		background-position: right top;
		background-repeat: no-repeat;
		padding: 4px 9px 4px 7px;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer span {
		padding: 4px 7px;
		color: #dadada;
	}
	
/* Contact Form */
#contact-form {
	width: 700px;
	padding: 20px 0px;
}
	#contact-form dt {
		width: 170px;
		text-align: right;
		padding: 5px 20px 5px 0px;
		float: left;
		font-size: 12px;
		font-weight: bold;
		color: #036;
	}
	#contact-form dd {
		float: left;
		width: 510px;
		padding: 5px 0px;
	}
	p.confirmation {
		font-size: 12px;
		font-weight: bold;
		color: green;
		background-color: #CFC;
		padding: 8px 20px;
		margin: 10px 0px;
	}
/* Godaddy specific */
#conash3D0
	{
	display:none;
	}
	
/* Photo Gallery */
.photogallery { float: left; width: 100%; padding: 15px 0px; }
.photogallery img { float: left; margin: 7px; }

/* Social Links */
#social { float: left; width: 200px; padding-top: 10px; padding-left: 30px; position: relative; }
#social a { float: left; margin-right: 6px; }