<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**************/
/* HTML5 CSS3 */
/**************/
body{
	width:100%;
	margin-top:0px;
        background:url(images/body-bg.png) repeat-x #D6D6D6;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
}

/**********/
/* Header */
/**********/
body &gt; header{
	background:url(images/headers-bg.jpg) no-repeat center top;
	height:309px;
}
	body &gt; header &gt; section.content_header{
		width:1002px;
		margin:0 auto;
		position:relative;
	}
		body &gt; header &gt; section.content_header &gt; section{
			background:url(images/main_header_tgs.png) no-repeat left top transparent;
			height:239px;
		}

		body &gt; header &gt; section.content_header &gt; div.logo{
			position:absolute;
			right:15px;
			top:40px;
		}

		body &gt; header nav{			
			height:55px;
			margin:2px auto 0;
		}
			body &gt; header nav ul{				
				height:55px;
				padding: 0;
				list-style-type: none;
			}
			
			body &gt; header nav ul li:first-child {
				background:none;
			}

			body &gt; header nav ul li{
				float:left;				
				background:url(images/links_line_tgs.png) no-repeat left center transparent;
				list-style-type: none;
				list-style-image: none;
                                padding:0;
			}

			body &gt; header nav ul li a{
				color:white;
				display: block;
				overflow: hidden;
				cursor: pointer;
				font-size: 20px;
				line-height:47px;
				text-shadow:1px 1px 1px #515151;
				text-align: left;
				text-decoration: none;
				font-weight: bold;
                                padding: 8px 30px;
			}

			body &gt; header nav ul li a:hover{
                                background: #686868; /* Old browsers */
                                /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY4Njg2OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZTRlNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                                background: -moz-linear-gradient(top,  #686868 0%, #4e4e4e 100%); /* FF3.6+ */
                                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#686868), color-stop(100%,#4e4e4e)); /* Chrome,Safari4+ */
                                background: -webkit-linear-gradient(top,  #686868 0%,#4e4e4e 100%); /* Chrome10+,Safari5.1+ */
                                background: -o-linear-gradient(top,  #686868 0%,#4e4e4e 100%); /* Opera 11.10+ */
                                background: -ms-linear-gradient(top,  #686868 0%,#4e4e4e 100%); /* IE10+ */
                                background: linear-gradient(to bottom,  #686868 0%,#4e4e4e 100%); /* W3C */
                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#4e4e4e',GradientType=0 ); /* IE6-8 */
				color:#fff600;
			}
/**********/
/* Header */
/**********/

/***********/
/* Content */
/***********/
body &gt; section{
	background:url(images/content_bg_tgs.png) repeat-y left top transparent;
	width:997px;
	margin: 20px auto 0px;
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
}

	body &gt; section &gt;section.left_side{
		float:left;
		width:700px;
		padding:15px;
	}
	body &gt; section &gt; section &gt; div{
            margin: 0 0 5px;
            padding: 0 0 5px;
            overflow: hidden;
        }		

	body &gt; section &gt;section.right_side{
		float:right;
		width:235px;
		padding:15px;
	}
		body &gt; section &gt;section.right_side a.free_est{
			display:block;
			width:226px;
			height:122px;
			margin:15px 0;
		}
		body &gt; section &gt;section.right_side p span{
			display:block;
			float:right;
			font-weight:bold;
			margin-bottom:10px;
		}




body &gt; div.shadow{
	background:url(images/content_shadow_tgs.png) no-repeat left top transparent;
	width:997px;
	height:23px;
	margin: 0px auto 20px;
}

body &gt; section &gt; section &gt; div.roundbox{
    background: #f0f0f0;
    border-radius: 9px;
    border: 1px solid #dadada;
    margin: 0 0 15px;
    overflow: hidden;
}
   body &gt; section &gt; section &gt; div.roundbox span{
        background: #76d900;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        text-shadow: 1px 1px 0 #caff86;
        border-radius: 9px 0;
        box-shadow: 0 1px 2px #b8b8b8;
        float: left;
        padding: 7px 10px 4px;
        margin: 0 10px 0 0;
        line-height: 15px;
    }
    body &gt; section &gt; section &gt; div.roundbox p{
        line-height: 24px;
        margin: 5px;
    }
body &gt; section &gt; section &gt; div.callus{
    background: url(images/van.png) no-repeat left;
    width: 368px;
    margin: 10px auto 0;
    padding: 10px 0 0 272px;
    font: bold 40px Verdana,Tahoma,Arial;
    color: #4b8b00;
    text-align: center;
}
	body &gt; section &gt; section &gt; div.callus p{
		font: bold 40px Verdana,Tahoma,Arial;
		color: #4b8b00;
		margin: 0;
	}
	
    body &gt; section &gt; section &gt; div.callus span{color: #3f3f3f;}
.contactus{
	background: url(images/contact.png) no-repeat;
	width: 235px;
	height: 162px;
	display: block;
	text-decoration: none;
}
body &gt; section &gt; section &gt; div.callusnow {
	background: url(images/call_us_now.png) no-repeat;
	width: 234px;
	height: 150px;
	text-align: center;
}
	body &gt; section &gt; section &gt; div.callusnow &gt; p{
		font: bold 32px Arial,Tahoma,Verdana;
		color: #1e1d1d;
		padding: 0;
		margin:103px 0 0 18px;
	}
.column{
    background:#e6e6e6;
    border-radius:12px;
    border:1px dashed #fff;
    padding:0 12px;
    width:146px;
    margin:0 2px;
    float:left;
}
.orange{background:#ff4e00;margin:30px 0 0 0;}
.orange h3{color:#fff;text-align:center;text-transform:uppercase;font-size:24px;}
/***********/
/* Content */
/***********/

/***********/
/* Foooter */
/***********/
body &gt; footer{
	clear:both;
	width:auto;
	background:#4e4e4e;
	margin: 0 auto;
	padding:10px 15px;
        color: #fff;
        overflow: hidden;
}
        body &gt; footer &gt; nav{
            width: 997px;
            margin: 0 auto;
        }
	body &gt; footer &gt; nav ul{
		list-style:none;
		float:left;
                padding: 0;
	}
	body &gt; footer &gt; nav ul li{
		float:left;
		padding: 7px 20px 5px;
		list-style-image: none;
	}
	body &gt; footer &gt; nav ul li a{
		color:#fff;
		text-shadow:1px 1px 1px #3a3a3a;
		text-decoration:none;
		font-size:16px;
		font-weight:700;
	}
            body &gt; footer &gt; nav ul li a:hover{color: #fff600;}
/***********/
/* Foooter */
/***********/
	
/**************/
/* Formatting */
/**************/
header{
	font-size: 24px;
	font-weight: bold;
	color: #22485D;
}
/**************/
/* Formatting */
/**************/

/************/
/* Required */
/************/

.image-left{
	float:left;
	margin:0 12px 0 0;
	border:2px solid #fff;
	box-shadow: 0 1px 3px #414141; 
	-moz-box-shadow:0 1px 3px #414141; 
	-webkit-box-shadow: 0 1px 3px #414141;
}

.image-right{
	float:right;
	margin:0 0 0 12px;
	border:2px solid #fff;
	box-shadow: 0 1px 3px #414141; 
	-moz-box-shadow:0 1px 3px #414141; 
	-webkit-box-shadow: 0 1px 3px #414141; 
	
}

.image-center{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:5px;
	border:2px solid #fff;
	box-shadow: 0 1px 3px #414141; 
	-moz-box-shadow:0 1px 3px #414141; 
	-webkit-box-shadow: 0 1px 3px #414141;
}

.image-noborder{
	border:none;
	box-shadow:none;
	-moz-box-shadow:none; 
	-webkit-box-shadow:none;
}

/************/
/* Required */
/************/

/************/
/* Styles */
/************/
h1{
  color: #6dc300;
  font-size: 24px;
  margin:10px 0;
  text-align:center;
  text-shadow: 0 1px 2px #dcdcdc;
}
h2{
  color: #333;
  font-size: 21px;
  margin:10px 0;
  line-height: 30px;
  background: #e6e6e6;
  border-bottom: 1px dashed #4e4e4e;
  border-top: 1px dashed #4e4e4e;
  padding-left: 10px;

}
h3{
  color: #4e4e4e;
  font-size: 18px;
  margin:15px 0;
}
h4{
  color: #4e4e4e;
  font-size: 16px;
  margin:10px 0;
}
h5{
  color: #4e4e4e;
  font-size: 14px;
}
h6{
  color: #4e4e4e;
  font-size: 12px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin:5px 0;
	line-height: 20px;
}

ul { 
	padding-left: 50px;
}

li { 
	padding-left: 10px;
	line-height: 30px;
}

.clear{clear:both;width:100%;}
.colorfix{
	color: #22485D;
}
.copyright{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 34px;
}
.navfont{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.iphn{display:none;}
.iphnside{display:none;}
body &gt; section &gt; section &gt; div.callus a.iphn{
		font: bold 40px Verdana,Tahoma,Arial;
		color: #3f3f3f;
		margin: 0;
		text-decoration:none;
	}
body &gt; section &gt; section &gt; div.callusnow  a.iphnside{
		font: bold 32px Arial,Tahoma,Verdana;
		color: #1e1d1d;
		padding: 0;
		margin:103px 0 0 18px;
		text-decoration:none;
	}
@media handheld, only screen and (max-width:560px) {
	body &gt; section &gt; section &gt; div.callus span{display:none;}
	body &gt; section &gt; section &gt; div.callus a.iphn{display:block;}
	body &gt; section &gt; section &gt; div.callusnow p{display:none;}
	body &gt; section &gt; section &gt; div.callusnow a.iphnside{display:block;}
}
/************/
/* Styles */
/************/

.quotebox {
    background-color: #4E4E4E;
    padding:10px;
    margin:10px;
} 
.quotebox p, .quotebox a {
    color: #fff;
} </pre></body></html>