/* landing.css -----------------------------------------------------------------
Mackensen.biz Style Sheet

version:   2.0
author:    John Raleigh
date:      12/17/2006
email:     jraleigh@jraleigh.net
website:   http://www.BrightworkSolutions.com/
validation: XHTML 1.0 Strict
-----------------------------------------------------------------------------*/

  body {margin: 0; padding: 0; background-color: #fff;}

  h2 { width: 100%; padding: 45px 0 0 10px; color: #08755E; font: bold 14px Verdana, non-serif; text-align: center; clear; both;}

  #rest {color: black; font-size: 13px;}

  p {margin: 10px 30px 0 30px; padding: 0 30px 0 0; font: 14px black Verdana, Arial, sans-serif; }

  /*#content {}  position problems if this div isn't commented off */

  #pullquote {display: none; padding: 12px 0 0 5px; color: #08755E; 
   font: italic small-caps 900 12px Verdana, Arial, sans-serif; width: 140px ; clear: left;}
 
  /* images */
  #images {width: 800px; height: 45px; margin: 0; background: #fff /*url(images/lighttanbar.gif) repeat-x;*/ }
  #logo {width: 320px; float: left; }
  #fourpix {width: 320px; float: right; }

  #tanbar {
   position: absolute; top: 45px;
   background: url(images/tanbar.gif) 0% 100% repeat-x; width: 800px; height: 10px;
   }

  #greenbar {
   position: absolute; top: 53px;
   background: url(images/greenbar.gif) 0% 100% repeat-x; width: 800px;  height: 15px;
   }

  #tanbar2 {
   position: absolute; top: 1080px;
   background: url(images/tanbar2.gif) 0% 100% repeat-x; width: 800px;  height: 10px; clear: both;
   }

  #fee-only {position: absolute; left: 45px; width: 150px; height: 40px; float: left; clear: left;}
  .CFA {position: absolute; left: 190px; width: 66px;  height: 80px;}
  .CFP {position: absolute; left: 330px; width: 60px;  height: 55px; float: right;}

  .learnmore {position: relative; left:350px; 
    border: 1px outset blue; 
    background-color: #08755e;  
    color: white;
    margin: 10px 0 10px 5px; width: 85px; text-align: center;} 
  a:link {color: white; text-decoration: none}
  a:visited {color: white; text-decoration: none}
  a:active {color: white; text-decoration: none}
  a:hover {color: red; text-decoration: underline; }

  #clients_seek, #at_mackensen {margin: 0 0 0 30px;  width: 100%; }
  #list1, #list2 {margin: 10px 5px 0 30px; list-style-type: disc; font: 14px black Verdana, Arial, sans-serif; }

  #footer p {
   padding: 0 0 10px 5px; color: black; 
   /*border-top: 30px solid black; */
   width: 100%;   min-width: 800px;
   font: x-small Verdana, Arial, sans-serif; 
   text-align: center; 
   text-transform: none; 
   clear: left;
  }

  #logos {position: relative; left: 2em; clear: both;}
