/* Podcast FAQ sliding div */

.answer dl			{ clear: both; margin: 0 0 5px 0; }

.answer dt p span	{font-size:14px; font-weight: bold; color:#6d9d30;}

.answer ul li	{font-size:12px; color:#5a5b58; }

#podcastDate {font-size: 10px; font-weight: bold; color: #666;}

dt.answer			{ border-bottom: thin dotted #6F92AD; background: white; 
					  position: relative;}
					
dd.answer			{ background: white; 
					  position: relative; width: 90%; margin: 0 auto; }
					  
dd.answer div		{ padding: 10px; border-left: thin dotted #6F92AD; border-right: thin dotted #6F92AD; border-bottom: thin dotted #6F92AD; }

dd.answer-tab-wrap	{ margin: 0 30px 0 0; }

.answer-tab		    { background: url(../siteart/answer-tag.png); display: block; margin: 0 0 20px 0;
                      text-indent: -9999px; width: 105px; height: 50px; float: right; }

ul.AnswerHoriz {
  width:700px;
  position:absolute;
  left: 50%;
  margin-left: -200px;
}
ul.AnswerHoriz li {
  display: inline;
  background-color: #fff;
  height: 30px;
}
ul.AnswerHoriz li a {
  text-decoration: none;
  background-color: #6F92AD;
  color:#fff;
  display: block;
  padding: 0 1em;
  float:left;
}
ul.AnswerHoriz li a:hover {
  background-color: #D0D0D0
}



