/* CSS for charitybuzz - FAQs */


#content {
	padding-bottom: 300px;
	}
	

/* ===========================================
         CONTENT HEADER
==============================================*/

#contentHd ul {
	list-style: disc;
	margin: 0.6em auto 1.4em 1em;
	padding-left: 1.4em;
	font-size: 1.2em;
	line-height: 1.3em;
	}

#contentHd li {
	margin-bottom: 0.4em;
	}


/* ===========================================
         FAQs
==============================================*/

#faqs {
	padding: 0 36px 54px 20px;
	border-top: 13px solid #dedbd4;
	}

#faqs h3 {
    color: #B31200;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0.8em;
    padding-top: 0.7em;
	}

#faqs h4 {
	margin-bottom: 0.2em;
	}

#faqs h4 a {
	padding-left: 16px;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.3em;
	color: #59453c;
	background: url(../images/icons/collapse-redArrow-whitebg.gif) 0 2px no-repeat;
	}

#faqs h4 a:hover {
	color: #c52200;
	}

#faqs h4 a.on {
	color: #c52200;
	background-position: 0 -28px;
	}

#faqs .text {
	padding: 0.6em 0 0.6em 16px;
	color: #59453c;
	}

#faqs .text p {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.3em;
	}

#faqs .text ul,
#faqs .text ol {
	margin-left: 1em;
	padding-left: 1.2em;
	font-size: 1.2em;
	line-height: 1.3em;
	}

#faqs .text ul { list-style: disc; }
#faqs .text ol { list-style: decimal; }

#faqs .text li {
	margin-bottom: 0.8em;
	}

#faqs table {
	font-size: 1.3em;
	line-height: 1.3em;
}

#faqs th,
#faqs td {
	width: 100px;	
	padding: 5px;
}

#faqs th {
	font-weight: bold;
}

