
/********************************************/
/*      general text definions              */
/********************************************/
h2 {text-align:left;}
h1.title, h2.title {
	font-size: 18pt;
	font-weight: bold;
	text-align: left;
	margin-left: 15px;
	color: #ffffff; /* ffc000; */
	text-transform:uppercase;
}
h2.title {background-color: transparent; text-align: left;margin-left: 5px;font-size: 12pt;color: #404309;}
div#main_bg 
{
	background: #B2BB1E;
	overflow: auto;/* added to stretch around float ltxtcol and rtxtcol */
	width: auto; 
	height: auto;; /* height and width for IE6 */
	margin-bottom: 10px;
	padding: 10px 0px;
}
h3 {text-align: left; font-size: 10pt;margin-left: 15px;}
div.body_txt 
{
    background: white; 
    margin: 0px auto; 
    padding:10px 20px 10px 10px;
    height: 100%; /* for IE6 */
    overflow: hidden; /* added to stretch around float ltxtcol and rtxtcol */
    width: 95%; /* for IE6 */
    line-height:15px;
}
.fail {color:Red;font-weight:bold;font-size:larger;}
div.ltxtcol {width: 47%;padding: 0% 3% 0% 0%;float: left;}
div.rtxtcol{float:left;width: 49%;text-align:center;}

div.body_txt table {
	margin-left:5px;
}
div.col {width: 45%;float: left;}
div.col  p:first-child {font-weight:bold;}

/****************************************************/
/*                 faq.asp page                     */
/****************************************************/
td#faq_results {
	vertical-align: top;
	margin-left: 0px;
	padding-left: 15px;
	border-left: 1px #717172 solid;
	width: 50%;
}
td#faq_pcm {
	vertical-align: top;
/*	width: 50%; */
	background-color: #D1E0EC;
}
div#faq_pcm {
/*	float: left;
	width: 50%;
	border: 1px #717172 solid;
	margin: 5px; */
}
div#faq_text P.contact_info {
	MARGIN: 10px 40px;
}
div.faqanswer {
	font-size: 10pt;
  color: #111111;
	margin: 25px;
	text-align: left;
}
div#faqanswer dt {
	font-weight:bold;
}

P.faqquestion {
	font-size:10pt;
	font-weight: bold;
	margin: 25px;
  color:#124b42;
	text-align: left;
}

P.faqcmd {
	margin: 15px;
	text-align: left;
}

.faq_search {
	font-weight: bold;
	margin: 0px;
}

form#frmForm {
	margin: 10px 0px 25px 0px;
	vertical-align: top;
	text-align: center;
}
a.faq:link, a.faq:active, a.faq:visited, a.faqcmd:link, a.faqcmd:active, a.faqcmd:visited, a.faq:hover, a.faqcmd:hover {
	color:#717161;
	text-decoration: none;
	vertical-align: bottom;
	margin: 10px;
}

a.faq:hover,  a.faqcmd:hover {
	text-decoration: underline;
   color: black;
}

a.faqcmd:link, a.faqcmd:active, a.faqcmd:visited {
	text-decoration:  underline;
	color: #0F808E;
}
a.faq:hover, a.faqcmd:hover {	color:#AECCA3; }

li.faq-prods { margin-bottom: 8px; margin-left:20px;padding-left: 0px; list-style-image: url(../template/walnut_leaf.png);}



/*********************************************/
/*         testimonials.asp                  */
/*********************************************/
div#reference_item {
	margin-left:auto;
	margin-right:auto;
	width: 75%;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #717172;
	text-align: left;
	line-height: 1.25em;
	margin-bottom: 5px;
  margin-top: 10px;
}
div#reference_item span.audio {
	margin-left: 55%;
}
div#reference_item span.doublequote {
	color: #268587;;
	font-size: 14pt;
}
div#reference_item img {
	width: 80px;
	margin: 10px;
	border: 1px solid #717172;
	padding: 5px;
}
div#reference_item span.name {
	font-weight:bold;
	font-style:italic;
  color:#268587;
}
div#reference_item p {
	margin-bottom: 7px;
}
div#reference_item td.contact_details {
	font-weight: bold;
  padding-top: 10px;
	text-align: left;
}
