@charset "utf-8";
body {
	background:#FFFFFF;
	margin:0; padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center;
}
.container {
	margin: 0 auto;   /* align for good browsers */
	margin-top:30px;
	text-align: center; /* counter the body center */
	width: 800px;
}

/* Header */

.headerHolder {
	width:800px;
	height:69px;
	margin-bottom:6px;
	text-align:left;
}
.headerHolderLogo {
	width:167px;
	height:69px;
	float:left;
}
.headerHolderCallFor {
	width:321px;
	height:41px;
	float:right;
	margin-top:28px;
}

/* Main Body */

.bodyHolder {
	width:798px;
	border:#939393 1px solid;
}
.bodyHolderClear{
	margin:0px;
	padding:0px;
	clear:both;
	height:1px;
	width:738px;
	font-size:1px;
}
.contentHolder {
	width:738px;
	padding:30px;
	text-align:left;
}
.contentHolderClear{
	margin:0px;
	padding:0px;
	clear:both;
	height:1px;
	width:738px;
	font-size:1px;
}

/* Navigation Bar */

.navigationHolder{
	width:798px;
	height:33px;
}
.homeBtn {
	width:82px;
	height:33px;
	float:left;
}
.mortgagesBtn {
	width:99px;
	height:33px;
	float:left;
}
.remortgagesBtn {
	width:112px;
	height:33px;
	float:left;
}
.lifeAssuranceBtn {
	width:117px;
	height:33px;
	float:left;
}
.otherServicesBtn {
	width:118px;
	height:33px;
	float:left;
}
.meetTheTeamBtn {
	width:126px;
	height:33px;
	float:left;
}
.contactBtn {
	width:80px;
	height:33px;
	float:left;
}
.navigationSpacer {
	width:64px;
	height:33px;
	float:left;
	background:url(../images/nav_right_spacer.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

/* Footer */

.footerHolder {
	text-align:center;
	width:398px;
	height:39px;
	background:url(../images/footer_background.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:11px;
	padding-left:200px;
	padding-right:200px;
	padding-top:10px;
}
.footerText {
	margin-top:8px;
	width:345px;
	font-size:11px;
	color:#FFFFFF;
	float:left;
}
.footerText a{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
.footerImage {
	width:46px;
	height:24px;
	float:right;
}

/* Bottom Text */

.siteMap {
	margin-top:10px;
	font-size:10px;
	color:#9C9C9C;
	text-align:center;
	text-decoration:none;
}
.siteMap a{
	font-size:10px;
	color:#818181;
	text-decoration:underline;
}
.siteMap a:hover{
	font-size:10px;
	color:#818181;
	text-decoration:none;

}
.bottomText {
	width:798px;
	color:#9C9C9C;
	font-size:10px;
	text-align:center;
	margin-top:15px;
	text-decoration:none;
	line-height:16px;
	margin-bottom:15px;
}
.bottomText a {
	color:#818181;
	font-size:10px;
	text-decoration:underline;
}
.bottomText a:hover {
	color:#818181;
	font-size:10px;
	text-decoration:none;
}

/* Homepage */

.homepageContentHolderLeft{
	width:286px;
	float:left;
}
.homepageContentTitle{
	width:286px;
	height:33px;
	margin-bottom:15px;
}
.homepageContent{
	width:286px;
	line-height:18px;
	text-align:justify;
	color:#5B5B5B;
}

.homepageContentHolderRight{
	margin-top:45px;
	width:412px;
	height:395px;
	float:right;
}

.homepageQuote{
	width:738px;
	text-align:center;
	height:38px;
	margin-top:10px;
}

/* Mortgages */

.mortgageContentHolderLeft{
	width:286px;
	float:left;
}
.mortgageContentTitle{
	width:286px;
	height:33px;
	margin-bottom:15px;
}
.mortgageContent{
	width:286px;
	line-height:18px;
	text-align:justify;
	color:#5B5B5B;
}

.mortgageContentHolderRight{
	margin-top:45px;
	width:412px;
	height:346px;
	float:right;
}
.mortgageContentRightImage{
	width:412px;
	height:346px;
	margin-bottom:15px;
}
.mortgageContentRightText{
	margin-left:9px;
	margin-right:9px;
	width:394px;
	line-height:18px;
	text-align:center;
	color:#5B5B5B;
	text-decoration:none;
}
.mortgageContentRightText a{
	line-height:18px;
	color:#009E78;
	font-weight:bold;
	text-decoration:none;
}
.mortgageContentRightText a:hover{
	line-height:18px;
	color:#009E78;
	font-weight:bold;
	text-decoration:underline;
}

/* remortgages */

.remortgageContentHolderLeft{
	width:430px;
	float:left;
}
.remortgageContentTitle{
	width:286px;
	height:33px;
	margin-bottom:12px;
}
.remortgageImage{
	width:430px;
	height:459
}

.remortgageContentHolderRight{
	margin-top:45px;
	width:279px;
	float:right;
}
.remortgageContentRightText{
	width:279px;
	line-height:18px;
	color:#5B5B5B;
	text-decoration:none;
}
.remortgageContentRightText a{
	width:279px;
	line-height:18px;
	color:#009E78;
	font-weight:bold;
	text-decoration:none;
}
.remortgageContentRightText a:hover{
	text-decoration:underline;
	color:#009E78;
	font-weight:bold;
}

/* Life Assurance */

.lifeAssuranceContentHolderLeft{
	width:434px;
	float:left;
}
.lifeAssuranceContentTitle{
	width:286px;
	height:33px;
	margin-bottom:12px;
}
.lifeAssuranceImage{
	width:434px;
	height:295px;
}
.lifeAssuranceContentTop {
	margin-bottom:15px;
	line-height:18px;
	color:#5B5B5B;
}

.lifeAssuranceContentHolderRight {
	width:279px;
	float:right;
}
.lifeAssuranceContentRightText {
	width:279px;
	line-height:18px;
	color:#5B5B5B;
	text-decoration:none;
}
.lifeAssuranceContentRightText a {
	width:279px;
	line-height:18px;
	color:#009E78;
	font-weight:bold;
	text-decoration:none;
}
.lifeAssuranceContentRightText a:hover{
	text-decoration:underline;
	color:#009E78;
	font-weight:bold;
}

/* Other Services */

.otherServicesContentHolderLeft {
	width:252px;
	float:left;
	line-height:28px;
	color:#009E78;
	font-weight:bold;
}
.otherServicesContentHolderLeft ul{
	padding-left:18px;
	margin:0px;
}
.otherServicesContentHolderLeft li{
	padding-left:20px;
}
.otherServicesContentHolderRight {
	width:457px;
	height:311px;
	float:right;
}
.otherServicesBottomText{
	width:737px;
	margin-top:20px;
	line-height:18px;
	color:#5B5B5B;
	text-align:center;
	text-decoration:none;
}
.otherServicesBottomText a{
	color:#009E78;
	font-weight:bold;
	text-decoration:none;
}
.otherServicesBottomText a:hover{
	color:#009E78;
	font-weight:bold;
	text-decoration:underline;
}


/* Meet the Team */

.meetTheTeamContentTitle{
	width:286px;
	height:33px;
	margin-bottom:12px;
}
.meetTheTeamPersonHolder {
	width:737px;
}
.meetTheTeamPersonHolderClear{
	width:737px;
	height:1px;
	font-size:1px;
	padding:0px;
	margin:0px;
	clear:both;
}
.meetTheTeamImage{
	width:158px;
	height:211px;
	float:left;
}
.meetTheTeamRight{
	width:551px;
	float:right;
}
.meetTheTeamName{
	color:#009E78;
	font-weight:bold;
	margin-bottom:20px;
}
.meetTheTeamDescription{
	line-height:18px;
	color:#5B5B5B;
	margin-bottom:20px;
	text-align:justify;
}
.meetTheTeamEmail{
	line-height:18px;
	color:#5B5B5B;
	text-decoration:none;
}
.meetTheTeamEmail a{
	color:#009E78;
	font-weight:bold;
	text-decoration:none;
}
.meetTheTeamEmail a:hover{
	color:#009E78;
	font-weight:bold;
	text-decoration:underline;
}
.meetTheTeamDivide{
	height:11px;
	margin-top:20px;
	margin-bottom:25px;
	background:url(../images/meet_the_team_divide.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

/* Contact */
.contactContentTitle{
	width:286px;
	height:33px;
	margin-bottom:12px;
}
.contactContentHolderLeft {
	width:295px;
	float:left;
	color:#5B5B5B;
}
.contactLeftText{
	width:295px;
	line-height:18px;
	color:#5B5B5B;
	margin-bottom:5px;
}
.contactLeftTextTop{
	line-height:18px;
	margin-bottom:15px;
}
.contactLeftTextLeft{
	width:100px;
	float:left;
	margin-bottom:10px;
}
.contactLeftTextRight{
	width:190px;
	float:right;
	margin-bottom:10px;
	text-decoration:none;
}
.contactLeftTextRight a{
	color:#009E78;
	font-weight:bold;
	text-decoration:none;
}
.contactLeftTextRight a:hover{
	color:#009E78;
	font-weight:bold;
	text-decoration:underline;
}
.contactLeftTextClear{
	clear:both;
	height:1px;
	font-size:1px;
	width:295px;
	padding:0px;
	margin:0px;
}
.contactLeftImage{
	width:295px;
	height:302px;
}
.contactContentHolderRight{
	width:324px;
	float:right;
	color:#5B5B5B;
	margin-right:30px;
}
.contactContentHolderRightTop{
	width:324px;
	line-height:18px;
	color:#5B5B5B;
	margin-bottom:15px;
	text-align:justify;
}
.contactFormHolder{
	height:24px;
	width:324px;
	margin-bottom:12px;
}
.contactFormLabels{
	color:#009E78;
	width:102px;
	padding-top:6px;
	height:18px;
	float:left;
}
.contactFormInput{
	width:207px;
	height:24px;
	float:right;
}
.contactFormInput input{
	font-size:12px;
	color:#5B5B5B;
	width:199px;
	padding-top:4px;
	padding-left:4px;
	padding-right:4px;
	height:20px;
	border:#999999 1px solid;
}
.contactFormInput select{
	font-size:12px;
	color:#5B5B5B;
	width:209px;
	padding:4px;
	height:24px;
	border:#999999 1px solid;
}
.contactFormEnquiry textarea{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5B5B5B;
	width:199px;
	padding-top:4px;
	padding-left:4px;
	padding-right:4px;
	height:114px;
	border:#999999 1px solid;
}
.contactFormEnquiry{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5B5B5B;
	width:207px;
	height:114px;
	float:right;
}
.contactFormHolderEnquiry{
	height:114px;
	width:324px;
	margin-bottom:12px;
}
.contactFormHolderSubmit{
	margin-left:117px;
	height:41px;
	width:207px;
	text-align:center;
}

/* Privacy */

.privacyContent{
	width:738px;
	line-height:18px;
	text-align:justify;
	color:#5B5B5B;
}
.privacyHeadings{
	height:20px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:14px;
}

/* General Spans */

.greenBoldText {
	color:#009E78;
	font-weight:bold;
}