Acccodian window size problem

Acccodian window size problem

I'm using the accordian feature on  a page. I have four window in an according structure on the page.
The first three have a few lines of text.  The last has a lot more text.  When the page loads, the first window is sized at the height of the last element, the one with the most text.  The problem is seen in IE8 , Firefox 3.6.6  and Safari 4.0.5 The page can be seen at:
 
I am using jquery-1.4.2.min.js and jquery-ui-1.8.2.custom.min.js"
I have the acc settings at
$(function(){
// Accordion
    $(".accordion").accordion({ header: "h3" });
    $( ".selector" ).accordion({ autoHeight: false });
    $( ".selector" ).accordion({ navigation: true});



 
});
$(function() {
  $(".accordion").accordion({
   autoHeight: false,
   navigation: true
  });
 });




 
Any suggestions? Is there a setting I'm missing?
Thanks
 
And here is the accordian div info
<!-- Accordion -->
     <h2 class="demoHeaders">Investor Relations </h2>
     <div class="accordion">
      <div><h3><a href="#">Annual Reports</a></h3>
       <div>
        <a href="docs/2009 Annual Report_FINAL.pdf">2009</a><br />
        <a href="docs/2008 Annual Report.pdf">2008</a><br />
        <a href="docs/2007 Annual Report.pdf" target="_blank">2007</a><br />
        <a href="docs/2006_Annual Report.pdf" target="_blank">2006</a><br />
        <a href="docs/2005 Annual Report.pdf" target="_blank">2005</a>
       </div>
      </div>
      <div>
          <h3><a href="#">SEC Filings</a></h3>
       <div>Lannett Company, Inc. official SEC Filings can be found
          <a href="http://www.sec.gov/cgi-bin/browse-edgar?company=lannett&amp;CIK=&amp;filenum=&amp;State=&amp;SIC=&amp;owner=include&amp;action=getcompany&amp;xloop=1&amp;CFID=26928184&amp;CFTOKEN=b7aee44457a46e6e-10E61CF1-3048-41AD-846E4787E2669C0E&amp;jsessionid=d2302194391232939130097" target="_blank">here</a></div>
      </div>
      <div><h3><a href="#">Letter to Shareholders</a></h3>
       <div>Arthur P. Bedrosian, President and Chief Executive Officer, discusses Lannett Company, Inc.'s Fiscal 2009 results. <a href="docs/2009 Shareholder Letter.pdf" target="_blank">Read More or download the pdf</a>.</div>
      </div>
      <div>
          <h3><a href="#">Management and Board of DIrectors </a></h3>
       <div>To see the biographapies of Lannett's Senior Management and our Board of Directors <a href="lannett-management-directors.php">clcik here</a></div>
      </div>
      <div>
          <h3><a href="#">Code of Ethics</a></h3>
       <div><a href="docs/Code of Ethics.pdf">Read or Download our Code of Ethics </a></div>
      </div>
      <div>
          <h3><a href="#">Webcasts</a></h3>
       <div> <p><a href="http://wsw.com/webcast/jeff46/lci">Webcast</a><br />
    Lannett Company, Inc<br />
 Jefferies 2010 Global Life Sciences Conference<br />
 </p>
 
  <p><a href="http://www.talkpoint.com/viewer/starthere.asp?Pres=130812">Webcast</a><br />
 Lannett Company, Inc<br />
 2010 Third Quarter Conference Call<br />
 05/12/2010 at 4:30 p.m. ET<br />
    </p>
 
 
 
  <p><a href="http://www.wsw.com/webcast/roth23/lci/">Webcast</a><br />
 Lannett Company Presents at<br />
 ROTH OC Growth Stock Conference<br />
 03/17/2010 at 2:30 p.m. ET<br />
    </p>
 
 <p><a href="http://www.talkpoint.com/viewer/starthere.asp?Pres=129617">Webcast</a><br />
        Lannett Company Fiscal 2010 2nd Quarter<br />
        Financial Results Conference Call<BR />
        02/08/2010 4:30 p.m. ET<br />
        </p>
 
 
<p><a href="http://www.talkpoint.com/viewer/starthere.asp?Pres=128638">Webcast</a><br />
        Lannett Company Fiscal 2010 1st Quarter<br />
        Financial Results Conference Call<br />
        11/09/2009 4:30 p.m. ET</p>
 
<p><a href="http://www.talkpoint.com/viewer/starthere.asp?Pres=127896">Webcast</a><br />
        Lannett Company Fiscal 2009 4th Quarter and<br />
        Full Year Financial Results Conference Call<br />
        09/09/2009 4:30 p.m. ET</p>
 
 
<p><a href="http://www.talkpoint.com/viewer/starthere.asp?Pres=126305">Webcast</a><br />
        Lannett Company 3Q 2009<br />
        Earnings Conference Call<br />
        05/12/2009 4:30 p.m. ET</p>
 
 
<p><a href="http://www.wsw.com/webcast/roth20/lci/">Webcast</a><br />
        ROTH 21st Annual OC Growth Stock  Conference<br />
        Company  Presentation<br />
        02/18/2009 6:00  p.m. ET<br />
       <a href="pdf/LCI Investor Presentation Feb 09.pdf" target="_top">LCI Investor Presentation</a></p>
   
    <p><u><a href="http://www.talkpoint.com/viewer/starthere.asp?Pres=125103">Webcast</a><br />
        </u>Lannett Company 2Q 2009<br />
        Earnings Conference Call<br />
        02/11/2009 4:30 p.m. ET</p>
 
 <p><a href="http://event.meetingstream.com/r.htm?e=126711&amp;s=1&amp;k=7D4ABBF7F6B2DA43AF9A7D42A883696F">Webcast</a><br>
</div>
      </div>
      
      
   </div>