/*
 * main.css
 *
 * Main/common stylesheet file. 
 *
 * $Revision: 1.3 $
 * $Date: 2009/08/19 14:56:39 $
 *
 * (c) 2008. Equitable Homebuyers, LLC. All Rights Reserved.
 */


      #banner
      {
        position: absolute;
        left: 0px;
        top:  0px
      }

      #title
      {
        font-size: 18pt;
        position: absolute;
        font-weight: bold;
        font-family: verdana;
        left: 240px;
        top:  180px
      }

      #address
      {
        font-size: 10pt;
        font-family: verdana;
        position: absolute;
        font-weight: bold;
        left: 10px;
        top:  180px
      }

      #phone
      {
        font-size: 10pt;
        font-family: verdana;
        font-align: right;
        font-weight: bold;
        position: absolute;
        left: 770px;
        top:  180px
      }


      #menubar
      {
        font-size: 11pt;
        font-family: verdana;
        font-weight: bold;
        position: absolute;
        top:  260px;
        left:  100px
      }


#listHead
{
    font-weight:bold;
    text-decoration:underline;
}  

#headline
{
    font-family: sans-serif;
    font-weight: bold;
    font-size: 12pt;
}

#body-text
{
    font-family: serif;
    font-weight: normal;
    font-size: 12pt;
}

#menubody
{
   font-size: 8pt;
   font-family: sans-serif;
}

#bottom-menubar
{
  font-size: 10pt;
  font-family: sans-serif;
  text-align: center;
  font-weight: bold;
  position: relative
}

#copyright
{
  text-align: center;
  font-family: sans-serif;
}

#bigphone
{
    font-size:   18pt;
    font-weight: bold;
  font-family: sans-serif;
}


