html, body { margin: 0; padding: 0; height: 100%; min-height: 100%; }
body { background-color: #594216; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; color: #766952; }

li { margin: 0 0 5px 0; }
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #70adbf; font-weight: normal; margin: 10px 0; padding: 5px 0; }
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #9b5b16; font-weight: normal; margin: 25px 0 0 0; padding: 5px 0; border-bottom: 1px solid #cec8bb; }
h3 { font-weight: bold; text-transform: uppercase; color: #70adbf; font-size: 14px; border-bottom: 1px solid #cec8bb; margin: 5px 0 0 0; padding: 5px 0; }


a:link { color: #669ba8; text-decoration: underline; font-weight: bold; }
a:active { color: #669ba8; text-decoration: underline; font-weight: bold; }
a:visited { color: #669ba8; text-decoration: underline; font-weight: bold; }
a:hover { color: #70adbf; text-decoration: none; font-weight: bold; }


/* IDs */

#clouds-wrapper { width: 100%; height: 233px; margin: 17px 0 0 0; padding: 0; background-image: url(../images/bg-clouds.jpg); background-repeat: repeat-x; float: left; }
#clouds-wrapper-home { width: 100%; height: 233px; margin: 17px 0 0 0; padding: 0; background-image: url(../images/bg_flash_home.jpg); background-repeat: repeat-x; float: left; }
#header { width: 800px; height: 233px; background-image: url(../images/logo.gif); background-repeat: no-repeat; }

#nav-wrapper { width:100%; height: 41px; margin: 0; padding: 0; background-image: url(../images/bg-nav.jpg); background-repeat: repeat-x; float: left; }
#nav { width: 800px; height: 41px; }

#body-wrapper { width:100%; background-color: #fbf8f0; background-image: url(../images/bg-body-top.jpg); background-repeat: repeat-x; margin: 0; padding: 0; float: left; }
#body-shadow { width: 100%; min-height: 293px; background-image: url(../images/bg-body-bottom.jpg); background-position: bottom; background-repeat: repeat-x; float: left; }
#body { width: 740px; padding: 40px 20px; margin: 0; text-align: left; }
#body a:link,a:active,a:visited { color: #669ba8; text-decoration: underline; }
#body a:hover { color: #70adbf; text-decoration:none; }

#footer { width: 100%; background-image: url(../images/bg-footer.jpg); background-repeat: repeat-x; float: left; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #f8f2e3; padding: 10px 0; margin: 0; }
/*#footer a:link,a:active,a:visited { color: #f8f2e3; text-decoration: underline; }
#footer a:hover { color: #f8f2e3; text-decoration:none; }*/


/* CLASSES */

.floatright { float: right; margin: 0; }
.floatleft { float: left; margin: 0; } 
.clearer { display: block; clear: both; height: 0; overflow: hidden; }

.button { background-color: #594215; color: #fbf8f0; font-weight: bold; text-transform: uppercase; font-size: 10px; font-family: Arial, Helvetica, sans-serif; padding: 3px; border: solid 1px color: #fbf8f0;  }
.input { border: solid 1px #594215; font-family: Tahoma, Arial, Helvetica, sans-serif; padding: 3px; font-size: 11px; }

.question { color: #960849; border-bottom: 1px solid #ebd7d3; font-weight: bold; margin: 0; padding: 0; }
.answer { padding: 0 20px; margin: 5px 20px 20px 20px; display: block; }

.quote { background-color: #e9e1d1; margin: 0; padding: 0 20px; }

.forms ul { margin: 0; padding: 0; }
.forms li { list-style-type: none; background-image: url(../images/page_text.gif); background-repeat: no-repeat; background-position: -.1em 0; padding-left: 1.9em; }

.photos { background-color: #FFFFFF; left; margin-right: 10px; padding: 5px; border: 1px solid #cec8bb; float: left; }
.photo-container { width: 100%; margin: 0 0 15px; padding: 15px 0 0 0; border-top: 1px solid #cec8bb; float: left; }
.photo-title { width: 350px; float: left; }

.image { padding: 5px; border: 1px solid #cec8bb; }
.caption { font-size: 11px; }
