#sitesLayer
{
  margin-left: -380px;
  width: 760px;
  height: 370px;
  background-image: url('../images/sites_popup.jpg');
  color: #fff;
  margin-top: -185px;
}

#ecograLayer
{
  margin-left: -293px;
  width: 586px;
  margin-top: -266px;
}

#sitesLayer #siteHandle
{
	background-color: transparent;
	text-align: right;
	font-size: 10px;
  position: relative;
  top: 10px;
  cursor:move;
}

#sitesLayer #siteHandle a
{
	color: #ffffff;
}

#sitesLayer  #sitesMessage
{
  font-family: Times;
  position: relative;
  font-size: 16px;
  top: 30px;
  left: 270px;
}

#sitesLayer  #sitesIntro
{
  font-family: Times;
  font-size: 16x;
  text-align: left;
  margin-bottom: 20px;
}

#sitesLayer  #sitesContent, #ecograLayer #ecograContent
{
  width: 100%;
}

#sitesLayer  #sitesContent
{
  position: relative;
  top: 70px;
}

#sitesLayer #sitesWrapper
{
  width: 630px; /*can be whatever width you want*/
  margin: 0 auto; /*this is the bit that centers it*/
  overflow: hidden; /*this will clear your floats*/
  font-family: Times;
  font-size: 15px;
}

#sitesLayer .siteData
{
  /* padding:5px; */
}

#sitesLayer .siteData, #sitesLayer .playNowDiv
{
  text-align: center;
  width: 200px;
  float: left;
  display: inline;
}

#sitesLayer .siteData .siteLogo
{
  padding: 2px;
  border: 1px solid black;
  margin-bottom: 10px;
  background-color:#FFFFFF;
}

#sitesLayer .siteData p
{
  text-align: left;
}

#sitesLayer .playNowDiv
{
  /* padding-top: 8px; */
  padding-bottom: 8px;
  /* margin-top: 10px; */
}

#sitesLayer .playNowLink 
{
  color: #fff;
  padding: 8px 20px 8px 20px;
  background-image: url('../images/dialog-short.png');
  text-decoration: none;
}

#sitesLayer .playNowLink:hover
{
  color: #f8bb2d;
}

#ecograLayer iframe { border: 1px solid #000; }
