@charset "utf-8";
/* CSS Document */


#hm-content {
  float:right;
  width:212px;
  background-image:url(../images/homeboxes-top.png);
  background-repeat:no-repeat;
  padding-top:86px;
  text-align:justify;
}

#hm-content .home-content-bottom {
  background:url(../images/homeboxes-bottom.png) no-repeat bottom left;
  padding-bottom:222px;
  min-height:130px;
}

/*menu*/

#homemenu {
 
  float:left;

}

/*text*/


p { margin:0px; }

#homemenu .menurow {
  clear:both;
}

#homemenu a, #homemenu img.square  {
   margin:0px 16px 16px 0px;  float:left;
}

#homemenu a {
  display:block;
  border:solid #d2d48a 13px;
  background-position:bottom left;
  background-repeat:no-repeat;
}


#homemenu a img {
  visibility:hidden;
  display:block;
}

#homemenu a:hover img {
  visibility:visible;
}



#homemenu .m-1 { background-image:url(../images/mh-1-n.png); }
#homemenu .m-2 { background-image:url(../images/mh-2-n.png); }
#homemenu .m-3 { background-image:url(../images/mh-3-n.png); }
#homemenu .m-4 { background-image:url(../images/mh-4-n.png); }
#homemenu .m-5 { background-image:url(../images/mh-5-n.png); }

