/* new clearfix */
/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack/ */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

* {
	margin: 0;
}
html, body {
	height: 100%;
}
#sticky-footer-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -58px; /* the bottom margin is the negative value of the footer's height */
}
#sticky-footer, #sticky-footer-push {
	height: 58px; /* .push must be the same height as .footer */
}
/* -------------------------------------------------- */

html {
  font-size: 100%;
}

body {
  background: #573e1e url(/images/body_bg.gif) repeat-y top center;
  color: #323232;
  font-size: 0.86em;
  line-height: 1.5em;
  font-family: "DejaVu Sans", Verdana, sans-serif; 
}

h2 {
  font-size: 1.32em;
}

.margin-wrapper {
  width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.margin-inner {
  padding-left: 78px;
  padding-right: 24px;
}

.columns {
  width: 782px;
}

.columns .left-column {
  float: left;
  width: 462px;
}

.columns .left-column .inner {
  padding-right: 24px;
}

.columns .right-column {
  float: left;
  width: 266px;
}

.columns .right-column .inner {
  padding-left: 14px;
}

#header-shadow {
  height: 16px; 
  background: url(/images/header_shadow.gif);
}

a#home {
  display: block; 
  width: 71px; 
  height: 36px; 
  background: url(/images/link_home.gif); 
  float: left; 
  text-indent: -9999px;
}

a#contact {
  display: block; 
  width: 81px; 
  height: 36px; 
  background: url(/images/link_contact.gif); 
  float: left; 
  text-indent: -9999px;
}

#header-bg {
  height: 211px; 
  width: 830px; 
  background: url(/images/header.png);
}

#link-row-left {
  width: 663px; 
  height: 36px; 
  background: url(/images/link_row_left.png); 
  float: left;
}

#link-row-right {
  width: 15px; 
  height: 36px; 
  background: url(/images/link_row_right.gif); 
  float: left;
}

.copyright {
  float: right; 
  padding-top: 9px;
  color: #f0f0f0;
  font-size: 64%;
}

.phone {
  font-weight: bold;
}

#footer-bg {
  height: 58px; 
  width: 100%; 
  background: transparent url(/images/footer.gif) no-repeat;
}

#content-wrapper {
  padding-top: 24px;
  padding-bottom: 12px;
}

#content-wrapper p,
#content-wrapper ul {
  padding-bottom: 1.6em;
}

#content-wrapper .contact p {
  padding-bottom: 1em;
}

#sidebar {
  font-size: 0.9em;
  line-height: 1.3em;
}

#sidebar ul {
  padding-left: 1.5em;
  padding-top: 0.5em;
}

.errors {
  background-color: #f00; 
  border: 1px solid #bbb; 
  color: #fff;
  padding: 1em;
}  

dl.requirements dt {
  padding-top: 1em;
  font-weight: bold;
}

dl.contact {
  padding-bottom: 1em;
}

dl.contact dt {
  font-weight: bold;
}

dl.contact dd {
  padding-bottom: 1em;
}

form.contact {
  padding: 1em;
  background-color: #FFF4B6;
  border: 1px solid #a0a0a0;
}

form.contact fieldset {
  border: none;
}

form.contact label {
  font-weight: bold;
  display: block;
}

form.contact input,
form.contact textarea {
  display: block;
  width: 100%;  
}

form.contact p.submit input {
  width: inherit;
}

form.contact p.submit {
  padding-bottom: 0 !important;
}

form.contact input#reason {
  display: none;
}

