/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #0D006A;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* begin real styles now */

/* generic styles */
a{
	color:#83B3CE;
}
.offScreen{
	position:absolute;
	left-9999px;
	top:-500px;
}

.clear{
	clear:both;
}

.container{
	width:849px;
	margin:0 auto;
	background:url(home/homeBg.gif) no-repeat;
	height:500px;
	padding-top:213px;
}

h1, h2, .residential span, .commercial span, .call p, .feedback p{
	position:absolute;
	top:-500px;
	left:-4000px;
}
.feedback{
	width:766px;
	height:146px;
	background:#9AC2D9;
	margin-bottom:8px;
}
.residential{
	margin-right:8px;
	float:left;
}
.residential a{
	display:block;
	background-image:url(home/residential.gif);
	width:379px;
	height:74px;
}
.residential a:hover, .commercial a:hover{
	background-position:0 -74px
}

.commercial{
	float:left;
}
.commercial a{
	display:block;
	background-image:url(home/commercial.gif);
	width:379px;
	height:74px;
}
.call{
	background-image:url(home/call.gif);
	height:19px;
	width:743px;
	margin-top:154px;
}