/*-----------------------------------------------------------------------------
	FAQ
-----------------------------------------------------------------------------*/


fieldset.askquestion {
	border:1px solid #e0dfdf;
	padding:20px;
	width:428px;
	w\idth:388px;
	}

fieldset.askquestion legend {
	display:block;
	margin:0 0 0 20px;
	padding:0 3px;
	font-size:1.1em;
	font-weight:bold;
	color:#505151;
	}

fieldset.askquestion label {
	width:155px;
	w\idth:140px;
	float:left;
	font-weight:bold;
	text-align:right;
	padding:0 15px 15px 0;
	}
	
fieldset.askquestion input,
fieldset.askquestion select {
	width:224px;
	w\idth:220px;
	float:left;
	border:1px solid #e0dfdf;
	padding:2px;
	}
fieldset.askquestion select { width:224px;}	

fieldset.askquestion-message { padding:20px 0; width:428px;}
fieldset.askquestion-message label {
	width:400px;
	float:left;
	font-weight:bold;
	padding:0 0 5px 0;
	}
	
fieldset.askquestion-message textarea {
	width:428px;
	w\idth:424px;
	padding:2px;
	border:1px solid #e0dfdf;
	}	
	
fieldset.askquestion-message .submit {
	float:right;
	background:#641A12 url(/images/branding/search-button-bg.gif) no-repeat scroll right center;
	border:none;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	margin:20px 0 0 0;
	padding:5px 10px 5px 0;
	width:70px;	
	}	
	
	
/* FAQ Accordion */

.select-category {
	background:transparent url(/images/branding/list-bg.gif) repeat-x scroll center top;
	padding:20px 10px;	
	}
.select-category select {
	border:1px solid #D1D1D1;
	margin:0 0 10px 0;
	padding:2px;
	width:100%;
	}

#faq .question, #biography-blocks .biography-title{
	background:#f9f9f9 url(/images/branding/faq-question-bg.gif) no-repeat right center;
	margin-bottom: 5px;
	padding: 5px 28px 5px 11px;
	cursor: pointer;
}
#faq .question.selected, #biography-blocks .biography-title.selected{
	background:#f9f9f9 url(/images/branding/faq-question-bg-selected.gif) no-repeat right center;
	color: #641A12;
}
#faq .question span, #biography-blocks .biography-title span {	
	font-weight: bold;
}
#faq .answer { padding: 0 0 20px 0;}
#faq .answer p, #biography-blocks .biography p{padding: 0 12px;}
#faq .answer ul li, #faq .answer ol li{padding: 0.4em 0 0;}
/* END FAQ Accordion */
