/* Import */
@import url(Styles/GSearch.css);

/*------------------BACKGROUND PROPERTIES-----------------------*/
* html {
	margin:0px;
	padding:0px;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	background-image: url(images/bkground.gif);
	background-color:#FFFFFF;
	background-repeat: repeat-x;
}
*html body {
	background-image: url(images/bkground2.gif);
}
#bgTop{
	background:transparent url(images/bground_top.gif) no-repeat center top;
}
*html #bgTop{
	background:transparent url(images/bground_top2.gif) no-repeat center top;
}

/* New Pensions Calculator */

.pensioncalculator td.colone p
{
	margin-bottom: 10px;
}

/*-----------------------TEXT PROPERTIES-------------------------*/


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:20px;
	color: #333333;
	margin:0px;
	padding:10px 0px;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height:20px;
	color: #333333;
	margin:0px;
	padding:10px 0px;
}
.smallTextBlk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:20px;
	color: #333333;
	margin:0px;
	padding:10px 0px;
}
.smallTextGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:20px;
	color: #666666;
	margin:0px;
	padding:10px 0px;
}
a:link {color:#990000;}
a:visited {color:#990000;}
a:hover {color:#333333;}
a:active {color:#333333;}

a.arrowlink:link, a.arrowlink:visited {
	color: #990000;
	margin:0px;
	background-position: left 5px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	padding-left:12px;
	background-image: url(images/arrow_link.gif);
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 0px;
}

a.arrowlink:hover, a.arrowlink:active {
	color: #333333;
	margin:0px;
	background-position: left 5px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	padding-left:12px;
	background-image: url(images/arrow_link.gif);
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 0px;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:18px;
	color: #666666;
	margin:0px;
	padding:0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	color: #333333;
	margin:0px;
	padding:0px 0px 7px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #660000;
	margin:0px;
	padding:15px 0px 0px;
}
#mainTextFeatured p {
	padding:5px 0px 10px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	margin:0px;
	padding:0px;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	padding: 0px;
	margin: 0px;
}
ul.bulletPoint {
	margin-top:5px;
}
li.disc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:20px;
	color: #333333;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	list-style:none;
	background-position: 0px 7px;
}
li.discSm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:20px;
	color: #333333;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	list-style:none;
	background-position: 0px 7px;
}
.alignLeft {
	float:left;
	padding-right: 10px;
}
.tableFont {
	margin:0px;
	padding:0px;
}
.tableFont p {
	margin-right:15px;
}

.style1 {
color:red;
}
/*-----------------------CONTAINERS-----------------------------*/
#container {
	margin: 0px auto 0px auto;
	text-align: left;
	width:783px;
}
#columnContainer{
	margin:0px;
	padding:0px;
}
#leftColumn {
	width: 572px;
	float: left;
	margin: 0px 11px 0px 0px;
	padding: 0px;
}
.leftColumnOne{
	float:left;
	width:265px;
	padding: 11px 16px 0px 0px;
	margin-right: 10px;
	vertical-align: bottom;
}
.leftColumnTwo{
	float:left;
	width:265px;
	padding: 11px 16px 0px 0px;
}
#rightColumn{
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#videoContainer {
	width:572px;
	text-align:center;
	margin-top:15px;
}

.flashPlayerDIV 
{
    	width:572px;
	text-align:center;
	margin-top:15px;
	margin-bottom: 30px;
}
/*-----------------------LOGO BANNER----------------------------*/
#banner{
	padding: 0px;
	margin: 0px;
	height: 106px;
}

#logo{
	padding: 0px;
	margin: 0px;
	width:304px;
	height: 106px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float:left;
}
#clientLogin{
	padding: 8px 0px 0px 398px;
	margin: 0px;
	float:left;
	height:15px;
}
#recommend{
	padding: 0px 0px 0px 330px;
	margin: 0px;
	float:left;
}
#phone{
	padding: 0px;
	margin: 15px 0px 0px 228px;
	width:251px;
	height: 53px;
	float:left;
}
.clear{
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
	margin: 0px;
	padding: 0px;
}
.tenSpace{ clear:both; height:11px; font-size:0px; line-height:0px;}
.greyLine{ clear:both; height:1px; font-size:0px; line-height:0px; background-color:#d9d9d9;}
.redLine{ clear:both; height:12px; font-size:0px; line-height:0px; background-color:#666666;}
a.arrowlinkwhite:link {
	color: #FFCC66;
	margin:0px;
	background-position: left 5px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	padding-left:12px;
	background-image: url(images/arrow_yellow.gif);
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 0px;
}
a.arrowlinkwhite:visited {
	color: #FFCC66;
	margin:0px;
	background-position: left 5px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	padding-left:12px;
	background-image: url(images/arrow_yellow.gif);
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 0px;
}

a.arrowlinkwhite:hover {
	color: #FFFFFF;
	margin:0px;
	background-position: left 5px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	padding-left:12px;
	background-image: url(images/arrow_yellow.gif);
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 0px;
}
a.arrowlinkwhite:active {
	color: #FFFFFF;
	margin:0px;
	background-position: left 5px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	padding-left:12px;
	background-image: url(images/arrow_yellow.gif);
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 0px;
}
/*------------------------MENU LINKS-----------------------------*/
#menu {
	width:100%;
	height: 35px;
	padding: 0px;
	margin-left: 2px;
	list-style:none;
	}
#menu li {
	padding: 0px;
	margin: 0px;
	display:inline;
}
.home a {
	display:block;
	float:left;
	width:109px;
	height:35px;
	background-image: url(images/menu_home.gif);
	text-indent: -9999px;
	margin: 0px 3px 0px 0px;
	padding: 0px;
}
.home a:hover {
	display:block;
	float:left;
	width:109px;
	height:35px;
	background-image: url(images/menu_home.gif);
	text-indent: -9999px;
	margin: 0px 3px 0px 0px;
	background-position: 0px 35px;
	padding: 0px;
}
.homeStill a, .homeStill a:hover {
	display:block;
	float:left;
	width:109px;
	height:35px;
	background-image: url(images/menu_home.gif);
	text-indent: -9999px;
	margin: 0px 3px 0px 0px;
	background-position: 0px 35px;
	padding: 0px;
}
.about a {
	display:block;
	float:left;
	width:109px;
	height:35px;
	background-image: url(images/menu_about.gif);
	text-indent: -9999px;
	margin: 0px;
	margin: 0px 3px 0px 0px;
	padding: 0px;
}
.about a:hover {
	display:block;
	float:left;
	width:109px;
	height:35px;
	background-image: url(images/menu_about.gif);
	text-indent: -9999px;
	background-position: 0px 35px;
	margin: 0px 3px 0px 0px;
	padding: 0px;
}
.aboutStill a, .aboutStill a:hover {
	display:block;
	float:left;
	width:109px;
	height:35px;
	background-image: url(images/menu_about.gif);
	text-indent: -9999px;
	background-position: 0px 35px;
	margin: 0px 3px 0px 0px;
	padding: 0px;
}
.whatwedo a {
	display:block;
	float:left;
	width:109px;
	height:35px;
	background-image: url(images/menu_whatwedo.gif);
	text-indent: -9999px;
	margin: 0px 3px 0px 0px;
	padding: 0px;
}
.whatwedo a:hover {
	display:block;
	float:left;
	width:109px;
	height:35px;
	background-image: url(images/menu_whatwedo.gif);
	text-indent: -9999px;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	background-position: 0px 35px;
}
.whatwedoStill a, .whatwedoStill a:hover {
	display:block;
	float:left;
	width:109px;
	height:35px;
	background-image: url(images/menu_whatwedo.gif);
	text-indent: -9999px;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	background-position: 0px 35px;
}
.seminars a {
	display:block;
	float:left;
	width:109px;
	height:35px;
	background-image: url(images/menu_seminars.gif);
	text-indent: -9999px;
	margin: 0px 3px 0px 0px;
	padding: 0px;
}
.seminars a:hover {
	display:block;
	float:left;
	width:109px;
	height:35px;
	background-image: url(images/menu_seminars.gif);
	text-indent: -9999px;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	background-position: 0px 35px;
}
.seminarsStill a, .seminarsStill a:hover {
	display:block;
	float:left;
	width:109px;
	height:35px;
	background-image: url(images/menu_seminars.gif);
	text-indent: -9999px;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	background-position: 0px 35px;
}
.advice a {
	display:block;
	float:left;
	width:109px;
	height:35px;
	background-image: url(images/menu_advice.gif);
	text-indent: -9999px;
	margin: 0px 3px 0px 0px;
	padding: 0px;
}
.advice a:hover {
	display:block;
	float:left;
	width:109px;
	height:35px;
	background-image: url(images/menu_advice.gif);
	text-indent: -9999px;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	background-position: 0px 35px;
}
.adviceStill a, .adviceStill a:hover {
	display:block;
	float:left;
	width:109px;
	height:35px;
	background-image: url(images/menu_advice.gif);
	text-indent: -9999px;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	background-position: 0px 35px;
}
.corporate a {
	display:block;
	float:left;
	width:109px;
	height:35px;
	background-image: url(images/menu_corporate.gif);
	text-indent: -9999px;
	margin: 0px 3px 0px 0px;
	padding: 0px;
}
.corporate a:hover {
	display:block;
	float:left;
	width:109px;
	height:35px;
	background-image: url(images/menu_corporate.gif);
	text-indent: -9999px;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	background-position: 0px 35px;
}
.corporateStill a, .corporateStill a:hover {
	display:block;
	float:left;
	width:109px;
	height:35px;
	background-image: url(images/menu_corporate.gif);
	text-indent: -9999px;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	background-position: 0px 35px;
}
.contact a {
	display:block;
	float:left;
	width:109px;
	height:35px;
	background-image: url(images/menu_contact.gif);
	text-indent: -9999px;
	margin: 0px;
}
.contact a:hover {
	display:block;
	float:left;
	width:109px;
	height:35px;
	background-image: url(images/menu_contact.gif);
	text-indent: -9999px;
	margin:0px;
	background-position: 0px 35px;
}
.contactStill a, .contactStill a:hover {
	display:block;
	float:left;
	width:109px;
	height:35px;
	background-image: url(images/menu_contact.gif);
	text-indent: -9999px;
	margin:0px;
	background-position: 0px 35px;
}
/*----------------HORIZONTAL MENU HOME PAGE----------------------*/
.homeMenuOne{
	width:168px;
	float:left;
	background-color:#990000;
	margin-bottom: 10px;
	padding:8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}

.homeMenuOne a, .homeMenuTwo a {
	color: #ffffff;
	text-decoration:none;
}
.homeMenuOne a:hover, .homeMenuTwo a:hover {
	color: #ffcc00;
	text-decoration:none;
}
.homeMenuColumnOne, .homeMenuColumnTwo {
	width:184px;
	float:left;
	margin-right:10px;
}
.homeMenuColumnTwo {
	margin-right:0px;
}
/*----------------------PICTURE BANNER---------------------------*/
#homePictureBanner, #newsPictureBanner, #aboutPictureBanner, #whatWeDoPictureBanner, #seminarPictureBanner, #advicePictureBanner, #corporatePictureBanner, #contactPictureBanner {
	height:220px;
	background-repeat: no-repeat;
	margin-right: 9px;
	background-position: right;
	padding: 0px;
}
#homePictureBanner {
	background-image: url(images/home_picture.jpg);
}
#newsPictureBanner {
	background-image: url(images/news_picture.jpg);
}
#aboutPictureBanner {
	background-image: url(images/about_picture.jpg);
}
#whatWeDoPictureBanner {
	background-image: url(images/whatwedo_picture.jpg);
}
#seminarPictureBanner {
	background-image: url(images/seminar_picture.jpg);
}
#advicePictureBanner {
	background-image: url(images/advice_picture.jpg);
}
#corporatePictureBanner {
	background-image: url(images/news_picture.jpg);
}
#contactPictureBanner {
	background-image: url(images/contact_picture.jpg);
}
#newsscroll {
	margin-left:111px;
	padding: 5px 0px 0px 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	vertical-align: middle;
	background-image: url(images/latest_news.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
}
#bannertext{
	float:left;
	width:280px;
	padding:0px 15px 15px;
	margin-left:111px;
	text-align: left;
	margin-top:15px;
}
*html #bannertext{
	margin-left:55px;

}
.bannerBlacktext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height:25px;
	color: #666666;
	margin:0px;
	padding:0px;
	background-position: left;
}
.bannerRedText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height:30px;
	font-weight: normal;
	color: #660000;
	margin:0px;
	padding:0px;
}
/*------------------------LEFT COLUMN---------------------------*/
#buttonsContainer{
	margin: 0px;
	padding: 0px;
}
.greyLineSmall{
	clear:both;
	height:1px;
	font-size:0px;
	line-height:0px;
	background-color:#d9d9d9;
	margin-top: 5px;
	margin-bottom: 5px;
}
#mortgagesCalculator{
	float:left;
	width:265px;
	height:99px;
	background-image: url(images/calculator_bgnd.jpg);
	padding: 11px 16px 0px 0px;
	margin-right: 10px;
	text-align:right;
}
#mortageCalcText{
	padding:0px;
	width:175px;
	margin-left:90px;
	text-align:right;
}
#toolsButton{
	margin-top: 7px;
	margin-left:89px;
}
#toolsButton a{
	display:block;
	width:86px;
	height:23px;
	background-image: url(images/tools1.gif);
	text-indent: -9999px;
	margin:0px;
}
#toolsButton a:hover{
	display:block;
	width:86px;
	height:23px;
	background-image: url(images/tools2.gif);
	text-indent: -9999px;
	margin:0px;
}
#clickButton{
	margin: 0px;
	width:86px;
}
#clickButton a{
	display:block;
	width:86px;
	height:23px;
	background-image: url(images/click_here.gif);
	text-indent: -9999px;
	margin:0px;
}
#clickButton a:hover{
	display:block;
	width:86px;
	height:23px;
	background-image: url(images/click_here.gif);
	text-indent: -9999px;
	background-position:0 -23px;
	margin:0px;
}
#mortgagesCalculator h2{
	color: #996600;
	margin:0px;
	padding:0px;
}
#mortgagesCalculator p, #applyOnline p, #chatOnline p, #wealthManagementText p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin:0px;
	padding:0px;
	line-height:14px;
}
#mortgagesCalculator p{
	color: #333333;
}
#applyOnline p, #chatOnline p {
	color: #660000;
}
#wealthManagementText p {
	color: #FFFFFF;
}
#applyOnline{
	float:left;
	width:265px;
	height:99px;
	background-image: url(images/apply_bgnd.gif);
	padding: 11px 0px 0px 16px;
	margin:0px;
	text-align:left;
}
#applyOnlineText{
	margin:0px;
	padding:0px;
	width:168px;
	float:left;
}
#applyOnlineButton{
	margin-top: 69px;
	float:left;
}
#applyOnlineButton a{
	display:block;
	width:86px;
	height:23px;
	background-image: url(images/apply1.gif);
	text-indent: -9999px;
	margin:0px;
}
#applyOnlineButton a:hover{
	display:block;
	width:86px;
	height:23px;
	background-image: url(images/apply2.gif);
	text-indent: -9999px;
	margin:0px;
}
#applyOnline h2{
	color: #FFFFFF;
	margin:0px;
	padding:0px;
}
#mainText{
	margin:0px;
	padding:0px;
}
#mainTextQuote {
	margin:0px;
	padding:0px;
}
#teamPicture {
	float:left;
	width:auto;
	height:auto;
	margin-right:15px;
	margin-bottom: 5px;
	margin-top: 15px;
}
/*------------------------QUOTE FAIR--------------------------*/
#mainTextFeatured {
	margin-right:10px;
	padding:0px;
	float:left;
	width: 407px;
}
#morningStar{
	margin-top:10px;
	padding:0px;
	float:left;
	width: 155px;
	height:600px;
}
#ftseTable {
	margin:0px;
	padding:0px;
	width:572px;
}
/*-----------------------RIGHT COLUMN-------------------------*/


/* Social Cloud Start */

#searchbox
{
	float: left;
	width: 200px;
	margin-top: 8px;
	background: url(Images/shellMainSearch_03.gif) no-repeat top left;
	height: 47px;
	padding-left: 0px;
}

	#searchbox .searchinput
	{
		float: left;
		width: 109px;
		height: 18px;
		background: url(Images/shellMainSearchInput_03.gif) no-repeat top left;;
		padding: 0px 0px 0px 5px;
		margin: 15px 0px 0px 56px;
		display: inline;
		border: 0px;
		font-size: 12px;
		color: #333333;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#searchbox .searchsubmit
	{
		float: left;
		width: 29px;
		height: 18px;
		margin: 15px 0px 0px 0px;
		background: url(Images/shellMainSearchGo_03.gif) no-repeat top left;
	}

#socialbox
{
	float: left;
	width: 200px;
	margin-top: 8px;
}

	#socialbox #sociallist
	{
		float: left;
		width: 200px;
		padding: 0px;
		margin: 0px;
		border-bottom: 1px solid #ececec;
	}
	
		#socialbox #sociallist li
		{
			float: left;
			width: 200px;
			list-style-type: none;
			display: inline;
		}
		
			#socialbox #sociallist li a
			{
				float: left;
				width: 150px;
				height: 18px;
				padding: 5px 5px 5px 45px;
				border-top: 1px solid #ececec;
				color: #999999;
				font-size: 11px;
				line-height: 18px;
				font-family: Arial, Helvetica, sans-serif;
				text-decoration: none;
				overflow: hidden;
			}
			
				#socialbox #sociallist li.facebook a 
				{
					background: url(Images/shellFacebookSocial.gif) no-repeat bottom left;
				}
				
				#socialbox #sociallist li.twitter a 
				{
					background: url(Images/shellTwitterSocial.gif) no-repeat bottom left;
				}
				
				#socialbox #sociallist li.youtube a 
				{
					background: url(Images/shellYouTubeSocial.gif) no-repeat bottom left;
				}
				
				#socialbox #sociallist li.blog a 
				{
					background: url(Images/shellWordpressSocial.gif) no-repeat bottom left;
				}
				
				#socialbox #sociallist li.linkedin a 
				{
					background: url(Images/shellLinkedInSocial.gif) no-repeat bottom left;
				}
				
				#socialbox #sociallist li a:hover
				{
					background-position: top left;
				}

/* Social Cloud Finish */


#quickCallContainer{
	background-image:url(images/quick_call_bgnd.gif);
	padding: 10px;
	float: left;
	margin:8px 0px 0px 0px;
}
#phonePic{
	background-image:url(images/phone_pic.gif);
	width:25px;
	height:46px;
	float:left;
	margin-right: 10px;
}
#quickHeading{
	float:left;
	width:145px;
	margin:0px;
	padding:0px;
}
#quickHeading h2{
	color: #FFFFFF;
	margin:0px;
	padding:0px;
}
#quickHeading p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	margin:0px;
	padding:0px;
	line-height:14px;
}
.whiteLineSmall{
	clear:both;
	height:1px;
	font-size:0px;
	line-height:0px;
	background-color:#FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	width:140px;
}
.formTable{
	margin:0px;
	padding:0px;
	width:180px;
}
.form{
	margin:0px;
	padding:0px;
}
.formBg{
	margin-top:10px;
	padding:0px;
}
.form p {
	padding:0px;
	margin-right:15px;
}
.formtxt {
	border: 1px solid #999999;
	margin-bottom:10px;
	width:270px;
	margin-right:10px;
}
.formtxtRed {
	border: 1px solid #999999;
	background-color:#ffffcc;
	margin-bottom:10px;
	width:270px;	
	margin-right:10px;
}
fieldset.headingApply{
	padding-left: 10px;
	margin:0px;
	background-color:#990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border:0px;
	height:26px;
	padding-top: 8px;
}
.labelWidth{
	display:block;
	float:left;
	padding-top:5px;
	width:250px;
}
.formApplyTextOne, .formApplyText, .formApplyPostcode {
	margin:0px;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	width:290px;
	border: 1px solid #999999;
	vertical-align: middle;
}
.formApplyTextOne {
	width:280px;
}
.formApplyPostcode {
	width:100px;
}
fieldset {  
padding:0px;
margin:0px;
border: 0px;
}
fieldset ol {  
padding: 0px;
margin:0px;
}
.formHeadingText{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	padding:0px 0px 2px;
	margin:0px;
}
.greyFormBoxLgt {
	margin: 0px 0px 2px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color:#e8e8e8;
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
.formText{
	margin:0px 0px 7px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	width:170px;
	border: 1px solid #CCCCCC;
}
.formTextTwo{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #CCCCCC;
}
.formButton{
	margin-left:12px;
	padding:0px;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #E5AF2E;
	font-weight: bold;
	width:100px;
	height:20px;
}
.formButtonRed{
	margin:0px;
	padding:0px 10px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #990000;
	font-weight: bold;
	height:20px;
}
#latestNews, #quote, #fund, #videos, #loginB {
	width:200px;
	height:45px;
	margin-top:8px;
	padding:0px;
	float: left;
}
#latestNews a {
	display:block;
	float:left;
	width:200px;
	height:45px;
	background-image: url(images/news.gif);
	text-indent: -9999px;
	margin: 0px;
}
#latestNews a:hover {
	display:block;
	float:left;
	width:200px;
	height:45px;
	background-image: url(images/news.gif);
	text-indent: -9999px;
	margin:0px;
	background-position: 0px 45px;
}
#quote a {
	display:block;
	float:left;
	width:200px;
	height:45px;
	background-image: url(images/quote.gif);
	text-indent: -9999px;
	margin: 0px;
}
#quote a:hover {
	display:block;
	float:left;
	width:200px;
	height:45px;
	background-image: url(images/quote.gif);
	text-indent: -9999px;
	margin:0px;
	background-position: 0px 45px;
}
#fund a {
	display:block;
	float:left;
	width:200px;
	height:45px;
	background-image: url(images/featured_fund.gif);
	text-indent: -9999px;
	margin: 0px;
}
#fund a:hover {
	display:block;
	float:left;
	width:200px;
	height:45px;
	background-image: url(images/featured_fund.gif);
	text-indent: -9999px;
	margin:0px;
	background-position: 0px 45px;
}
#videos a {
	display:block;
	float:left;
	width:200px;
	height:45px;
	background-image: url(images/videos.gif);
	text-indent: -9999px;
	margin: 0px;
}
#videos a:hover {
	display:block;
	float:left;
	width:200px;
	height:45px;
	background-image: url(images/videos.gif);
	text-indent: -9999px;
	margin:0px;
	background-position: 0px 45px;
}
#loginB a {
	display:block;
	float:left;
	width:200px;
	height:45px;
	background-image: url(images/login.gif);
	text-indent: -9999px;
	margin: 0px;
}
#loginB a:hover {
	display:block;
	float:left;
	width:200px;
	height:45px;
	background-image: url(images/login.gif);
	text-indent: -9999px;
	margin:0px;
	background-position: 0px 45px;
}


/*---------------------MORTGAGE TABLE-------------------------*/
#mortgageTable{
	padding:0px;
	margin:10px 0px 0px;
}
#disclaimer{
	padding:0px;
	margin:10px 0px;
	text-align:left;
	vertical-align: middle;
}
#ifaContainer{
	padding:0px;
	margin:0px;
	vertical-align: middle;
}
#ifaLogo{
	float:left;
	padding: 0px 20px 0px 0px;
	margin:0px;
}
#ifaTextContainer {
	float:left;
	padding:0px;
	margin:0px;
	width:710px;
}
#ifaTextContainer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:16px;
	color: #666666;
	padding:0px;
}
.table{
	width:100%;
	margin-top:10px;
	}
.tableHeading{
	background-color:#660000;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.ltGreyBox, .dkGreyBox{
	margin: 0px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.ltGreyBox{
	background-color:#e8e8e8;
}
.dkGreyBox{
	background-color:#cecece;
}
.moreLtGrey a {
	display:block;
	width:66px;
	height:25px;
	background-image: url(images/more1.gif);
	text-indent: -9999px;
	margin: 0px;
}
.moreLtGrey a:hover {
	display:block;
	width:66px;
	height:25px;
	background-image: url(images/more2.gif);
	text-indent: -9999px;
	margin:0px;
}
.moreDkGrey a {
	display:block;
	width:66px;
	height:25px;
	background-image: url(images/more3.gif);
	text-indent: -9999px;
	margin: 0px;
}
.moreDkGrey a:hover {
	display:block;
	width:66px;
	height:25px;
	background-image: url(images/more4.gif);
	text-indent: -9999px;
	margin:0px;
}

/*-------------------------FOOTER-------------------------------*/
#footerContainer {
	margin:5px 0px;
	padding: 0px;
}
#footer {
	padding: 0px;
	margin:0px;
	float:left;
}
.lowerMenuFirst {
	padding: 0px 5px 0px 0px;
	margin: 0px;
	display: inline;
	background-image: url(images/menu_spacer.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.lowerMenu {
	padding: 0px 5px 0px 0px;
	margin: 0px;
	display: inline;
	background-image: url(images/menu_spacer.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.lowerMenuEnd {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	display: inline;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#footerContainer a{
	color:#666666;
	text-decoration:none;
}
#footerContainer a:hover{
	color:#660000;
	text-decoration:none;
}
#edge {
	padding: 5px 0px 0px;
	margin:0px;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
/*-------------------------CALCULATOR----------------------------*/
.calculatorTextBox {
	width:180px;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #999999;
	vertical-align: middle;
	margin-left:5px;
	margin-right: 5px;
	margin-top: 10px;
}
.calculatorRedTextBox {
	width:180px;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border: 1px solid #999999;
	vertical-align: middle;
	margin-left:5px;
	margin-right: 5px;
	margin-top: 10px;
	background-color: #660000;
}
.calcFormButton{
	margin:0px;
	padding:0px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #990000;
	font-weight: bold;
	width:100px;
	height:20px;
}
/*-------------------------CHAT ONLINE----------------------------*/
#chatOnline{
	width:184px;
	height:99px;
	background-image: url(images/chat_bgnd.gif);
	padding: 11px 0px 0px 16px;
	margin-top:10px;
	text-align:left;
}
#chatOnline .greyLineSmall {
	width:95px;
}
#chatOnlineText{
	margin:0px;
	padding:0px;
	width:110px;
	float:left;
}
#chatOnlineButton{
	float:right;
	margin-right:10px;
	margin-top: 8px;
}
*html #chatOnlineButton{
	margin-right:5px;
}
#chatOnlineButton a{
	display:block;
	width:95px;
	height:23px;
	background-image: url(images/chat1.gif);
	text-indent: -9999px;
	margin:0px;
}
#chatOnlineButton a:hover{
	display:block;
	width:95px;
	height:23px;
	background-image: url(images/chat2.gif);
	text-indent: -9999px;
	margin:0px;
}
#chatOnline h2{
	color: #FFFFFF;
	margin:0px;
	padding:0px;
}
/*------------------------WEALTH MANAGEMENT--------------------------*/
#wealthManagement {
	width:184px;
	height:99px;
	background-image: url(images/chat_bgnd.gif);
	padding: 11px 0px 0px 16px;
	margin-top:10px;
	text-align:left;
	background-repeat: no-repeat;
}
.whiteLineSmall {
	width:100%;
	height:1px;
	color:#FFFFFF;
	margin:2px 0px 7px;
	padding:0px;
	line-height:0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
	
#wealthManagementText{
	margin:0px;
	padding:0px;
	width:87px;
	float:left;
}
#wealthManagementButton{
	float:right;
	margin-right:10px;
	margin-top: 69px;
}
*html #wealthManagementButton{
	margin-right:5px;
}
#wealthManagementButton a{
	display:block;
	width:85px;
	height:23px;
	background-image: url(images/click3.gif);
	text-indent: -9999px;
	margin:0px;
}
#wealthManagementButton a:hover{
	display:block;
	width:85px;
	height:23px;
	background-image: url(images/click4.gif);
	text-indent: -9999px;
	margin:0px;
}
#wealthManagement h2{
	color: #FFFFFF;
	margin:0px;
	padding:0px;
}

#pdfLogo {
	vertical-align: top;
	width: 44px;
	float: left;
	padding: 0px;
	margin: 0px;

}
#pdfText {
	float: left;
	margin-bottom:15px;
	}

#pdfText h2{
	padding:0px;
}
#pdfText p{
	padding-top:0px;
}
