@charset "UTF-8";
/* CSS Document */
h1 { padding:0; margin:0; line-height:normal; }

.h2_text { width:345px; }
.h2_text_no_pic { width:600px; }

/* MAIN CONTENT */
#main_content {
	width:950px;
	height:auto;
	
	position:absolute;
	top:143px;
	
	left:50%;
	margin-left:-475px;
	
	background:#fff;
}

#main_content #sidebar {
	width:190px;
	height:auto;
	
	float:left;
	
	overflow:hidden;
}

#main_content #sidebar #quicklinks {
	width:180px;
	position:relative;
	
	top:20px;
	left:10px;
	
	margin:0;
	padding:0;
}

#main_content #sidebar #quicklinks ul {
	padding:0;
	margin:0;
	list-style:none;
}

#main_content #sidebar #quicklinks #ql_header {
	background:url(images/quick_links_header.png) top center no-repeat;
	border-bottom:2px #ccc solid;
	
	height:25px;
	padding:9px 0px 3px 10px;
	
	text-align:left;
	font-size:16px;
	
	color:#fff;
}

#main_content #sidebar #quicklinks li.links a {
	
	padding:8px 0px 8px 0px;
	text-align:center;
	display:block;
	
	background:url(images/quick_links_bg.png) repeat;
	
	color:#fff;
	font-size:15px;
	text-decoration:none;
	
	border-bottom:2px #ccc solid;
	
}

#main_content #sidebar #quicklinks li.links a:hover {
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	
	background:url(images/quick_links_bg_hover.png) repeat;
}

#main_content #sidebar #quicklinks #ql_footer {
	background:url(images/quick_links_footer.png) bottom center no-repeat;
	height:35px;
}

#main_content #sidebar #floating_boxes {
	width:180px;
	height:auto;
	
	position:relative;
	
	left:10px;
	top:40px;
	
	background:url(images/side_boxes_white.jpg) no-repeat top center;
	font-family:"Lucida Grande",Arial, Helvetica, sans-serif;
}

#main_content #sidebar #floating_boxes a { color:#fff; text-decoration:none; }
#main_content #sidebar #floating_boxes a:hover { text-shadow:#fff 1px 1px 100px; cursor:pointer; color:#EBEBEB; }

	.top { font-weight:bold; font-size:16px; text-align:center; line-height:18px; }
	.middle { font-size:13px; text-align:center; line-height:18px; }
	.bottom { font-weight:bold; font-size:17px; text-align:center; line-height:18px; }
	
#main_content #sidebar #floating_boxes #leak {
	position:relative;
	top:8px;
	left:10px;
	text-align:center;
	
	width:140px;
	height:78px;
	padding-top:27px;
	
	color:#fff;
}

#main_content #sidebar #floating_boxes #new_roof {
	position:relative;
	top:7px;
	left:35px;
	text-align:center;
	
	width:140px;
	height:auto;
	padding-top:40px;
	padding-bottom:42px;
	
	color:#fff;
}

#main_content #sidebar #floating_boxes #preventive_maintenance {
	position:relative;
	top:9px;
	left:12px;
	text-align:center;
	
	width:145px;
	padding-top:65px;
	padding-bottom:120px;
	
	margin-bottom:30px;
	
	color:#fff;
}

#main_content #sidebar #floating_boxes #brochure {
	position:relative;
	top:-30px;
	margin-bottom:30px;
	margin-top:-30px;
}

#main_content #sidebar #floating_boxes #brochure a {
	display:block;
	background:url(images/brochure_icon.png) top center no-repeat;
	width:145px;
	padding:145px 0 0 0;
	margin:0 0 0 11px;
	height:0;
	overflow:hidden;
}

#main_content #sidebar #floating_boxes #brochure a:hover {
	background-position:0 -145px;
}

#main_content #inner_content {
	float:left;
	width:700px;
	height:auto;
	
	position:relative;
	left:25px;
	top:20px;
	margin-bottom:30px;  /* be the value of top plus 10px */
	
	border:5px #eeeae4 solid;
	
	background:url(images/inner_content_bg_interior.jpg) #f9f7f5;
	
	padding:30px 0px;
}

#main_content #inner_content #main_copy {
	float:left;
	position:relative;
	height:auto;
	width:auto;
	
	top:5px;
	left:30px;
	
	line-height:20px;
}

#main_content #inner_content #main_copy #headline {
	font-size:26px;
	font-weight:bold;
	font-family:"Lucida Grande",Arial, Helvetica, sans-serif;
	color:#506a81;
	text-shadow:#ACACAC 1px 1px 12px;
	
	width:500px;
	height:auto;
	
	padding:0px 0px;
	margin-bottom:20px;
	
	text-align:left;
}

#main_content #inner_content #main_copy #more_questions {
	position:absolute;
	top:5px;
	right:0px;
	
	color:#4b7cad;
}

#main_content #inner_content #main_copy #more_questions a,
#main_content #inner_content #main_copy #copy .systems_box a {
	color:#4b7cad;
	font-weight:bold;
}

#main_content #inner_content #main_copy #more_questions a:hover,
#main_content #inner_content #main_copy #copy .systems_box a:hover {
	color:#385d82;
}

#main_content #inner_content #main_copy #system_definition {
	font-size:18px;
	font-weight:bold;
	font-family:"Lucida Grande",Arial, Helvetica, sans-serif;
	color:#506a81;
	
	margin-left:20px;
	margin-bottom:20px;
}

#main_content #inner_content #main_copy #copy { height:auto; }

#main_content #inner_content #main_copy #copy .systems_box {
	position:relative;
	
	width:630px;
	border:5px #f6f6f7 solid;
	
	padding-left:5px;
	background:url(images/systems_box_bg.png);
	
	margin-bottom:20px;
}

#main_content #inner_content #main_copy #copy .systems_box p {
	padding:0.5em 1em;
	margin:0;
}

#main_content #inner_content #main_copy #copy .systems_box h2 {
	margin:0 0 10px -5px;
	padding:10px 0px 10px 5px;
	width:630px;
	background:#bfbfc0;
	border-bottom:2px #f6f6f7 solid;
}

#main_content #inner_content #main_copy #copy #ballast_roof .ballast1 {
	width:270px;
	height:208px;
	
	top:50px;
	left:360px;
	background:url(images/ballast_roof_1.png) center no-repeat;
	position:absolute;
}

#main_content #inner_content #main_copy #copy #ballast_roof .ballast2 {
	width:270px;
	height:138px;
	
	bottom:10px;
	left:360px;
	background:url(images/ballast_roof_2.png) center no-repeat;
	position:absolute;
}

#main_content #inner_content #main_copy #copy #mf_roof .mf1 {
	width:270px;
	height:208px;
	
	top:50px;
	left:360px;
	background:url(images/mf_roof_1.png) center no-repeat;
	position:absolute;
}

#main_content #inner_content #main_copy #copy #mf_roof .mf2 {
	width:270px;
	height:138px;
	
	bottom:10px;
	left:360px;
	background:url(images/mf_roof_2.png) center no-repeat;
	position:absolute;
}

#main_content #inner_content #main_copy #copy #fa_roof .fa1 {
	width:270px;
	height:208px;
	
	top:50px;
	left:360px;
	background:url(images/fa_roof_1.png) center no-repeat;
	position:absolute;
}

#main_content #inner_content #main_copy #copy #fa_roof .fa2 {
	width:270px;
	height:138px;
	
	bottom:10px;
	left:360px;
	background:url(images/fa_roof_2.png) center no-repeat;
	position:absolute;
}

#main_content #inner_content #main_copy #copy #fatpo .fatpo1 {
	width:227px;
	height:200px;
	
	top:50px;
	left:380px;
	background:url(images/tpo_fa_1.png) center no-repeat;
	position:absolute;
}

#main_content #inner_content #main_copy #copy #fatpo .fatpo2 {
	width:246px;
	height:132px;
	
	bottom:10px;
	left:370px;
	background:url(images/tpo_fa_2.png) center no-repeat;
	position:absolute;
}

#main_content #inner_content #main_copy #copy #mftpo .mftpo1 {
	width:274px;
	height:208px;
	
	top:50px;
	left:350px;
	background:url(images/tpo_mf_1.png) center no-repeat;
	position:absolute;
}

#main_content #inner_content #main_copy #copy #mftpo .mftpo2 {
	width:246px;
	height:132px;
	
	bottom:10px;
	left:370px;
	background:url(images/tpo_mf_2.png) center no-repeat;
	position:absolute;
}

#main_content #inner_content #main_copy #copy #standing_seam .ss1 {
	width:250px;
	height:210px;
	
	top:50px;
	left:375px;
	background:url(images/standing_seam_1.png) center no-repeat;
	position:absolute;
}

#main_content #inner_content #main_copy #copy #commercial_shingles .cs1 {
	width:270px;
	height:210px;
	
	top:50px;
	left:365px;
	background:url(images/commercial_shingles_1.jpg) center no-repeat;
	position:absolute;
}