/*-----------------------------NH_BOXES-----------------------------*/

div.nh_boxes           {  float:                  left;
                          display:                block;
                          position:               relative;
                          top:                    0px;
                          left:                   0px;

                          background-color:       transparent;

                          margin:                 0px;
                          padding:                0px;           }

div.nh_boxes div       {  display:                block;
                          position:               relative;
                          top:                    0px;
                          left:                   0px;

                          background-color:       transparent;

                          margin:                 0px;
                          padding:                0px;            }

div.nh_boxes_min       {  overflow:               hidden;
                          width:                  0px;
                          height:                 0px;            }

div.nh_boxes_border    {  border-width:           1px;
                          border-style:           solid;
                          border-color:           #c0c0c0;        }

div.nh_boxes_tl        {  background-image:       url("/images/boxes/nh_boxes_tl.png");
                          background-position:    top left;
                          background-attachment:  scroll;
                          background-repeat:      no-repeat;      }

div.nh_boxes_tr        {  background-image:       url("/images/boxes/nh_boxes_tr.png");
                          background-position:    top right;
                          background-attachment:  scroll;
                          background-repeat:      no-repeat;      }

div.nh_boxes_bl        {  background-image:       url("/images/boxes/nh_boxes_bl.png");
                          background-position:    bottom left;
                          background-attachment:  scroll;
                          background-repeat:      no-repeat;      }

div.nh_boxes_br        {  background-image:       url("/images/boxes/nh_boxes_br.png");
                          background-position:    bottom right;
                          background-attachment:  scroll;
                          background-repeat:      no-repeat;      }

div.nh_boxes_l         {  background-image:       url("/images/boxes/nh_boxes_edge.png");
                          background-position:    center left;
                          background-attachment:  scroll;
                          background-repeat:      repeat-y;       }

div.nh_boxes_r         {  background-image:       url("/images/boxes/nh_boxes_edge.png");
                          background-position:    center right;
                          background-attachment:  scroll;
                          background-repeat:      repeat-y;       }

div.nh_boxes_t         {  background-image:       url("/images/boxes/nh_boxes_edge.png");
                          background-position:    top center;
                          background-attachment:  scroll;
                          background-repeat:      repeat-x;       }

div.nh_boxes_b         {  background-image:       url("/images/boxes/nh_boxes_edge.png");
                          background-position:    bottom center;
                          background-attachment:  scroll;
                          background-repeat:      repeat-x;       }

div.clear              {  clear:                  both;           }

div.nh_boxes_t         {  margin-left:            15px !important;
                          margin-right:           15px !important;   }

div.nh_boxes_b         {  padding-top:            15px !important;
                          padding-bottom:         15px !important;   }

div.nh_boxes_l         {  margin-left:            -15px !important;
                          margin-right:           -15px !important;  }

div.nh_boxes_container {  margin-left:            15px !important;
                          margin-right:           15px !important;   }

/*----------------------------------------------------------*/





