/* breadcrum */
#breadcrum {
	margin:0 0 30px 16px;
	font-size:1.1em;
}
#breadcrum li {
	display:inline;
	color:#404040;
}
#breadcrum li a {
	color:#8f8f8e;
	text-decoration:none;
}
#breadcrum li a:hover {
	text-decoration:underline;
}
#breadcrum li span {
	color:#8d9e13;
}

/* content */
#content {
	margin-left:16px;
}
#content h2 {
	color:#5F8D00;
	font-size:1.6em;
	margin-bottom:17px;
	text-transform:uppercase;
	font-weight:bold;
}
#content h3 {
	color:#5F8D00;
	font-size:1.2em;
	text-transform:capitalize;
	font-weight:bold;
}
#content p {
	margin:0 0 20px 0;
}
#content ul {
	margin:0 0 30px 15px;
}
#content li {
	margin:0 0 10px;
	padding:0 0 0 15px;
	background:url(../images/illustrations/bullet2.gif) no-repeat left 6px;
	line-height:145%;
}
#content h2#question {
	margin-bottom:30px;
}
#faq {
	width:670px;
	float:left;
}
#moreQuestions {
	width:220px;
	float:right;
}
#moreQuestions h3 {
	font-size:1.6em;
	color:#5F8D00;
}