@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------------------------------------------------*/
body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

/*--------------------------------------------------------------------------------------------------------------------*/
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/*---------------------------------------NAV AND BLUE BAR-----------------------------------------------------------------------------*/
.oneColFixCtrHdr #header {
	background: url(../img/banner.gif);
	height: 62px;
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #navigation {
	background: url(../img/nav.gif);
	background-repeat: no-repeat;
	height: 21px;
	padding: 0px 10px 0px 20px;
}

.oneColFixCtrHdr #navButt {
	height: 19px;
	width: 140px;
	padding: 0px 0px 0px 0px;
	margin: 0;
	text-align: left;
	float:left;
}
.oneColFixCtrHdr #navButt11 {
	height: 19px;
	width: 210px;
	padding: 0px 0px 0px 0px;
	margin: 0;
	text-align: left;
	float:left;
}
.oneColFixCtrHdr #navButt22 {
	height: 19px;
	width: 70px;
	padding: 0px 10px 0px 5px;
	margin: 0;
	text-align: right;
	float:right;
}



/*----------------------------------------GREY SECTION----------------------------------------------------------------------------*/

.oneColFixCtrHdr #info {
	background: url(../img/info.gif);
	background-repeat: no-repeat;
	height: 158px;
	padding: 14px 34px 2px 40px;
	margin: 0;
}

.oneColFixCtrHdr #infoMortgage {
	background: url(../img/info_mortgage.gif);
	background-repeat: no-repeat;
	height: 158px;
	padding: 14px 34px 2px 40px;
	margin: 0;
}

.oneColFixCtrHdr #infoInventory {
	background: url(../img/info_inventory.gif);
	background-repeat: no-repeat;
	height: 158px;
	padding: 14px 34px 2px 40px;
	margin: 0;
}



.oneColFixCtrHdr #infoText {
	height: 140px;
	width: 580px;
	padding: 0px;
	margin: 0;
	float: left;
}


.oneColFixCtrHdr #infoPict {
	height: 130px;
	padding: 20px 0px 0px 0px;
	margin: 0;
	float: right;
}


/*--------------------------------------------------------------------------------------------------------------------*/


.oneColFixCtrHdr #mainContent {
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../img/middle.gif);
	background-repeat: no-repeat;
	height: 301px;
	top: 0px;

}

.oneColFixCtrHdr #footer {
	background: url(../img/footer.gif);
		background-repeat: no-repeat;
	height: 47px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

/*--------------------------------------------------------------------------------------------------------------------*/
						.textNavigation{
	font: 90% Times New Roman, Times, serif;
	/*font: 80%  Palatino Linotype, Book Antiqua3, Palatino6, serif;*/	
	text-align: left;
	color: #464646;
	font-weight:normal;
	}
	
							.textWhite{
	font: 70% Times New Roman, Times, serif;
	text-align: left;
	font-weight:normal;
	color: #ffffff;
	padding: 0px;
	}
	
	
								.titles{
	font: 100% Times New Roman, Times, serif;
	text-align: left;
	font-weight:bold;
	color: #000000;
	padding: 0px;
	}
	
									.text{
	font: 90% Times New Roman, Times, serif;
	text-align: left;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	}
	
