/*
Design by MindQ Interactive - http://www.mind-q.com
*/

body
{
	background: #958771;
	font-family: arial, helvetica, sans-serif;
	padding: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
h1, h2, h3 {
	font-weight: normal;
	color: #8897ae;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 { font-size: 150%; }
h2 { font-size: 135%; }
h3 { font-size: 100%; font-weight: bold; }

a {
	color: #958771;
	border: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.heading{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #757171;
}
.faqs{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #8897ae;
}
.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text_h{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.smtext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.imagepadding{
	padding-right: 15px;
	padding-bottom: 10px;
	float: left;
}
.footertext{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #575757;
}
.bullet {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
}
/*.ul, liul {
	display:inline;
	}
	li {
	line-height:1em;
	font-size: 10px;
	clear:both;
	height: 1em;
	margin-bottom:1em;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
} */
.search_field{
	background-image: url(../images/searchbg.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 10pt;
	color: #999999;
	border: none;
	height: 25px;
	width: 170px;
	padding-top: 4px;
	padding-left: 25px;
}
.bdr{
	border: 1px solid #796a54;
}
.control{
	background: #7B6A50;	
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #8897ae;
	padding: 2px 5px 2px 5px;
}
.table_right {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #f0eee2;
	width: 160px;
	border: thin dashed #7390B2;
	float: right;
	padding: 10px 15px 10px 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.img{
	border: solid 5px #796952;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}