body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: navy;
	background-image:  url("images/insulation_bg.jpg");
	background-attachment: fixed;
	background-repeat: repeat-x;
}

h1, h2, h3 {
	font-weight: bold;
	clear: both;
}

h1 {
	font-size: 16pt;
	text-align: center;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 12px;
}

dt {
	font-weight: bold;
	margin-top: 20px;
}
dd {
}

#page {
	width: 760px;
	margin: 15px auto 15px auto;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
}

#page:after {
	content: ".";
	display: block;
	clear: both;
	height: 20px;
	visibility: hidden;
}

#banner {
	background-image:  url(images/dslogobg.gif);
	margin-left: 10px;
	background-repeat: repeat-x;
}

#pagetitle {
	float: left;
	width: 120px;
	margin-top: 15px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 14pt;
}

#content {
	float: right;
	width: 430px;
	margin: 15px 10px 15px 0px;
	padding-left: 10px;	/* because IE is poor!  KGM 5.08.07 */
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}


#picture {
	float: right;
	width: 165px;
	margin-top: 15px;
	text-align: center;
}


#nav {
	margin-top: 20px;
	font-size: 9pt;
	font-weight: normal;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 8em; 
	background: white;
	border: 1px solid #AAA;

	position: relative;
}
/*
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 8em; 
	background: white;
	border: 1px solid #AAA;

	position: relative;
}

#nav ul li {
	padding: 5px 0px 5px 5px;
}
*/
#nav li {
	position: relative; 
	list-style: none; 
	margin: 0px;
	border-bottom: 1px solid #CCC;
}
#nav li a {
	display: block; 
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none; 
	width: 6em; 
	border-left: 0.5em solid #BBB;
}
#nav li:hover {
	background: #EDD;
}
#nav li a:hover {
	border-left-color: #FDB970;
}



.mail, .email, .phone {
	background-repeat: no-repeat;
	padding-left: 70px;
	height: 50px;
}

.mail {
	background-image: url(images/mail.gif);
}	
.email {
	background-image: url(images/email.gif);
}	
.phone {
	background-image: url(images/phone.gif);
}	

