/* ---------- misc ---------- */

* {
 padding: 0;
 margin: 0;
 }
body	{
 background: #f2f2f2;
 color: #777;
 font: 11px/1.4em Arial, Tahoma, Verdana, sans-serif;
 text-align: center;
 }
acronym {
 cursor: help;
 }

/* ---------- div ---------- */

#container {
 padding: 0 2px;
 width: 500px !important;
 width /**/: 504px;
 margin: 0 auto;
 background: #fff url(/images/container.gif) repeat-y;
 text-align: left;
 position: relative;
 }
#quickSummary, #preamble, #supportingText div {
 padding: 5px 20px;
 width: 330px !important;
 width /**/: 370px;
 }
#quickSummary {
 padding: 15px 20px;
 background: url(/images/line.gif) no-repeat 50% 100%;
 }
#preamble {
 padding-top: 15px;
 }
#supportingText #requirements {
 padding-bottom: 12px;
 }
#supportingText #footer {
 padding: 12px 20px;
 background: url(/images/line.gif) no-repeat 50% 0;
 text-align: center;
 }
#linkList {
 position: absolute;
 top: 287px;
 left: 372px;
 font-size: 10px;
 line-height: 1.2em;
 }

/* ---------- h1, h2, h3 ---------- */

h1, h2, h3 {
 font-weight: normal;
 font-size: 1.0em;
 line-height: 1.0em;
 text-indent: -2000em;
 display: block;
 }
 h4 {
 font-weight: bold;
 font-size: 1.8em;
 line-height: 1.0em;
 text-indent: -2000em;
 display: block;
 }
h1 {
 width: 500px;
color: #f2f4d8;
 height: 80px;

 background:#f2f4d8 url(/images/head3.png) no-repeat 0 100%;
 }
h2 {
 width: 500px;
 height: 206px;
 background: #b6c77b url(/images/interior9-great-room.jpg) no-repeat;
 }
 h5 {
 width: 500px;
 height: 206px;
 background: #b6c77b url(/images/house.png) no-repeat;
 }
  h6 {
 width: 500px;
 height: 206px;
 
 }
 h7 {
 width: 500px;
 height: 206px;
 background: #b6c77b url(/images/interior-small3) no-repeat;
 }
 
#preamble h3, #supportingText h3 {
 width: 231px;
 height: 27px;
 background-color: #f2f4d8;
 background-repeat: no-repeat;
 }
#preamble h3 {  }
#explanation h3 { background-image: url(/images/h3_02.gif); }
#participation h3 { background-image: url(/images/h3_03.gif); }
#benefits h3 { background-image: url(/images/h3_04.gif); }
#requirements h3 { background-image: url(/images/h3_05.gif); }

#linkList h3 {
 width: 130px;
 height: 34px;
 background-repeat: no-repeat;
 background-color: #f2f4d8;
 }
.select {background-image: url(/images/); }
.archives {background-image: url(); }
.resources {background-image: url(/images/h3_08.gif); }

/* ---------- p ---------- */

p {
 padding-top: 5px;
 }
.p1 {
 padding-top: 2px;
 }

/* ---------- ul, li ---------- */

ul, li {
 list-style: none;
 }
ul {
 border-top: 1px solid #ddd;
 }
li {
 text-transform: lowercase;
 border-bottom: 1px solid #ddd;
 }
#lselect li {
 padding: 5px 7px 5px 24px;
 background: url(bullet1.gif) no-repeat;
 }
#lselect li:hover {
 background: #e6e9cd url(hover.gif) no-repeat;
 }
#larchives li, #lresources li {
 background: url(bullet2.gif) no-repeat;
 padding: 5px 0;
}
div>#larchives li, div>#lresources li {
 padding: 0;
 height: 23px;
 background: url(bullet2.gif) no-repeat;
}

/* ---------- a ---------- */

a {
 text-decoration: none;
 }
#intro a, #supportingText a {
 font-weight: bold;
 color: #9ead6c;
 }
#footer a, #linkList a {
 color: #777;
 }
#lselect a {
 display: block;
 color: #9ead6c;
 }
#lselect a.c {
 display: inline;
 color: #777;
 }
#larchives a, #lresources a {
 padding: 0 7px 0 22px;
}
div>#larchives a, div>#lresources a {
 padding: 5px 7px 5px 22px;
 height: 13px !important;
 height /**/: 23px;
 display: block;
 }
#footer a:hover, #footer a:active, #linkList a:hover, #linkList a:active, #lselect a.c:hover, #lselect a.c:active {
 color: #222;
 }
#intro a:hover, #intro a:active, #supportingText a:hover, #supportingText a:active, #lselect a:hover, #lselect a:active {
 color: #85925C;
 }
div>#larchives a:hover, div>#larchives a:active, div>#lresources a:hover, div>#lresources a:active {
 background: #e6e9cd url(hover.gif) no-repeat -130px 0;
 }