@charset "utf-8";
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #E7E8E4;
	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: #000000;
	background-image:url(/img/tail_left_a.jpg);
	background-repeat: no-repeat;
	background-position:0 0; 
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}
.oneColFixCtrHdr #header {
	background:url(/img/header_bg.jpg) 0 0 repeat-y
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(/img/fbg1.jpg) bottom left repeat-x;
}
.oneColFixCtrHdr #mainContent h1, .oneColFixCtrHdr #mainContent h2 { 
	font-size:1.6em;
	line-height:1.2em;
	color:#738922;
	text-transform:uppercase;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size:1.4em;
}
.oneColFixCtrHdr #mainContent div.right {
	float:right;
	width:220px;
	font-size:1.2em;
}
.oneColFixCtrHdr #mainContent div.right1 {
	float:right;
	width:620px;
	font-size:1.1em;
}
.oneColFixCtrHdr #mainContent div.right1 a {
	font-size:1em;
	color:#663;
	text-decoration:none;
}
.oneColFixCtrHdr #mainContent div.left {
	float:left;
	width:140px;
	text-align:left;
}
.oneColFixCtrHdr #mainContent div.center {
	float:left;
	width:400px;
	text-align:center;
}
.oneColFixCtrHdr #footer {
	padding:4px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(/img/fbg2.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
	color:#535353;
}
.oneColFixCtrHdr #footer a {
	color:#535353;
}
.clearfloat {
	clear:both;
	height:0;
}
.oneColFixCtrHdr #footer div.fbg3 {
	float:left;
	width:251px; 
	background: url(/img/keller-williams-logo.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	}
.fbg3 p {
	position:relative;
	margin:27px 0 0 130px;
	font-size:0.9em;
	text-align:left;
}
.fbg2 {
	float:right;
	width:520px;
	text-align:right;
	}
.phone { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	color:#738922;
	font-weight:bold;
	text-align:center;
	}
a.trebsearch  span {border:1px solid #333; background-color: #996; padding:2px 4px; color:#FFF; text-decoration:none;}
a:hover.trebsearch  span {background-color: #993; }
.url { text-align:center; letter-spacing:0.2em; font-size:1.6em; color:#738922;}