/* CSS Document */

#home_content{ margin-bottom:15px; margin-top:15px; clear:both; }

/* LEFT HAND CONTENT*/
#home_content #left { 
	margin-left:15px;
	width:505px; 
	float:left; 
	}
* html #home_content #left{margin-left:7px; }/* Margin hack for IE */
	
/* MORTGAGES AREA */
#home_mortgages{ 
	background:url(/resources/images/home/mortgages.jpg) no-repeat; 
	width:507px;
	height:245px;
	}
#home_mortgages h2{
	margin:0;
	font-size:2.2em; 
	font-weight:bold; 
	width:150px; 
	line-height:1em;
	}
#home_mortgages h2 a{
	color:#FFF; 
	text-decoration:none; 
	display:block; 
	height:45px; 
	width:145px; 
	padding:10px;
	}
#home_mortgages h2 a:hover, #calculator a:hover, #quote a:hover{ color:#eb99c5;}

#nav_mortgages{ padding:5px;width:200px; float:left; margin-top:-160px;}
#nav_mortgages ul{ margin:0 20px;}
#nav_mortgages ul li{ list-style-image:url(/resources/images/home/arrow_white.gif); margin:4px;}
#nav_mortgages ul li a{ color:#fff; text-decoration:none; font-size:0.9em;}	
#nav_mortgages ul li a:hover{ text-decoration:underline;}

/* CALCULATOR AND QUOTE BUTTONS */
#calculator, #quote { margin-left:370px; }
#calculator{ margin-top:-65px;font-size:1.4em; }
#quote{ margin-top:0; font-size:2.2em;}
#calculator a, #quote a{ 
	color:#FFF; 
	font-weight:normal; 
	text-decoration:none; 
	width:130px; 
	height:90px; 
	display:block;
	padding:30px 0 0 0;
	}

/* FURNESS INTRO TEXT */
#intro{ margin: 7px 0 12px 0; width:500px;}
#intro .banner a{ 
	background:url(/resources/images/home/mortgages_rates.gif) no-repeat;
	width:505px;
	height:87px;
	display:block;
	}
#intro h2{
	margin:0;
	color:#CE006D; 
	font-size:1.6em;
	font-weight:bold;
	}
#intro p{
	font-size:0.9em;
	}	
/* EXTRA LINKS */
#extras{ 
	background:url(/resources/images/home/extras.gif) no-repeat; 
	height:80px; 
	width:150px; 
	padding:12px 10px 0 10px;
	}
#extras ul li{ margin:12px 0 12px 20px;}
#extras ul li a{  
	color:#666; 
	font-size:0.9em; 
	text-decoration:none;
	}
#extras ul li a:hover{ color:#CE006D;}

/* EXTRA LINKS BEST BUY */
#extras ul li#bestBuyButton{ margin:40px 0 4px 20px;}
#extras ul li#bestBuyButton a{  
	color:#666; 
	font-size:0.9em; 
	text-decoration:none;
	}
#extras ul li#bestBuyButton a:hover{ color:#CE006D;}




/* BEST BUYS BANNER */
#bestbuys a{ 
	float:right; 
	background:url(/resources/images/home/2007winner.gif) no-repeat; 
	display:block; 
	width:505px; 
	height:70px;
	margin-top:10px;
	}


/* TEMPORARY BANNER */

#bannerHomepage {
	border: 2px solid #ce006d;
	color: #ce006d;
	padding: 0 0px 0 7px;
	font-weight: bold;
	width:494px; 
	height:74px;
	margin-top:2px;
	}
	
/* INTRO TEXT */
#text{ 
	float:right; 
	display:block; 
	width:326px; 
	height:91px;
	}
#text h2{
	margin:2px 0;
	}	
#text p{
	line-height:normal;
	font-size:0.9em;
	}	
	
/* PRIZE DRAW BANNER */
#prizedraw a{ 
	float:right; 
	background:url(/resources/images/home/drawComp.gif) no-repeat; 
	display:block; 
	width:326px; 
	height:91px;
	}
	
/* AGM VOTING BANNER */
#agmvoting a{ 
	float:right; 
	background:url(/resources/images/home/agmVoting.gif) no-repeat; 
	display:block; 
	width:326px; 
	height:91px;
	}

/* RIGHT HAND CONTENT*/
#home_content #right { 
	margin-left:535px; 
	text-align:left; 
	}
	
*>html #home_content #right {margin-top: -453px;} /* Hack for Mac IE so the right column is aligned correctly */


#right #survey{ 
	margin-right:14px; 
	} 
*>html #survey{ padding-right:14px; }  /* Hack for Mac IE so the EMAIL BUTTON is aligned correctly */
#right #survey a {
	border:1px solid #6f7173;
	display:block;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background:url(/resources/images/home/surveyButton.gif) #6f7173 no-repeat top;
	padding:6px 8px;
	}
#right #survey a:hover{
	color:#ccc;
	}


#right #firstMortgage{ 
	margin-right:13px;
	height:132px;
	background:url(/resources/images/home/firstTimeBuyerBg.gif) no-repeat top;
	} 
*>html #firstMortgage{ padding-right:13px; }  /* Hack for Mac IE so the EMAIL BUTTON is aligned correctly */

.firstMortgage_img {
	float:left;
	padding: 7px 0 0 7px;
	width:90px;
	} 

.firstMortgage_txt{ 
	font-size:0.8em;
	float:right;
	font-weight:bold;
	width:100px;
	margin-right:6px;
	margin-top:6px;
	} 
	
.firstMortgage_txt .txtPink{ 
	font-size:1.2em; 
	font-weight:bold;
	color:#EB3A90;
	} 
	



#right #fixedRate{ 
	margin-right:13px;
	height:152px;
	padding: 6px;
	background:url(/resources/images/home/fixedRateBg2.gif) no-repeat top;
	} 
*>html #fixedRate{ padding-right:13px; }  /* Hack for Mac IE so the EMAIL BUTTON is aligned correctly */

#fixedRate h3 { 
	padding: 4px 8px 0 8px;
	margin: 0;
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
	}
	
#fixedRate a { 
	text-decoration:none;
	} 
	
#fixedRate h3 a { 
	color:#fff;
	} 

#fixedRate h3 a:hover { 
	text-decoration:underline;
	} 
	
#fixedRate p { 
	font-size:0.8em;
	font-weight:normal;
	padding: 18px 8px 0 8px;
	margin: 0;
	} 
	
#fixedRate .txtPink{ 
	font-size:1.2em; 
	font-weight:bold;
	color:#EB3A90;
	} 
	
	
	

	
#home_savings, #home_insurance, #home_others, #home_bond{ 
	width:211px; 
	height:90px; 
	margin-top:10px;
	}
#home_savings{ background:url(/resources/images/home/savings.jpg) no-repeat;}
#home_insurance{ background:url(/resources/images/home/insurance.jpg) no-repeat;}
#home_others{ background:url(/resources/images/home/advice.jpg) no-repeat;}
#home_bond { background:url(/resources/images/home/bond.jpg) no-repeat;}

#home_savings h2, #home_insurance h2, #home_others h2, #home_bond h2{  
margin:0;
	}
#home_savings h2 a span, #home_insurance h2 a span, #home_others h2 a span, #home_bond h2 a span{  
display:none;
	}
#home_savings h2 a, #home_insurance h2 a, #home_others h2 a, #home_bond h2 a{
	margin:0;
	float:left;
	height:60px;
	width:210px; 
	}
/* #home_others h2 a{height:120px;} New height fot promotional banner */
#home_savings a, #home_insurance a, #home_others a, #home_bond a{ 
	margin-top:8px;
	text-decoration:none; 
	font-weight:bold; 
	color:#CE006D; 
	float:right;
	}
#home_savings a:hover, #home_insurance a:hover, #home_others a:hover, #home_bond a:hover{ 
	color:#999;
	}
#home_savings a.products { margin-right:45px;}

	
	
	
	
