body {
	margin: 0;
	padding: 0;
	font: Normal 12px Verdana, Arial, sans-serif;
	color: #000;
	background-color: #fff;
}

p {
	line-height: 1.3em;
}

a         { color: #0042ff; }
a:link    { color: #0042ff; }
a:visited { color: #0042ff; }
	
#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 764px; 
	text-align: left;
	background-color: #fff;
}

#header {
	border-left: #000 1px solid;
}

#header div {
	height: 81px;
	background: #ccc url(/images/header_gradient.gif) top left repeat-x;
	border-top: #000 1px solid;
	border-right: #000 1px solid;
	border-bottom: #000 1px solid;
}

#header div p {
	margin: 14px 0 0 0;
	float: right;	
	width: 300px;
	text-align: center;
	font: normal 14px Georgia, serif;
	line-height: 1.3em;
	color: #585858;
}

#logo {
	float: left;
	width: 263px;
	height: 81px;
	border: none;
}


#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	/* border-left: #000 1px solid; */
}

#nav a {
	display: block;
	width: 108px;
	padding: 3px 0;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	color: #102d40;
	text-align: center;
}

#nav li {
	float: left;
	position: relative;
	width: 108px;
	background-color: #a3c2d9;
	border-bottom: #000 1px solid;
	border-right: #000 1px solid;
}

#nav li:hover {
	background-color: #6f9dbe;
	background-position: 0 0;
}

#nav li:hover a {
	color: #000;
}

#nav li ul {
	position: absolute;
	width: 108px;
	left: -999em;
	background-color: #a3c2d9;
	border-top: #000 1px solid;
	border-left: none;
}

#nav li:hover ul, #nav li.sfhover ul { 
	left: -1px;
}

#nav li li {
	border-bottom: #000 1px solid;
	border-right: #000 1px solid;
	border-left: #000 1px solid;
}

#nav li li:hover {
	background-color: #6f9dbe;
}

#content {
	/* padding-top: 1px; */
	margin: 0 5px 20px 5px;
	clear: left;
}

h1 {
	padding-top: 14px;
	font: normal 24px Georgia, Times New Roman, serif;
	color: #678090;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

h4 {
	padding: 2px 4px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	background-color: #f9ca69;
	border-bottom: #f7a700 1px solid;
}

h5 {
	padding: 2px 4px;
	font-size: 12px;
	font-weight: bold;
	background-color: #eee;
	border: #ccc 1px solid;
}

h6 {
	padding: 2px 4px;
	font-size: 12px;
	font-weight: normal;
	background-color: #eee;
	border: #ccc 1px solid;
}

ol li {
	padding: 3px 0;
}

p.footnote {
	font-size: 10px;
	font-weight: bold;
	color: #666;
	padding: 4px;
	background-color: #eee;
	border: #ccc 1px solid;
}

/*****************************************
* global elements 
*****************************************/

#preview {
	display: block;
	position: absolute;
	top: 120px;
	right: 20px;
}

/*****************************************
* table cell alignment classes
*****************************************/

.tdl	{ text-align: left; }
.tdc	{ text-align: center; }
.tdr	{ text-align: right; }
.tdt	{ vertical-align: top; }
.tdm	{ vertical-align: middle; }
.tdb	{ vertical-align: bottom; }


/*****************************************
* Table defs 
*****************************************/

.tabledef1 {
	width: 100%;
	font-size: 10px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-collapse: collapse;
}

.tabledef1 th, .tabledef1 td {
	padding: 2px;
	border-bottom: 1px solid #CCC;
}

.tabledef1 th {
	font-weight: bold;
	color: #000;
	background: #EEE;
	border: 1px solid #CCC;
}

/*****************************************
* Form defs 
*****************************************/

form {
	margin: 0 0 20px 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 14px;
	background-color: #eee;
	border: #ccc 1px solid;
}

form p {
	margin-bottom: 0;
	color: #666;
}

/*****************************************
* Page specific defs 
*****************************************/

#residential_icons {
	margin: 0 0 20px 0;
	padding-top: 10px;
	height: 200px;
	text-align: center;
	clear: left;
}

#residential_icons div {
	margin: 0 auto;
	width: 480px;
}

#residential_icons p {
	float: left;
	width: 240px;
	height: 75px;
	text-align: center;
	vertical-align: middle;
}

#contact dl {
	margin: 0;
}

#contact dt {
	padding-left: 15px;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	margin-bottom: 3px;
}

#contact dd {
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
}

#contact .info {
	float: left;
	width: 375px;
	margin-bottom: 20px;
}

#contact .info dd span {
	font-size: 10px;
}

#contact h4 {
	margin-top: 0;
	clear: left;
}

#prices div {
	float: left;
	width: 350px;
	height: 200px;
	text-align: center;
}

#prices h3 {
	margin: 0 auto 6px auto;
}

#prices h3 a {
	color: #000;
	text-decoration: none;
}

/*****************************************
* defs from orig site
*****************************************/

.pricelist_txt			{ font-family:verdana, helvetica, sans-serif; font-size:11; color:#000; background-color:#ddd }
