/*  CSS Document                             */
/*  Written by Chris Converse for Lynda.com  */

@charset "UTF-8";

body {font-family: "Trebuchet MS";
font-size:16.5px;font-weight:100; }
p { margin: 0px; }
a { color: #bf572c; }
a:hover { color: #000; }

.faq_container {

	margin: 100px auto;
	padding: 0px 0px 5px 0px;
	width: 700px;
	background-image: url(../images/faq/faq-large.png);
}

.faq {
	min-height:60px;
	box-shadow:0px 0px 2px #f5f5f5;
	border-radius:5px;
	border:1px solid #ddd;
	margin: 0px 15px 35px 15px;
	padding: 35px 15px 15px 70px;
	position: relative;
	background: rgba(255,255,255,0.9) url() no-repeat 0px 0px;
}

.faq_question { margin: 0px; padding: 0px 0px 5px 0px; display: inline-block; cursor: help; font-weight: bold; color: #1f4f71; }
.round { right:0;float:right;height:70px;width:70px;border:1px solid grey;border-radius:40px; }

.faq_answer_container { height: 0px; overflow: hidden; padding: 0px; color: #bf572c; }
.faq_answer { margin: 0px; padding: 0px; color: #bf572c; font-weight: normal; }

.faq .letter_q { width: 40px; height: 50px; position: absolute; top: 20px; left: 25px; background: url(../images/faq/q.png) 0px 0px; }
.faq .letter_a { width: 43px; height: 40px; position: absolute; top: 42px; left: 23px; background: url(../images/faq/a.png) 0px 0px; display: none;}

