div#content div.block.standard {
	width:19.1em; 
	float:left;
	margin:5px 0 0 5px;
	background: #f4f0e9 url(/release/images/panel-bg.gif) repeat-x;
	-webkit-box-shadow: 1px 1px 3px #938979;
	-moz-box-shadow: 1px 1px 3px #938979;
	box-shadow: 1px 1px 3px #938979;
	height:6em;
}

div#content div.block.standard.hover {
	background:#124f60 url(/release/images/panel-bg-hover.gif) repeat-x;
	cursor:pointer;
}
div#content div.block.standard.hover * {color:#f7f4ee !important}

#panel-container {
	overflow:hidden;
	background: #dcceb6 url(/release/images/panels-bg.gif) repeat-x;
	width:100%;
	padding-bottom:5px;
	display:inline;
	float:left
}

div#content #panel-container div.block div {
	background: transparent;
	padding-bottom:0;
}

div#content #panel-container div.block div div {
	margin-bottom:0;
	padding-bottom:10px
}

div#content #panel-container div.block div a {font-weight:normal; color:#575353}
div#content #panel-container div.block div h2 {color:#575353}

div.article a:hover {color: #004964 !important}

