/*--------------------start homes_and_plans css-------------------*/

#main{
   min-height:2000px;
}

table.homes_and_plans{
   border-bottom:#808080 solid 1px;
   border-right:#808080 solid 1px;
   border-top:#D4D0C8 solid 1px;
   border-left:#D4D0C8 solid 1px;
}

#homes_and_plans_left{
   float:left;
   margin:25px auto 12px 25px;
   width:325px;
   height:100%;
   min-height:200px;
}

#homes_and_plans_left a.linksmallcaps{
   font:bold 11px Arial, Helvetica, sans-serif;
   color:#122448;
   text-decoration:none;
}

#homes_and_plans_left a.linksmallcaps:hover{
   color:#18A5FF;
}


#homes_and_plans_right{
   float:right;
   margin:25px 25px 12px auto;
   width:325px;
   height:100%;
   min-height:200px;
}

#homes_and_plans_right a.linksmallcaps{
   font:bold 11px Arial, Helvetica, sans-serif;
   color:#122448;
   text-decoration:none;
}

#homes_and_plans_right a.linksmallcaps:hover{
   color:#18A5FF;
}





/*--------------------end homes_and_plans css--------------------*/