﻿body {
  background-image: url('images/background.gif');
  background-position: center;
  background-repeat: repeat-y;
  background-color: #CFE0DE; ; /* #F0CFDD */
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
}

h1 {
  font-size: 16px;
  color: #7B9CA8;
  font-weight: normal;
}

h2 {
  font-size: 14px;
  color: #B00C41;
  font-weight: normal;
}

h3 {
  font-size: 16px;
  color: #7B9CA8;
  font-weight: normal;
  padding-bottom: 5px;
  border-bottom: 1px solid #B00C41;
}

blockquote {
  color: #576f78;
  font-size: 12px;
}

blockquote b {
  color: #B00C41;
}

a {
 color: #B00C41;
}

img {
  border: none;
}

ul {
  padding-left: 20px;
  margin: 0px;
}

table {
  font-size: 11px;
}

td {
  padding-bottom: 10px;
  padding-right: 10px;
}

.page {
  width: 798px;
  text-align: left;
}

.logo {
  padding: 40px 40px 20px 40px;
}

.menuTop {
  background-image: url('images/menu-background.jpg');
  height: 10px;
}

.menu {
  padding-left: 40px;
  background-color: white; /* #7B9CA8 */
  background-image: url('images/menu-background.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  border-bottom: 1px solid #7B9CA8; /* #546A6E */
}

.menu a {
  bottom: -1px;
  position: relative;
  text-decoration: none;
  color: #546A6E;
  font-size: 11px;
  padding-right: 10px;
  display: block;
  float: left;
  padding: 8px;
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 1px;
}

.menu .selected {
  bottom: -1px;
  position: relative;
  text-decoration: none;
  font-size: 11px;
  background-color: white;
  background-image: url('images/menu-selection.jpg');
  background-repeat: repeat-x;
  color: #B00C41;
  display: block;
  float: left;
  border-top: 1px solid #546A6E;
  border-left: 1px solid #546A6E;
  border-right: 1px solid #546A6E;
  margin-top: 4px;
  padding: 4px 8px 8px 8px;
}

.linkList {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.linkList li {
  background-image: url('images/bullet.jpg');
  background-repeat: no-repeat;
  background-position: 0 0.5em;
  padding-left: 30px;
  line-height: 2em;
}

.linkList li a {
  font-size: 14px;
  font-weight: normal;
}

.break {
  clear: both;
}

.content {
  padding: 30px 40px 40px 40px;
  line-height: 1.5em;
  font-size: 13px;
}

.copyright {
  position: relative;
  padding: 0px 40px 40px 40px;
  font-size: 10px;
  color: #999;
}

.copyright a {
  color: #666;
}

.client {
  display: block;
  width: 33%;
  float: left;
  padding-bottom: 10px;
  text-align: center;
}

.client img {
  height: 70px;
  width: auto;
} 

.client a {
  display: block;
  font-size: 10px;
}

.leftColumn {
	float: left;
	width: 220px;
}

.rightColumn {
	float: left;
	width: 480px;
}

.quote, .sideQuote {
  color: #395750
}

.sideQuote {
  float: right; 
  width: 280px; 
  padding: 10px;
  margin-left: 20px;
  background: #dcebe8;
  border: 1px solid #7b9da8;
}

