@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
	}
body
{
	background: url(../images/index-back.gif) repeat-x;
	font-family: Arial, verdana, sans-serif;
	color: #000;
}
#textcontainer  {
	margin: 10px 0px 0px 158px;
	background: #ccc url(../images/agents-05-10.jpg) no-repeat 0px bottom;
	font-size: 10pt;
	width: 100%;
	padding:0 0 65px 0;
}
#text {
	width:420px;
	padding:0px 0 65px 20px;
	text-align: right;
	margin:0px;
	}
	
#text h4 {
	background: url(../images/index_23.gif) no-repeat left top;
	width: 446px;
	height: 65px;
	padding-bottom:0px;
	margin: 0 0 0 -20px;
	padding: 0;
}

#text h4 span {display:none;}


#MLSbutton {
	border-width: 0px;
	position: absolute;
	left: 617px;
	top: 212px;
}

.floatleft {
	float: left;
}
#footer {
	padding-top:20px;
	width:600px;
	margin:0 0 30px 250px;

	}
#footer p {
	font-size:0.7em;
	}
a:link, a:visited, a:active {
	color: #4D4F96;
	text-decoration: none;
	font-style: normal;
}
a:hover {
	color: #DF1E24;
	text-decoration: underline;
}

