/* basic elements */

* { margin: 0; padding: 0; }

.clearfix:after {
	clear: both;
    content: ".";
    display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */



body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}

.Wrapper {
	margin: 0px auto;
	text-align: left;
	width: 750px;
}



/*----HEADER----*/

.Header {
	width: 750px;
	padding: 20px 0px 20px 0px;
}

	.Header .Logo {

		background: url(../images/mortgage_logo.gif) top no-repeat;
		float: left;
		height: 122px;
		width: 280px;		
	}
	
	.Header .Logo a {
		display: block;
		height: 92px;
		overflow: hidden;
		text-indent: -5000px;
		width: 280px;
	}
	
	.Header .Quote {
		color: #2066A0;
		float: right;
		font-family: "Times New Roman", Times, serif;
		font-size: 16px;
		font-style: italic;
		line-height: 24px;
		padding: 50px 0px 0px 0px;
		text-align: center;
		width: 380px;
	}
	
	
	
/*----NAVIGATION----*/

.Navigation {
	width: 750px;
	background-color: #B50937;
	border-bottom: 2px #C4CACF solid;
}

	.Nav {
		float: left;
		list-style: none;
	}
	
		.Nav li {
			float: left;
			font-size: 12px;
			line-height: 14px;
		}
		
		.Nav a {
			color: #FFFFFF;
			display: block;
			float: left;
			font-size: 12px;
			/*padding: 10px 18px 10px 18px;*/
			padding: 10px 11px 10px 11px;
			text-decoration: none;
		}
		
			.Nav a:hover {background-color: #940028;}

/*----SUBNAV----*/

.subnav {
	background: #f1f1f1;
	margin: -10px 0 10px 0;
	padding: 7px 0 10px 5px;
}

	.subnav ul {
		list-style: none;
	}
	
	.subnav li {
		display: inline;
		margin: 7px;
	}
	
	.subnav .border {
		border-left: 1px solid #999;
		padding-left: 17px;
	}


/*----CONTENT----*/

.Content {
	background: url(../images/bkg_content.jpg) bottom no-repeat;
	border-bottom: 2px #C4CACF solid;
	padding: 0px 0px 117px 0px;
	width: 750px;
}



/*----FOOTER----*/

.Footer {
	color: #C4CACF;
	font-size: 12px;
	padding: 10px 20px 20px 20px;
	text-align: center;
	width: 710px;
	
}

	.Footer a {
		color: #2066A0;
		text-decoration: none;	
	}
	
	 .Footer a:hover {color: #B50937;}
	 
