﻿/*
	Styles for Contact Us table
*/

.greenText
{
	color: #089245;
	font-weight: bold;
}



/*
	Styles for About Us page
*/

.aboutChair {
	float: right;
	width: 292px; /* 312px with padding */
	height: 614px; /* 634px with padding */
	padding: 10px;
	background: url(../images/aboutUsChair.jpg) no-repeat left top;
	margin-left: 10px;
	color: #0455a4;
}
.aboutChair h3 {
	color: #fff;
}
.aboutLeft {
	padding:10px 10px 10px 0;
}

.green
{
	color: #81c550;
}

.FAQTable a, .FAQTable a.dot {
	color: #089245;
}
.FAQTable a:hover {
	background-color: #089245;
	color: #fff;
}

.faqnum {
	float: left;
	width: 45px;
}
.faqnum h1 {
	margin: 0.1em 0 0 0;
}

.faq {
	margin-left: 50px;
	margin-right: 70px;
	position: relative;
}
.faqtop {
	position: absolute;
	right: -70px;
	bottom: 26px;
}


/*
	Styles for Become a Consultant page
*/


.blueTitle
{
	color: #0455a4;
	font-weight: bold;
}


/*
	Styles for Links page
*/

.linksTable
{
	width: 100%;
}

.linksTable th
{
	width:40%;
	padding-left:1em;
	text-align:left;
}
.linksTable .desc td
{
	padding-bottom:1em;
}
.linksTable .padbox
{
	text-align:center;
}

/*
	Styles for Terms and Conditions page
*/

.noLink, .noLink a:link, .noLink a:visited
{
	text-decoration: none;
	color: #ec6925;
	font-weight: normal;
	background: none;
}

div.dotGroup{
	background: #fff url(../images/dot.gif) no-repeat 7px 0%;
	padding-left: 30px;
}

.lastUpdated
{
	color: #81c550;
	font-style: italic;
}

.greenTitle
{
	color: #81c550;
}