html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
body {
	background-color:#f6f4e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #523d31;
}

p {
	color: #523d31;
	margin: 10px 0;
}
a {
	color: #dc8341;
	outline: none;
}
a:hover {
	color: #dc8341;
}
b {
	color: #dc8341;
}
ul {
	margin: 20px;
}
ul li {
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 5px;
}
h2 {
	font-size: 12px;
}

h3 {
	color: #dc8341;
	font-size: 12px;
}

.clear { clear:both; font-size:0px; height:0px; }

.content {
	background:url(../images/faq_content_bg.jpg) repeat scroll 0 0;
	padding: 20px 40px;
	height: 100%;
	min-height: 1000px;
}

.button, .question {
	color:#FFFFFF;
	display:block;
	font-size:11px;
	margin-bottom:3px;
	padding:3px 4px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
.button:hover {
	color: white;
	background-color: #c5753a !important;
}

.tips {
	margin-bottom: 20px;
}
.question, .selected {
	background: url(../images/faq/arrows.gif) 0 0 no-repeat;
	color: #523d31;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0px 0px 30px;
	height: 18px;
	text-align: left;
}
.selected {
	background: url(../images/faq/arrows.gif) 0 -21px no-repeat;
	color: #dc8341;
}
.answer {
	display: none;
	margin-left: 50px;
	margin-bottom: 20px; 
}
p.action {
	font-weight: bold; 
	text-transform: uppercase;
}

.categories {
	margin: 10px 0;
}
.icon {
	float: left;
	margin: 0 10px;
}
.cat p {
	margin-top: 0;
}

#faq_header {
	background:url(../images/faq_header.jpg) 0 0 repeat-x;
	height: 136px;
	position: relative;
}

#faq_close a {
	background-color:#DC8341;
	float:right;
	margin-right:5px;
	margin-top: 5px;
}
#faq_title {
	position: absolute;
	top: 40px;
	left: 230px; 
}