/* General Styles */
html { overflow: -moz-scrollbars-vertical !important; }
body{
	background-color: #000000;
	margin-top: 0px;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B2A29;
	line-height: 1.4;
}
a{
	color: #000000;
	text-decoration: underline;
}
input, textarea{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #2B2A29;
	padding: 2px 2px 2px 2px;
}
input.button{
	border: 1px solid #2B2A29;
	background-color: #D7D1C1;
	padding: 0px 0px 0px 0px;
}
.subtitle{
	color: #543f2a;
	font-size: 14px;
	font-weight: bold;
}
.shadedlight{
	background-color: #B2AC9C;
}

.shadeddark{
	background-color: #9B9687;
}

.important{
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: bold;
}

/* Layout Styles */
.popup{
	background-color: #bcb6a6;
}
.header_links{
	background-color: #655a4b;
	background-image: url(images/header_links_bg.gif);
	text-align: left;
}
.header_topstripe{
	background-color: #222221;
}
.header_bottomstripe{
	background-color: #543f2a;
	vertical-align: bottom;
}
.header_menu{
	background-color: #716961;
}
.content{
	background-color: #bcb6a6;
}
.content_text{
	padding: 13px 13px 13px 13px;
	vertical-align: top;
}
.touts{
	background-color: #31302e;
}
.footer_quote{
	background-color: #232322;
}
.footer{
	background-color: #59422d;
}
div.hr {
  height: 19px;
  background: url(images/elements_hr.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.behind_image{
  background-color: #3A3329;
  background-image: url(images/layout_behindimage_bg.jpg);
  background-repeat: repeat-x;
  vertical-align: top;
  color: #BCB6A6;
}
.behind_image a{
  color: #BCB6A6;
}
.behind_image img{
	border-right: 1px solid #4E443A;
}

span.testimonial_title{
	display: block;
	border-bottom: 1px solid #333333;
	font-weight: bold;
	font-style: italic;
}

span.testimonial{
	color: #663300;
	font-weight: bold;
	font-style: italic;
	line-height: normal;
}