span.question, 
span.answer
{
	padding:2px;
	font-weight:bold;
	color:#fff;
}

span.question
{
	background-color:#71760d;
}

span.answer
{
	background-color:#834d1f;
}

h2.trigger {
	padding: 0 0 0 30px;
	margin: 0 0 2px 0;
	background: url('images.css/h2_trigger_a.png') no-repeat;
	height: 26px;
	line-height: 26px;
	width: 700px;
	font-size: 1.0em;
	font-weight: normal;
	float: left;
	cursor:pointer;
}
h2.trigger a {
	color: #000;
	text-decoration: none;
	display: block;
	/*line-height:1.4em;
	padding-top:4px;
	color: #834d1f;*/
}
h2.trigger a:hover {
	text-decoration: underline;
}
h2.active {background-position: left bottom;}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	/* overflow: hidden;*/
	font-size: 0.95em;
	width: 700px;
	clear: both;
}
.toggle_container .block {
	padding: 10px 20px;
	/* background: url('images.css/toggle_block_btm.gif') no-repeat left bottom;*/
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.toggle_container .block ul {
	width:460px;
} 

.toggle_container h3 {
	font-size: 0.9em;
	font-weight:bold;
	margin: 0 0 10px; /*1st number is top, 2nd is left and right, 3rd is bottom */
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}

.toggle_container .imgWrapper {
	float: right;
	margin: 10px 0 15px 10px;
	font-size:80%;
	line-height:120%;
	color:#666;
	width:206px;
	text-align:center;
}

.toggle_container img {
	padding: 2px;
	background: #ddd;
	border: 1px solid #ccc;
}

p.qcat {
	border-bottom:1px dotted #834d1f;
	color:#834d1f; /* color:#04255e; */
	font-size:90%;
	margin-bottom:10px;
	margin-top:10px;
	padding:12px 2px 0 2px;
	width:95%;
	font-weight:bold;
	text-transform:uppercase;
	clear:both;
}

table.averageTemps {padding:0;border-collapse:collapse;}
table.averageTemps td {vertical-align:top;padding:4px 2px;}
table.averageTemps tr.over td {background-color: #eee4af;}

.ie7 .toggle_container .block ul,
.ie6 .toggle_container .block ul {
	padding:0;
	margin:0;
	width:430px;
}

.ie7 .toggle_container .block ul li,
.ie6 .toggle_container .block ul li
{
	padding-left:10px;
	padding-bottom:1px;
	background: url(images.css/bullet_custom_ie_3.gif) 0 0.6em no-repeat;
}

.ie7 .toggle_container .block p {width:440px;}
