@charset "UTF-8";
/* ------- MASTHEAD  ------- 
   ------------------------- */
#headWrapper {
	background-image: url(../../images/panelGraphics/headerRoofTops.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.headSectionWrap {
	background-image: url(../../images/panelGraphics/headerChimneySmoke3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 12px;
	height: 200px;
}
.headcontentWraper {
	margin-top: 15px;
}
@media only screen and (max-width: 1125px) {
	#headWrapper {
	    background-size: 934px 150px;
	}
	.headSectionWrap {
	    background-size: 934px 150px;
		padding-top: 10px;
		height: 140px;
	}
}
@media only screen and (max-width: 800px) {
	.headSectionWrap {
		height: 110px;
	}
	/*.headcontentWraper {
		width: 100%;
		margin: 0;
	}*/
	#headWrapper {
	    background-size: 747px 120px;
	}
	.headSectionWrap {
	    background-size: 747px 120px;
		padding-top: 10px;
	}
	.headcontentWraper h4 {
		font-size: 16px;
		line-height: 16px;
	}
}
@media only screen and (max-width: 660px) {
	.headSectionWrap {
		height: 140px;
	}
	.headcontentWraper {
		width: 100%;
		margin: 0;
	}
	.headcontentWraper h4 {
		display: inline-block;
		font-size: 14px;
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 480px) {
	.headSectionWrap {
		height: 130px;
	}
}
@media only screen and (max-width: 320px) {
	.headcontentWraper h4 {
		font-size: 12px;
	}
}
/* ------- BODY  ------- 
   ------------------------- */
#pageWrapper {
	padding: 0 0 120px 0;
	background-image: url(../../images/panelGraphics/footerRoofTops.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
/* ------- FOOTER  ------- 
   ------------------------- */
#closingFooterWrap {
	background-color: #000000;
	padding-bottom: 40px;
}
/* ------- HOME PAGE  ------ */
#pageID1 #pageWrapper {
	padding-top: 0;
}
#modID1 .section {
	margin-bottom: 0;
}
#modID2 {
	margin-top: 10px;
}
@media only screen and (max-width: 600px) {
	#modID2 {
		margin-top: 0;
	}
}

/* ------- SWEEP MAINTENANCE PAGE ------ */
#section6 {
	padding: 30px 0 0 20px;
}
#section8 {
	background-color: #000000;
	padding: 20px;
}
#section8 h1, #section8 h2, #section8 h3, #section8 h4, #section8 h5, #section8 h6{
	color: #FFFFFF;
}
#section10 {
	background-color: #DDDDDD;
	padding: 20px;
}
#section9 .img_margin, #section7 .img_margin {
	margin-bottom: 0;
}
#section9 {
	background-color: #DDDDDD;
}
@media only screen and (max-width: 1110px) {
	#section6 {
		padding: 0;
	}
}
@media only screen and (max-width: 600px) {
	#section9 {
		display: none;
	}
}
/* ------- WEDDINGS ------ */
#section20 .img_margin, #section14 .img_margin {
	margin-bottom: 5px;
}
#sg18-a {
	margin: 0;
}
@media only screen and (max-width: 600px) {
	#sg18-b .col {
		margin: 0;
	}
}
strong {
	font-weight: 700;
}
/* morse code spacing on contact page */
#section30 p {
	letter-spacing: 2px;
}