/**
  family medicine splash style for splash document.

  The splash document is a mostly content free document used as the home for
  the site.  It uses a completely different layout than the internal
  documents.  The document is visually organized as follows:





  @rights
    Copyright 2001 RequestHealth Corporation

  @source
    $Source: /var/cvs/src/com/familymedicineassociates/requestweb/public/style/site/document_splash/Attic/document_splash.css,v $

  @version
    $Revision: 1.1.2.2 $

  @state
    $State: Exp $

  @author
    jplejacq@quoininc.com

  @author
    $Author: wgzhu $

  @date
    $Date: 2002/05/24 14:22:30 $
*/



body {
font-family: Times, Serif;
font-size: small;
color: #000000;
background-color: #C9E9D5;
line-height: 120%;
}

a {
font-family: Times, Serif;
font-weight: bold;
color: #21A17D;
    background-color: transparent;
text-decoration: none;
}

a:hover {
font-family: Times, Serif;
color: #000000;

background: #FFFFFF;
text-decoration: underline
}

a:visited {
font-family: Times, Serif;
color: #21A17D;
    background-color: transparent;
text-decoration: none;
}

a:visited:hover {
font-family: Times, Serif;
color: #000000;
background-color: #FFFFFF;
text-decoration: underline
}

img
{
  border:0px;
}


p
{
  line-height: 20px;
  padding: 0px 15px;
}


div.data
{
  position: absolute;
  top: 0px;
  left: 20px;

  width: 320px;

  height: auto;
  background: url(../data/background_data.png);

  padding-top: 30px;
  margin: 0px;

  visibility: visible;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;

  z-index: 2;
}


div.map
{
  position: absolute;
  top: 0px;
  left: 341px;

  width: 420px;
  height: auto;

  background: none;

  padding: 20px 0px 0px 0px;
  margin: 0px;

  text-align: center;

  visibility: visible;
  z-index: 1;
}


div.map2
{
  position: absolute;
  top: 140px;
  left: 341px;

  width: 420px;
  height: auto;

  background: none;

  padding: 20px 0px 0px 0px;
  margin: 0px;

  text-align: center;

  visibility: visible;
  z-index: 1;
}



div.desciption_map
{
  position: absolute;
  top: 0px;
  left: 341px;

  width: 420px;
  height: auto;

  background: none;

  padding: 20px 0px 0px 0px;
  margin: 0px;

  text-align: left;

  visibility: visible;
  z-index: 3;
}



div.description
{
  padding: 50px 15px 0px 15px;
  margin-bottom: 20px;

  visibility: visible;
  z-index: 5;
}

div.description a
{
  font-weight: normal;
}

div.description img
{
  margin-top: 10px;
}

span.spacing
{
  visibility: hidden;
}



