



/* ************************************************** div#content ****************************** */
div#content {
	width: 960px;
	margin: 0 30px;
	padding: 0 0 20px 0;
}
div.faqcategories {
	overflow: hidden;
	width: 850px;
	height: 36px;
	margin: 0;
	padding: 0 0 15px 90px;
	text-align: left;
}
.faqcategories p {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	color: #F6A01A;
	font-size: 16px;
	line-height: 36px;
}
.faqcategories ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.faqcategories li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	background-image: url(/images/bkg_navsecondary_buttons_left.gif);
	background-repeat: no-repeat;
	background-position: left 0;
}
.faqcategories li a {
	float: left;
	height: 36px;
	padding: 0 15px 0 38px;
	text-decoration: none;
	line-height: 36px;
	white-space: nowrap;
	background-image: url(/images/bkg_navsecondary_buttons_right.gif);
	background-repeat: no-repeat;
	background-position: right 0;
}
.faqcategories li.current {
	background-position: left -36px;
}
.faqcategories li.current a {
	background-position: right -36px;
}
.faqcategories li a:hover {
	color: #fff;
}
/*
BLUE CONTENT BOX
*/
.contentbox.questions ul {
	margin: 0;
	padding: 0 45px;
	list-style-type: none;
}
.contentbox.questions ul li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 2em;
}
/*
WHITE GRADIENT CONTENT BOX
*/
.whitegrad .contentboxwrap {
	width: 940px;
	padding: 20px 20px 20px 0;
}
.whitegrad div.badges {
	float: left;
	width: 82px;
	text-align: center;
}
.whitegrad .badges img {
	display: block;
	width: 62px;
	margin: 0 10px 10px 10px;
	padding: 0;
}
.whitegrad div.answer {
	margin: 0 0 0 90px;
	padding: 0;
}
.whitegrad .answer h2 {
	margin: 0 80px 0 0;
}
.whitegrad a.returntop {
	float: right;
	color: #005DAA;
	font-size: 10px;
}


