/*-----------------------------------------------------------------------------
Local Style Sheet

$Date: 2008-10-29T18:23:02.301061Z $
$Revision: 1119 $
$Author: RoyF $
$HeadURL: /local/VistaSurveys/trunk/Vista/Pages/VistaSleepAssessment/css/app.css $
website:   www.vistasleepassessment.com

-----------------------------------------------------------------------------*/
body
{
  background: white url(../imgs/backgroundURSRL-1-pix.jpg) repeat-x scroll left top;
}

#doc3, #docFlash
{
  background: transparent url(../imgs/backgroundURSRL.jpg) no-repeat scroll left top;
  height: 200px;
  min-width: 300px;
}

div.flashContent
{
  padding-top: 1em;
  height: 1%;
}

#logoImage
{
  width: 100%;
  height: 200px;
  position: relative;
}
#logoImage ul
{
  margin: 0;
  padding: 0;
  list-style: none;
}

#logoImage a
{
  position: absolute;
  z-index: 3;
  text-indent: -1000em;
}
#logoImage .homeLink a
{
  top: 50px;
  left: 0;
  width: 500px;
  height: 150px;
}
#logoImage .vistastudiesLink a
{
  top: 100px;
  left: 78%;
  width: 213px;
  height: 100px;
}
#logoImage ul li
{
  display: inline;
  margin: 0;
  padding: 0;
  background: none no-repeat 0 0;
}

* html div#side-image
{
  position: absolute;
  top: 105px;
  right: 1%;
	z-index: 1;
  width: 213px;
  height: 100px;
	background: url(../imgs/VISTA-Sleep-Assessment.gif) no-repeat;
}
div[id="side-image"]
{
  position: absolute;
  top: 105px;
  right: 1%;
	z-index: 1;
  width: 213px;
  height: 100px;
	background: url(../imgs/VISTA-Sleep-Assessment.png) no-repeat;
}

div#SSTlogo
{
  display: none;
}

@media print {
  #doc3, #docFlash 
  {
    background: transparent none;
  }

  #doc3 #content, #docFlash #content
  {
    position: static; top: 0; left: 0;
    width: auto;
    padding: 0;
    margin: 0 auto;
  }
}