@import url("modules/BrownBox.css"); 

.faqright { 
	width:20em; 
	float:right;
}
.faqright h3 { 
	color:#ff9933;
	margin-bottom:1em;
	padding-left:0.4em;
	font-weight:normal;
	margin-top:1em;
}
.faqright p.contact { 
	font-size:0.8em;
	margin:1.5em;
}
.faqright ol { 
	margin:1em 2.8em 1em 2.8em;
	font-size:0.8em;
}
.faqright ol li {
	margin-top:0.5em;
	padding-bottom:0.5em;
	background:url("../../img/BrownBox_li_bg.gif") bottom left repeat-x; 
}
 

.faqleft { 
	width:35em;
	float:left;
	margin-top:2em;
}
.faqleft ol { 
	margin-left:1.5em;
	font-weight:bold;
}
.faqleft ol li { 
	font-size:0.8em;
	line-height:1.3em;
	margin-top:1.8em;
	padding-bottom:1.8em;
	background:url("../../img/BrownBox_li_bg.gif") bottom left repeat-x; 
}
.faqleft ol li h4 {
	color:#ff9933;
	padding-bottom:0.4em;
	font-size:1.4em;
}
.faqleft ol li img {
	float:left;
	margin: 5px;
}
.faqleft ol li p {
	font-weight:normal;
	margin-top:1.3em;
}
.faqleft ol li ul { 
	margin:1em;
}
.faqleft ol li ul li { 
	background:none; 
	font-size:0.9em;
	margin-top:0.5em;
	padding-bottom:0.5em;
	font-weight:normal;
}
.faqleft ol li strong { 
	text-decoration:underline;
	font-size:1.2em;
}


