@charset "utf-8";
/* CSS Document */

/* /discussion/ */


.bubble {
	width:162px; 
	height:95px; 
	background:url(/discussion/img/bg_questioncenter_bubble.gif) no-repeat; 
	margin-left:6px; 
	}
.bubble_padding {	
	padding:12px;
	}
.bubble a,
.bubble a:hover {
	font-size:120%; 
	font-weight:bold; 
	color:#f89734;
	text-decoration:none;
	}
.bubble a:hover {
	text-decoration:underline;
	}
.bubble_disc {
	float:right; 
	margin-right:1px; 
	}

#results_bar {
	background-color:#f89734; 
	padding:4px 10px 4px 10px; 
	color:#FFFFFF;
	}

/* /discussion/index.html */

#disc_index_left {
	width:373px;
	float:left;
	margin-right:10px;
	padding-top:38px;
	}
#disc_index_right {
	width:374px;
	float:left;
	padding-top:38px;
	}

#disc_index_left h3,
#disc_index_right h3,
#disc_answer_top h3 {
	padding-bottom:8px;
	}	

#ask_answer_top img {
	float: left;
	margin-bottom: 15px;
	margin-right: 5px;
}

#ask_answer_top h3 {
	font-size: 2.4em;
}

#ask_answer_top h3 a {
	text-decoration: none;
	color: #F89734;
}

#ask_answer_top h3 a:hover {
	color: #1890B7;
}

#ask_answer_top h4 {
	float: right;
	font-size: 1.2em;
	width: 300px;
	margin-right: 30px;
	margin-top: 10px;
}

#ask_answer_top #boxTop {
	background-image: url(/home/img/bg_discussionbox_top.gif);
	background-repeat: no-repeat;
	width: 713px;
	height: 7px;
	clear: both;
	background-position: center bottom;
}

#ask_answer_top #box {
	background: url(/home/img/bg_discussionbox.gif) repeat-y;
	width: 713px;
	padding: 15px;
}

#ask_answer_top #box p {
	width: 690px;
}

#ask_answer_top #box img {
	float: right;
	margin-right: 50px;
	margin-top: 10px;
}

#ask_answer_top #boxBottom {
	background: url(/home/img/bg_discussionbox_bottom.gif) no-repeat;
	width: 713px;
	height: 12px;
}

.previous,
.next {
	text-indent: -999em;
	height: 24px;
	width: 24px;
	position: relative;
	float: left;
	clear: right;
	background: url(/discussion/img/btn_panelrotation.gif) no-repeat;
	margin: 5px 5px 0 0;
	left: 35px;
}

.next { background-position: right top; }

h4 a,
h4 a:hover {
	padding-bottom:6px; 
	}

p {
	padding-bottom:8px;
	}

#disc_index_content2 ul {
	list-style:none;
	margin:0px;
	padding:0px;
	}
#disc_index_content2 li {
	padding-bottom:8px;
	}


#pic_and_expert {
	float:left;
	padding-bottom:10px;
	}
#pic_and_expert img {
	float:left;
	margin:0px 10px 0px 0px;
	}
#pic_and_expert p {
	float:left;
	vertical-align:top;
	display:inline;
	border:0px solid red;
	}
#pic_and_expert h4 {	
	vertical-align:top;
}
#pic_and_expert h4 a:hover {
	color: #f89734;
}

/* /discussion/AskOthers/index.html */

#list_of_questions,
#other_responses ul {
	padding-left:25px;
	}
#list_of_questions li,
#list_of_questions h3 {
	padding-bottom:15px;
	}

/* --------------------------- ask.html --------------------------- */		

#topic_bottom,
#subcat_top_right {
	line-height:160%;
	}

#disclaimer {
	bottom:140px; 
	}

#add_discussion .textarea {
	width:700px;
	height:100px;
	}
#discussion h5 {
	color: #f89734;
	font-size: 1.3em;
	display: block;
	margin-bottom: 10px;
	}
#discussion h5 a {
	text-decoration: none;
	color: #f89734;
	}
#discussion h5 a:hover {
	color: #1890b7;
	}
#discussion h6 {
	font-size: 1.1em;
	}
#discussion h6 a {
	text-decoration: none;
	}
#discussion ol {
	margin-left:20px;
	}
#discussion .subhead {
	font-weight:bold;
	color:#1890b7;
	}
#discussion .question {
	font-weight:bold;
	}
#discussion .more {
	float: right;
	margin-bottom: 15px;
	}
#discussion .expandable_gray_box_padding img {
	float: right;
	margin-left: 10px;
	}
#discussion .expertName {
	text-transform: uppercase;
	color: #f89734;
	font-weight: bold;
	text-decoration: none;
}
#discussion .expertName:hover {
	color: #1890b7;
}
#bio,
#questions {
	padding-bottom: 0;
	clear: both;
	}
#bio img {
	margin-right: 10px;
	float: left;
	}
#bio h3,
#questions h3 {
	font-size: 1.3em;
	color: #373535;
	margin-bottom: 0;
	padding-bottom: 0;
	}
#bio ul,
#bio ol {
	margin-left: 20px;
	}
#bio ul#list {
	margin-left: 0;
}
#bio .expertName,
#questions .expertName {
	color: #373535;
}
#questions img {
	float: right;
	margin-left: 5px;
}
#past_responses {
	clear: both;
	}
#past_responses h4 {
	float: none;
	font-size: 1em;
	margin-top: 25px;
	width: auto;
	}
#past_responses a {
	text-decoration:none;
	color: #373535;
	}
#past_responses a:hover {
	text-decoration:underline;
	}
#date {
	float: right;
}
h5 {
	color: #1890b7;
	display: inline;
}
#list {
	background-image: none;
	width: 600px;
}
#list p {
	margin-left: 40px;
}
#list li {
	height: 30px;
	padding-left: 40px;
	vertical-align: middle;
}
#list li a {
	text-decoration: underline;
	color: #737577;
}
#discussion #page_header_h2 {
	width: 350;
}
#discussion #crumbs {
	width: 400;
}

#discussion .source,
#discussion .citation {
	font-style: italic;
}
#questions #articlesSearchHead img,
#questions #articlesSearchFoot img,
#bio #articlesSearchHead img,
#bio #articlesSearchFoot img {
	float: none;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
}
#questions #articlesSearchHead .moreLink,
#questions #articlesSearchFoot .moreLink,
#bio #articlesSearchHead .moreLink,
#bio #articlesSearchFoot .moreLink {
	color: #fff;
	text-decoration: underline;
}
#questions #articlesSearchHead .moreLink:hover,
#questions #articlesSearchFoot .moreLink:hover,
#bio #articlesSearchHead .moreLink:hover,
#bio #articlesSearchFoot .moreLink:hover {
	color: #1890B7;
}
