/* CSS Document */

/*-------------------------------------------------------- HTML TAGS --------------------------------------------------------*/
a
{
	color: #787979;
}

/*----------------------------------------------------- IDs AND CLASSES -----------------------------------------------------*/
#body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 77.5%;
	color: #787979;
	line-height: 1.8em;
}

#containerTop
{
	background-image: url("../Images/PageTop_Stripe.jpg");
	background-repeat: repeat-x;
}

#container
{
	background-image: url("../Images/Container_Back.jpg");
	background-repeat: no-repeat;
}

#separatorContent
{
	background-image: url("../Images/Separator_Content.jpg");
	background-repeat: no-repeat;
}

#containerBottom
{
	background-image: url("../Images/PageBottom_Stripe.jpg");
	background-repeat: repeat-x;
}

#footer
{
	color: #ffffff;
	font-size: 0.9em;
}

#footer a
{
	color: #ffffff;
}

#footer a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.footerLink
{
	background-image: url("../Images/Arrow_FooterLink.jpg");
	background-repeat: no-repeat;
	background-position: center left;
}

.footerLink a
{
	color: #ffffff;
	text-decoration: none;
}

.footerLink a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.footerLink.active a
{
	color: #ffffff;
	text-decoration: underline;
}

.footerLink.active a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* HOME PAGE */

#bannerHomePage
{
	background-image: url("../Images/Banner_HomePage.jpg");
	background-repeat: no-repeat;
}

#titleProfessionalConsultancy
{
	background-image: url("../Images/Title_ProfessionalConsultancy.jpg");
	background-repeat: no-repeat;
}

#quoteBoxTop
{
	background-image: url("../Images/QuoteBox_Top.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
}

#quoteBoxMiddle
{
	background-image: url("../Images/QuoteBox_Stripe.jpg");
	background-repeat: repeat-y;
	color: 6c7985#;
}

#quoteBoxBottom
{
	background-image: url("../Images/QuoteBox_Bottom.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

.quoteBoxTitle
{
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}

/* SERVICES PAGE */
#servicesTable
{
	background-color: #f2f2f2;
}

#servicesTable td
{
	background-color: #f2f2f2;
	color: #4b6677;
}

/* SERVICES MENU */

#titleOurServices
{
	background-image: url("../Images/Title_OurServices.jpg");
	background-repeat: no-repeat;
}

.menuItemServices
{
	background-image: url("../Images/MenuItem_Services.jpg");
	background-repeat: no-repeat;
	font-size: 0.9em;
}

.menuItemServices a
{
	color: #787979;
	text-decoration: none;
}

.menuItemServices a:hover
{
	color: #787979;
	text-decoration: underline;
}

.menuItemServices.active a
{
	color: #787979;
	text-decoration: underline;
}

.menuItemServices.active a:hover
{
	color: #787979;
	text-decoration: underline;
}

#footerOurServices
{
	background-image: url("../Images/Logo_FSA.jpg");
	background-repeat: no-repeat;
}

/* VARIOUS PAGE TITLES */
#titleContact
{
	background-image: url("../Images/Title_Contact.jpg");
	background-repeat: no-repeat;
}

#titleServices
{
	background-image: url("../Images/Title_Services.jpg");
	background-repeat: no-repeat;
}

#titleFinancialReviews
{
	background-image: url("../Images/Title_FinancialReviews.jpg");
	background-repeat: no-repeat;
}

#titleClaritas
{
	background-image: url("../Images/Title_Claritas.jpg");
	background-repeat: no-repeat;
}

#titleMortgages
{
	background-image: url("../Images/Title_Mortgages.jpg");
	background-repeat: no-repeat;
}

#titleInvestments
{
	background-image: url("../Images/Title_Investments.jpg");
	background-repeat: no-repeat;
}

#titleDivorce
{
	background-image: url("../Images/Title_Divorce.jpg");
	background-repeat: no-repeat;
}

#titlePensions
{
	background-image: url("../Images/Title_Pensions.jpg");
	background-repeat: no-repeat;
}

#titleWills
{
	background-image: url("../Images/Title_Wills.jpg");
	background-repeat: no-repeat;
}

#titleSecurity
{
	background-image: url("../Images/Title_Security.jpg");
	background-repeat: no-repeat;
}

#titleCharges
{
	background-image: url("../Images/Title_Charges.jpg");
	background-repeat: no-repeat;
}

#titleClaritasDetails
{
	background-image: url("../Images/Title_ClaritasDetails.jpg");
	background-repeat: no-repeat;
}

/* STYLING CLASSES */

.right
{
	text-align: right;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.center
{
	text-align: center;
}

.pageHeading
{
	color: #4b6576;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
}

.contentHeading1
{
	color: #4b6576;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

