
.faqs h3 {
	color: #FFFFFF !important;
	cursor: pointer;
	background:#cc0033;
	padding:5px !important;
	margin:5px !important;
	display:block;
	clear:both;	
	width:580px;	
}

.faqs dl {padding: 0 0 5px 5px;}

.faqs dt {
	font-weight: bold; 
	margin: 2px 5px 0 2px;
	padding:0 0 5px 30px;
	cursor: pointer;
	text-decoration: underline;
	color: #BD4A18;	
	background:url(/images/arrow_gloss.gif) 0 5px no-repeat;
}


.faqs dd {
	margin: 5px 0  0px 5px;
	padding-left:30px;
	padding-bottom: 12px;
	line-height: 150%;
}

.faqs dd p:first-child {display: inline;} /* this makes it so that the first paragraph within a dd will float up next to the A */

.faqs p {line-height: 150% !important; width:500px;}
	
.faqs .show {display: block;}
.faqs .hide {display: none;}	/* CSS Document */


/*.faqs h3 {
	color: #FFFFFF !important;
	cursor: pointer;
	background:#cc0033;
	padding:5px !important;
	margin:5px !important;
	display:block;
	clear:both;	
	width:500px;
	}


.faqs dl {padding: 5px; float:left; margin:0; width:500px !important;}

.faqs dt {
	width:500px !important;
	margin:5px;
	cursor: pointer;
	color: #cc0033;	
	width:530px;
	display:inline;
	float:left;
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	font-size:16px;
}


.faqs dd {
	margin:5px;
	padding-bottom: 12px;
	width:500px;
	line-height: 150%;	
}
	
	
	.faqs dd p:first-child {display: inline;} /* this makes it so that the first paragraph within a dd will float up next to the A 

.faqs dd p { line-height: 150% !important; width:400px !important; clear:both;}

.faqs li { width:400px !important;}

.faqs ol { width:400px ;}
	
.show {display: block;}
.hide {display: none;}	/* CSS Document 

.faqs	{display:block; width:580px; float:left; margin:10px; }
*/
#pagenav	{ width:600px;float:right; margin-right:30px; display:inline; }

.show_all	{
	float:right;
	display:block !important;
	padding:2px 0 0 25px;
	height:25px;
	width:122px;
	background:url(/images/show_all_faqs.gif) left top no-repeat;
	color:#FFFFFF; 
	font-family:"trebuchet MS"; 
	font-size:13px;
	text-decoration:none;
	list-style:none;
	margin:2px;
}
a.show_all:hover	{
	background:url(/images/show_all_faqs.gif) right top no-repeat;
	color:#FFFFFF;
}


.hide_all	{
	float:right;
	display:block !important;
	padding:2px 0 0 25px;
	height:25px;
	width:121px;
	background:url(/images/hide_all.gif) left top no-repeat;
	color:#FFFFFF; 
	font-family:"trebuchet MS"; 
	font-size:13px;
	text-decoration:none;
	list-style:none;
	margin:2px;
}
a.hide_all:hover	{
	background:url(/images/hide_all.gif) right top no-repeat;
	color:#FFFFFF;


