﻿/* Business Property Solution
--------------------------------------------------------------------------------------- */

#Container #Content
{
	background: url('/images/content-bg-bps.png') repeat-x top left;
}


/* Headings
-------------------------- */

#Container #Content h2
{
	margin-top: 25px;
	color: #25492F;
}

#Container #Content h3
{
	color: #25492F;
	border-color: #C2E0CB;
}


/* Bulleted Lists
-------------------------- */

#Container #Content ul li
{
	background-image: url('/images/bullet-bps.gif');
}


/* Generic Text
-------------------------- 

#Container #Content p
{
	color: #25492F;
}

#Container #Content a
{
	color: #25492F;
	border-color: #C2E0CB;
}

#Container #Content a:hover
{
	background-color: #F2F9F7;
}*/


/* Testimonial(s)
-------------------------- */

#Content .Testimonial
{
	float: left;
	display: inline;
	width: 540px;
	margin: 10px;
	padding: 0;
	border: none;
}

#Content .Testimonial h4
{
	float: left;
	display: inline;
	margin: 0;
	padding: 10px;
	width: 310px;
	background: url('/images/quote-name-bg-bps.png') no-repeat bottom left;
	font-size: 1.1em;
	font-weight: normal;
	color: #001F42;
}

#Content .Testimonial h4 small
{
	color: #8EC3ED;
}

#Content .Testimonial blockquote
{
	float: left;
	display: inline;
	width: 298px;
	margin: 0;
	padding: 15px;
	border: solid #CAE3D1;
	border-width: 0 1px 1px 1px;
	background: #F4F9FD url('/images/quote-text-bg-bps.png') repeat-x bottom;
	font-size: 1.2em;
	color: #25492F;
	line-height: 1.7em;
}

#Content .Testimonial img.Portrait
{
	float: left;
	display: inline;
	margin: 5px 0 0 10px;
	padding: 5px 5px 10px 5px;
	background: url('/images/quote-photo-bg-portrait.png') no-repeat top left;
}

#Content .Testimonial img.Landscape
{
	float: left;
	display: inline;
	margin: 5px 0 0 10px;
	padding: 6px 5px 10px 6px;
	background: url('/images/quote-photo-bg-landscape.png') no-repeat top left;
}

#Container #Content .Alternate h4
{
	float: right;
}

#Container #Content .Alternate blockquote
{
	float: right;
}

#Container #Content .Alternate img
{
	float: right;
	margin-right: 10px;
}