html, body { height: 100%; }
body { color: #161616; text-align: center; margin: 0; padding: 0; background: #697f95 url(img/bkg.jpg) repeat-x top; }

#wrap { width: 764px; min-height: 100%; height: auto !important; height: 100%; text-align: left; margin: 0 auto -60px; background: url(img/bkg-wrap.jpg); }
#head { width: 764px; height: 230px; padding-top: 10px; background: url(img/bkg-strip.png); }
#menu { width: 700px; height: 40px; padding: 0 32px; background: url(img/bkg-strip.png); }
#main { float: right; width: 480px; padding: 20px 32px 20px 0; }
#side { float: left; width: 180px; padding: 30px 22px; }
#push { height: 60px; clear: both; }
#foot { width: 700px; height: 60px; padding: 0 32px; clear: both; margin: 0 auto; text-align: left; background: url(img/bkg-foot.png); }

a:link, a:visited, a:active { color: #2e3092; }
a:hover { color: #ed1c24; }

h1, h2, h3 { font-family: Verdana, Arial, Helvetica, sans-serif; margin-bottom: 2px; font-weight: normal; }
h1 { font-size: 1.25em; margin: 0 0 2px; color: #ed1c24; }
h2 { font-size: 1.0625em; color: #2e3092; }
h3 { font-size: 0.875em; color: #2e3092; }

p, ul, address { font: normal 0.8125em/1.5em Verdana, Arial, Helvetica, sans-serif; margin-top: 0; }

#menu ul { margin: 0; padding: 0; list-style: none; font: 1.0625em Verdana, Arial, Helvetica, sans-serif; }
#menu li { display: inline; color: #fffcfd; line-height: 36px; }
#menu a { color: #fffcfd; text-decoration: none; }
#menu a:hover, #home a.navHome, #faq a.navFAQ, #legislative a.navLO, #media a.navMedia { color: #fc3; }

#foot p { font-size: 0.625em; line-height: 60px; color: #fff; }
#foot a { color: #fff; text-decoration: none; }
#foot a:hover { color: #fc3; text-decoration: underline; }

img { border: 0; }
hr { color: #697f95; background-color: #697f95; clear: both; margin: 12px 0; border: none; height: 1px; display: block; }

.block { display: block; }
.ctr { text-align: center; }
.sm { font-size: 70%; }

ul.pdf li, li.pdf { background: url(img/pdf.png) no-repeat left center; padding-left: 24px; list-style: none; margin: 0 0 0 -24px; }

/* for faq accordion */
.faq { cursor: pointer; color: #2e3092; font-weight: bold; text-decoration: underline; margin: 16px 0 4px; }
.answer { background: #eee; padding: 20px 24px 4px; }