/* FAQ */
#mainContentFAQ {
	padding: 0px;
	width: 1200px;
	background: url(../img/footer.png) no-repeat left bottom;
	margin: 0 auto;
	z-index: 0;
	position: relative;
	left: -40px;
	text-align: left;
}
#faqContainer {
	float: left;
	width: 768px;
	margin-left: 18px;
}
.faqTab {
	background-image: url(../img/faqTab.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	height: 34px;
	width: 759px;
	line-height: 34px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 20px;
}
.faqContent {
	background-color: transparent;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border: 1px solid #c5c5c5;
	padding: 10px;
	z-index: 999;
	background-image: url(../img/faqTabBottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.questions_off a {
	color:#231f20;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
.questions_off ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.questions_off ul li {
	list-style-image: url(../img/iconMicrosoft.png);
	list-style-position: outside;
	color: #ec7b13;
	margin-bottom: 5px;
	padding: 0;
}
div.questions_off {
	color:#6f6f6f;
	font-weight: normal;
	text-decoration:none;
	margin: 0;
	padding: 0;
}
/* initially all panes are hidden */
div.panes div.pane {
	display:none;
}
#answers {
	margin: 30px 10px 10px 0px;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}

