@charset "utf-8";
/* 

Created/Edited by Bluewire Media (http://www.bluewiremedia.com.au)

Project ID: HH001

Client: Home 2 Home Loans

Account Manager: 
Project Manager: 
Designer: Alan Tardieu
Developer: Lesley Hays

*/

/****************************/ 
/*          GENERAL         */
/****************************/

body {
	background-color: #ccc;
	margin: 50px 0;
		
/* GLOBAL TEXT STYLES */
	color: #000000;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#container {
	background-color: #ffffff;
	border: 1px solid black;
	width: 998px;
	margin: auto;
	}

/****************************/ 
/* 			HEADER 			*/
/****************************/ 
	
#header {
	background-image: url(../images/design/banner.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
	height: 245px;
	}
	
#headerText {
	display: none;
	}
	
/****************************/ 
/* 			MENU 			*/
/****************************/ 

#nav ul {
	padding: 0;
	margin: 0;
	margin-left: 20px;
	margin-top: -23px;
	margin-bottom: 5px;
	}
	
#nav li {
	display: inline;
	}

#nav a:link, #nav a:visited {
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	padding: 0px 15px;
border-left: 1px solid #eeaaaa;
	}
	
#nav a:hover {
	color: #f6ee30;
	}
	
	
	
/****************************/ 
/* 	TOP BANNER WITH LINKS 	*/
/****************************/ 

#formLinks {
	background-image: url(../images/design/formLinks_BG.jpg);
	background-repeat: no-repeat;
	
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	
	height: 52px;
	margin-top: 10px;
	margin-bottom: 20px;
padding-top: 2px;
	}
	
#newsletters {
	float: left;
	padding-left: 25px;
	}
	
#loanApply {
	float: right;
	padding-right: 25px;
	}
	
#formLinks .title {
	color: #f6ee30;
	font-weight: bold;
	font-size: 1.5em;
	}
	
#formLinks .link {
	color: #fff;
	font-size: 1.7em;
	}
	
#formLinks .notice {
	color: #fff;
	font-size: 1.3em;
	font-style: italic;
	vertical-align: middle;
	display: block;
	margin-top: 12px;
	}
	
/* Link styling -- removes borders and underlines */
#formLinks a, #formLinks a img {
	text-decoration: none;
	border: 0;
	}

	
/****************************/ 
/* 			CONTENT 		*/
/****************************/ 

/* General text-link styles */

#content a:link {
	color: #175288;
	}
#content a:visited {
	color: #50677c;
	}
#content a:hover {
	color: #aa0000;
	}


h1 {
	font-size: 18pt;
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	color: #175288;
	}
h2 {
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
h3 {
	font-weight: bold;
	font-size: 11pt;
	}

#content {
	padding-left: 20px;
	padding-right: 20px;
line-height: 1.5em;
font-size: 0.95em;
	}

.introText {
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	border-bottom: 2px solid #ccc;
	font-size: 1.3em;
line-height: 1.5em;
	margin-right: 307px;
	padding-bottom: 20px;
	}
	
#content img {
	float: right;
	margin-left: 20px;
	border: 2px solid #ccc;
	}
	
	#content p {
		width: 65%;
	}

#loansTable {
	float: right;
	clear: right;
	width: 289px;
	margin-left: 20px;
	margin-top: 20px;
	border: 2px solid #aa0000;
	background-color: #fff;
	padding-top: 10px;
	font-size: 10pt;
	}
#loansTable ul {
	margin: 0;
	padding: 0;
	padding: 10px;
	}
#loansTable li {
	list-style-type: none;
	}
	
	
/* Testimonial styles */
.testimonialWrap {
	background-image: url(../images/design/testimonials_greybar.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 0 0 200px;
	clear: left;
	position: relative;
	}

.testimonial .author {
	font-style: italic;
	margin-bottom: 25px;
	}
	
#content .testimonialWrap img {
	border: 0;
	float: left;
	position: absolute;
	left: 0;
	_left: -200px;
	top: 20px;
	}

#content .testimonialWrap .phone {
	letter-spacing: 0.075em;
	margin-top: 0;
	display: inline;
}
#content .testimonialWrap .phone span {
	font-weight: bold;
}

.testimonialWrap h2 {
	padding-top: 20px;
	margin-bottom: 0.25em;
}

.testimonialWrap .resume {
	line-height: 1.8em;
	font-size: 0.95em;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 0 0;
	margin: 0 30px 0 0;
}
.testimonialWrap .resume p {
	width: auto !important;
}

.testimonial {
	width: 45%;
	float: left;
	padding-top: 15px;
}
.testimonial p {
	width: 90% !important;
	margin: 0 0 15px 0;
}



/* ---- CONTACT ---- */

div#contact {
	border-top: 1px solid #ccc;
	width: 90%;
	padding: 15px 0;
}

#contact #details {
float: left;
line-height: 1.8em;
}


#ContactForm {
width: 620px;
float: right;
	}

#ContactForm .left, #ContactForm .right {
width: 50%;
float: left;
}

#ContactForm div.full {
clear: both;
padding: 25px 0 0 0;
}
#ContactForm .full label {

}

input, select, textarea {
	margin-bottom: 10px;
width: 160px;
border: 1px solid #ccc;
padding: 2px 0px;
	}

input.button {
width: auto !important;
padding: 3px;
}

textarea {
width: 471px;
height: 130px;
}
	
.validation-advice {
	font-size: 9pt;
	color: #FF0000;
	padding-left: 144px;
	}


label {
display: block;
float: left;
text-align: right;
padding: 2px 1px 0 42px;	
width: 90px;
line-height: 1.15em;
	}

#ContactForm span {
display: block;
text-align: center;
width: 6px;
height: 20px;
color: #ff0000;
padding: 0 5px 0 0;
float: left;
}

.captcha {
	padding: 15px 0 0 139px;
}
.captcha p {
	float: right;
	padding: 0 0 0 10px;
	margin: 0;
	width: 64% !important;
}
#content .captcha img {
	margin: 0 0 4px 0px !important;
	float: none;
	}
.captcha input {
	float: none;
	width: 149px;
}

input.button {
	margin: 15px 0 0 139px;
}

/* Privacy policy styles */
#privacyPolicy h2 {
	text-transform: uppercase;
	}

#privacyPolicy p, #privacyPolicy li {
	font-size: 9pt;
	}


/****************************/ 
/* 			FOOTER 			*/	
/****************************/ 

#footer {
	padding: 6px;
	padding-top: 0;
	height: 58px;
	}
	
#contactInfo {
	background-image: url(../images/design/footerBG.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #1553a0;
	
	height: 55px;
	width: 562px;
	float: left;
	
	font-size: 0.8em;
	color: #fff;
	padding-left: 14px;
	padding-top: 3px;
	}
	
#MFAAlogo {
	background-color: #ff0000;
	width: 410px;
	height: 58px;
	float: right;
	text-align: right;
	}
	
#MFAAlogo img {
	margin-top: 2px;
	margin-right: 2px;
	}
	
/* Footer links styles */
	
#footer a:link, #footer a:visited {
	color: #ddd;
	}
	
#footer a:hover {
	color: #ff0000;
	}
	

/****************************/ 
/* 		BLUEWIRE LINK 		*/
/****************************/ 

.bluewireLink {
	text-align: center;
	}

.bluewireLink a:link, .bluewireLink a:visited {
	font-size: 8pt;
	color: #777;
	text-decoration: none;
	}
	
.bluewireLink a:hover {
	color: #008ac8;
	text-decoration: underline;
	}

