/*=====================================================*/
ul, ol{
    list-style-position:outside;
    margin-left:15px;
}
li {
	margin-left: 10px;
}

p {
	margin: 10px 0px;
}

/*=====================================================*/
.expert_map {
	position:relative;
	float:right;
	border:3px solid #666666;
	margin-top: 5px;
	width:332px;
	height:250px;
}

/*=====================================================*/

.large_font {
	font-size:24px;
}

/*=====================================================*/
.question {
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
}
.answer {
	margin-left:5px;
	margin-right:5px;
	margin-bottom:0px;
	padding-right:5px;
	padding-bottom:5px;
}
.QandA {
	width:605px;
	margin-top:10px;
}
.hide_bottom_margin {
	margin-bottom:-1px;
}

/** Expert CSS **/
.expert_top{
	float:left;
	margin-bottom: 10px;
}
.expert_top_container{
	border: solid 1px #cccccc;
	width: 639px;
	padding: 10px;
	float: left;
	background-color: #ffffff;
}
.expert_title {
	border: 1px solid #666666;
	border-bottom: none;
	color: #FFFFFF;
	background-color: #666666;
	font-weight:bold;
	background: url(../img/bg_gray.gif) 100% repeat-x;
	width: 661px;
	float: left;
	padding: 5px;	
	
}
.expert_body {
	border: 1px solid #666666;
	background-color: #f7f7f7;
	float: left;
	width: 661px;
	padding: 5px;
}
.expert_image{
	float: left;
	width:150px;
	padding-bottom:5px;
}
.expert_image img{
	width: 150px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.expert_info {
	width:450px;
	padding-left:5px;
	border: solid 1px #000000;
}
.expert_identity{
	float:left;
	overflow:hidden;
	border-right: solid 0px #cccccc;
	margin: 10px 0px 0px 10px;
	padding: 0px 3px 3px 3px;
	width: 200px;
}
.expert_contact ul{
	list-style: none;
	float:left;
}
.expert_contact_name{
	margin-bottom: 5px;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 5px;
	width: 200px;
	color: #003366;	
	font: bold 12pt Verdana,Sans-Serif;	
}

.expert_bio {
	float: left;
	margin-top: 5px;
	margin-left:5px;
	border: solid 1px #cccccc;
	width: 462px;
	padding: 10px;
	background-color: #ffffff;
}
.expert_contact{
	width: 315px;
	height: 254px;
	margin-top: 5px;
	float:left;
	border: solid 1px #a5c9e9;
	background-color: #ffffff;
}
.expert_contact_header{
	font: bold 10pt Verdana,Sans-Serif; 	
	padding: 5px;
	text-decoration:none;
	background-color: #e7f1fa;	
	border-bottom: solid 1px #a5c9e9;
}
.expert_contact_body{
	padding:5px;
}
.expert_contact_body table tr th{
	text-align: right;
	font: bold 8pt Verdana,Sans-Serif;
	color: #666666;	

}
.expert_contact_body table tr td{
	font: normal 8pt Verdana,Sans-Serif;
	color: #666666;	
	
}
/* AJAX EXPERTS CSS*/
.expert_qabox{
	width: 265px;
	float:right;
}
.expert_qatitle{
	margin-top: 15px;
	font: bold 8pt Verdana,Sans-Serif;
	border-top: solid 1px #4970b7;
	border-right: solid 1px #4970b7;
	border-left: solid 1px #4970b7;
	padding: 3px;
	/* background-color: #4970b7; */	
	background: #4970b7 url(../img/bg_blue.gif) 100% repeat-x;
	color: #ffffff;	
}
.expert_qabody{
	background-color: #ffffff;
	border-left: solid 1px #4970b7;
	border-right: solid 1px #4970b7;
	border-bottom: solid 1px #4970b7;
	padding: 5px;
	margin-bottom: 5px;
}
.expert_helpful{
	font: bold italic 8pt Verdana,Sans-Serif; 	
	background-color: #ffffff;
	color: #666666;
}
.expert_contact_become{
 	background: #4970b7 url(../img/bg_blue.gif) 100% repeat-x; 
/*	background-color: #4970b7; */
	width: 350px;
	border: solid 1px #4970b7;
}
.expert_contact_become a{
	font: bold 10pt Verdana,Sans-Serif;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	display:block;
	padding: 5px;	
}
.expert_contact_become a:hover{
	text-align: center;
	text-decoration: underline;
	background-color: #fcfcdf;
	color: #4970b7;
	padding: 5px;
}
/** QUESTION AND ANSWER SECTION CSS **/
.questions_container{
	width: 673px;
	margin-left: 5px;
	overflow-y:auto;
	overflow-x:hidden;
	height: auto;

}
.body_question {
	width:auto;
}
.questions_body{
	background-color: #ffffff;
	border: solid 1px #cccccc;
	margin-bottom: 5px;
	width:635px;
	padding: 5px;
	margin-left:auto;
	margin-right:auto;
}

.questions_body_r{
	background-color: #ebf0fc; 
	border: solid 1px #cccccc;
	margin-bottom: 5px;
	padding: 5px;
	width:635px;
	margin-left:auto;
	margin-right:auto;
}
.question_section{
	font: bold 8pt Verdana,Sans-Serif;	
	float:left;
}
.question_who{
	float:right;
}
.question_when{
	float: right;
}
.question_a{
	font: bold 14pt Verdana,Sans-Serif;	
}
.question_q{
	font: bold 14pt Verdana,Sans-Serif;	
}
.question_helpful{
	margin-top: 10px;
	float: left;
}
.question_helpfulnum{
	margin-top: 10px;
	float: right;
	font: bold italic 8pt Verdana,Sans-Serif; 	
	color: #666666;	
}
.question_ask{
 	background: #4970b7 url(../img/bg_blue.gif) 100% repeat-x; 
	width: 350px;
	border: solid 1px #4970b7;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
}
.question_ask a{
	font: bold 10pt Verdana,Sans-Serif;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 5px;	
}
.question_ask a:hover{
	text-align: center;
	text-decoration: underline;
	background-color: #fcfcdf;
	color: #4970b7;
	padding: 5px;
}
.question_qblock{
	margin: 10px 0px 10px 0px;
}
.question_ablock{
	margin: 10px 0px 10px 0px;
}



.ask_q a{
	font: bold 8pt Verdana,Sans-Serif; 	
	display: block;
	border: solid 1px #a5c9e9;
	width: 101px;
	padding: 5px;
	text-align: center;
	text-decoration:none;
	background-color: #e7f1fa;	
}

.ask_q a:hover{
	text-align: center;
	text-decoration: underline;
	background-color: #fcfcdf;	
}
.ask_a a{
	font: bold 8pt Verdana,Sans-Serif; 	
	display: block;
	border: solid 1px #a5c9e9;
	width: 135px;
	padding: 5px;
	text-align: center;
	text-decoration:none;
	background-color: #e7f1fa;
}

.ask_a a:hover{
	text-align: center;
	text-decoration: underline;
	background-color: #fcfcdf;	
}

.ask_subscribe {
	padding-top:5px;
}
.ask_subscribe a{
	font: bold 8pt Verdana,Sans-Serif; 	
	display: block;
	border: solid 1px #a5c9e9;
	padding: 5px;
	text-align: center;
	text-decoration:none;
	background-color: #e7f1fa;
}

.ask_subscribe a:hover{
	text-align: center;
	text-decoration: underline;
	background-color: #fcfcdf;	
}