@charset "utf-8";
/* CSS Document */

h3,h4,h5 {clear:both;}

div.resourceGroup {clear:both;background-color:#eee;margin-bottom:15px;padding:5px;-moz-border-radius: 10px;border-radius: 10px;min-height:165px;}
div.resourceGroup h3 {color:#444;font-weight:bold;margin-top:5px;padding-left:15px;}

div.resource {clear:both;border:1px solid #999;margin-bottom:15px;padding:10px;-moz-border-radius: 10px;border-radius: 10px;min-height:165px;background-color:#fff;-moz-box-shadow: 0 0 10px #000;-webkit-box-shadow: 0 0 10px #000;box-shadow: 0 0 10px #000;}
.resource h4 {color:#666;border-bottom:1px solid #999;margin-bottom:10px;font-weight:bold;padding:5px 10px 5px 0;}
.resource h4 a {color:#666}
.resource img {height:100px;width:100px;border:4px solid #999;margin-right:10px;margin-top:10px;}
