Footer appears where it should in IE and FF but not in Safari or Chrome

We are using php via Joomla. The footer in the  php page shows up where it theoretically be in IE (all versions) and FF but in Safari and Chrome the footer is 800px higher in the middle of the page.
Here is the php code:
<!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" xml:lang="en-gb" lang="en-gb" dir="ltr" >
    <head>
          <base href="http://192.102.10.31/cy/Presentation/index12.php" />
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  <meta name="robots" content="index, follow" />
  <meta name="keywords" content="" />
  <meta name="rights" content="" />
  <meta name="language" content="en-GB" />
  <meta name="title" content="Landing Page" />
  <meta name="author" content="Super User" />
  <meta name="generator" content="Joomla! 1.6 - Open Source Content Management" />
  <title>COBI-DOME Online Speaker Portal - COBI-DOME OSP</title>
  <link href="/templates/cobiland/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
  <link rel="stylesheet" href="/modules/mod_pbr/css/mod_pbr.css" type="text/css" />
  <script src="/media/system/js/core.js" type="text/javascript"></script>
  <script src="/media/system/js/mootools-core.js" type="text/javascript"></script>
  <script src="/media/system/js/caption.js" type="text/javascript"></script>
  <script src="/media/system/js/mootools-more.js" type="text/javascript"></script>
  <script type="text/javascript">
        window.addEvent('domready', function() {
            $$('.hasTip').each(function(el) {
                var title = el.get('title');
                if (title) {
                    var parts = title.split('::', 2);
                    el.store('tip:title', parts[0]);
                    el.store('tip:text', parts[1]);
            var JTooltips = new Tips($$('.hasTip'), { maxTitleChars: 50, fixed: false});
function keepAlive() {    var myAjax = new Request({method: "get", url: "index.php"}).send();} window.addEvent("domready", function(){ keepAlive.periodical(1740000); });
  </script>
        <script type="text/javascript" src="templates/cobiland/javascript/cobiland.js"></script>
        <link rel="stylesheet" href="templates/system/css/system.css" type="text/css" />
        <link rel="stylesheet" href="templates/cobiland/css/cobiland.css" type="text/css" media="screen"/>
                            <link rel="stylesheet" href="/templates/cobiland/css/general.css" type="text/css" />
                            <link rel="stylesheet" href="/templates/cobiland/css/general_mozilla.css" type="text/css" />
                <!--[if lte IE 6]>
        <link href="/templates/cobiland/css/ieonly.css" rel="stylesheet" type="text/css" />
        <style type="text/css">
        #line
        {      width:98% ;
        .header
                height:75px;
        #header ul.menu
        display:block !important;
              width:98.2% ;
         </style>
        <![endif]-->
        <!--[if IE 7]>
                <link href="/templates/cobiland/css/ie7only.css" rel="stylesheet" type="text/css" />
        <![endif]-->
    </head>
    <body>
    <div id="masthead_container">
        <div id="masthead">
             <div id="left_masthead"></div><!-- end #left_masthead -->
             <div id="right_masthead">
                 <div id="welcome_logout_area">
                     <div id="welcome_label">WELCOME</div><!-- end #welcome_label -->
                     <div id="username">
                       Cy Unpingco                     </div><!-- end #username -->
                     <div id="logout_separator">|</div><!-- end #logout_separator -->
                     <div id="logout">
                        <form action="/index.php?Itemid=102" method="post" id="login-form">
    <div class="logout-button">
        <input type="submit" name="Submit" class="button" value="Logout" />
        <input type="hidden" name="option" value="com_users" />
        <input type="hidden" name="task" value="user.logout" />
        <input type="hidden" name="return" value="aW5kZXgucGhwP0l0ZW1pZD0xMDE=" />
        <input type="hidden" name="9f7ddfdb3f6e721706b66eb15bbcd009" value="1" />       
    </div>
</form>
                     </div><!-- end #logout -->
                 </div><!-- end #welcome_logout_area -->
                 <div class="clear"></div><!-- end #clear -->
                 <div id="date_time">
                     <div id="date">04/25/2011</div><!-- end #date -->
                    <div id="time"></div><!-- end #time -->
                 </div><!-- end #date_time -->
             </div><!-- end #right_masthead -->
        </div><!-- end #masthead -->
    </div><!-- end #masthead_container -->
    <div class id="tabs_area">
        <div id="tabs_container">
           <!-- <div class="item-page">
    <h2>
            Landing Page        </h2>
    <ul class="actions">
                    <li class="edit-icon">
            <span class="hasTip" title="Edit Article :: Published&lt;br /&gt;Tuesday, 05 April 2011&lt;br /&gt;Written by Super User"><a href="/index.php?task=article.edit&amp;a_id=1&amp;return=aHR0cDovLzE5Mi4xMDIuMT AuMzEvaW5kZXgucGhwP0l0ZW1pZD0xMDI%3D&amp;Itemid=102" ><img src="/media/system/images/edit.png" alt="Edit"  /></a></span>            </li>
    </ul>
    <p>Content Here</p>   
    </div>-->
<ul class="menu_tabs">
<li id="item-106"><a class="selected" href="/index.php/otolanding" >Presentations</a></li><li id="item-107"><a href="/index.php/otolanding" >Slide Sorter</a></li><li id="item-108"><a href="/index.php?Itemid=102" >Preview</a></li></ul>
<ul class="menu_help">
<li id="item-110"><a href="http://192.102.10.31/osphelp/help.htm" onclick="window.open(this.href,'targetWindow','toolbar=no,location=no,status=no ,menubar=no,scrollbars=yes,resizable=yes,');return false;" title="COBI DOME Online Speaker Portal // HELP" ><img src="/images/HelpBtn_up.png" alt="Help" /><span class="image-title">Help</span> </a></li></ul>
                     </div><!-- end #tabs_container -->
     </div><!-- end #tabs_area -->
     <div id="content_area">
         <div id="content">
                            <!-- mod_pbr start  SQL UID = 14-->
<div id='pbr_content'>
<div id='pbr_faculty'>Therapeutic Area: Dermatology</div><!-- end #pbr_faculty -->
<!-- Master Deck SDID =47 -->    <div id='pbr_master'>
<div id='pbr_master_lt'><img src='/pie/dome/derma/25STD11023_V1.0/thumbs/mdimagefile.jpg' class='pbr_master_img' name='mastersd_'></div><!-- end #pbr_master_lt -->
    <div id='pbr_master_md'><ul><li id='pbr_master_title'>MASTER:</li><li id='pbr_master_title'>Case Studies in the Management of Moderate to Severe Plaque Psoriasis</li><li>DATE ORIGINATED: 04/22/2011</li></ul></div><!-- end #pbr_master_md -->
    <div id='pbr_master_rt'>    <form action='/index.php/editslidedeck' method='post' target='_parent' id='pbr_m_edit_form'>
        <input type='image' name='pbr_m_edit_btn' class='button'
            onclick="return true;"
            onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/editPresentationDown.png') ;"
            onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/editPresentationUp.png');"
            onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/editPresentationOver.png') ;"
            src='/modules/mod_pbr/images/editPresentationUp.png' />
        <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NDc=' />
        <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzI1U1REMTEwMjNfVjEuMA==' />
        <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
        <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
    </form>    <form action='/index.php/playslidedeck' method='post' target='_parent' id='pbr_m_play_form'>
        <input type='image' name='pbr_m_play_btn' class='button'
            onclick="return true;"
            onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/playPresentationDown.png') ;"
            onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/playPresentationUp.png');"
            onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/playPresentationOver.png') ;"
            src='/modules/mod_pbr/images/playPresentationUp.png' />
        <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NDc=' />
        <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzI1U1REMTEwMjNfVjEuMA==' />
        <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
        <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
    </form></div><!-- end #pbr_master_rt -->
<div id='clear_me'></div><!-- end #clear_me -->
</div><!-- end #pbr_master -->
        <!-- Custom Deck MD ID=47 -->
        <div id='pbr_custom'>
<div id='pbr_custom_lt'><img src='/modules/mod_pbr/images/treeIndent.png' class='pbr_indent'> <img src='/pie/dome/derma/25STD11023_V1.0/thumbs/mdimagefile.jpg' class='pbr_custom_img' name='customsd_217'></div><!-- end #pbr_custom_lt -->
        <div id='pbr_custom_md'><ul><li id='pbr_custom_title'>CUSTOM:</li><li id='pbr_custom_title'></li><li>LAST SAVED: </li><li>DATE ORIGINATED: 04/23/2011</li></ul></div><!-- end #pbr_custom_md -->
        <div id='pbr_custom_rt'>    <form action='/index.php/editslidedeck' method='post' target='_parent' id='pbr_c_edit_form'>
        <input type='image' name='pbr_c_edit_btn' class='button'
            onclick="return true;"
            onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/editDown.png');"
            onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/editUp.png');"
            onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/editOver.png');"
            src='/modules/mod_pbr/images/editUp.png' />
        <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='MjE3' />
        <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzI1U1REMTEwMjNfVjEuMA==' />
        <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
        <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
    </form>    <form action='/index.php/playslidedeck' method='post' target='_parent' id='pbr_c_play_form'>
        <input type='image' name='pbr_c_play_btn' class='button'
            onclick="return true;"
            onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/playDown.png');"
            onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/playUp.png');"
            onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/playOver.png');"
            src='/modules/mod_pbr/images/playUp.png' />
        <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='MjE3' />
        <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzI1U1REMTEwMjNfVjEuMA==' />
        <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
        <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
    </form></div><!-- end #pbr_custom_rt -->
<div id='clear_me'></div><!-- end #clear_me -->
</div><!-- end #pbr_custom -->
<!-- Master Deck SDID =7 -->    <div id='pbr_master'>
<div id='pbr_master_lt'><img src='/pie/dome/derma/14STD56789_V1.0/thumbs/mdimagefile.jpg' class='pbr_master_img' name='mastersd_217'></div><!-- end #pbr_master_lt -->
    <div id='pbr_master_md'><ul><li id='pbr_master_title'>MASTER:</li><li id='pbr_master_title'>RainbowPony7</li><li>DATE ORIGINATED: 04/06/2011</li></ul></div><!-- end #pbr_master_md -->
    <div id='pbr_master_rt'>    <form action='/index.php/editslidedeck' method='post' target='_parent' id='pbr_m_edit_form'>
        <input type='image' name='pbr_m_edit_btn' class='button'
            onclick="return true;"
            onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/editPresentationDown.png') ;"
            onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/editPresentationUp.png');"
            onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/editPresentationOver.png') ;"
            src='/modules/mod_pbr/images/editPresentationUp.png' />
        <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='Nw==' />
        <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVjEuMA==' />
        <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
        <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
    </form>    <form action='/index.php/playslidedeck' method='post' target='_parent' id='pbr_m_play_form'>
        <input type='image' name='pbr_m_play_btn' class='button'
            onclick="return true;"
            onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/playPresentationDown.png') ;"
            onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/playPresentationUp.png');"
            onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/playPresentationOver.png') ;"
            src='/modules/mod_pbr/images/playPresentationUp.png' />
        <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='Nw==' />
        <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVjEuMA==' />
        <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
        <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
    </form></div><!-- end #pbr_master_rt -->
<div id='clear_me'></div><!-- end #clear_me -->
</div><!-- end #pbr_master -->
        <!-- Custom Deck MD ID=7 -->
        <div id='pbr_custom'>
<div id='pbr_custom_lt'><img src='/modules/mod_pbr/images/treeIndent.png' class='pbr_indent'> <img src='/pie/dome/derma/14STD56789_V1.0/thumbs/mdimagefile.jpg' class='pbr_custom_img' name='customsd_71'></div><!-- end #pbr_custom_lt -->
        <div id='pbr_custom_md'><ul><li id='pbr_custom_title'>CUSTOM:</li><li id='pbr_custom_title'></li><li>LAST SAVED: </li><li>DATE ORIGINATED: 04/22/2011</li></ul></div><!-- end #pbr_custom_md -->
        <div id='pbr_custom_rt'>    <form action='/index.php/editslidedeck' method='post' target='_parent' id='pbr_c_edit_form'>
        <input type='image' name='pbr_c_edit_btn' class='button'
            onclick="return true;"
            onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/editDown.png');"
            onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/editUp.png');"
            onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/editOver.png');"
            src='/modules/mod_pbr/images/editUp.png' />
        <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NzE=' />
        <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVjEuMA==' />
        <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
        <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
    </form>    <form action='/index.php/playslidedeck' method='post' target='_parent' id='pbr_c_play_form'>
        <input type='image' name='pbr_c_play_btn' class='button'
            onclick="return true;"
            onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/playDown.png');"
            onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/playUp.png');"
            onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/playOver.png');"
            src='/modules/mod_pbr/images/playUp.png' />
        <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NzE=' />
        <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVjEuMA==' />
        <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
        <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
    </form></div><!-- end #pbr_custom_rt -->
<div id='clear_me'></div><!-- end #clear_me -->
</div><!-- end #pbr_custom -->
        <!-- Custom Deck MD ID=7 -->
        <div id='pbr_custom'>
<div id='pbr_custom_lt'><img src='/modules/mod_pbr/images/treeIndent.png' class='pbr_indent'> <img src='/pie/dome/derma/14STD56789_V1.0/thumbs/mdimagefile.jpg' class='pbr_custom_img' name='customsd_72'></div><!-- end #pbr_custom_lt -->
        <div id='pbr_custom_md'><ul><li id='pbr_custom_title'>CUSTOM:</li><li id='pbr_custom_title'></li><li>LAST SAVED: </li><li>DATE ORIGINATED: 04/22/2011</li></ul></div><!-- end #pbr_custom_md -->
        <div id='pbr_custom_rt'>    <form action='/index.php/editslidedeck' method='post' target='_parent' id='pbr_c_edit_form'>
        <input type='image' name='pbr_c_edit_btn' class='button'
            onclick="return true;"
            onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/editDown.png');"
            onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/editUp.png');"
            onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/editOver.png');"
            src='/modules/mod_pbr/images/editUp.png' />
        <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NzI=' />
        <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVjEuMA==' />
        <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
        <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
    </form>    <form action='/index.php/playslidedeck' method='post' target='_parent' id='pbr_c_play_form'>
        <input type='image' name='pbr_c_play_btn' class='button'
            onclick="return true;"
            onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/playDown.png');"
            onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/playUp.png');"
            onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/playOver.png');"
            src='/modules/mod_pbr/images/playUp.png' />
        <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NzI=' />
        <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVjEuMA==' />
        <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
        <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
    </form></div><!-- end #pbr_custom_rt -->
<div id='clear_me'></div><!-- end #clear_me -->
</div><!-- end #pbr_custom -->
        <!-- Custom Deck MD ID=7 -->
        <div id='pbr_custom'>
<div id='pbr_custom_lt'><img src='/modules/mod_pbr/images/treeIndent.png' class='pbr_indent'> <img src='/pie/dome/derma/14STD56789_V1.0/thumbs/mdimagefile.jpg' class='pbr_custom_img' name='customsd_73'></div><!-- end #pbr_custom_lt -->
        <div id='pbr_custom_md'><ul><li id='pbr_custom_title'>CUSTOM:</li><li id='pbr_custom_title'></li><li>LAST SAVED: </li><li>DATE ORIGINATED: 04/22/2011</li></ul></div><!-- end #pbr_custom_md -->
        <div id='pbr_custom_rt'>    <form action='/index.php/editslidedeck' method='post' target='_parent' id='pbr_c_edit_form'>
        <input type='image' name='pbr_c_edit_btn' class='button'
            onclick="return true;"
            onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/editDown.png');"
            onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/editUp.png');"
            onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/editOver.png');"
            src='/modules/mod_pbr/images/editUp.png' />
        <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NzM=' />
        <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVjEuMA==' />
        <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
        <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
    </form>    <form action='/index.php/playslidedeck' method='post' target='_parent' id='pbr_c_play_form'>
        <input type='image' name='pbr_c_play_btn' class='button'
            onclick="return true;"
            onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/playDown.png');"
            onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/playUp.png');"
            onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/playOver.png');"
            src='/modules/mod_pbr/images/playUp.png' />
        <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NzM=' />
        <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVjEuMA==' />
        <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
        <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
    </form></div><!-- end #pbr_custom_rt -->
<div id='clear_me'></div><!-- end #clear_me -->
</div><!-- end #pbr_custom -->
        <!-- Custom Deck MD ID=7 -->
        <div id='pbr_custom'>
<div id='pbr_custom_lt'><img src='/modules/mod_pbr/images/treeIndent.png' class='pbr_indent'> <img src='/pie/dome/derma/14STD56789_V/thumbs/mdimagefile.jpg' class='pbr_custom_img' name='customsd_74'></div><!-- end #pbr_custom_lt -->
        <div id='pbr_custom_md'><ul><li id='pbr_custom_title'>CUSTOM:</li><li id='pbr_custom_title'></li><li>LAST SAVED: </li><li>DATE ORIGINATED: 04/22/2011</li></ul></div><!-- end #pbr_custom_md -->
        <div id='pbr_custom_rt'>    <form action='/index.php/editslidedeck' method='post' target='_parent' id='pbr_c_edit_form'>
        <input type='image' name='pbr_c_edit_btn' class='button'
            onclick="return true;"
            onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/editDown.png');"
            onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/editUp.png');"
            onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/editOver.png');"
            src='/modules/mod_pbr/images/editUp.png' />
        <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NzQ=' />
        <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVg==' />
        <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
        <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
    </form>    <form action='/index.php/playslidedeck' method='post' target='_parent' id='pbr_c_play_form'>
        <input type='image' name='pbr_c_play_btn' class='button'
            onclick="return true;"
            onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/playDown.png');"
            onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/playUp.png');"
            onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/playOver.png');"
            src='/modules/mod_pbr/images/playUp.png' />
        <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NzQ=' />
        <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVg==' />
        <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
        <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
    </form></div><!-- end #pbr_custom_rt -->
<div id='clear_me'></div><!-- end #clear_me -->
</div><!-- end #pbr_custom -->
        <!-- Custom Deck MD ID=7 -->
        <div id='pbr_custom'>
<div id='pbr_custom_lt'><img src='/modules/mod_pbr/images/treeIndent.png' class='pbr_indent'> <img src='/pie/dome/derma/14STD56789_V/thumbs/mdimagefile.jpg' class='pbr_custom_img' name='customsd_75'></div><!-- end #pbr_custom_lt -->
        <div id='pbr_custom_md'><ul><li id='pbr_custom_title'>CUSTOM:</li><li id='pbr_custom_title'></li><li>LAST SAVED: </li><li>DATE ORIGINATED: 04/22/2011</li></ul></div><!-- end #pbr_custom_md -->
        <div id='pbr_custom_rt'>    <form action='/index.php/editslidedeck' method='post' target='_parent' id='pbr_c_edit_form'>
        <input type='image' name='pbr_c_edit_btn' class='button'
            onclick="return true;"
            onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/editDown.png');"
            onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/editUp.png');"
            onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/editOver.png');"
            src='/modules/mod_pbr/images/editUp.png' />
        <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NzU=' />
        <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVg==' />
        <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
        <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
    </form>    <form action='/index.php/playslidedeck' method='post' target='_parent' id='pbr_c_play_form'>
        <input type='image' name='pbr_c_play_btn' class='button'
            onclick="return true;"
            onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/playDown.png');"
            onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/playUp.png');"
            onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/playOver.png');"
            src='/modules/mod_pbr/images/playUp.png' />
        <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NzU=' />
        <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVg==' />
        <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
        <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
    </form></div><!-- end #pbr_custom_rt -->
<div id='clear_me'></div><!-- end #clear_me -->
</div><!-- end #pbr_custom -->
        <!-- Custom Deck MD ID=7 -->
        <div id='pbr_custom'>
<div id='pbr_custom_lt'><img src='/modules/mod_pbr/images/treeIndent.png' class='pbr_indent'> <img src='/pie/dome/derma/14STD56789_V/thumbs/mdimagefile.jpg' class='pbr_custom_img' name='customsd_76'></div><!-- end #pbr_custom_lt -->
        <div id='pbr_custom_md'><ul><li id='pbr_custom_title'>CUSTOM:</li><li id='pbr_custom_title'></li><li>LAST SAVED: </li><li>DATE ORIGINATED: 04/22/2011</li></ul></div><!-- end #pbr_custom_md -->
        <div id='pbr_custom_rt'>    <form action='/index.php/editslidedeck' method='post' target='_parent' id='pbr_c_edit_form'>
        <input type='image' name='pbr_c_edit_btn' class='button'
            onclick="return true;"
            onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/editDown.png');"
            onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/editUp.png');"
            onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/editOver.png');"
            src='/modules/mod_pbr/images/editUp.png' />
        <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NzY=' />
        <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVg==' />
        <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
        <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
    </form>    <form action='/index.php/playslidedeck' method='post' target='_parent' id='pbr_c_play_form'>
        <input type='image' name='pbr_c_play_btn' class='button'
            onclick="return true;"
            onmousedown="SetBtnImg(this,'/modules/mod_pbr/images/playDown.png');"
            onmouseout="SetBtnImg(this,'/modules/mod_pbr/images/playUp.png');"
            onmouseover="SetBtnImg(this,'/modules/mod_pbr/images/playOver.png');"
            src='/modules/mod_pbr/images/playUp.png' />
        <input name='pbr_sdeckid' id='pbr_sdeckid' type='hidden' value='NzY=' />
        <input name='pbr_assetpath' id='pbr_assetpath' type='hidden' value='L3BpZS9kb21lL2Rlcm1hLzE0U1RENTY3ODlfVg==' />
        <input name='pbr_userid' id='pbr_userid' type='hidden' value='MTQ=' />
        <input name='pbr_wsaddress' id='pbr_wsaddress' type='hidden' value='aHR0cDovLzE5Mi4xMDIuMTAuMzEvU3BlYWtlclBvcnRhbFdTL1NwZWFrZXJQb3J0YWxXUy5h c214P1dTREw=' />
    </form></div><!-- end #pbr_custom_rt -->
<div id='clear_me'></div><!-- end #clear_me -->
</div><!-- end #pbr_custom -->
</div>
<!-- mod_pbr end -->
                                                                                                                         <!-- if ever needed, include JDoc component here -->
        </div><!-- end #content -->
     </div><!-- end #content_area -->
        <div class="clear"></div><!-- end #clear -->
    <div id="footer">
                        <a href="http://64.127.125.190/LegalNotice.pdf" target="_blank" class="footer_link">legal notice</a>
        <a href="http://64.127.125.190/PrivacyPolicy.pdf" target="_blank" class="footer_link">privacy policy</a>
        <a href="javascript:popUp('/templates/cobiland/contactus.htm')" class="footer_link">contact us</a>
        <span class="footer_nolink">powered by viscira&reg;</span>
    </div><!-- end #footer -->
    <br />
    <div id="footer2">&copy; Centocor Ortho Biotech Inc. 2011. All rights reserved.  This site is published by Centocor Ortho Biotech Inc. which is solely responsible for its contents.  This information is intended for the use of our healthcare professional speakers in the United States of America only.  This page was last modified on: April 7, 2011 10:35am PST</font></div>
    </body>
</html>
Here is the css:
  /* CSS layout */
body {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Helvetica, Geneva, sans-serif;
    font-size: 12px;
    background-color: #fff;
    border: none;
a
    text-decoration: none;
    color: #876555;
    text-wrap: unrestricted;
a:hover {
    text-decoration: underline;
    color: #4D3A31;
#masthead_container {
    height: 83px;
    min-width: 1000px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
#masthead {
    background: url(../images/HeaderMid.png) repeat-x;
    margin-top: 4px;
    margin-bottom: 4px;
    height: 75px;
#left_masthead {
    background: url(../images/Logo.png) no-repeat;
    width: 530px;          
    height: 75px;
    float: left;
#right_masthead {
    background: url(../images/HeaderRight.png) no-repeat;
    width: 432px;            
    height: 75px;
    float: right;
#welcome_logout_area {         
    height: 20px;
    margin-top: 18px;
    float: right;
#welcome_label {         
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    font-stretch: expanded;
    line-height: 20px;
    text-transform: uppercase;
    color: #919191;   
    margin-left: 10px;
    float: left;
#username {         
    font-family: Helvetica Neue, Verdana, Helvetica, sans-serif;
    font-weight: bolder;
    font-stretch: condensed;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #868686;   
    margin-left: 10px;
    float: left;
#logout_separator {         
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #919191;   
    margin-left: 10px;
    margin-right: 10px;
    float: left;
#logout {         
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    font-stretch: expanded;
    line-height: 20px;
    text-transform: uppercase;
    color: #919191;
    margin-right: 25px;   
    float: left;
#logout:hover {         
    color: #4e93cd;
    text-decoration: none;
#date_time {         
    height: 20px;
    margin-top: 2px;
    float: right;
#date {         
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 13px;
    font-stretch: expanded;
    line-height: 20px;
    text-transform: uppercase;
    color: #a9a9a9;
    margin-right: 15px;   
    float: left;
#time {         
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 13px;
    font-stretch: expanded;
    line-height: 20px;
    text-transform: uppercase;
    color: #a9a9a9;
    margin-right: 25px;   
    float: left;
#tabs_area {
    height: 33px;
    background: url(../images/MenuLeft.png) no-repeat;
    min-width: 1000px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
#tabs_container {
    height: 33px;
    background: url(../images/MenuRight.png) no-repeat;
    background-position: right;
    min-width: 1000px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
.menu_help {
    float:right;
    list-style-type: none;
    margin-top: -40px;
ul.menu_help li a {
    display: block;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-size: 11px;
    line-height: 28px;
    text-transform: uppercase;
    color: #aeadad;
    text-decoration: none;
    text-align: left;
    padding-top: 0px;
    padding-right: -15px;
    padding-bottom: 10px;
    padding-left: 20px;
ul.menu_help li a:hover {
  color: #4e93cd;
ul.menu_tabs {
  list-style-type: none;
  padding: 0px;
  margin: 0px 15px;
  height: 33px;
ul.menu_tabs li {
  float: left;
  padding: 0px;
  margin: 0px 1px 0px 1px;
  padding-top: 0px;
  height: 33px;
  width: 150px;
ul.menu_tabs li a {
    display: block;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-size: 11px;
    line-height: 28px;
    text-transform: uppercase;
    color: #aeadad;
    text-decoration: none;
    text-align: left;
    padding-top: 0px;
    padding-right: -15px;
    padding-bottom: 10px;
    padding-left: 20px;
ul.menu_tabs li a.selected {
  background: url(../images/TabSelected.png) no-repeat;
  font-weight: bolder;
  color: #868686;
  height: 33px;
ul.menu_tabs li a:hover {
  color: #4e93cd;
#content_area {
    height: 632px;
    background-image: url(../images/ContentLeft.png);
    min-width: 1000px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
/*.item-page {    needs work to remove gap created by inclusion of Joomla component display
    height: 1px;
#content {
    height: 632px;
    background-position: right;
    font-family: "Helvetica Neue", Verdana, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 14px;
    text-align: center;
    color: #C00;
    min-width: 1000px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
    background-image: url(../images/ContentRight.png);
    background-repeat: no-repeat;
#footer {
    color: #bdbcbc;
    clear: both;
    /*margin-left:300px;
    margin-right:300px;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 20px;
    width: 900px;    /*98%;*/
    text-align: center;
    /*display:block;*/
    margin-top:50px;
#footer2{
    margin-top:0px;
    margin-left:auto;
    font-family:helvetica,sans-serif;
    font-size:12px;
    text-align:center;
    padding:10px;
.footer_link {
  display: block;
  padding: 0px 45px;
  font-family: Helvetica Neue, Verdana, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 22px;
  text-transform: capitalize;
  color: #aeadad;
  text-decoration: none;
  text-align: center;
  float: left;
.footer_link:hover{
  color: #2f66a3;
  text-decoration: none;
.clear {
    clear: both;
#logout .logout-button .button {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    font-stretch: expanded;
    line-height: 20px;
    text-transform: uppercase;
    color: #919191;
    margin-right: 25px;   
    float: left;
    text-decoration:none;
    border:none;
    background:none;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
.footer_nolink {
    display: block;
    padding: 0px 45px;
    font-family: Helvetica Neue, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 22px;
    text-transform: capitalize;
    color: #aeadad;
    text-decoration: none;
    text-align: center;
    float: left;
    text-wrap: unrestricted;
/*  ------------ Definitions for the Presentation Interactive Editor (PIE) Flex App -------------   */
#pieclass
    position:relative;
    left:30px;
    height:97%;
    width:96%;
    overflow:hidden;
    text-align:center;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
    color: #9F0;
#swfpieclass
    position:relative;
    left:30px;
    height:97%;
    with:96%;
    overflow:hidden;
    background-color: #000;
    margin: 0px;
    padding: 0px;
Thanks in advance for your help!
Regards,
seeker7805

Hi:
Please go here:
http://inetwebdesign.com/presentation/index12.php
Thanks.
Regards,
seeker7805

Similar Messages

  • Macbook pro screen is blue where it should be white and red where it should be black?!?

    Since i turned my macbook pro on a couple of days ago... my screen is red where it should be dark and light blue where it should be white... this is effecting everything i go on?!?! any ideas??

         Reset PRAM. http://support.apple.com/kb/PH18761?viewlocale=en_US&locale=en_US

  • I am using iMac OS 10.7.2 with Garageband'11 6.0.4. I can't record sound from  mixer Behringer X1622USB using USB out. when I connect the mixer to iMac via USB  appears USB Audio CODEC on Sound and preferences but no sound from mixer to iMac. Need help.

    I am using iMac OS 10.7.2 with Garageband'11 6.0.4. I can't record sound from  mixer Behringer X1622USB using USB out. when I connect the mixer to iMac via USB  appears USB Audio CODEC on Sound and Preferences but I can't get no sound from mixer to iMac only sound from iMac to mixer. I only can record sound using microphone line in. Please help.

    Eric,
    Thanks for your reply. Realtek audio works only in playback. There is a stereo mix in the mixer but the recording controls are not operable with no sliders in the mixer for any recording option. Slider controls appear to be grayed out. Can't figure out how to enable them. Downloaded newest drivers to no avail.
    The M Audio control panel has no apparent option for recording stereo mix. Adobe ignores the sound from the DVD or CD and shows flatline.
    I'm trying to record the sound from the DVD not rip the track.
    When I go to Audio Driver Setup and select Audition 3.0 windows sound, there is no input device installed.
    I'm thinking of going back to a decent internal Soundblaster card like I have on my 8 year old machine I am replacing.

  • I sometimes work where there is no 3G and wifi is not allowed is there a way to connect my ipad3 through my laptop

    i sometimes work where there is no 3G and wifi is not allowed is there a way to connect my ipad3 through my laptop
    please help...

    If you don't have 3G or wi-fi how do you connect to the internet?
    I have my ipad tethered to my iphone using Personal Hotspot and Bluetooth but am not sure whether this relies on 3G or still works without.

  • I was filling a form online, then I got to where I had to upload an Microsoft document but when I clicked on upload document I only had the option of uploading photos and videos, but not Microsoft doc. Please help.... How do I upload Microsoft doc related

    I was filling a form online, then I got to where I had to upload a Microsoft document but when I clicked on upload document I only had the option of uploading photos and videos, but not Microsoft doc. Please help.... How do I upload Microsoft doc  and other related office documents?

    tis true
    I know, I always do that but I was in a rush to get somewhere and I was relying on my thousand dollar Mac to do some kind of recovery or something. I know Microsoft always keeps temporary files (I think Mac does too, part of me asking here in this forum was for someone to tell me where I can find those files) and when you go to open Office Works then it gives you the option of opening the last recent documents, saved or not saved.
    I usually copy paste into my emial just in case something goes wrong with the created document but I just didn't have the time to login and do all that My loss, you live and you learn, BUT still if ANYONE got any info on this, PLEASE DO CHIME IN *keeping the hope alive*

  • I want to be able to access my photos that are stored on iCloud – I see mail and contacts but not my pictures?   I have been backing up for a long time -  Where are they?

    I want to be able to access my photos that are stored on iCloud
    – I see mail and contacts but not my pictures?
    I have been backing up for a long
    time -  Where are they?   

    You can't view them on iCloud.com.  And photos (and other data) stored in your device backup can't be viewed, other than by restoring the backup to your device.
    If you want to view your photos on the web, for the time being you will have to add them to a shared stream (album) with the Public Website option enabled.  This will give you a private url to view them from a browser.

  • My bulleted list displays correctly in IE 8 and Firefox, but not in IE 7

    I have a simple bulleted list in a right floated sidebar for a website. If views fine in IE 8 and Firefox, but not in IE 7 (and perhaps earlier, though I only have access to machines with IE 7 and 8.
    Because the default indent for the bulleted list moves it too far to the right, I set a negative margin for that area of text in order to move it to the left a little. While it looks great in IE 8 and Firefox, it appears this margin setting is causing the bulleted list to shift too far to the left in at least IE 7. The rest of the copy in the sidebar div lookes fine including the title and paragraph copy.
    Can anyone suggest a fix?
    Also, I noticed the spacing above the main content div is smaller in IE 7 than with the IE 8 and Firefox. This div has a h1 heading followed by paragraphs. (This site was developed using a pre-existing CSS style sheet from Dreamweaver by the way.)

    Strangely when I replied via e-mail my message got garbled when I looked at it here.
    I was able to move over the bullet items to the left using your suggestion, however it now shows this line of copy above the page at the top of the window in the IE browser (both IE 7 and IE 8):
    <!--[if lte 7]>
    I'm including the code where you had indicated I should place it - in the <head> section after the link to the main stylesheet. I included it just after the other conditional comments. Perhaps I've included it in the wrong place - hence the line appearing above the pages (just above the banner)?
    I did not change any other parameter. (This is a template page as all pages in the site are based on it.) The list feature does appear on a number of pages.
    Also I should note the bullets have mysteriously disappeared and it's actually an unbulleted list in IE 7, which I could live with if I have to.
    <!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>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Home Page</title>
    <!-- TemplateEndEditable -->
    <link href="../css/twoColFixRtHdr.css" rel="stylesheet" type="text/css" /><!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for all versions of IE in this conditional comment */
    .twoColFixRtHdr #sidebar1 { width: 190px; }
    </style>
    <![endif]--><!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixRtHdr #sidebar1 { padding-top: 10px; }
    .twoColFixRtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    <!--[if lte 7]>
    <style>
    .twoColFixRtHdr #container #sidebar1 ul {
    margin-left: 25px
    </style>
    <! [endif]-->
    <style type="text/css">
    <!--

  • Boot into Rescue and Recovery but not Windows

    Everytime my pc is powered on or restarted, it boots into Rescue and Recovery, but not Windows.
    What can I do?

    Hi,
    first I would like to explain one thing, so that we are on the same page with the RnR partition.
    Vista and XP are using different RnR partitions and the location of these aprtitions is placed on the HDD is different way, so that it can be used in conjuction with your Operating system.
    So in the time, where you have used the XP and OS, the RnR partition was placed in the partition table on the end/back. DIrectly after you upgraded to the Vista and did not made any changes to the RnR partition, than it is still on the end/back, which is not the corect way. Becase the Vista should use the RnR partition, that should be placed on the begind/start/in the front of all the other partitions.
    So in case there was no change made to the RnR partition, like relocation, or reinstall using the Vista RnR version, then you will not be able to boot into it.
    So here is what I would advice you to do:
    - reinstall, or download and install the Vista version of RnR (the latest version) => this will rewrite the partition table and in case of need it will create the RnR partition.
    - use bmgr32.exe , which is located on your HDD by default to rewrite the partition table. Please start it from command line in follwing way:
    bmgr32.exe /phil
    ==> this will bring you all the command line options and you can use it based on this.
    NOTE:
    Plase note, that once you captured some backups using the XP version of RnR , or a different version of RnR, then it's not possible to restor the backups using a different version.
    Simple: you must use the exact same version of RnR for backup and also for the  restore process.
    Let me know, if you have any more informations to this situation.
    Cheers

  • My photographs move between iPad and iPad but not my iMac. any advice?

    My iMac is running !0.9.4
    my iPhone is $s and my iPad is series 2.
    i get photographs between the iPad and iPhone but not to and from the imac
    Any help would be appreciated

    if you mean iCloud sync between the two iOS devices but not on your mac then you should click on system preferences->iCloud scroll down to Photos and make it so

  • Data source was activated and replicated but not showing up in RSA7.

    Hello,
    Data source was activated and replicated but not showing up in RSA7.  At what point does the data source appear in the Delta Queue?
    Thanks

    Hi,
    for LO,LIS,generic,FI data sources, delta records come from delta queue.
    if u run the INIT in BW whether it may be success or not delta queue will be maintained in RSA7. and u can check the records in RSA7 or smq2.
    when the init request goes to R/3 then it will maintains delta queue in RSA7.
    assign points if it helps,
    thanks,
    pavan.

  • Photo Stream working on my devices and PC but not on my Apple-Tv since ios-6

    After ios-6 I update my Apple-Tv 3e to 5.1 update and since that Photo stream does not work on my Apple-Tv.
    I always got the Message tried latet...
    But Photo Stream is working on my ipad and ipod and PC but not on my Apple-Tv-3e since ios-6 and 5.1 update on the Apple-Tv.
    My Apple id is there and the network is working I CAN see movies and my share computer but photos stream not working...
    Any help ?

    What... ?
    I need more info, where do we setup this account... ?
    It work Before the 5.1 update so if what you said is true I already have that kind of account but where do I find it ?

  • I can't open my itunes store.  I can open my music library and sync but not open my music store. I have deleted and reinstalled ituens and still not good.  Help

    I can't open my itunes store.  I can open my music library and sync but not open my music store. I have deleted and reinstalled ituens and still not good.  Help

    I assume you are talking about iTunes on your computer, if so, you will have to remove all Apple programs associated with iTunes:
    iTunes, QuickTime, Apple Software Update, Apple Mobile Device Support, Bonjour and Apple Application Support (iTunes 9 or later)
    Make sure everything that is by Apple is removed including Safari. You can sort by "Publisher", when you uninstall programs. Make sure you have at least one other web browser (like Firefox or Internet Explorer) before removing Safari. That way you can go back to the Apple web site and redownload iTunes later.
    Reboot the computer then reinstall iTunes. Everything should work normally.

  • I can airprint from my macbook and imac but not my iphone and ipad, whats wrong?

    I can airprint from my macbook and imac but not my iphone and ipad, whats wrong?
    I'm aware that all printers are not airprint enabled but since i can print form my imac that should not be a problem right?

    Hey Fredrik68,
    I would double check and see if you meet all the requirements for AirPrint here, including the printer model:
    AirPrint Basics
    http://support.apple.com/kb/HT4356
    Have a good one,
    Delgadoh

  • Contacts sync on iphone and ipad but not on Macbook

    Hi guys, maybe someone can help me out wit this this problem.
    I have the iPhone 4s, Ipad3 and a PC, iCloud was working operfectly bewteen all devices. I recentlky bought the new Macbook air and when I turned iCloud on all my contacts cam in automaticaly.
    My surprise came later when I realized that not all contacts where in my Mac. I checked my iPhone and Ipad and all where there. I then checked iCloud.com and not all my contacts where there. So this is very strange. I cloud transferred the contacs bewteen my iphone and Ipad but not into iCloud.com and to my Mac.
    I did a test with one of the contacts and deleted and create it again and then this was transferred to iCloud and to my Mac, but I really do not want to do this with all my contacts.
    Anyone can help me out with this???
    Thanks,
    Michel

    POP mail is not synced. POP mail is picked up individually by each email client. If you want to pick up less on one device than the other, set the one device you want to master the account with to delete mail from the server after you pick it up. That way, it would not be available to the other mail clients. Otherwise, you would need to delete whatever mail you do not want on the individual devices. You can also keep in on whatever devices you want and it will not affect the other devices.

  • HT204053 How does my spouse get the benefits of using my iCloud for contacts and calanders but not messages, etc?

    How does my spouse get the benefits of using my iCloud for contacts and calanders but not messages, etc?

    iCloud is designed for personal use and not for managing multiple access.  If you gives your password to someone else, this person can benefit everything including access to purchase with your account, email, etc.
    You should rather consider having each one an iCloud account and then, create and share a calendar.  As for contact, you can send them to your spouse to be save in her account but they cannot be shared nor synced.

Maybe you are looking for

  • 16 days and still BT can't reset my IP Profile!

    After getting one of the Hub 2.0 Type B in March I have been until June fault free. Gone are the constant random disconnects and the annoying flashing orange broadband light. June 9th 2010 I rang BT and renewed my Broadband contract for 12 months. Wa

  • Photos not importing from Canon camera.

    I plug my Canon camera into my iMac and iPhoto asks if I want to import and as long as the camera is connected, it shows the pics were imported.  However, when I disconnect the camera, the photos do not show up.  My iMac is only a few weeks old and I

  • How did YOU learn Java?

    Ok, two part question and a bunch of help for this Java newbie: 1. How did you learn Java? Online tutorials, books, discussions, a game, or a class? Be specific and think back to when you looked at a Java program and went "wtf?" 2. How do you keep up

  • Why do we have a restore state phase?

    Component trees are, as far as I understand, session scope things. Suppose a webapp that shows details about objects of a type (records in a DB table). We cannot have the component tree track the user (e.g., different component trees for different in

  • Div span edge to edge; slight problem...

    I would like to fix the 'container' that is light gray. It is not going full width span the way the containerWhite is. This is a very rough mock up of the building blocks, completely stripped down... I examined the code over & over, and in another co