/* 
    Document   : home
    Created on : 01-Jun-2010, 10:35:38
    Author     : Matthew
    Description:
        Purpose of the stylesheet follows.
*/
#searchpanel {
  width: 900px;
}

#searchpanel #mainsearch {
  height: 150px;
  width : 650px;
  float : left;

  border: 1px solid #000;

}

#searchpanel #joinpanel {
  height: 150px;
  width : 200px;
  float : left;
  margin-left: 46px;

  border: 1px solid #000;
  
}

#servicespanel {
  margin-top: 10px;
  height: 150px;
  width : 898px;

  border: 1px solid #000;
  
}

#servicespanel #lefttext{  /* left  */
  width: 400px;
  float: left;
}

#servicespanel #advisors { /* right */
  width: 300px;
  float: left;
}