Content not lining up in the sidebar with the content located in the main area?

Hello, I’ve created a website using Dreamweaver CS4 and have come across an issue while using a template. The template I’m using is: 2 column fixed, right sidebar, header and footer. The problem seems to be in the sidebar where the content does not start at the top, it seems to be about 15px below the content in the main area. I can't find any CSS or any reason why it's starts where it does. It seems to look like even and as it should in Firefox, Google Chrome and Safari but not in IE9. The page is live at www.Lots2Homes.com and you'll see the content is lower in the right sidebar than in the main area to the left. The code for the home page and CSS is below. This has me going in circles, any help or ideas would be much appreciated. Thanks!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Start of  no right click script -->
<script type="text/javascript" src="includes/no_right_click.js"></script>
<!-- End of  no right click script -->
<meta name="norton-safeweb-site-verification" content="q5pn0zppxw16pngb17u9bt3gtuklju0mr-wug3hpwmudp0h70hgx44yjn2m3235nuxr6l17xlfnqszrz 3q3pjp75afqpecotqbh2pd6c485pxvehuee2wqihtjqa1uut" />
<meta name="generator" content="HTML Tidy for Linux (vers 6 November 2007), see www.w3.org" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Search the MLS, Professional Buyer Programs, Marketing Plans, NH Information, Free Guides, Short Sale Information, NH Buyer and Seller Representation"/>
<meta name="keywords" content="New Hampshire, Real Estate, Your Source for New Hampshire Real Estate, NH Real Estate Agent, Paul R. Martin, Buyer Agent, GRI, ABR, e-PRO, SFR, REALTOR, Listing Agent, Portsmouth, home for sale"/>
<meta name="rating" content="General"/>
<meta name="revisit-after" content="14 days"/>
<meta name="Robots" content="All"/>
<meta name="google-site-verification" content="hch3bvgPs2nwvn-waiOpfg4j9mJJTd5k-OZ-NiGFFr8" />
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"/>
<link rel="icon" href="http://www.lots2homes.com/images/favicon.ico" type="image/favicon.ico"/>
<title>Lots2Homes.com - Your Source for NH Real Estate</title>
<link href="css/2012_layout.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.twoColFixRtHdr #mainContent {
padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
margin-top: 0;
margin-right: 344px;
margin-bottom: 0;
margin-left: 0;
background-image: url(images/2-column/main-middle.png);
background-repeat: repeat-y;
.twoColFixRtHdr #sidebar1 {
float: right; /* since this element is floated, a width must be given */
width: 344px;
padding:0px;
margin:0px;
background-image: url(images/2-column/r-sidebar-middle.png);
background-repeat: repeat-y;
-->
</style><!--[if IE 5]>
<style type="text/css">
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css">
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<script src="SpryAssets/SpryAccordion.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<style type="text/css">
    <?php require_once('includes/back_ground.php'); ?>
</style>
<script type="text/javascript">
    // <![CDATA[
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
// ]]>
</script>
<link href="SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-24136715-1']);
  _gaq.push(['_trackPageview']);
  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
</script>
<style type="text/css">
<!--
body,td,th {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
a:hover {
color: #F00;
-->
</style></head>
<body class="twoColFixRtHdr">
<div id="container">
<div id="header_flash_window">
  <?php require('includes/header_flash.php'); ?>
</div>
  <div id="header">
    <?php require('includes/header.php'); ?>
  <!-- end #header --></div>
  <div id="navigation">
<?php require('includes/navbar.php'); ?>
</div><!--close nav-->
<div id="top"></div>
<div id="sidebar1">
<div id="content">
<div id="social-media-buttons">
  <a href="http://www.facebook.com/EPRO.AGENT" target="_blank"><img src="images/social_media/facebook_32.png" name="facebook_icon" width="35" height="36" border="0" id="facebook_icon" alt="Paul Martin facebook" /></a>
  <a href="http://www.flickr.com/lots2homes" target="_blank"><img src="images/social_media/flickr_32.png" name="flickr_icon" width="36" height="36" border="0" id="flickr_icon" alt="Paul Martin Flicker" /></a>
  <a href="http://www.linkedin.com/in/paulrmartin" target="_blank"><img src="images/social_media/linkedin_32.png" name="linkedin_icon" width="35" height="37" border="0" id="linkedin_icon" alt="Paul Martin Linkedin" /></a>
  <a href="http://www.lots2homes.com/weblog/" target="_blank"><img src="images/social_media/wordpress_32.png" name="wordpress_icon" width="35" height="36" border="0" id="wordpress_icon" alt="Paul Martin Wordpress" /></a>
  <a href="http://www.youtube.com/user/EstatesNland" target="_blank"><img src="images/social_media/youtube_32.png" name="youtube_icon" width="36" height="37" border="0" id="youtube_icon" alt="Paul Martin Youtube" /></a>
<a href="http://www.delicious.com/save" target="_blank" onclick="window.open('http://www.delicious.com/save?v=5&noui&jump=close&url='+encodeURIComponent(location.href)+ '&title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=550,height=550'); return false;"><img src="images/social_media/delicious_32.png" alt="Paul Martin Delicious" width="35" height="36" border="0" /></a>
<a href="http://twitter.com/#!/Lots2Homes" target="_blank"><img src="images/social_media/twitter_32.png" alt="Paul Martin Twitter" width="35" height="36" border="0" /></a>
</div>
<div id="index_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2FEPRO.AGENT&a mp;send=false&amp;layout=standard&amp;width=292&amp;show_faces=true&amp;action=like&amp;co lorscheme=light&amp;font=tahoma&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:80px;" allowTransparency="true"></iframe></div>
<div id="stick"><div id="stik" style="width:225px;height:75px;text-align:center;"><a href= "http://www.stik.com/paul.martin" class="il" target="blank" style="position:relative;display:block;"><img src="http://www.stik.com/badge/image?v=1&amp;stikid=1005641" alt="Paul Martin, Realtor at Keller Williams Coastal Realty, is Recommended and Reviewed at Stik.com" title="Paul Martin, Realtor at Keller Williams Coastal Realty, is Recommended and Reviewed at Stik.com" style="border:0px; margin:0px;" /><iframe src= "http://www.stik.com/badge/frame?v=1&amp;stikid=1005641" frameBorder="0" scrolling="no" style="width:116px;height:36px; border:0px; position:absolute;left:98px; top:0px;"></iframe><br/></a><div class="l" style="height:18px;"><a href="http://www.stik.com/paul.martin" target="blank" style="font-family:Arial;font-size:9px;color:#3B5998;text-decoration:none;font-weight:nor mal;">Read Recommendations and Reviews on</a> <a href="http://www.stik.com" target="blank" style="font-family:Arial;font-size:9px;color:#3B5998;text-decoration:none;font-weight:nor mal;">Stik.com</a></div></div></div>
<hr/>
<div id="my_listings">
<h2>My Current Listings</h2>
      <div id="Accordion1" class="Accordion">
        <div class="AccordionPanel">
          <div class="AccordionPanelTab">$139,900 - Raymond Ranch</div>
          <div class="AccordionPanelContent"><a href="listing_page_24_sesame.php"><img src="images/listings/24_sesame.jpg" width="299" height="198" alt="24 Sesame St St Raymond, NH" /></a></div>
        </div>
<div class="AccordionPanel">
  <div class="AccordionPanelTab">$194,900 - Northwood Ranch</div>
          <div class="AccordionPanelContent"><a href="listing_page_27_bass.php"><img src="images/listings/Harvey-Lake-Home-Northwood,.jpg" width="299" height="198" alt="27 Bass Rd Northwood, NH" /></a></div>
        </div>
<div class="AccordionPanel">
  <div class="AccordionPanelTab">$249,900 - Milton Custom Cape</div>
          <div class="AccordionPanelContent"><a href="listing_page_99_gold_milton.php"><img src="images/listings/99_gold_st.jpg" width="299" height="198" alt="99 Gold St Milton NH for sale by Paul Martin and Keller Williams Coastal Realty" /></a></div>
        </div>
<div class="AccordionPanel">
  <div class="AccordionPanelTab">$159,900 - Effingham Multi Unit</div>
          <div class="AccordionPanelContent"><a href="listing_page_108_champion_hill.php"><img src="images/listings/108_champion_hill.jpg" width="299" height="198" alt="108 Champion Hill Rd Effingham, NH" /></a></div>
        </div>
        <div class="AccordionPanel">
          <div class="AccordionPanelTab">$324,900 - Epsom Colonial</div>
          <div class="AccordionPanelContent"><a href="listing_page_206_copperline_epsom.php"><img src="images/listings/206_copperline/199x198.jpg" width="299" height="198" alt="206 Copperline Rd Epsom, NH" /></a></div>
        </div>
        <div class="AccordionPanel">
          <div class="AccordionPanelTab">$189,900 - Middleton Ranch</div>
  <div class="AccordionPanelContent"><a href="listing_page_60_lakeshore_middleton.php"><img src="images/listings/Sunrise-Lake-Home.jpg" width="299" height="198" alt="60 Lakeshore Dr Middleton, NH" /></a></div>
</div>
<div class="AccordionPanel">
  <div class="AccordionPanelTab">$259,900 - Exeter Duplex</div>
  <div class="AccordionPanelContent"><a href="listing_page_34_36_south_st.php"><img src="images/listings/34_36_south_st.jpg" width="299" height="198" alt="34-36 South St Exeter, NH" /></a></div>
</div>
<div class="AccordionPanel">
  <div class="AccordionPanelTab">$249,900 - Sunrise Lake Ranch</div>
          <div class="AccordionPanelContent"><a href="listing_page_86_lakeshore.php"><img src="images/listings/86-Lakeshore-Dr.jpg" width="299" height="198" alt="86 Lakeshore Dr Middleton, NH" /></a></div>
        </div>
<div class="AccordionPanel">
  <div class="AccordionPanelTab">$249,000 - Dover Point Colonial</div>
  <div class="AccordionPanelContent"><img src="images/listings/Colonial-Condex.jpg" width="299" height="198" alt="Dover Point Colonial sold by Paul Martin" /></div>
</div>
<div class="AccordionPanel">
  <div class="AccordionPanelTab">$235,500 - Chichester Cape</div>
  <div class="AccordionPanelContent"><img src="images/listings/26_cross_rd.jpg" width="299" height="198" alt="Sold by Paul Martin" /></div>
</div>
<div class="AccordionPanel">
  <div class="AccordionPanelTab">$295,000 - Londonderry Colonial</div>
  <div class="AccordionPanelContent"><img src="images/listings/25_king_henry.jpg" width="299" height="198" alt="Sold by Paul Martin" /></div>
</div>
<div class="AccordionPanel">
  <div class="AccordionPanelTab">Put Your Home for Sale Here!</div>
          <div class="AccordionPanelContent"><img src="images/listing_ad.jpg" width="299" height="198" alt="List your home for sale on Lots2Homes.com" /></div>
        </div>
      </div>
</div>
<hr />
<div id="info_1">
<h2>Will 2012 See Improvement? </h2>
<p>by Carla Hill<br />
<br />
We’ve seen the effects of tight mortgage conditions over the last year. Existing and new homes sales have struggled and we are now left with sizable pent-up demand. Will this trend continue into 2012?<br />
<br />
  For starters, consumer prices fell in October, meaning low wage workers and others struggling to make ends meet will find more affordability...
  <br />
<br />
<a href="Read" _mce_href="http://realtytimes.com/rtpages/20111121_realestateoutlook.htm">Read">http://re altytimes.com/rtpages/20111121_realestateoutlook.htm">Read More</a></p>
</div>
<hr />
<div id="info_2">
<h2>Timing the Real Estate Cycle</h2>
<p>by Paul Martin<br />
<br />
Real estate cycles are created by an imbalance that occurs between the supply of available homes on the market and demand for these homes by ready willing and able buyers.<br />
<br />
The reasons for an over or under supply of homes and an over or under demand for these homes can differ from one cycle to another...<br />
<br />
<a href="Read" _mce_href="http://www.lots2homes.com/weblog/?p=84">Read">http://www.lots2homes.com/weblog /?p=84">Read More</a></p>
</div>
<hr />
<div id="info_3">
<h2>Thinking about a Short Sale?</h2>
<p>If you're looking for Short Sale Information and assistance, I can help. As an SFR (Short Sale and Foreclosure Resource Specialist) and a LMC (Loss Mitigation Consultant), Shorts sales are one of my specialties!<br />
<br />
Don't lose time, call me today! I work hand in hand with The Loan Workout Group out of the Cater Law Office in Londonderry, one of New Hampshire’s most experienced and premiere Short Sale specialists. Together we work as a team to get your short sale accepted and your home sold in time to save you from foreclosure. </p>
</div>
<hr />
  <div id="sidebar_flash_ad">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="214" height="320" id="FlashID3" title="Loan Workout Group Ad">
      <param name="movie" value="flash/loan_workout_group.swf" />
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="swfversion" value="6.0.65.0" />
      <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
      <param name="expressinstall" value="Scripts/expressInstall.swf" />
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="flash/loan_workout_group.swf" width="214" height="320">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="6.0.65.0" />
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
        <div>
          <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
          <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
        </div>
        <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>
  </div>
</div>
     <div id="sidebar-bottom"></div>
  <!-- end #sidebar1 --></div>
<div id="mainContent">
   <div id="content">
<div id="welcome_message">
  <h1>Welcome to Lots2Homes.com - Your Source for NH Real Estate</h1>
<p>As a New Hampshire REALTOR®, I designed and built <span class="bold">Lots2Homes.com</span> specifically to help people looking to purchase homes here in New Hampshire and to give our local home sellers an edge through technology driven marketing. The goal here on <span class="bold">Lots2Homes.com</span> is to become your leading source for NH real estate information and a helpful guide to purchasing and selling homes in the Rockingham, Strafford and Belknap county area.<br />
<br />
Here on <span class="bold">Lots2Homes.com</span> home buyers can search for available homes on the local MLS, sign up for automatic search notifications and look up information on every town found here in NH. Buyers also can receive great home buying tips through my complimentary <a href="buyer_guides.php">BUYER GUIDES</a> and get information on my full service <a href="my_buyers_program.php">Buyer Representation</a> as an <span class="bold">ABR REALTOR®</span>. My buyer program comes at no cost and can assist you from beginning to end in home buying process. It will help you to take advantage of the great buyer’s market were experiencing and it comes complete with a <a href="my_buyers_program.php">Buyer Bonus</a> just for signing up!<br />
<br />
Home sellers can get information here on how the local and <a href="housing_prices.php">national housing market</a> is trending and how leading edge marketing technology can help them sell their home in today’s challenging market conditions. Sellers will also be able to get information on how to price their home competitively with the help of a Pricing Study Analysis and find out how I’m helping NH home sellers succeed in today’s market as and <span class="bold">e-PRO Marketing Specialist</span> through <a href="my_marketing_plan.php">My Marketing Plan</a>. </p>
</div>
<hr/>
<h2>Search for available New Hampshire Homes Now!</h2>
<div id="quick_search_area"><img src="images/buttons/home-page-search.png" alt="Search for Homes Now" width="599" height="300" border="0" usemap="#Map2" />
  <map name="Map2" id="Map2">
    <area shape="rect" coords="40,28,274,223" href="http://www.lots2homes.idxco.com/idx/6152/basicSearch.php" target="_self" alt="MLS Quick Search" />
    <area shape="rect" coords="320,29,554,223" href="http://www.lots2homes.idxco.com/idx/6152/mapSearch.php" target="_self" alt="MLS Map Search" />
    <area shape="rect" coords="407,263,557,291" href="http://www.lots2homes.idxco.com/idx/6152/advancedSearch.php" target="_self" alt="MLS Advanced Search" />
  </map>
</div>
<br />
<hr/>
<div id="featured_property_title"><img src="images/featured_property_title.png" width="351" height="49" alt="Featured Property" /></div>
   <div id="featured_listing">
     <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="212" height="132" id="FlashID2" title="27 Bass Rd Northwood, NH">
       <param name="movie" value="flash/27_bass.swf" />
       <param name="quality" value="high" />
       <param name="wmode" value="opaque" />
       <param name="swfversion" value="6.0.65.0" />
       <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
       <param name="expressinstall" value="Scripts/expressInstall.swf" />
       <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
       <!--[if !IE]>-->
       <object type="application/x-shockwave-flash" data="flash/27_bass.swf" width="212" height="132">
         <!--<![endif]-->
         <param name="quality" value="high" />
         <param name="wmode" value="opaque" />
         <param name="swfversion" value="6.0.65.0" />
         <param name="expressinstall" value="Scripts/expressInstall.swf" />
         <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
         <div>
           <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
           <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
         </div>
         <!--[if !IE]>-->
       </object>
       <!--<![endif]-->
     </object>
     <a href="listing_page_27_bass.php"><img src="images/featured_properties/27_bass_northwood.jpg" width="630" height="480" alt="Featured Listing" /></a></div>
  <br />
<hr />
  <div id="buyer_program">
     <h2>My Buyers Program</h2>
    <p>In today's competitive real  estate market, timing and knowledge is everything. Do you have your home buying  strategy in place yet?<br />
      <br />
      As one of New Hampshire's Accredited Buyer Representative REALTORS®,  helping home buyers to succeed is one of my specialties. My program can assist you with:</p>
      <div id="abr_logo"><img src="images/icons/abr_oval_196.png" width="196" height="123" alt="ABR logo" /></div>
<ul id="list">
  <li>Locating available homes that fit your search criteria in your preferred areas</li>
       <li>Negotiate price, terms and conditions that fit your needs and protect your interest</li>
       <li>Coordinate home inspections and the preparation of closing documents</li>
       <li>Resolve any closing issues as they arise to keep you on track  </li>
         <li>help you get the keys to your new home!</li>
      </ul>
<p><span class="bold">Contact me today or</span> <a href="my_buyers_program.php" class="bold">READ MORE HERE</a><span class="bold"> for more information on</span> <a href="my_buyers_program.php" class="bold">My Buyers Program</a></p>
   </div>
   <hr/>
   <div id="marketing_plan">
   <h2>My Marketing Plan</h2>
   <p>Home Sellers face challenging market conditions these days. Gone are the days of just needing a sign out front to sell your home quickly  and for a great price. Buyers today have a crowded market to choose from and most are tech savvy as well. <br />
   </p>
   <div id="epro-logo"><a href="epro.php"><img src="images/icons/ePRO_196.png" alt="e-PRO logo" width="196" height="107" border="0" usemap="#Map3" /></a>
     <map name="Map3" id="Map3">
       <area shape="poly" coords="3,39,32,64,32,104,83,103,82,71,143,67,184,55,192,39,188,23,158,8,99,1,46,5,19,14, 4,26" href="#" />
     </map>
   </div>
   <p> They want to see as much as possible of your home online before making an appointment to see it in person.
     That's where my marketing expertise excels.<br />
  <br />
     As one of the few<span class="italic_and_bold"> e-PRO REALTORS®</span> in New Hampshire, I've been trained in all the latest web marketing techniques. <br />
  <br />
     I combine the power of web marketing with traditional marketing methods to maximize your home's exposure in a crowded market place.</p>
  <br />
  <center><span class="bold">Contact me today or</span> <a href="my_marketing_plan.php" class="bold">READ MORE HERE</a><span class="bold"> for more information on</span> <a href="my_marketing_plan.php" class="bold">My Marketing Plan</a></center>
   </div>
   <hr/>
   <div id="media-1">
<div id="video-1">
  <embed src="http://c.brightcove.com/services/viewer/federated_f8/1465406675" bgcolor="#FFFFFF" flashvars="videoId=1288013534001&playerId=1465406675&viewerSecureGatewayURL=https://console.brightcove.com/services/amfgateway&servicesURL=http://services.brightcove. com/services&cdnURL=http://admin.brightcove.com&domain=embed&autoStart=false&" base="http://admin.brightcove.com" name="flashObj" width="400" height="320" seamlesstabbing="false" type="application/x-shockwave-flash" swliveconnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></e mbed>
</div>
      <div id="video-1_text">
   <h3>October Existing-Home Sales Rise, While the Unsold Inventory Continues to Decline</h3>
   <hr />
   <p>Washington, DC, November 21, 2011
Existing-home sales improved in October while the number of homes on the market continued to decline, according to the National Association of Realtors®.<br />
      Read more and get the full story  on <a href="REALTOR.Org.http://www.realtor.org/press_room/news_releases/2011/11/ehs_oct">REALTOR.Org.</a><a href="&lt;img src=&quot;images/icons/Realtor_org-logo_thumb.jpg&quot; width=&quot;160&quot; height=&quot;90&quot; alt=&quot;REALTOR.Org&quot; /&gt;"><img src="images/icons/Realtor_org-small.jpg" width="80" height="47" alt="Realtor.org" /></a></p>
    </div>
  </div>
  </div>
    <div id="main-bottom"></div>
<!-- end #mainContent --></div>
<!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --><br class="clearfloat" />
<div id="footer">
<?php require('includes/footer_menu_6.php'); ?>
  </div>
<!-- end #container --></div>
</div>
<script type="text/javascript">
<!--
swfobject.registerObject("FlashID2");
swfobject.registerObject("FlashID2");
var Accordion1 = new Spry.Widget.Accordion("Accordion1");
//-->
</script>
</body>
</html>
@charset "utf-8";
/* CSS Document */
#mainContent {
padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
margin-top: 0;
margin-right: 344px;
margin-bottom: 0;
margin-left: 0;
background-repeat: repeat-y;
background-image: url(../images/2-column/main-middle.png);
#sidebar1 {
float: right; /* since this element is floated, a width must be given */
width: 344px;
padding:0px;
margin:0px;
background-repeat: repeat-y;
background-image: url(../images/2-column/r-sidebar-middle.png);
body  {
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 100%;
background-color: #5783A6;
p {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: justify;
a img {
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
h1 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 20px;
text-decoration: underline;
margin: 0px;
h2 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 18px;
text-align: center;
margin: 0px;
h3 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: center;
h4 {
font-family: "Comic Sans MS", cursive;
font-size: 14px;
font-style: italic;
font-weight: normal;
text-align: center;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
a {
font-weight: bold;
text-decoration: underline;
color: #900;
hr {
margin-top: 10px;
margin-bottom: 10px;
#container {
width: 1024px; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
margin-right: auto;
margin-left: auto;
background-repeat: repeat-y;
background-image: url(../images/2-column/bg.png);
margin-top: 0px;
padding: 0px;
#header {
padding-top: 0;
padding-right: 0px;
padding-bottom: 0;
padding-left: 0px;
background-image: url(images/2-column/bg.png);
background-repeat: repeat-y;
#container #top {
background-image: url(../images/extention_page/2_column/2_column_top_wide.png);
background-repeat: no-repeat;
width: 1024px;
height: 38px;
padding: 0px;
#footer {
padding: 0;
background-image: url(images/2-column/bg.png);
background-repeat: repeat-y;
#footer p {
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;
.fltlft { /* this class can be used to float an element left in your page */
float: left;
margin-right: 8px;
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
#container #header_flash_window {
position: absolute;
margin-top: 182px;
margin-left: 239px;
border: 1px solid #848484;
#container #sidebar1 #sidebar-bottom {
background-image: url(../images/2-column/r-sidebar-bottom.png);
background-repeat: no-repeat;
height: 33px;
#container #mainContent #main-bottom {
background-image: url(../images/2-column/main-bottom.png);
background-repeat: no-repeat;
height: 33px;
#container #sidebar1 #content {
padding-right: 16px;
padding-left: 13px;
padding-bottom: 10px;
padding-top: 0px;
margin-top: 0px;
#mainContent #content {
padding-right: 16px;
padding-left: 30px;
#mainContent #content #quick_search_area {
padding-left: 20px;
#content #featured_property_title {
padding-left: 140px;
#content #featured_listing #FlashID2 {
clear: both;
float: none;
margin-top: 292px;
margin-left: 391px;
position: absolute;
#mainContent #content #buyer_program #abr_logo {
width: 196px;
float: right;
#mainContent #content #buyer_program #list li {
font-size: 16px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
#mainContent #content #marketing_plan #epro-logo {
width: 196px;
float: left;
margin-right: 15px;
#container #mainContent #content #marketing_plan p .bold {
text-align: left;
#container #mainContent #content #media-1 {
width: 640px;
height: 340px;
#mainContent #content #media-1 #video-1 {
width: 400px;
float: left;
#mainContent #content #media-1 #video-1_text {
height: 320px;
width: 220px;
margin-left: 400px;
margin-top: 0px;
padding-top: 0px;
padding-right: 5px;
padding-left: 10px;
#mainContent #content #media-1 #video-1_text p a img {
float: right;
margin-right: 65px;
margin-top: 15px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
#container #sidebar1 #content #stick {
padding-left: 44px;
#container #sidebar1 #content #social-media-buttons {
margin-bottom: 0px;
margin-left: 22px;
#container #sidebar1 #content #index_like {
padding-left: 12px;
#sidebar1 #content #my_listings {
padding-left: 7px;
#sidebar1 #content #info_1 {
padding-right: 15px;
padding-left: 15px;
#sidebar1 #content #info_2 {
padding-right: 15px;
padding-left: 15px;
#sidebar1 #content #info_3 {
padding-right: 15px;
padding-left: 15px;
#sidebar1 #content #sidebar_flash_ad {
padding-left: 50px;
#container #container #mainContent2 {
background-image: url(../images/2-column/thin-sidebar/main-middle.png);
background-repeat: repeat-y;
margin-right: 269px;
#container #container #sidebar2 {
width: 269px;
float: right;
background-image: url(../images/2-column/thin-sidebar/sidebar-middle.png);
background-repeat: repeat-y;
#container #sidebar2 #content {
padding-right: 15px;
padding-left: 11px;
#sidebar2 #content #info-1 {
padding-right: 10px;
padding-left: 10px;
#mainContent2 #main-bottom2 {
background-image: url(../images/2-column/thin-sidebar/main-bottom.png);
background-repeat: no-repeat;
height: 33px;
#mainContent2 #content {
padding-left: 30px;
padding-right: 15px;
#sidebar2 #sidebar-bottom2 {
background-image: url(../images/2-column/thin-sidebar/sidebar-bottom.png);
background-repeat: no-repeat;
height: 33px;
#sidebar2 #content #paul_logo {
margin-left: 7px;
#listings-table table tr td {
border: 1px solid 484848;
height: 199px;
width: 299px;
#listings-table table tr td img {
border: 1px solid #000;
#navigation {
height: 32px;
margin: 0px;

Your template contains an IE Conditional Comment that is adding 30px of top padding to  #sidebar1.  This padding may required in older versions of IE but not IE9.
&lt;!--[if IE]>
&lt;style type="text/css">
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
&lt;![endif]-->
To fix it, change [if IE]  to [if lt IE 9]
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

  • I ran a virus/trojan fix and this is what it said it could not repair something in the main library core or something like that.  What do I do?  The problem seems to be with safari?

    I ran a virus/trojan fix and this is what it said it could not repair something in the main library core or something like that.  What do I do?  The problem seems to be with safari?

    I ran the utility disk and this is what it said.
    Warning permission differ Applications/Safari drwxr-xrx they are -rwxr-xr system/livrary Cores has been modified and will not be repaired.
    Permission apllication differ on System/livrary/Pr or could be -rw-r--r-- they are rwxr-xr-x Application/iTune be droxr-xr-x they are rwxr-xr-x
    Then I hit fix permissions and it said this
    Warning SUID file Systm/Library/Core has been modified will not be repaired
    I also downloaded Bitdefender Virus Scanner and it found nothing.

  • I'm having trouble with the develop module in LR5.4. Any adjustments are taking effect, but only viewable in the filmstrip, not on the main photo. The navigator will go grey, as does the main area too. This applies to all edits done in develop module. I h

    I'm having trouble with the develop module in LR5.4. Any adjustments are taking effect, but only viewable in the filmstrip, not on the main photo. The navigator will go grey, as does the main area too. This applies to all edits done in develop module. I have posted several times on the forum with no responses to address this, and have seen others with the same issue. I have even gone as far as to do a complete re-install of LR5, with no success. I'm at a loss, and I depend on it for so much editing. Please help.

    Reset your preferences file: Resetting (or 'Trashing') the Lightroom Preferences file - Lightroom Forums
    Report back if that doesn't work.

  • When using pop up editor windows on a Joomla 1.0.15 website the URLs selected in the pop-up are not passed back to the main window

    The Joomla content management system version 1.0.15 provides a content editor which uses pop-up windows to select images and files. When using any of these pop up editor windows since 3.6.9 the URLs selected in the pop-up are not passed back to the main editor window.
    Up until FF 3.6.8 there were no problems, but FF 3.6.9 and 3.6.10 both exhibit this same problem, as does FF 4 Beta 6. (Support Question raised on this forum in early September when 2.6.9 was released but no response)

    Do you have that problem when running in the Firefox SafeMode?
    [http://support.mozilla.com/en-US/kb/Safe+Mode]
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this:
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • I am not able to see the Business area in Discoverer desktop

    Hi,
    r
    I am new to Discoverer
    I have created a business area in EUL with user name and password as dewip/dewip in Discoverer administrator and now when I am logging in to Discoverer Desktop with the same user name and password to create workbook I am able to log in but I am not able to find the Business area in the Discoverer desktop.
    After creating the business area do we need to do anything ( We don't even have save option to save also).
    In Discoverer admin -> tools-> privilages I checked to see the privilages for this user ,but I could not see this user name(dewip) only.
    Please help me ,its urgent.
    Thanks,
    gsr

    Hi gsr
    If you are working on Desktop and you change the default EUL but it doesn't stick this means that you don't have Admin rights over your machine.
    In order to make these setting stick you need to have permission to update the system registry.
    If you really cannot be given these rights then I suggest you ask you system admin to change the registry setting for you on your machine so that it reflects the correct EUL. You will find it here:
    1. From the Start button, use Run | regedit
    2. Open your registry to display HKEY_CURRENT_USER | Software | Oracle | Discoverer 10
    3. Expand the folder called Database
    4. Inside here you will see one set of settings that begin with AEUL and another with UEL. The format is like this:
    AEUL_username_database and UEUL_username_database
    5. You should see the name of the default EUL in the column called Data
    6. Right-click on the setting you want to change and from the pop-up select Modify
    7. Type the name of the EUL that Desktop should default to for that user in the database, making sure you type it in UPPERCASE
    8. Click the OK button
    9. Close the registry
    When you now connect to Discoverer Desktop you should be in the correct EUL.
    Note: this is only required if you don't have admin rights on your PC. If you do have admin rights then Discoverer will set this for itself.
    By the way, if you or anyone reading this is unsure about manually editing your registry you should back it up first. Here are the steps:
    To backup your registry, follow this workflow:
    1. From your PC, click Start | Run
    2. In the Run dialog box, type "regedit" and press the Enter key
    3. The registry will now be displayed
    4. From the registry menu bar, select Registry | Export Registry File
    5. When the Export Registry File dialog box opens, give a name to the file you want the registry to be saved as
    6. In Export Range, check "All" or "Selected Branch" - Selected Branch will export the current folder, so if you happen to have already navigated down tp the appropriate Discoverer Administrator folder you will be able to back it up
    7. Click the Save button
    8. Close the registry editor
    To restore your registry, follow this workflow:
    1. From your PC, click Start | Run
    2. In the Run dialog box, type "regedit" and press the Enter key
    3. The registry will now be displayed
    4. From the registry menu bar, select Registry | Import Registry File
    5. Navigate to the folder in which your registry is saved and locate the file
    6. Click the Open button - the registry will be restored
    7. Close the registry editor
    Best wishes
    Michael

  • My iPhone 4s refuses to play sound when the headphones are not in. When the headphones are in however, it works perfectly fine! This is most annoying, could someone please help me :)

    My iPhone 4s refuses to play sound when the headphones are not in. When the headphones are in however, it works perfectly fine! This is most annoying, could someone please help me   I have not dropped it and it has not been in any contact with liquid.

    I just tried both of those things and to no avail. Here are some pictures if that will help

  • Right now my ipod is set on 'music'. When I push the menu button, it will not go back to the main menu's, but I can still go to all the music and play it.

    Right now my ipod classic is set on 'music'. When I push the munu button, it will not go back to the main menus, but it will still go forward and select and play music normally. I tried resetting it by holding the menu and center buttons until the apple logo appeared, but the problem is still there.

    If your battery level is low, recharge it first for at least 2 hours, preferably 4 hours.
    After the Apple Logo, you release the buttons, what do you see on the iPod screen? (language selection?)
    Have a nice day!

  • Hi I was using whatsapp on my iPhone5.I was not able go to the main menu by pressing the center button so I hold on to the button for 2 seconds.Then the whole display turned out to be black

    I was not able go to the main menu from whatsapp by pressing the center button so I hold on to the button for 2 seconds.Then the whole display turned out to be black & white. how can i fix it?

    Hello monicaa003,
    Thanks for participating in the Apple Support Communities.
    If your iPhone display turned black and white after holding down the Home button for 2 seconds, first try pressing the Home button again to go to the main menu (Home screen.)
    For reference, holding down the Home button for 2 seconds will trigger Siri if that feature is enabled:
    About Siri - Apple Support
    If pressing the Home button doesn't return you to the main menu, try restarting or resetting your iPhone:
    Restart or reset your iPhone, iPad, or iPod touch - Apple Support
    Additionally, if Whatsapp is not responding or working as expected, see the troubleshooting steps at this link:
    If an app you installed unexpectedly quits, stops responding, or won’t open - Apple Support
    Best Regards,
    Jeremy

  • TS1424 I have purchased and downloaded an album, but some of the songs did not download correctly as the songs are not complete.  How do I redownload them without purchasing the album again.

    I have purchased and downloaded an album, but some of the songs did not download correctly as the songs are not complete.  How do I redownload them without purchasing the album again.

    If your country's iTunes Store allows you to redownload purchased tracks, I'd delete your current copies of the track and try redownloading fresh copies.
    Otherwise, I'd report the problem to the iTunes Store.
    Log in to the Store. Click on "Account" in your Quick Links. When you're in your Account information screen, go down to Purchase History and click "See all".
    Find the items that are not playing properly. If you can't see "Report a Problem" next to the items, click the "Report a problem" button. Now click the "Report a Problem" links next to the items.
    (Not entirely sure what happens after you click that link, but fingers crossed it should be relatively straightforward.)

  • HT1420 my other computer was broken and stolen...its more than 5 .. how can i authorize my new computer for the 6x?  again i can not de authorize because the computers are not with me now.

    how can i authorize my computer.. my previous 5 computers are stolen and broken. I can not authorize anymore because they re asking me to de authorize the 5 computers but its not with me now.

    Go back to the article you asked this question from and use the Deauthorize All function. If that's not an option, use the 'contact iTunes Store Support' link.
    (110559)

  • Can any one tell me why I have photos on my iPhone, iPad, but not my PC? The photos are in my photo stream, but they don't automatically go into the folder. I've had to put them in there, so they obviously aren't linked up to the other devices.

    Can anyone tell me why my PC doesn't automatically update with my photos. I' m pretty sure I have all the right setting on. When I go to iPhoto's there's nothing there. I have my photo stream folder with pictures I have had to transfer in. The photos don't show on my PC and my recently acquired iPad. Only on the original iPhone device.

    This behavior is normal. Since photos in anything other than the camera roll had to come from your computer, you can not sync them from the phone to the computer. In addition, the photos on the phone are not stored at their original resolution, but are optimized for the display of the phone.
    You eill either need to restore from the backup you made of your computer before you re-formatted it, or you will need to invest in 3rd party software to extract the low res photos from the phone.

  • I use mymsn page and when upgrading to Firefox 4 the changes went away and I can not make changes to the stocks area or see my emails. How do I fix that?

    Mymsn has areas that allow you to list your stocks and also an area that allows you to see what emails you have waiting to be read. Both of these areas went away when I upgraded to Firefox 4 last week. When clicking on the menu area to make changes, nothing happens. How do I get back the information that was in these areas? Also the customize button does not work.

    Do you have Adblock Plus installed? If you do, disable on the page where you normally see your stock info. I've uploaded an image of what happens on another site where ABP is enabled. The Global News image disappears with ABP enabled even though it's not an ad.
    If that doesn't work, try running Firefox in [[Safe Mode]]. If it works correctly in that configuration, then one of your add-ons is the culprit.

  • Problem in the main area of the table not coming on the same page

    Hi Experts,
    I have created a invoice in the table header with descriptions and main area with the values,below main area i have also created a template in smartform for calculation when i have assigned this to a transaction and i goto printpreview my main area and the calculation template are not coming in the same page,and the calculation and the header template goes to next page without main area,even if i decrease the size of main window my problem does not get solved.Is there any way out.
    Please Help
    Regards

    Hi Summet ,
      Just check in the form where your writing the code if theer are any new lines before your calculation template .
    It happens that may be the form you write is unabl;e to accomadate your window size .
    Try this!
    Hope it helps!
    Much Regards ,
    Amuktha .

  • My new podcast episodes are not showing up on the main page

    my podcast page hasn't updated in 2 weeks even though i've been adding new episodes to my feed:
    http://www.cofc.edu/~hiottm/RSS.XML
    When i click SUBSCRIBE, i see the newest episodes there, so iTunes is reading my feed correctly, but why aren't they showing up on the main page?
    http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=200063590
    Does anyone know if there is a LIMIT to how many will show up on that main page? I have 45 being displayed, but my feed has 59 separate items. I've not read anything that indicates there is a limit.
    any help would be appreciated!!
      Windows XP  

    my podcast page hasn't updated in 2 weeks even though
    i've been adding new episodes to my feed:
    http://www.cofc.edu/~hiottm/RSS.XML
    When i click SUBSCRIBE, i see the newest episodes
    there, so iTunes is reading my feed correctly, but
    why aren't they showing up on the main page?
    http://phobos.apple.com/WebObjects/MZStore.woa/wa/view
    Podcast?id=200063590
    Does anyone know if there is a LIMIT to how many will
    show up on that main page? I have 45 being
    displayed, but my feed has 59 separate items. I've
    not read anything that indicates there is a limit.
    any help would be appreciated!!
      Windows XP  
    I have exactly the same problem with the feed from my podcast at
    http://angus_sessions.podOmatic.com/rss2.xml
    My other podcast downloads fine.
    The same problem is experience in iTunes on both my Mac and PC so it appears to be aniTunes issue, particularly since Juice has no problem updating using the same rss feed.
    It would be great if the iTunes team would comment.
    iMAc   Mac OS X (10.4.3)   Issue also on XP Pro

  • Jasper exception? Class not found? But the resources are there!

    Hi, thanks for reading. I am building a simple web application. Just servlets and jsp working together to either retrieve or add or edit or delete data in a mysql database.
    The problem i have is, some servlets compile and run fine and properly, while others return me the 'jasper error' (see below) and class not found error. The code in these servlets (those that work, and those that don't) are almost identical. I've checked them a couple of times, does not seems like there is any problem with the programming at all.
    Please advise. Thanks for reading. If there is any files that you think i should upload, please let me know. Though it says class not found, the resources are there! What could be wrong? From the advice of someone on another thread, i've looked into the web.xml. And it looks like its right.
    If anyone is willing to look into the matter for me. I'll upload all the files. (But that feels really rude to just impose on someone like that). Irregardless, thanks, really.
    And what about the Jasper Exception? I've googled that already. But nothing that i found has been useful (even the official ones from apache).
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: Wrapper cannot find servlet class Maintenance.Support.AddProdLog or a class it depends on
         org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
         org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
         org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
         org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
         org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         java.lang.Thread.run(Thread.java:619)
    root cause
    java.lang.ClassNotFoundException: Maintenance.Support.AddProdLog
         org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1352)
         org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1198)
         org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
         org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
         org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
         org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
         org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         java.lang.Thread.run(Thread.java:619)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5.17 logs.
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: 55 in the jsp file: /support_editUAT.jsp
    Generated servlet error:
    C:\Documents and Settings\Administrator\.netbeans\5.5.1\apache-tomcat-5.5.17_base\work\Catalina\localhost\MaintenanceSite\org\apache\jsp\support_005feditUAT_jsp.java:110: cannot find symbol
    symbol  : variable branchname
    location: class org.apache.jsp.support_005feditUAT_jsp
          out.print( branchname);
                     ^
    An error occurred at line: 91 in the jsp file: /support_editUAT.jsp
    Generated servlet error:
    C:\Documents and Settings\Administrator\.netbeans\5.5.1\apache-tomcat-5.5.17_base\work\Catalina\localhost\MaintenanceSite\org\apache\jsp\support_005feditUAT_jsp.java:148: cannot find symbol
    symbol  : variable branchname
    location: class org.apache.jsp.support_005feditUAT_jsp
          out.print( branchname);
                     ^
    2 errors
         org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:368)
    root cause
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: 55 in the jsp file: /support_editUAT.jsp
    Generated servlet error:
    C:\Documents and Settings\Administrator\.netbeans\5.5.1\apache-tomcat-5.5.17_base\work\Catalina\localhost\MaintenanceSite\org\apache\jsp\support_005feditUAT_jsp.java:110: cannot find symbol
    symbol  : variable branchname
    location: class org.apache.jsp.support_005feditUAT_jsp
          out.print( branchname);
                     ^
    An error occurred at line: 91 in the jsp file: /support_editUAT.jsp
    Generated servlet error:
    C:\Documents and Settings\Administrator\.netbeans\5.5.1\apache-tomcat-5.5.17_base\work\Catalina\localhost\MaintenanceSite\org\apache\jsp\support_005feditUAT_jsp.java:148: cannot find symbol
    symbol  : variable branchname
    location: class org.apache.jsp.support_005feditUAT_jsp
          out.print( branchname);
                     ^
    2 errors
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:84)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:328)
         org.apache.jasper.compiler.AntCompiler.generateClass(AntCompiler.java:249)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:297)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:276)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:264)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:303)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:368)

    Thanks for the reply. I'm sorry for cross-posting. The other thread is here: http://forum.java.sun.com/post!reply.jspa?messageID=9920352#
    sunish_jose suggested that:
    The servlet classes u mentioned in web.xml should be in WEB-INF/classes. U can add in many ways, you can manually copy and paste(But u have to follow the package structure) or You can mention the class folderd in your editor to
    WEB-INF/classes so that the editor will automaticall generate the class file into that folder with the folder structure. By looking at the error.txt what I can understand is Exceptions are thrown due to the above issue and more than that there are some compilation errors in support_getContact.jsp.
    And i'm looking into that right now.

Maybe you are looking for

  • External hard drive connected to mac Mini is having problems and won't repair

    Hi, Thanks in advance for any support. My Mac mini (OS 10.7.5) isn't reading the external drive correctly and sometimes doesn't find it at all. When it does find the drive, some folders which I know to be large show up as empty (not always the same f

  • CD not starting up.

    Hi, my cd game is not starting up. Here is the error. Process: Tony Hawk's Pro Skater 4 [199] Path: /Users/williambeckley/Desktop/Tony Hawk's Pro Skater 4/Tony Hawk's Pro Skater 4.app/Contents/MacOS/Tony Hawk's Pro Skater 4 Identifier: com.aspyr.thps

  • Trouble shooting and Error handling / Alert Messages

    Hi, SAP - Xi - File or File - XI - SAP 1. I am presumming that when SAP is down then alert management can send message to receiver . 2. But when XI is down can I send alert to receiver that XI is down, how can I acheive this. Please provide me the st

  • Send Email Notification only once

    I've configured my User Form to send out Email Notifications, based on whether or not a particular attribute (usually a Checkbox) is "Yes" or "No". When the checkbox is ticked, my Update-User Workflow sends out Email Notifications. The obvious proble

  • Cannot log onto windows remote desktop

    How can I log into my office's windows remote desktop. I am very new to the Mac and need some help with this. I have downloaded and installed the Windows Remote Desktop Connection, but i dont know how to use it. Do I need to have a different program