/* RESET */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1px;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0px;}

/* Success, notice and error boxes */
.error,
.notice, 
.success    { display: block; padding: 5px; margin-bottom: 10px; border: 2px solid #ddd; }

.error ul,
.notice ul, 
.success ul    { list-style: square; margin: 0px; padding: 0px; margin-left: 20px; }

.error      { background: #FBE3E4; color: #8a1f11 !important; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721 !important; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409 !important; border-color: #C6D880; }
.error a    { color: #8a1f11 !important; }
.notice a   { color: #514721 !important; }
.success a  { color: #264409 !important; }

/* Layout */
.hideit {display: none;}
.cleanclear, .cc {clear: both; margin: 0px; padding: 0px; width: 0px;	height: 0px; overflow: hidden;}
p {margin: 8px 0px 20px 0px;}

body {background: #2B0007 url(../_img/bodybg.png) center top no-repeat; font: 16px/22px "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif; color: #2D0008;}
a {color: #2D0008;}

#slideshow #flash {display: none;}
#slideshow #static {display: block;}
#phome #slideshow #flash {display: block;}
#phome #slideshow #static {display: none;}

#wrapper {margin: 10px auto; width: 960px;}
#header {width: 960px; height: 234px; background: url(../_img/headerbg.png) no-repeat;}
#slideshow {margin: 0px auto; padding-top: 10px; width: 940px; height: 224px;}
#menu {width: 960px; height: 29px; background:url(../_img/menubg.png) no-repeat;}
#menu ul {float: left; padding-left: 690px;}
#menu li {float: left; line-height: 29px;}
#menu li a {color: #D0C498; font-weight: bold; text-decoration: none;}
#menu .seperator {padding: 3px 10px;}
#contentw {width: 940px; padding: 10px; padding-bottom: 0px; background: url(../_img/contentwbg.png) repeat-y;}
#content {margin: 0px auto; width: 940px; background: url(../_img/contentbg.png) left bottom no-repeat;}
#contentl {float: left; width: 222px; padding: 0px 10px;}

#nav li {padding: 4px 0px; padding-left: 4px; height: 26px; overflow: hidden;}
#nav a {text-decoration: none; text-transform: uppercase; font-size: 20px; line-height: normal;}
#nav .spacer {padding: 0px; width: 204px; height: 1px; overflow: hidden; font-size: 0px; line-height: 0px;}
#nav .spacer img {float: left;}

#contentr {float: right; width: 678px; padding: 0px 10px; padding-top: 20px; text-align: justify; background: url(../_img/contentseperator.gif) repeat-y;}
#contentr h1 {font-size: 18px; line-height: 24px;}
#footer {margin: 0px auto; padding: 10px 0px; width: 890px; text-align: center;}
#footer img {float: left; margin-bottom: 10px;}
#bottom {width: 960px; background: url(../_img/bottombg.png) no-repeat; height: 21px;}
#logo-bottom {margin-top: -220px; margin-left: 740px; width: 217px; height: 208px; background: url(../_img/logo-bottom.png) no-repeat;}
* html #logo-bottom {display: none;}
#credit {margin: 0px auto; padding: 10px 0px; width: 930px; text-align: right;}
#credit a {font-size: 12px; line-height: 18px; color: #fff; text-decoration: none;}

/* Form */
.required {color: #F3570C; font-weight: normal;}
#form_view {width: 100%;}
.webform p {clear: both;}
.webform {margin: 0px auto; width: 440px;}
.webform label {float: left; width: 190px; font-weight: bold;}
.webform input, .webform textarea {margin: 0px; margin-right: 5px; padding: 2px; width: 190px; border: solid 1px #000; background-color: #fff; font: 16px/22px "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif; color: #2D0008;}
.webform textarea {height: 150px;}
.webform .state_txt {width: 25px;}
.webform .zip_label {position: absolute; text-indent: -99999px; width: 0px; height: 0px;}
.webform .zip_txt {width: 55px;}
.webform input:focus, .webform textarea:focus {border-color: #D0C498;}
.webform_controls {clear: both; margin: 20px auto; text-align: center;}
.webform_controls  input{border: solid 1px #000; background-color: #fff; font: 16px/22px "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif; color: #2D0008;}