@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body, html {
	margin:0px;
	padding:0px;
	background-color: #ffffff;
	text-align:center;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
.nowrap { white-space: nowrap; }

#container {
	width: 100%;
	margin:auto;
}

#header {
	background-image: url(../images/header.gif);
	overflow: hidden;
	text-indent: -5000px;
	height: 82px;
	width: 817px;
}
#roofingheader {
	margin:auto;
	height: 82px;
	width: 817px;
}
#insulationheader {
	background-image: url(../images/insulationheader.gif);
	overflow: hidden;
	text-indent: -5000px;
	height: 82px;
	width: 817px;
}
#sidingheader {
	background-image: url(../images/sidingheader.gif);
	overflow: hidden;
	text-indent: -5000px;
	height: 82px;
	width: 817px;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
}

#content {
	height:400px;
	text-align: left;
}
#content2 {
	width:817px;
	margin:auto;
	text-align: left;
	margin-top:25px;
}
#minfo {
	width:320px;
	text-align: left;
	float:left;
	font-size:10px;
}
#rswform {
	width:460px;
	text-align: left;
	float:left;
	padding-left:20px;
}
#links {
	height:75px;
}

#footer {
	width: 817px;
	margin: 10px auto 0 auto;
	clear:left;
	font-size: 11px;
	color: #333333;
}

.bold { font-weight: bold; }

#footer p.disclaimer { margin-top: 10px; }
a:link, a:visited {
	color: #f57c2b;
}
a:hover {
	color: #f57c2b;
}
