-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFacts.aspx
107 lines (107 loc) · 5 KB
/
Facts.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<%@ Page Language="vb" AutoEventWireup="false" MasterPageFile="~/CSIMasterPage.Master" CodeBehind="Facts.aspx.vb" Inherits="CSICustomBuilderWeb2.Facts"
title="CSI Custom Builders - Facts" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<table cellpadding="1">
<tr><td colspan="3"><h2 align="center"><font face="Arial, Helvetica, sans-serif" color="#FF0000">Modular Facts</font></h2></td></tr>
<tr VALIGN="top">
<td ALIGN="right"><font SIZE="2" FACE="Arial, Helvetica">1)</font></td>
<td WIDTH="5"></td>
<td><font SIZE="2" FACE="Arial, Helvetica">Modular systems building is a fast-growing
modern form of construction gaining a growing recognition of its increased efficiency and
ability to apply modern technology to the needs of the market place.</font></td>
</tr>
<tr>
<td COLSPAN="3"></td>
</tr>
<tr VALIGN="top">
<td ALIGN="right"><font SIZE="2" FACE="Arial, Helvetica">2)</font></td>
<td WIDTH="5"></td>
<td><font SIZE="2" FACE="Arial, Helvetica">Modular systems homes are built with components
constructed in a controlled factory environment to the same building codes as traditional
site-built housing.</font></td>
</tr>
<tr>
<td COLSPAN="3"></td>
</tr>
<tr VALIGN="top">
<td ALIGN="right"><font SIZE="2" FACE="Arial, Helvetica">3)</font></td>
<td WIDTH="5"></td>
<td><font SIZE="2" FACE="Arial, Helvetica">Superior quality control, reduced waste and
faster completion (30-60 days versus two to four months for site-built construction) are
primary benefits.</font></td>
</tr>
<tr>
<td COLSPAN="3"></td>
</tr>
<tr VALIGN="top">
<td ALIGN="right"><font SIZE="2" FACE="Arial, Helvetica">4)</font></td>
<td WIDTH="5"></td>
<td><font SIZE="2" FACE="Arial, Helvetica"> The increased
efficiency of modular systems construction generally results in greater value for the homeowner.</font></td>
</tr>
<tr>
<td COLSPAN="3"></td>
</tr>
<tr VALIGN="top">
<td ALIGN="right"><font SIZE="2" FACE="Arial, Helvetica">5)</font></td>
<td WIDTH="5"></td>
<td><font SIZE="2" FACE="Arial, Helvetica">Computerization has enabled Nationwide Homes
and other modular systems producers to take a mass customization approach and design all
models to meet a homeowners particular needs. This contrasts with the situation just a few
years ago when the industry offered only a few standard models with limited options.</font>
</td>
</tr>
<tr>
<td COLSPAN="3"></td>
</tr>
<tr VALIGN="top">
<td ALIGN="right"><font SIZE="2" FACE="Arial, Helvetica">6)</font></td>
<td WIDTH="5"></td>
<td><font SIZE="2" FACE="Arial, Helvetica">The combination of reduced cycle time, more
efficient construction, unlimited customization and a growing shortage of skilled
trades people are the primary reasons many builders are switching from traditional
site-building to modular systems.</font></td>
</tr>
<tr>
<td COLSPAN="3"></td>
</tr>
<tr VALIGN="top">
<td ALIGN="right"><font SIZE="2" FACE="Arial, Helvetica">7)</font></td>
<td WIDTH="5"></td>
<td><font SIZE="2" FACE="Arial, Helvetica">Today's modular systems housing encompasses the
entire spectrum of the housing market from the affordable single-family and multi-family
housing to high end luxury homes (Nationwide Homes has produced custom models that sell
for over half a million).</font></td>
</tr>
<tr>
<td COLSPAN="3"></td>
</tr>
<tr VALIGN="top">
<td ALIGN="right"><font SIZE="2" FACE="Arial, Helvetica">8)</font></td>
<td WIDTH="5"></td>
<td><font SIZE="2" FACE="Arial, Helvetica">Modular systems housing is growing at almost a
ten percent rate over the last five years.</font></td>
</tr>
<tr>
<td COLSPAN="3"></td>
</tr>
<tr VALIGN="top">
<td ALIGN="right"><font SIZE="2" FACE="Arial, Helvetica">9)</font></td>
<td WIDTH="5"></td>
<td><font SIZE="2" FACE="Arial, Helvetica">Forecasters see modular housing increasing its
market share by twelve percent annually well into the next millennium. (Frost &
Sullivan)</font></td>
</tr>
<tr>
<td COLSPAN="3"></td>
</tr>
<tr VALIGN="top">
<td ALIGN="right"><font SIZE="2" FACE="Arial, Helvetica">10)</font></td>
<td WIDTH="5"></td>
<td><font SIZE="2" FACE="Arial, Helvetica">There are over eighty producers of modular
housing throughout the U.S. Forty-three of them are members of the <a
HREF="http://www.buildingsystems.org" target="_blank">Building Systems Councils of the National
Association of Home Builders(NAHB).</a></font></td>
</tr>
</table>
</asp:Content>