/* Styles which reside inside the red Stripe */
#redStripe {
	width: 100%;
	/*background-image: url("../img/general/redBG.gif");
	background-repeat: repeat;*/
	height: 144px;
	background: #ED1A2E url(../img/general/BHF_logo.gif) no-repeat scroll center right;
}
#sectionName {
	float: left;
	padding-top: 60px;
	padding-left: 40px;
}
#bhfLogo {
	float: right;
}

/* Styles which reside inside the mainContent */
#mainContent {
	background-color: #97BDE4;
	position: relative;
	padding-top: 10px;
	height: 400px;
	padding-bottom: 10px;
}
html>body #mainContent {
	height: auto;
	min-height: 400px;
}
#leftColumnImage {
	float: left;
	margin-top: -37px;
}
#rightColumn {
	/*color: white; delete this if question answer text should be default 
	border: 1px solid transparent;*/
	padding: 0;
}
html>body #rightColumn{
	height: auto;
	min-height: 400px;
}
#contentRow {
	background: transparent;
	position: relative;
	height: 100px;
}
html>body #contentRow {
	height: auto;
	min-height: 100px;
}
/*#answer {
	float: left;
	padding-top: 40px;
	margin-right: 100px;
}*/
#question, #answer {
	font-size: 2em;
	padding-right: 35px;
	border: none;
}
.wordQuestion {
	color: #000;
}
#answerLetter {
	font-size: 0.5em;
	color: Fuchsia;
}
#answer, #answerLetter {
	color: White;
}
#redStripe #answer
{
margin-top:50px;
}

#answerDetails {
	font-weight: bold;
	font-size: 1em;
	padding-right: 35px;
	border: none;
	margin-left: 445px;
}

ul.answerOptions {
	border: none;
	list-style: none;
	padding: 0;
	margin: 20px 0 20px 0;
/*width:500px;*/
}
* html body ul.answerOptions {
width:500px;
}

ul.answerOptions li 
{
	/*background: transparent url("../img/qanda/answer_BG_circle.png") no-repeat scroll right;*/
	background: transparent url("../img/qanda/answer_BG_circle.gif") no-repeat top right;
	/*border: none;*/
	padding: 0 20px 0 0;
	margin: 0 10px 20px 0;
	float: left;
	position: relative;
	height: 20px;
}
ul.answerOptions span, span.answerCorrect {
	color: #666666;/**/
	font-weight: bold;
	margin-left: 15px;
	background: transparent url("../img/qanda/answer_BG.gif") repeat scroll right;
	position: relative;
	top: -23px;
	text-decoration: none;
	font-size: 0.9em;
	padding: 3px 0 2px 10px;
	height: 15px;
	border: none;
	float: left;
}
* html body ul.answerOptions span
{
	margin-right:20px;
	white-space:nowrap;
}
ul.answerOptions span.answerCorrect {
	color: #ED1A2E;
}
ul.answerOptions a:hover span {
	color: Black;
	cursor:hand;
}
.qOf {
	color: #555555;
}

.QoneMarginLeft {
	margin-left: 545px;
}
.Q2marginLeft {
	margin-left: 445px;
}
.Q3marginLeft {
	margin-left: 445px;
}
.Q4marginLeft {
	margin-left: 445px;
}
.Q5marginLeft {
	margin-left: 445px;
}
.Q6marginLeft {
	margin-left: 445px;
}
.Q7marginLeft {
	margin-left: 445px;
}

a.qAndAMenuOn:hover {
	color: #ED1A2E;
}
