body {
  width: 100%;
  height: 100%;
  xbackground: #DDD;
  font-family: arial, "lucida console", sans-serif;
  font-size: 10pt;
}

a {
  color: #000;
}

.container {
  width: 700px;
  text-align: left;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  color: #333;
}

.header { 
  height: 144px;
  margin-bottom: 5px;
  background-image: url(images/colour.png); 
  background-repeat: repeat-x;
}

.nav, .footer {
  background: rgb(206,65,85);
  color: white;
}

.nav .right {
  float: right;
}

.nav .left {
  float: left;
}

.footer .right {
  float: right;
}

.footer .left {
  float: left;
}

.nav a {
  margin: 10px;
}

.footer a, .nav a {
  font-weight: bold;
  color: #FFF;
}

.nav, .header, .content, .footer {
  width: 100%;
}

.footer{
  border-bottom: none;
  border-top: 1px solid rgb(206,65,85);
  clear: both;
  font-size: 0.8em;
}

dd {
  display: inline;
}

.content div, .footer div, .nav div, .header div {
  padding: 10px; 
}

.subcontainer {
  border-left: 5px solid rgb(206,65,85);
  border-right: 5px solid rgb(206,65,85);
  background: #FFFFFF;
}

h1, h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.content img.right {
  float: right;
  padding-left: 10px;
}

dl {
  width: 50%;
  padding: 0;
}

dt {
  width: 25%;
  float: left;
  margin: 0px;
  padding: .25em;
}

dt {
  clear: left;
}

dd {
  float: left;
  width: 70%;
  margin: 0;
  padding: .25em;
}


li {
  color: rgb(206,65,85);
}

li span {
  color: black;
}


blockquote { quotes: "\201C" "\201D"; } 
blockquote:before { content: open-quote; height: 0px;}
blockquote:after { content: close-quote; height: 25px;} 

blockquote:before, blockquote:after {
    font-weight: bold; 
    color: #999; 
    /*display: block;
    font-size: 2.5em;*/
    width: 25px;
} 

/*blockquote p {
    padding-left:25px;
    padding-right:25px;
}*/


div.testimonials {
    width: 80%;
    margin-left: 10%;
}

div.testimonials h1, div.testimonials h2 {
    margin-left: 0;
}

div.testimonials h1 {
    font-size: 125%;
    margin-bottom: 0;
}

h4 {
    font-size: 100%;
    font-style: italic;
    font-weight: normal;
}

blockquote {
    margin-left:0;
}

span.cite {
    font-size: 75%;
    font-color: #ccc;
    text-align: right;
}

hr {
    width: 80%;
    color: rgb(206,65,85);
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: 10%;
}


