/*for IE6*/

* html #panel-list li a {
}

#left-content {
	width: 650px;
	float: left;
	margin-top: 30px;
	padding-left: 10px;
}

.panelheader {
	color: #af9b2e;
	font: small-caps bold 1.3em/1.3em Georgia;
	letter-spacing: 0.2em;
}

#left-content li{
	line-height: 1.4em;
}

#left-content p{
	padding-left: 25px;
}

#panel-list li {
	background-color: #fff;
	margin-bottom: 5px;
	font-size: 1.3em;
	list-style-type: none;
	border-top-color: #ededc5;
	padding: 0;
}
#panel-list  li  a {
	color: #283c69;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	min-height:120px;
	height:auto !important;
	height:120px;
	list-style-type: none;
	background: url(../images/highlightbg.jpg) repeat-x scroll 0 0;
	border-top: 1px solid #dedabc;
}

#panel-list  li  a:hover  {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	min-height:120px;
	height:auto !important;
	height:120px;
	background-color: #dfd5bc;
	background-image: url(../media/zoom-btn-on.gif);
	background-repeat: no-repeat;
	background-position: 180px 97px;
	list-style-type: none;
}
#panel-list img{
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 5px solid #dedabc;
	clear: both;
}

