/* =============================================== */
/*                   2. BOXES                      */
/* =============================================== */


#boxes{
background: url(images/structure/bg_boxes.gif) no-repeat bottom center;
clear:both;
padding:0 5px 5px 5px;/* eliminates shadow */
}

#boxes dl{
float:left;
width:190px;
color:#000;
padding-bottom:10px;
text-align:center;}

#boxes dd{font-size:1.2em; padding:0 10px;}

#boxes dt a{
display:block;
color:#000;
text-decoration:none;
padding:151px 0 5px 0;
font-size:1.8em;
background-repeat:no-repeat;
background-position: top right;
}

#boxes dt a:hover{
background-position: top left;}

#boxes dl#community dt a { background-image:url(images/structure/community.gif)}
#boxes dl#sport dt a { background-image:url(images/structure/sport.gif)}
#boxes dl#municipality dt a { background-image:url(images/structure/municipality.gif)}
#boxes dl#business dt a {background-image:url(images/structure/business.gif)}
