@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-repeat: repeat;
	background-image: url(/Images/bg.gif);
}
.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ddd2a6;
} 
.twoColFixRtHdr #header {
	height: 150px;
	background-image: url(Images/crop-house-top.png);
	font-weight: bold;
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 10;
	padding-left: 15px;
	background-color: #c3b063;
	background-repeat: no-repeat;
} 
.name {
	vertical-align: top;
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ddd2a6;
	color: #b8a146;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-decoration: none;
}
.twoColFixRtHdr #container #sidebar1 h3 a {
	color: #000;
	text-decoration: none;
}

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 225px;
	margin-bottom: 0px;
	margin-left: 0;
	background-color: #FFF;
	padding: 20px;
	
} 

.twoColFixRtHdr #footer {
	background-color: #c3b063;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	width: 780px;
	text-align: center;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.twoColFixRtHdr #container #eqh {
	float: right;
	width: 50;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #c3b063;
	padding-right: 10px;
	color: #000;
	font-size: x-small;
}
.copyright {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #f0a901;
}
.twoColFixRtHdr  #logo {
	float: right;
}
#mortgagecalculator {
	height: 700px;
	width: 500px;
	margin-right: 125px;
	margin-left: 125px;
	
}
#calc_content {
	text-align: center;
}
#privacy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	padding: 8px;
}
.attribute {
	font-size: 9px;
	color: #999;
}
