a:link, a:visited { text-decoration: underline; }

/* BRANDING */
#branding h1 {
	margin-top: 29px;
	background-image:url(../img/support/support_title_bg.gif);
	height: 57px;
	margin-bottom: 52px;

}

/* CONTENT */
#contentPrimary, #contentSecondary {
	padding-left: 42px;
	padding-right: 42px;
}
#contentPrimary {
	width: 344px;
	margin-bottom: 30px;
}
#contentPrimary h4, #contentSecondary h4 {
	font-size: 1.3em;
	margin-bottom: 15px;
}
#faqListing dt {
	color: #79a51f;
	text-decoration: none;
	background-image: url(../img/support/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#faqListing dd {
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 20px;
}
#faqListing dt, #faqListing dd {
	padding-left: 24px;
}
.cursor {
	cursor: pointer;
}