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


/* ----------------- Redefines Tag Selectors ----------------- */

html, body {
	padding:0px;
	margin:0px;
	
	background: #5879ba; /* Old browsers */
background: -moz-linear-gradient(-45deg, #5879ba 0%, #bec6e4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #5879ba 0%,#bec6e4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #5879ba 0%,#bec6e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5879ba', endColorstr='#bec6e4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

body {
	padding:0px;
	margin:0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5879ba+0,bec6e4+100 */
}

.img {border:none; padding:0px; margin:0px;}

h1 {
	text-align: left;
	color: #191919;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}


h2 {
	font-size:.9em;
	color: #333333;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	line-height: 1.3em;
	padding-left: 10px;
	margin: 0px;
}
h3 {
	font-size:0.95em;
	color: #0157BA;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
	line-height: 1.3em;
	padding-left: 0px;
	margin: 0px;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	color: #666;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
}
h5 {
	font-size:.9em;
	color: #E00;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	line-height: 1.3em;
	padding-left: 10px;
	margin: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 15px;
	margin: 0px;
	color: #333333;
}

strong {color: #0A0;}

hr {
	border: 0;
	width: 96%;
	color: #D0E6DC;
	background-color: #D0E6DC;
	height: 2px;
}

a {
	color: #5879ba;
	text-decoration: underline;
}

/* This sets a default font for all of our  selectors. We set the text align back to left so it won't center (based on the body  to compensate for IE.) */


address {
	font-style: normal;
	color: #115d45;
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
	float: left;
	margin: 0px;
	line-height: 16px;
}

div.hr {
	height:15px;
	padding-top: 15px;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Styles the div that serves as the container for the content and navigation.*/
div#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -144px;
	margin-left: auto;
	padding: 0px;
	/*background-image: url(../images/content-bg.jpg);*/
	background-repeat: repeat;
}

div#content {
	width:1000px;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/content-bg.png);
} 


/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width: 1000px;
	height: 161px;
	padding: 0px;
	margin: 0px;
	z-index: 800;
	background:transparent;
	float: left;
}
div#columnleft {
	float: left;
	width: 170px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 42px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D0E6DC;
	border-right-color: #D0E6DC;
	border-bottom-color: #D0E6DC;
	border-left-color: #D0E6DC;
	background-color: #FAFCFB;
}

div#columnleft a:link, div#columnleft a:visited {
	color:#5879ba;
	text-decoration:underline;
}

div#columnleft a:hover {
	color:#24352B;
	text-decoration:underline;
}

div#columnleft p {
	color: #769D7B;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: left;
	font-size: 0.75em;
	line-height: 1.5em;
}
div#columnleft h1 {
	color: #5879ba;
	text-align: left;
	font-size: 1em;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
div#columnleft h4 {
	color: #5879ba;
	text-align: left;
	font-size: 0.95em;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	background-color: #E8F2F3;
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div#columnleft ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 12px;
}
div#columnleft li {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #5879ba;;
	line-height: 1.5em;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	list-style-type: none;
}

div#columnright {
	float: right;
	width: 732px;
	position: relative;
	border: 1px solid #D0E6DC;
	margin-top: 15px;
	margin-right: 36px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#columnright p {
	color: #333;
	margin: 0px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#columnright h1 {
	color: #5879ba;
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div#columnright h2 {
	color: #333333;
	text-align: left;
	font-size: .90em;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
div#columnright h5 {
	color: #333333;
	text-align: left;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 300px;
	margin-bottom: 5px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #D0E6DC;
}
div#columnright h6 {
	color: #E00;
	text-align: left;
	font-size: 1.2em;
	font-weight:600;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
div#columnright ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 55px;
}
div#columnright li {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-image: url(../images/bullet.jpg);
	font-weight: normal;
}
div#columnright hr {
	border: 0;
	color: #cfcece;
	margin-top: 2px;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 15px;
	background-color: #cfcece;
	height: 1px;
}

div#columnright a:hover {
	color: #000033;
	text-decoration: none;
}

div#columnleftlist {
	width: 245px;
	text-align: left;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
div#cataloggroup {
	width: 524px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
div#cataloggroup h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #569CD7;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
div#cataloggroup1 {
	width: 380px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	float: right;
	margin-top: 30px;
}
div#cataloggroup1 h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #67B3D3;
	text-align: center;
	padding-right: 30px;
}
div#faqbox {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FBFCFC;
	border: 1px solid #D0E6DC;
}
div#faqbox p {
	font-size: 0.75em;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#faqbox a:link, div#faq a:visited {
	color: #6A9533;
}
div#faqbox strong {
	color: #333;
}

div#icons {
	width: 710px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#equipment {
	float: right;
	width: 225px;
	padding-right: 20px;
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 10px;
}
div#button {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 4px;
}
div#form {
	float: left;
	width: 700px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0px;
	margin: 0px;
}

div#services {
	width:700px;
	float: left;
}

div#services h5 {
	color: #333333;
	text-align: left;
	font-size: 0.9em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #D0E6DC;
	padding: 0px;
}
div#services ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 50px;
}
div#services li {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-image: url(../images/bullet.jpg);
	font-weight: normal;
}

div#servicesrt {
	width:710px;
	float:left;
}

div#servicesrt h5 {
	color: #333333;
	text-align: right;
	font-size: 0.9em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #D0E6DC;
	padding: 0px;
}
div#servicesrt ul {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	float: right;
	margin: 0px;
	padding-left: 20px;
}
div#servicesrt li {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-image: url(../images/bullet.jpg);
	font-weight: normal;
}

span {
	float:left;
	width: 365px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#thumbsrt {
	float: right;
	height: 136px;
	width: 475px;
	padding-top: 50px;
}
div#thumbslft {
	float: left;
	height: 136px;
	width: 470px;
	padding-top: 40px;
	margin-left: 20px;
}

blockquote {
	margin:22px 40px;
	upadding:3px;
	color:#575757;
	padding: 0 50px;
	background-color: transparent;
	background-image: url(../images/blockquote.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-family: Tahoma, Geneva, sans-serif;
}


/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	padding: 0px;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img.right {
	padding: 0px;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: right;
}

img.button {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 6px;
}

.clear {
	clear: both;
}
div#horizonalnav {
	width:1000px;
	background-image: url(../images/nav-bg.png);
	background-repeat: no-repeat;
	height: 40px;
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}

	
div#utilnav/* DIV UTILITY NAV */

	 {
	color: #5879ba;
	padding-top: 70px;
	padding-right: 60px;
	text-align: right;
	width: 675px;
	float: right;
}
div#utilnav a:link, div#utilnav a:visited  {
	text-decoration: underline;
	font-size: 0.7em;
	color: #5879ba;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	text-align: center;
	margin: 0px;
	display: inline;
			}
	div#utilnav a:hover {
	text-decoration: none;
	color: #23372B;
}

.copyright  {
	font-size: 0.5em;
	text-align: right;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 35px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	width: 550px;
	margin: 0px;
}

.copyright a:link, .copyright a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

div#footercontact {
	text-align: center;
	height: 144px;
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url(../images/footer-bg.[p]);
	background-repeat: no-repeat;
	clear: both;
}
div#footerwraper {
	padding: 0px;
	height: 144px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	/*background-image: url(../images/footer-bg.jpg);*/
	background-repeat: repeat-x;
}
div#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 144px;
	width: 1000px;
	clear: both;
}

div#push {
	min-height: 100%;
	height: 144px;
}

/* ---------  Neighborhood Saver Advertising Page Styles ------------------- */
.split {margin:10px 0px 10px 60px; padding:0px; border:none;}

div#columnright.ns1 h2 {color:#E00;}