/* -------------------------------------------- */
/* new home boxes
/* -------------------------------------------- */
#extra_text { display: none; margin-top: 10px !important; }

#new_home_boxes { display: block; background-color: #323232; width: 100%; overflow: hidden; padding: 0px 0px 0px 0px; margin-bottom: 0px !important; margin-top: 0px !important; }
#new_home_boxes div.first_row { width: 100%; overflow: hidden; border-bottom: 1px solid #808896; }
#new_home_boxes div.second_row { background-image: url(home_boxes/bg.gif); background-repeat: repeat-y; overflow: hidden; }
#new_home_boxes li { display: block; float: left; margin: 0; }
#new_home_boxes li a { display: block; float: left; margin: 0; width: 100%; text-decoration: none !important;  }

#new_home_boxes li.large { width: 430px; padding: 10px; overflow: hidden; height: 287px; position: relative; }
#new_home_boxes li.medium { width: 250px; padding: 10px; min-height: 235px;}
#new_home_boxes li.small { width: 190px; padding: 10px; min-height: 235px;}

#new_home_boxes li .white_bg { display: block; background-color: #FFF; }

#new_home_boxes li.large div.box_text { float: right; position: relative; z-index: 10; margin-top: -84px; width: 46%; background-color: #323232; min-height: 228px; padding: 0px 10px 10px 8px; }

#new_home_boxes li.large img, #new_home_boxes li.large object, #new_home_boxes li.large .white_bg { width: 430px; height: 287px;}
#new_home_boxes li.medium img, #new_home_boxes li.medium .white_bg { width: 250px; height: 144px;}
#new_home_boxes li.small img, #new_home_boxes li.small .white_bg { width: 190px; height: 144px; }

#new_home_boxes li.border { border-left: 1px solid #808896; border-right: 1px solid #808896; min-height: 228px; }

#new_home_boxes li.first { border-right: 1px solid #808896; min-height: 228px; }

#new_home_boxes li h2 { font-size: 1.4em; margin-top: 5px; margin-bottom: 5px; }
#new_home_boxes li p { font-size: 0.9em; color: #808896; margin-top: 0px; margin-bottom: 0px; }

#new_home_boxes li.large a:hover h2 { color: #808896;  }
#new_home_boxes li.large a:hover p { color: #FFF;  } 

