﻿h1
{
  font-family: Palatino Linotype, Comic Sans MS;
	font-size: 2em;
	color: #000066;
	font: bold;
	line-height:2em;
}

h2
{
  font-family: Palatino Linotype, Comic Sans MS;
	font-size: 1.7em;
	color: #000066;
	font: bold;
}

.BoldGreen
{
  font-weight:bold;
  color:#366813;
}

.Green
{
  color:#366813;
}

.Blue
{
  color: #000066;
}

.TestimonialHeader
{
  font-style:italic;
  background:url('../content/images/style/quote-upperleft.png') no-repeat top left;
  font-weight:bold;
  height:27px;
  font-size:1.5em;
  margin-bottom:0px;
  display:inline-block;
  padding-left:10px;
}

.TestimonialContent
{
  font-style:italic;
  background:url('../content/images/style/quote-lowerRight.png') no-repeat bottom right;
  min-height:27px;
  display:block;

}

p
{
    margin-bottom: 20px;
    line-height: 1.6em;
    font-family: Palatino Linotype, Comic Sans MS, Sans-Serif;
}

ul
{
  list-style:none;
}

.Left
{
  float:left;
}

.Right
{
  float:right;
}

.LeftImage
{
  float:left;
  padding:10px 10px 10px 10px;
  border: solid 1px #366813;
  margin:0px 10px 5px 0px;
}

.RightImage
{
  float:right;
  padding:10px 10px 10px 10px;
  border: solid 1px #366813;
  margin:0px  0px 5px 10px;
}

.Padding
{
  padding:10px;
}

.ImageNoFloat
{
  padding:10px 10px 10px 10px;
  border: solid 1px #366813;
  margin:5px;
}
ul.CredentialsList
{
  list-style:none;
  padding:3px;
  
}

li.CredentialsList
{
  margin-left:20px;
}