@charset "UTF-8";
body {
	background: url(../images/bg-nav.jpg) repeat-x;
	border-bottom: 15px solid #000;
}
/* CSS Document */

body, td, th {
	color: #000;
	font: 0.9em Arial, Helvetica, sans-serif;
}
p , ul{
	margin: 0px 0px 1.4em;
}
ul {
	margin-left: 40px;
	list-style: circle;
}
ol {
	margin-left: 40px;
	list-style: decimal;
}
li {
	margin: 0px 0px 0.6em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.6em 0px 0.4em;
}
h1 {
	color: #FE003C;
	font-size: 1.1em;
	letter-spacing: 2px;
	font-style: italic;
}
h2 {
	color: #000;
	font-size: 1.2em;
}
p {
	line-height: 1.3;
}
a {
	color: #1356B2;
}
em {
	color: #155CBF;
}
#wrapper {
	margin: 0px auto;
	width: 978px;
	background: url(../images/bg-left.jpg) repeat-y;
}
#nav {
	background: url(../images/bg-nav.jpg);
}
#nav ul, #nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav li {
	float: left;
}
#nav a {
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 240px;
	float: left;
	text-align: center;
	font-size: 12px;
	height: 24px;
	line-height: 0.95;
	padding-top: 2px;
	border-left: 1px solid #FFF;
	background: url(../images/bg-nav-sprite.jpg) repeat-x;
}
#nav a:hover, #home a.home, #residential a.residential, #commercial a.commercial, #holiday a.holiday, #testimonials a.testimonials  {
	background-position: 0 -26px;
	color: #1553B5;
}
#nav a.home , #nav a.holiday ,#nav a.testimonials{
	padding-top: 8px;
	height: 18px;
}
#nav a.testimonials {
	border-right: 1px solid #FFF;
}
#left {
	float: left;
	width: 395px;
}
#left table {
	margin: 10px auto 0px;
}
#right {
	float: right;
	width: 520px;
	padding-right: 60px;
}
#footer {
	clear: both;
	font-size: 0.9em;
	text-align: right;
	padding: 30px 30px 15px 0;
	color: #999;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.column {
	display: block;
	width: 200px;
	float: left;
}
.clear {
	clear: both;
}
.imagefloatright {
	float: right;
	margin-left: 15px;
}
.imagealigncenter {
	display: block;
	margin: 0 auto;	
}
.alignright {
	text-align: right;
}
.textaligncenter {
	text-align: center;	
}
.smallprint {
	font-size: 0.8em;
}
.tableangies {
	width: 200px; background-color: white; color: black;	
}
.tableangies2 {
	color: black; font-family: arial, sans-serif; font-size: 12px; border: 1px solid #fdb913; padding: 7px;	
}
.bordernone {
	border: none;	
}
.blue {
	color: blue;	
}

@media only screen and (max-width: 600px) {
	div#wrapper {
		width: 100%;
		background-image: none;
	}
	div#nav {
		background-image: none;
		background-color: #1356B2;
	}
	div#nav li {
		width: 100%;
		float: none;
	}
	div#nav a {
		color: #fff;
		width: 100%;
		float: none;
		padding: 10px 0;
		background-image: none !important;
		background-repeat: no-repeat;
		border-bottom: 1px #fff solid;
	}
	#nav a:hover, #home a.home, #residential a.residential, #commercial a.commercial, #holiday a.holiday, #testimonials a.testimonials  {
		background-position: 0 -26px;
		color: #fff;
	}
	#header img {
		width: 100%;
  		height: auto;
	}
	#left {
		width: 100%;
		float: none;
	}
	#right {
		width: 94%;
		float: none;
		padding: 3%;
	}
	.imagefloatright {
		margin-left: 3px;
	}
	div#quote-form {
		width: 100% !important;
	}
}
