﻿/* Commercial Property Syndicate
--------------------------------------------------------------------------------------- */

#Container #Content
{
	background: url('/images/content-bg-cps.png') repeat-x top left;
}


/* Headings
-------------------------- */

#Container #Content h2
{
	margin-top: 25px;	
	color: #6D0318;
}

#Container #Content h3
{
	color: #6D0318;
	border-color: #F5BAC6;
}


/* Bulleted Lists
-------------------------- */

#Container #Content ul li
{
	background: url('/images/bullet-cps.gif') no-repeat top left;
}


/* Generic Text
-------------------------- 

#Container #Content p
{
	color: #6D0318;
}

#Container #Content a
{
	color: #6D0318;
	border-color: #F5BAC6;
}

#Container #Content a:hover
{
	background-color: #FEF5F7;
}*/


/* 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-cps.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 #F3B4C0;
	border-width: 0 1px 1px 1px;
	background: #F5F8FC url('/images/quote-text-bg-cps.png') repeat-x bottom;
	font-size: 1.2em;
	color: #6D0318;
	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;
}

#Content .CaseStudyImage
{
	float: right;
	display: inline;
	margin: 0 10px 0 15px;
	padding: 1px;
	border: solid 1px #F5BAC6;
}

#Content #DownloadPDF
{
	float: left;
	display: inline;
	width: 220px;
	margin: 0 0 17px 10px;
	padding: 10px;
	border: dotted #8EC3ED;
	border-width: 0 0 1px 0;
	background: url('/images/login-bg.png') repeat-x bottom;
	text-align: left;
}

#Content #DownloadPDF img
{
	float: left;
	display: inline;
	border: none;
	margin-right: 15px;
}