@charset "iso-8859-1";
/* CSS Document */

/*Style setup up for the FAQ and BIO pages*/

body{					/*Sets the font size so browsers cannot re-size based on personal preferences*/
	font: 12px Helvetica, sans-serif, Verdana, Arial;
	font-color: #444444;
	background-color: #fafafa;
	text-align: justify;
}

div.faq {
	margin: 20px 20px 20px 20px;
}

div.faq .question {
	font-weight: bold;
	cursor: pointer;
	padding-left: 20px;
	background: url(../media/site_images/buttons-menu/menu-arrow-up.gif) no-repeat left 5px;
}

div.faq .question.active {
	background: url(../media/site_images/buttons-menu/menu-arrow-down.gif) no-repeat left 5px;
}

div.faq .answer  {
	margin: 8px 5px 8px 45px;
	padding: 2px 5px 2px 5px;
	background: url(../media/site_images/faq-answer-bg.jpg);
}