/* CSS Document */

div#container
{
  text-align: left;
}

h1.splash
{
  font-size: 1.2em;
  font-weight: normal;
  padding: 10px 20px 5px 0px;
}

h1 a
{
  text-decoration: none;
}

p.splashtext
{
  font-size: .8em;
  line-height: 16px;
  padding: 5px 40px 10px 25px; 
}

p.righttext
{
  font-size: .8em;
  line-height: 16px;
  padding: 0px 30px 10px 10px; 
}

p.testtext
{
  font-size: .8em;
  line-height: 16px;
  padding: 0px 10px 0px 0px;
  font-family: georgia, serif;
  font-style: italic;
}

p.testsig
{
  font-size: .7em;
  line-height: 16px;
  padding: 10px 20px 0px 0px;
  font-weight: bold;
}

p.testsiglink
{
  font-size: .8em;
  line-height: 16px;
  padding: 10px 30px 10px 0px;
}

#pscroller1
{
width: 210px;
height: 170px;
padding: 0px;
}


p.splashtext a, p.testsiglink a, p.righttext a
{
  text-decoration: none;
}

p.splashtext a:hover, p.testsiglink a:hover, p.righttext a:hover
{
  text-decoration: underline;
}

div#leftcol
{
  float: left;
  width: 726px;
}

div#leftcol h1
{
  font-size: 1.2em;
  font-weight: normal;
  padding: 10px 0px 0px 25px;
}


div#leftcol img
{
  border: 1px solid #777777; /* med grey */
}

div#larrowdiv
{
  float: left;
  width: 17px;
  height: 29px;
  margin: 65px 0px 77px 27px;
  *margin: 65px 0px 77px 18px;
  background: #ffffff url(images/leftarrowdisabled.jpg) top left no-repeat;
}

div#larrowldiv
{
  float: left;
  width: 17px;
  height: 29px;
  margin: 35px 0px 16px 27px;
  *margin: 35px 0px 16px 18px;
  background: #ffffff url(images/leftarrowdisabled.jpg) top left no-repeat;
}

div#larrowdiv a, div#larrowldiv a
{
  display: block;
  width: 17px;
  height: 29px;
  text-decoration: none;
}

div#rarrowdiv
{
  float: left;
  width: 17px;
  height: 29px;
  margin: 65px 0px 77px 0px;
  background: #ffffff url(images/rightarrow.jpg) top left no-repeat;
}

div#rarrowldiv
{
  float: left;
  width: 17px;
  height: 29px;
  margin: 35px 0px 16px 0px;
  background: #ffffff url(images/rightarrow.jpg) top left no-repeat;
}

div#rarrowdiv a, div#rarrowldiv a
{
  display: block;
  width: 17px;
  height: 29px;
  text-decoration: none;
}


div#web, div#logos
{
  float: left;
  height: 170px;
  width: 624px;
  padding: 20px 5px 10px 5px;
  overflow: hidden;
}

div#logos
{
  height: 90px;
}

div#webinside
{
  height: 170px;
  width: 6300px;
  margin-left: 0px;
}

div#logosinside
{
  height: 80px;
  width: 1404px;
  margin-left: 0px;
}

div.webclient
{
  float: left;
  height: 170px;
  width: 208px;
  text-align: center;
}

div.logo
{
  float: left;
  width: 156px;
  height: 80px;
  text-align: center;
}

div.webclient div.name p
{
  padding-top: 5px;
  font-size: .7em;
}

div.webclient div.name p span.company
{
  font-weight: bold;
}

