#askTheExpert #bodyContent
{
	width: 830px;
	padding: 0;
}

#askTheExpertInfo
{
	width: 830px;
	float: left;
	background-color: #F5F1E5;
	border: 1px solid #B6B6B2;
	margin-bottom: 10px;
	padding: 15px 0;
}

#askTheExpertInfo #background 
{
	background: url(../images/specialtylanding/middle.gif) repeat-y 60.5%;
	float:left;
	width: 100%;
}

#askTheExpertInfo #facultyBox 
{
	float:left;
	width:498px;
}

#askTheExpertDescription 
{
	float:right;
	width: 310px;
	margin-right: 5px;
}

#askTheExpertInfo .column
{
	width: 249px;
	float: left;
}


#askTheExpertInfo .column .imgColumn
{
	width: 64px;
	min-height: 73px;
	float: left;
	padding-left: 9px;
	padding-right: 5px;
}


#askTheExpertInfo .column .imgColumn .imgBox
{
	width: 62px;
	height: 70px;
	border: 1px solid #CC9900;
}

#askTheExpertInfo .facultyName
{
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 0px;
}

#askTheExpertInfo .txtColumn
{
	width: 166px;
	padding-bottom: 10px;
	float: left;
}


#askTheExpertColumns 
{
	background: url(../images/asktheexpert/asktheexpert_boxfill.png) repeat-y;
	float: left;
	width: 832px;
}

#askTheExpertColumns #bottomBorders
{
	background: url(../images/asktheexpert/asktheexpert_boxfill_bottom.png) bottom left no-repeat;
	clear:both;
	height:1px;
}


.requiredFieldIndicator 
{
	color: #FF0000;
}

#askTheExpertQuestionForm 
{
	width: 448px;
	border-top: 1px solid #B6B6B2;
	float: left;
}


#askTheExpertQuestionForm .header 
{
	background: url(../images/asktheexpert/asktheexpert_header.gif) top left no-repeat;
	height: 10px;
	width: 140px;
	float: left;
	line-height: normal;
	margin: 10px;
	padding: 0;
}

#askTheExpertQuestionForm #form 
{
	padding: 0 10px 5px 9px;
}



#askTheExpertQuestionForm .questionFormField 
{
	float:left;
	margin: 3px 0;
}


#askTheExpertQuestionForm .questionFormField label
{
	margin-top: 20px;
}

#askTheExpertQuestionForm .questionFormField select
{
	height: 22px;
}

#askTheExpertQuestionForm .questionFormField input,
	#askTheExpertQuestionForm .questionFormField select,
	#askTheExpertQuestionForm .questionFormField textarea
{
	margin-left: 9px;
}

#askTheExpertQuestionForm .firstNameField input
{
	width:79px;
}

#askTheExpertQuestionForm .lastNameField input
{
	width: 150px;
}

#askTheExpertQuestionForm .emailField input 
{
	width: 243px;
}


#askTheExpertQuestionForm .firstNameField input.loggedInFormField,
	#askTheExpertQuestionForm .lastNameField input.loggedInFormField
{
	width: 195px;	
}

#askTheExpertQuestionForm .emailField input.loggedInFormField 
{
	width:404px;
}

#askTheExpertQuestionForm #otherDegreeField 
{
	display: none;
	width: 145px;
	float: right;
	margin-right: 5px;
	padding-right: 20px;
}

* html #askTheExpertQuestionForm #otherDegreeField 
{
	padding-right:0;	
}

#askTheExpertQuestionForm #otherDegreeField input
{
	width: 143px;
}

#characterCount 
{
	float: left;
	text-align:center;
	width:100%;
}


#viewQuestions 
{
	width: 372px;
	border-top: 1px solid #B6B6B2;
	float: right;
}

#viewQuestions .header 
{
	background: url(../images/asktheexpert/recentlysubmittedquestions_header.gif) top left no-repeat;
	height: 10px;
	line-height: normal;
	margin: 10px;
	padding: 0;
}

#viewQuestions .questionPanel
{
	width: 329px;
	margin: 16px;
}

#viewQuestions .answerLink 
{
	float: right;
	margin-top: 5px;
}

.questionDivider 
{
	border-bottom: 1px solid #B6B6B2;
	margin-top: 18px;
}


.askTheExpertQuestionPanel 
{
	padding: 10px 10px 18px;
	margin: 20px 0;
}


.askTheExpertQuestion 
{
	margin: 4px 1em 0;
}

#viewAllQuestionsLink 
{
	margin-top: -15px;
	float:right;
	padding: 5px 0;
}

/** Questions page **/

.questionDisplay 
{
	cursor: pointer;
	float: left;
}


.divQuestion 
{
	font-size:10px;
	float: left;
	margin: 10px 10px 0;	
}

.questionLabel 
{
	float: left;
}

.questionDiv 
{
	margin-left: 42px; 
	width: 710px;
}

.questionDiv p 
{
	padding: 0;
	margin: 0;
}

.divQuestion .questHead 
{
	float: none;
}

.answerBlock 
{
	display: none;
	margin-left: 28px;
}

.answerBlock .answerLeft 
{
	padding: 0;
}

.answerLabel 
{
	font-weight: bold;
	float: left;
}

.answerDiv 
{
	width: 710px; 
	margin-left: 16px;
}


#backToTopLink 
{
	position: fixed;
	right: 150px;
	bottom: 409px;
}

