#askdoctor_qanda {
	text-align:left;
	width:600px;
	margin:0 auto;
}
#askdoctor_qanda h1 {
	clear:both;
	color:#0E4E82;
}
#askdoctor_qanda p.answer {
    margin:4px 0 0 0;
    font-size:10pt;
    line-height:12pt;
	display: none;
}
#doctordisclaimer {
	font-size:10pt;
	padding:8px;
	border:1px solid black;
}
#thesubjects {
	list-style-type:none;
}
#thesubjects a {
	font-weight:bold;
	font-size:14pt;
	text-decoration:none;
}
#thesubjects a:hover {
	text-decoration:underline;
}
.displaystatus {
	display:none;
}
.group1 {
	margin: 12px 0 0 0;
	line-height:14pt;
}
.group2 {
	margin: 12px 0 0 0;
	padding: 4px 4px 6px 4px;;
	background-color:#C4E0F8;
	border-top:1px solid #0B4372;
	border-bottom:1px solid #0B4372;
	line-height:14pt;
}
.toggle {
	position: relative;
	margin:0;
	display: none;
}
.toggle p.answer {
	margin:4px 0 0 0;
	font-size:10pt;
	line-height:12pt;
}
p.question {
	font-size:10pt;
	margin:0;
	color:#0E4E82;
	text-decoration:none;
	cursor: pointer;
}
.show_answer {
	text-decoration:underline;
}

.toggleClose {
	position: absolute;
	display: block;
	background: #666;
	padding: 5px;
	border-radius: 200px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 50px;
	color: #aaa;
	font-size: 13px;
	top: -30px;
	right: 5px;
	cursor: pointer;
}
.toggleClose:hover {
	background: #444;
	color: #ccc;
}

#doctors a:link {
	text-decoration:underline;
	color:#0E4E82;
}
#doctors a:visited {
	text-decoration:underline;
	color:#0E4E82;
}
#doctors ul {
	margin:0 0 0 16px;
	padding:0;
}
#doctors li {
	margin:0;
	padding:0;
}

#doc_bios p {
	margin:4px 0 0 0;
}

#doc_bios h1 {
	color:#0E4E82;
	font-size:14pt;
	clear:both;
	margin:24px 0 8px 0;
}

.doc_pic {
	padding:0 12px 0 0;
	float:left;
}
p.targetquestion {
	color:#F00;
	font-weight:bold;
}
