CSS formatted div borders do not appear on page(s)

Hello all,
I have a website I'm developing using the Skeleton 960 grid. I have defined borders for ID #r_col_entrypage and applied them to the div by using <div class="five columns" id="r_col_entrypage">. The css for the borders is included in the layout.css and appears in design view within Dreamweaver; however, does not appear in any of the browsers I've tested it on - IE, Firefox or Chrome. At one point I had this working but then changed the layout of the page (decreasing some div widths). I have tried changing the size of the two divs that are next to each other - that didn't work, I've tried increasing or decreasing the padding in the css below thinking that perhaps my border was being overlapped and that didn't work either. I'm about out of ideas as to why it is not appearing and wondered if someone could take a look and see what might be happening. I know I have a lot of style sheets with this and that may very well be at the root of this. You can find one of the pages that I'm having trouble with at http://bpiads.org/newsite/donate.html. Thanks very much and let me know if there is any additional info you need.
#r_col_entrypage {
padding-left: 20px;
border-left: 5px solid #46673b;
border-bottom: none;
border-top: none;
border-right:none;
font-size:110%;
font-weight: bold;

webmom24 wrote:
Thank you... I had looked at the code so many times I wasn't "seeing" it. This did fix the problem of the border.
Now, however, my container that contains the navigation has tons of empty space above it which I am trying to figure out... any thoughts on what would be causing that? I tried changing the "height" from 40px to "auto" and that doesn't seem to make any difference.
Maureen
Thats because you have set min-height: 200px; on the "banner" <div> which preceeds your navigation <div>. The height of the image in the "banner" <div> is only 35px so NORMALLY you would set the height to 35px BUT you can't do that because you have used the id "banner" for the <div> above that as well, where the height of the image IS 200px. Only use an 'id' once on the page. Just delete the min-height and everything should be ok.
#banner {
    /*background-image:url(../images/bpi-banner-new.jpg);
    background-repeat: no-repeat;
    position relative;
    height: 200px;
    width: 940px;*/
    min-height:200px;
    min-width:940px;

Similar Messages

  • Borders are not appearing when null coming from database

    Hello all,
    Right now i am working on a report where i am getting data from stored procedure(sql server). The report is having 15 columns so i have created like multi line report and applied borders to each item. so the report look like a table. But the problem is there are some columns whose values in database are null. Beacuse there is no data coming from db these borders are not appearing on report.
    I know that we can write a formula in crystal by isnull function to get these borders. But want to do everthing on the stored procedures. Please help me on this.
    Thanks & Regards
    Ram

    Convert the null to 0 or " " using formula before placing it to the table/cross tab. This might helps.
    Nevermind because you know the above solution.
    You can do one more thing too, if you are not applying any calculations like runing total  to any of the column from those 15 column, place each of column in either tax-box (if numeric, covert it to text) or just use the box and lines to draw the table and expand the box and lines till end of group footer.
    -Bshukla
    Edited by: Bshukla on Aug 16, 2010 2:34 PM

  • Page Fragment not appearing in Page Navigation!!

    My project contains a Page Fragment named Logo.jspf which is intended to be displayed on the top of every page in my project.
    I have a Link Action element on Logo.jspf and when clicked it should load Login.jsp only if the user is not loged in, and if the user is already loged in it should load some other page. I aware that I have to add codes in the action listener method in Logo.java.
    As the Page Fragment (in my case that is Logo.jspf) is not appearing in Page Navigaton window it is not possible to add code like following: (Because I cannot visually draw an arrow with name �login� from �Logo.jspf� to �Login.jsp�)
    public String linkAction1_action() {
    return �login�;
    Please anyone help to do this. Thank you very much.

    To forward to a particular page from a servlet we usually use codes similar to the following:
    request.getRequestDispatcher("/Login.jsp").forward(request, response);
    How can I get rhe request object (or the session object) from a bean in a JSC project?
    Any suggestions very much appreciated. Thank you very much.

  • SSL Padlock does not appear unless page refresh

    I have noticed the SSL padlock sometimes does not appear on pages which are secure. However, whenever I refresh the page it appears. I have checked all other browsers and they work perfectly. Why would this be happening?

    Is there mixed content reported on those pages if you click the "Site Identity Button" (globe/padlock) on the location bar?
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Smartform - Borders are not appeari when iam printing in DOTMATRIX Printer.

    Hi,
    I have Created a Smartform. When iam taking printout in Deskjet, borders & Line spacing
    is comming Correctly. When i try to Print using the Dotmatrix borders & Lines are not
    appearing.
    Regards
    Praveen

    Hi,
    Check the assigned page format to your custom device type. Try to assign all the page format which are available for
    HP*** which you gives you desired result.
    Regards,
    Vamshi.

  • Css background files for website not appearing on safari

    My website's background shows up on Internet Explorer, but it is white on Safari. bestpianobar.com
    Here is the css data:
    <STYLE TYPE=text/css>
    <!--
    body {background: url(newimages/bkgrd.gif); background-attachment: fixed}
    Any suggestions?

    Hi,
    It doesn't work in Firefox either. It looks like your CSS file is declared incorrectly. In the ran.css file you have the <style> tags - those shouldn't be in there, just the CSS selectors should be.
    PS. If the site is meant for general public consumption you might want to offer an option to mute the music

  • CS3 loses css formatting in design view for non-templated pages

    We recently upgraded to CS3. All of the pages on our site are
    templated except the home page. The home page, when viewed in
    design view in Dreamweaver, looks as if the css styles are missing.
    Sometimes refreshing the view causes some of them to appear, but
    not all. This didn't happen in the old version. And it's not
    happening (so far) on our templated pages. Any ideas?

    DW6x was not the sharpest knife in the drawer and would
    tolerate lots of
    things that DWCS3 will not.
    I suggest you do the following -
    * Change your doctype from this one (inserted by DMX6x, and
    broken) -
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    to this one (valid and complete - the way DMX6x *should* have
    done it) -
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    http://www.w3.org/TR/html4/loose.dtd">
    Now your page will render in Standards mode, and not quirks
    mode (a very bad
    thing).
    * Change this (in your stylesheet) -
    vertical-align: top;
    end FedFAQ
    /* ********************** COLLAPSE/EXPAND MENUS
    to this -
    vertical-align: top;
    /* end FedFAQ */
    /* ********************** COLLAPSE/EXPAND MENUS
    I am sure that by doing this you will see a remarkable change
    in your
    page....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "abna" <[email protected]> wrote in message
    news:f9fopl$it9$[email protected]..
    >
    http://dallasfed.org/index.cfm
    >
    > (tried to attach the code in the message, but kept
    getting error messages
    > from this site)

  • New fonts not appearing in Pages

    I downloaded and copied some true type fonts into the /Library/Fonts folder, however these fonts aren't showing up in Pages (and Keynote, too). Adding them to ~/Library/Fonts didn't work. Just in case, I repaired disk permissions, but they still aren't appearing. The fonts are showing up in the list of fonts in Word, however. Does anyone have any insights on this issue? I'm using Pages 1.0.2. Thanks.

    I was going to reply earlier, but I didn't have a chance to play with my computer to figure things out.
    I still haven't had time to do so, so forgive me if this is incorrect.
    Fontbook is a program which Tiger and (I believe) Panther have for handling fonts. By dragging fonts into the folders manually they may not actually be 'activated' in the system still.
    Open Fontbook from your applications folder and see if the fonts show up there. As an aside, double clicking the font in the finder should also give you a small thumbnail of what it looks like and the option to install it. If you don't see anything in the thumbnail, it is rather pointless to install it.
    (I will agree with everyone who states that Fontbook is quirky, I know it is. I still haven't found an easier way to install fonts than just doubleclicking on the font file. So much easier than browsing to several obscure folders.)
    Gerry

  • I installed a new font but it does not appear in Pages

    I installed a new Font called "FOLK" it appears in the FontBook application but when I launch Pages and try to use it I do not see the font in the list. What gives?

    No problem here under 10.7.2
    Yvan KOENIG (VALLAURIS, France)  dimanche 20 janvier 2011 14:21:10
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • Documents not appearing in Pages/Numbers

    I've uploaded a number of documents from my MacBook Air (OS X 10.7.2), when I open Pages or Numbers on my iPhone 4S (iOS 5), none of the documents show up, or I just don't know how to access them. Thoughts?

    Hi Badri,
    The default content access account should have Full read permission at the
    web application level.
    No need to give permission to any site collection individually.
    http://technet.microsoft.com/en-us/library/cc678863(v=office.14).aspx#Section3
    Check description under heading named default
    content access account
    To know,how to give permission at web application level,then refer the below url.
    http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2010/10/19/how-to-properly-set-permissions-on-your-search-crawl-account-in-sharepoint-2010.aspx
    Note: Please mark this as answer & helpful if this resolves your problem.
    Best Regards,
    Pavan Kumar Sapara.
    s p kumar

  • HT4859 Documents in icloud created on mac do not appear in "Pages" on my iPad.  However, items I created on my Ipad do appear in the could and can be opened on my mac.  Documents is "on" in icloud settings on both devices.  Anyone have any ideas?

    Documents is on in settings for icloud on both devises.  Doc in icloud.  I created them on the mac and can see them.  I cannot open them in pages on ipad.  Docs I create on ipad can be sen on icloud and can be opened on my Mac.  Anyone have any ideas?

    SADLY  not as i downloaded an upgrad to my original PAGES/
    i have in the meantim had to open www.icloud. then from there import the file that i am working on and then check on ipad if it uploaded/ yes it did.
    but what a waste of time as it doesn not save any changes done automatically back in the cloud....
    i am now downloading the new LION and hope that it will fix the problem
    i cant find any other way. I was lead to believe that you wrote, it saved automatically, on to the cloud, you then opened anohter device in anotother country even, and the new file was there, waiting, in its latest version.......
    and the same magic was supposed to happen in reverse.
    It doesn't/
    if i have to open a browser, go to www.icloud....why on earth did they not just leave us an icon to drop it in in that case?
    I hope the new lion will help resolve the isssue/
    any other ideas> keep em coming...thank you so much.

  • PDf files not appearing after page loads

    On several different sites, I've recently experienced a dark (black) screen after trying to view pdf files.
    I cannot view any pdf files at present. The relevant page(s) seem to load and then the screen goes black. Any suggestions welcome.

    What happens if you right click then Save as...
    Or right click on the link to Download them & view with preview?
    How about a link to see if it's common?
    Have you tried more than one Browser?

  • Smartform window borders not appearing in dot matrix printer Epson FX-1170

    Hi all. I have a smartform with boxes (made out of windows and its borders) and texts inside those boxes. In the print preview, it shows the window borders. However, when the actual printout comes, the window borders do not appear. I have tried to change the 'output options' of the windows - I tried using millimeters, centimeters, point, lines, as well as inches, for the unit and also tried changing the width, but it still doesn't appear. Has anyone encountered a similar problem with dot matrix printers? Please help.

    Hi,
      the dot-matrix printers cannot "draw" lines and pictures, so, it is not capable of drawing the vertical and horizontal lines you have defined in the smartform windows. I think that you need to write the horizontal lines using the '-' or '_' characters but I am not sure about the vertical ones. Of course, as you realize, this requires big development effort.
    Regards,
    George

  • The bookmark box does not appear, bookmarks straight to the bottom of the list

    When I use the Bookmarks menu at the top of the page, hit Bookmark this page, the little box that USED to popup to assign what catagory folder the bookmark is to go into, does not appear.
    the page is bookmarked, but goes on the bottom of the list, instead of into a catagory folder.
    Having MANY catagory folders, I am forced to scroll down several times to see the book mark!
    JUST started doing this when Firefox updated to 3.6.
    Any fixes for this?

    Hello.
    It's possible that you are having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not caused by one (or more than one) of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] (don't forget to select ''Disable all add-ons'' when you start safe mode). If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and themes and [https://support.mozilla.com/en-US/kb/Troubleshooting+plugins this one] for plugins.
    If you need support for one of your add-ons, you'll have to contact its author.
    If the problem is not disappears when all add-ons are disabled, please tell me, so we can work from there. Please have no fear of following my instructions to the line, as all can be easily undone.

  • CSS : Background image not appearing on header

    Hi Guys,
    I need help with the background color of my header, for some reason, it's appearing in dreamweaver but NOT in the browser (FF, Chrome)
    If you have firebug, you can check the source from the link below.
    http://oneworldlc.ph/contact.php
    <body>
    <div id="main_container">
      <!-- TOP_NAV-->
      <div id="top_nav">
        <div id="nav">
          <div id="nav_container">
            <ul>
              <li><a href="contact/index.html">Home</a></li>
              <li>|</li>
              <li><a href="#">About Us </a></li>
              <li>|</li>
              <li><a href="#">Company</a></li>
              <li>|</li>
              <li><a href="#">Contact Us</a></li>
            </ul>
          </div>
        </div>
      </div>
      <!-- /TOP_NAV-->
      <div id="contact_banner">
        <div id="contact_logo">
          <p> </p>
          <p> </p>
          <p> </p>
          <p> </p>
          <h2 align="center">Merging cultural gaps between Americans and BPO centers in the Philippines</h2>
          <p align="center" class="emphasis_red">We provide FREE training</p>
        </div>
      </div>
      <div id="page-wrap">
        <p align="center"><img src="images/contact_07.png" alt="Contact One World Learning Center Inc." width="180" height="44" /></p>
        <p> </p>
        <h1 align="center">One World Learning Center Inc.</h1>
        <p align="center" class="georgia_16px_559cbe">21st Floor, Robinson's Cybergate Tower 3, Pioneer St.</p>
        <p align="center" class="georgia_16px_559cbe">Mandaluyong City 1550</p>
        <p align="center"><span class="georgia_16px_559cbe">Phone: +63 917 887 7424</span><br />
        </p>
        <div id="contact-area">
          <form method="post" action="contact/contactengine.php">
            <table>
              <tr>
              <td> </td>
                <td><em>
                  <label for="Name"  class="left"><strong>              Name:</strong></label>
                  (required)<br />
                  <br />
                  <input name="Name" type="text" value="First Name, Last Name" />
                </em></td>
              </tr>
             <tr>
                <td> </td>
                <td><em>
                  <label for="Tel"  class="left"><strong><br />
                  Contact Number:</strong></label>
                  (required)<br />
                  <br />
                  <input type="text" name="Tel" />
                </em></td>
              </tr>
              <tr>
                <td> </td>
                <td><label for="Email" class="left"><strong><em><br />
                Email:</em></strong></label>
                <em>(required)</em><br /><br /><input name="Email" type="text" value="[email protected]" /></td>
              </tr>
              <tr>
                <td> </td>
                <td><label for="Message" class="left"><strong><em><br />
                Message:</em></strong></label>
                <em>(required)</em><br /><br /><textarea name="Message" rows="20" cols="20">Type your message here</textarea></td>
              </tr>
            </table>
            <div id="captcha-area">
              <?php
                        require_once('contact/recaptchalib.php');
                        $publickey = "6Lcd3AgAAAAAAAshrQD48fz1uOm_KrgeRBEnsU9e";
                        $privatekey = "6Lcd3AgAAAAAALNv3Uga2Pi7tHi08wODv-fsXR_N";
                        # the response from reCAPTCHA
                        $resp = null;
                        # the error code from reCAPTCHA, if any
                        $error = null;
                        # are we submitting the page?
                        if ($_POST["submit"]) {
                          $resp = recaptcha_check_answer ($privatekey,
                                                                  $_SERVER["REMOTE_ADDR"],
                                                                  $_POST["recaptcha_challenge_field"],
                                                                  $_POST["recaptcha_response_field"]);
                          if ($resp->is_valid) {
                             echo "You got it!";
                             # in a real application, you should send an email, create an account, etc
                          } else {
                             # set the error code so that we can display it. You could also use
                             # die ("reCAPTCHA failed"), but using the error message is
                             # more user friendly
                             $error = $resp->error;
                        echo recaptcha_get_html($publickey, $error);
                        ?>
            </div>
            <input type="submit" name="submit" value="Submit" class="submit-button" />
          </form>
        </div>
      </div>
      </div>
    </body>
    Here's the css:
    @charset "utf-8";
    /* CSS Document */
    html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
    pre, form, fieldset, table, th, td { margin: 0; padding: 0; }#main_container #top_nav {
         height: 35px;
         background-color: #000000;
    #main_container #top_nav #nav {
         font-family: Georgia;
         height: 35px;
         width: 940px;
         margin-right: auto;
         margin-left: auto;
    #page-wrap h1 {
         font-family: Georgia;
         font-size: 26px;
         font-style: normal;
    #footer  {
         background-color: #000000;
         color: #FFFFFF;
         text-align: center;
    #footer_owl_cont  p    {
         margin-left: 120px;
    #footer_owl_cont    {
         float: left;
         width: 481px;
         clear: both;
         margin-left: 239px;
         background-image: url(images/owl_footer.gif);
         background-repeat: no-repeat;
         background-position: left center;
         height: 142px;
         color: ffffff;
         background-color: transparent;
    #sidebar #sidebar_cont_2 {
         margin-top: 255px;
    #pitch_container {
         height: 150px;
         background-color: #000000;
         margin-right: auto;
         margin-left: auto;
         color: #FFFF00;
         font-family: Arial;
         font-style: italic;
         width: 900px;
         margin-top: 100px;
    #body_container {
         margin-right: auto;
         margin-left: auto;
         width: 940px;
         padding-top: 30px;
    #footer_owl_cont  .georgia_14px_559cbeCopy  a    {
         color: #FFFFFF;
         text-decoration: none;
    #footer_owl_cont  .georgia_14px_559cbeCopy  a:hover    {
         text-decoration: underline;
    #main_container #top_nav #nav ul li a {
         font-family: Georgia, sans-serif;
         color: 559cbe;
         text-decoration: none;
    #main_container #top_nav #nav {
         color: 559cbe;
         text-decoration: none;
    #main_container #top_nav #nav #nav_container {
         clear: both;
         float: left;
         margin-top: 10px;
    #main_container #top_nav #nav #nav_container a:hover {
         text-decoration: underline;
    #main_container #top_nav #nav #nav_container a {
         color: #559CBE;
         text-decoration: none;
         font-family: Georgia;
    #main_container #top_nav #nav ul {
         list-style-type: none;
    #main_container #top_nav ul li {
         display: inline;
         padding-right: 2.5px;
         padding-left: 2.5px;
    #copyright   {
         width: 940px;
         margin-right: auto;
         margin-left: auto;
         height: 148px;
         color: 559cbe;
    #main_container   #header_container  {
         background-image: url(images/bg_header.jpg);
         background-repeat: repeat-x;
         background-position: center top;
         border-bottom-width: 1px;
         border-bottom-style: solid;
         border-bottom-color: #000000;
    #main_container #header_container #header_main {
         height: 354px;
         width: 940px;
         margin-right: auto;
         margin-left: auto;
         background-color: transparent;
         background-image: url(images/header_bg2.png);
         background-repeat: no-repeat;
         background-position: right;
    #main_container #header_container #header_main #submit_cont {
         float: left;
         margin-top: 233px;
         margin-left: 435px;
         font-size: 18px;
         font-family: Georgia;
         font-style: italic;
    #main_container #header_container #header_main #submit_cont a {
         color: #FFFF00;
         text-decoration: none;
    #main_container #header_container #header_main #submit_cont a:hover {
         text-decoration: underline;
    #sidebar {
         float: left;
         width: 380px;
         clear: both;
    #maincontent {
         width: 540px;
         margin-left: 400px;
         font-family: Georgia;
         line-height: 1.6em;
    #sidebar #banner_1_cont {
         height: 235px;
         width: 380px;
         background-image: url(images/banner_1_q1.jpg);
         background-color: transparent;
         background-repeat: no-repeat;
         background-position: center center;
         clear: both;
         float: left;
    #sidebar #banner_1_cont p {
         font-family: Georgia;
         font-size: 13px;
         font-style: italic;
         color: #000000;
         margin-top: 175px;
         margin-left: 15px;
         position: relative;
    #maincontent ol {
         list-style-position: inside;
    #maincontent h3 {
         font-size: 26px;
    #pitch_container ul li {
         font-family: Georgia;
         font-size: 26px;
         font-style: italic;
         line-height: 1.6em;
         color: 1e1e1e;
    I hope you can enlighten me guys, am I missing something which makes it NOT to appear in Dreamweaver?
    Regards,
    Sid

    Thanks for the response Gary. However, the 35px that you're seeing is actually for the #nav. I recreate the css and tried to remove some of the heirarchy thing. Here's the updated copy. I even tried to remove the #main_container. Same thing happens, the bg image is still not appearing? I tried changing the file type to JPG but to no avail. I think I'm overlooking something which is causing the issue.
    @charset "utf-8";
    /* CSS Document */
    html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
    pre, form, fieldset, table, th, td { margin: 0; padding: 0; }#top_nav  {
         height: 35px;
         background-color: #000000;
    #nav   {
         font-family: Georgia;
         height: 35px;
         width: 940px;
         margin-right: auto;
         margin-left: auto;
    #page-wrap h1 {
         font-family: Georgia;
         font-size: 26px;
         font-style: normal;
    #footer  {
         background-color: #000000;
         color: #FFFFFF;
         text-align: center;
    #footer_owl_cont  p    {
         margin-left: 120px;
    #footer_owl_cont    {
         float: left;
         width: 481px;
         clear: both;
         margin-left: 239px;
         background-image: url(images/owl_footer.gif);
         background-repeat: no-repeat;
         background-position: left center;
         height: 142px;
         color: ffffff;
         background-color: transparent;
    #sidebar #sidebar_cont_2 {
         margin-top: 255px;
    #pitch_container {
         height: 150px;
         background-color: #000000;
         margin-right: auto;
         margin-left: auto;
         color: #FFFF00;
         font-family: Arial;
         font-style: italic;
         width: 900px;
         margin-top: 100px;
    #body_container {
         margin-right: auto;
         margin-left: auto;
         width: 940px;
         padding-top: 30px;
    #footer_owl_cont  .georgia_14px_559cbeCopy  a    {
         color: #FFFFFF;
         text-decoration: none;
    #footer_owl_cont  .georgia_14px_559cbeCopy  a:hover    {
         text-decoration: underline;
    #nav  ul  li  a   {
         font-family: Georgia, sans-serif;
         color: 559cbe;
         text-decoration: none;
    #nav   {
         color: 559cbe;
         text-decoration: none;
    #nav_container    {
         clear: both;
         float: left;
         margin-top: 10px;
    #nav_container  a:hover    {
         text-decoration: underline;
    #nav_container  a    {
         color: #559CBE;
         text-decoration: none;
         font-family: Georgia;
    #nav  ul   {
         list-style-type: none;
    #top_nav  ul  li  {
         display: inline;
         padding-right: 2.5px;
         padding-left: 2.5px;
    #copyright   {
         width: 940px;
         margin-right: auto;
         margin-left: auto;
         height: 148px;
         color: 559cbe;
    #header_container     {
         background-image: url(images/bg_header.jpg);
         background-repeat: repeat-x;
         background-position: center top;
         border-bottom-width: 1px;
         border-bottom-style: solid;
         border-bottom-color: #000000;
    #header_main   {
         height: 354px;
         width: 940px;
         margin-right: auto;
         margin-left: auto;
         background-color: transparent;
         background-image: url(images/header_bg2.png);
         background-repeat: no-repeat;
         background-position: right;
    #submit_cont    {
         float: left;
         margin-top: 233px;
         margin-left: 435px;
         font-size: 18px;
         font-family: Georgia;
         font-style: italic;
    #submit_cont  a    {
         color: #FFFF00;
         text-decoration: none;
    #submit_cont  a:hover    {
         text-decoration: underline;
    #sidebar {
         float: left;
         width: 380px;
         clear: both;
    #maincontent {
         width: 540px;
         margin-left: 400px;
         font-family: Georgia;
         line-height: 1.6em;
    #banner_1_cont  {
         height: 235px;
         width: 380px;
         background-image: url(images/banner_1_q1.jpg);
         background-color: transparent;
         background-repeat: no-repeat;
         background-position: center center;
         clear: both;
         float: left;
    #banner_1_cont  p  {
         font-family: Georgia;
         font-size: 13px;
         font-style: italic;
         color: #000000;
         margin-top: 175px;
         margin-left: 15px;
         position: relative;
    #maincontent ol {
         list-style-position: inside;
    #maincontent h3 {
         font-size: 26px;
    #pitch_container ul li {
         font-family: Georgia;
         font-size: 26px;
         font-style: italic;
         line-height: 1.6em;
         color: 1e1e1e;

Maybe you are looking for

  • Can i download reader XI w/o it overwriting my acrobat 7.0 professional

    i have acrobat 7.0 professional and everytime i've downloaded a version of reader, it overwrites my acrobat 7.0 professional. is there a way to download reader XI and keep my acrobat 7.0 professional intack?

  • Brand new MacBook but Battery not recognized

    I'm not sure if I just got a bad computer or what. I got my MacBook yesterday and when I plugged it in the power cord light was green and has been but when I click on the battery icon it says no battery available... Any advice???

  • Unable to find archived log

    Hi I am restoring a hot backup taken through RMAN using following commands: configure controlfile autobackup on; BACKUP DATABASE ; BACKUP ARCHIVELOG ALL DELETE INPUT; Now I am going to restore that using following commands: restore spfile from autoba

  • Unable to update adobe 11

    Every time I try to update Adobe Reader 11 it fails and I get this message %PUBLIC%\Desktop\., I have tried to uninstall it to reinstall it but I am unable to, can you please help. Regyeo

  • IPhone Videos and Photos not available for download

    I've been using FCP X for a good while now, Aperture, and my iPhone. We're a good team for a serious hobbiest (<--is that even a word?). I did this morning what I normally do about once a month. Hook up my iPhone 5s to my MBP, fire up FCPX, click imp