﻿/*static pages style*/

/*static anchors in faq page*/
a.staticLinks:link {color:red; font-size: 0.9em; text-decoration:none}
a.staticLinks:visited {color:red; font-size: 0.9em; text-decoration:none}
a.staticLinks:hover {color:red; font-size: 0.9em; text-decoration:underline}
a.staticLinks:active {color:red; font-size: 0.9em; text-decoration:none}

/*page subheadings with blue bar image*/
.subTitle
{
    height:19px;
    width:700px;
    color:#FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding-left:4px;
    vertical-align:middle;
    background: #FFFFFF url(../../property/images/subheadStatic.jpg) no-repeat top;
}

/*FAQ page*/
.faqs
{
	width:90%;
	padding:0px;
	font-family:Verdana,Sans-Serif;
}

h2
{
	font-size:1em;
	font-weight:bold;	
}

a.smallText:link {color:#FF3300; font-size: 0.85em; text-decoration:none;}
a.smallText:visited {color:#FF3300; font-size: 0.85em; text-decoration:none}
a.smallText:hover {color:#FF3300; font-size: 0.85em; text-decoration:underline}
a.smallText:active {color:#FF3300; font-size: 0.85em; text-decoration:none}

/*terms and conditions page*/
.leftColumn
{
	float:left;
	width: 260px;
}

.rightColumn
{
	float:right;
}

.terms
{
	width:90%;
	padding:0px;
	font-family:Verdana,Sans-Serif;
}

h2
{
	font-size:1em;
	font-weight:bold;	
}

/*site map styles*/
a.sitemap:link {color:#0167CC; text-decoration:none;}
a.sitemap:visited {color:#0167CC; text-decoration:none}
a.sitemap:hover {color:#0167CC; text-decoration:underline}
a.sitemap:active {color:#0167CC; text-decoration:none}

/*news section styles*/
.news
{
	color: #0167CC;
	font-weight: bold;
}


/*news section styles*/
.testimonials
{
	color: #0167CC;
	background-color: #D9ECFF;
	padding: 5px;
	border: 1px solid #0167CC;
}

	
