﻿/* Meadow Green: #8b9858
 * Sky Blue: #adbcc9
 * Sun Yellow: #deb961*/

h1 {
  margin: 26px 0 -2px 0;
  font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 2.1em;
  letter-spacing: 0.0em;
  color: #884520;
  color: #5091c9;
	color: #a02225;
	color: #bf292c;
	color: #bf2846;
}

h2 {
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  font-size: 1.4em;
  color: #763727;
  color: #8f6d21;
  color: #005fab;
  color: #785240;
  border-top: #666 2px dotted;
  padding-top: 6px;
  width: 97%;
  margin: 47px 0 0 0;
}

h3 {
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
	font-style: italic;
  font-size: 1.15em;
  color: #444;
  margin: 20px 0 0 0;
}

div#content p, div#content li {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1.1em;
  line-height: 1.6em;
  letter-spacing: 0.01em;
  color: #333;
}

* + h1 {
	margin-top: 47px;
}

div#content p {
	margin: 15px 0 0 0; 
}

div#content h2 + p {
	margin-top: 11px;
}

div#content h1 + h2 {
	margin-top: 32px;
}

img.left-photo {
  border: 2px solid #deb961;
  float: left; 
  margin: 1.6em 20px 10px 0; 
}

img.right-photo {
  border: 2px solid #deb961;
  float: right; 
  margin: 1.6em 0 10px 20px; 
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div#content ul {
  margin: 10px 0 0 18px;
}

div#content ul li {
  padding: 0 0 3px 19px;
  line-height: 1.5em;
  background: transparent url('../images/bullet-light-pink-11.gif') no-repeat left 7px;
}

div#content a:link {
  text-decoration: none;
  color: #338033;
  border-bottom: 1px #c8c8ad dotted;
}

div#content a:visited {
  color: #813a00;  
  text-decoration: none;
  border-bottom: 1px #c8c8ad dotted;
}

div#content a:hover {
  background-color: #fff1b8;
  color: #333;
  border-bottom: 1px #c8c8ad solid;
}

div#content a:active {
  background-color: #fff1b8;
  color: #813a00;
  border-bottom: 0;
}

div#content em {
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0.025em;
	margin: 1px;
	color: #000;
}

/* *** Testimonials *** */

div#testimonials {
	width: 457px;
	margin: 30px auto;
}

div#testimonials p {
	margin: 40px auto 0 0;
	padding: 0 0 68px 0;
	background: #ffffe8 url('../images/stones-seperator-80.gif') no-repeat scroll 47% bottom;
	line-height: 1.65em;
	text-indent: 1em;
}

/*
div#testimonials p:after {
	content: url('../images/stones-seperator-80.gif'); 
	display: block; 
	margin: 25px 0 33px 130px;
}
*/

div#testimonials p cite {
	position: relative;
	left: 1.1em;
}


/* *** Contact *** */

p#phone {
	background: transparent url('../images/phone-icon.gif') no-repeat scroll left 45%;
	padding: 2px 0 0 50px;
	color: #000;
}

p#email {
	background: transparent url('../images/email-icon.gif') no-repeat scroll left 4px;
	padding: 7px 0 0 50px;
	min-height: 32px;
	line-height: 32px;
	word-spacing: 0.07em;
	color: #000;
}

.highlight {
	color: #000;
	background-color: #ffffcc;
	padding: 1px;
}



















