/* M. P. O'Neil Integrated Web Solutions */
body
{
  background: #1b2936 url('../layout/background.png') no-repeat center top;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}

#document, #header
{
  margin: auto;
  background: transparent;
  width: 980px;
}
#header{margin-bottom: 20px;}

#header h1
{
  font-size: 48px;
  line-height: 42px;
  letter-spacing: -2px;
  margin: 0px;
  margin-left: -2px;
  font-weight: bold;
}
#header h2
{
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 1px;
  margin: 0px;
  font-weight: normal;
}

.menuButton
{
  display: block;
  color: #fff;
  margin: 0px 1px 1px 0px;
  background: #171d24 url('../layout/button-background-over.png') no-repeat -175px 0px;
  width: 142px;
  float: left;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  padding-left: 8px;
  clear: left;
  text-decoration:none;
}
.menuButton:hover
{
  color: #171d24;
  cursor: pointer;
  background: url('../layout/button-background-over.png') repeat-x;
}

.contentBlock
{
  float: right;
  background: #171d24;
  width: 829px;
  padding: 0px 0px 10px 0px;
  margin-bottom: 10px;
}
.contentBlock h1
{
  color: #97c2d7;
  font-size: 28px;
  font-weight: normal;
  font-style: italic;
  margin: 10px 0px 10px 20px;
}

.contentBlock h2
{
  color: #97c2d7;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  margin: 10px 0px 10px 30px;
}

.contentBlock p
{
  margin: 5px 20px 20px 30px;
}
.contentBlock a
{
  color: #ffbd4f;
  text-decoration: none;
}
.contentBlock a:hover { text-decoration: underline; }

.contentBlock ul
{
  margin-left: 35px;
}

.footerBlock
{
  background: #316680;
  padding: 5px 0px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-style: italic;
}
.footerBlock p { margin: 5px 0px;}

.testimonyQuote
{
  font-style: italic;
  margin: 5px 20px 5px 30px;
}
.testimonyQuote a { font-style: normal; }
.testimonyAuthor
{
  border-left: solid 4px #fff;
  padding-left: 10px;
  margin: 0px 20px 40px 30px;
}

#clientTable
{
  width: 788px;
  margin-left: 30px;
}
#clientTable td
{
  text-align: center;
  background: #fff;
  width: 195px;
  height: 195px;
  margin: 1px;
  padding: 0px;
  overflow: hidden;
}
#clientTable img
{
  max-width: 185px;
  max-height: 185px;
  margin: 0px;
  padding: 0px;
}