/* CSS Document */
body {
/*text-align: center - centers the web page for IE only*/
/*text-align: center;*/
margin: 0;
background-color: #F7CA4B;
padding: 0;
}
#menu {
padding:13px 0 0 0;
margin:0;
color:#000000;
font-family: arial, helvetica, sans-serif;
white-space:nowrap;
list-style-type:none;
text-align:center;
}
#menu li {display:inline;}
#menu li a {
padding:0.2em .75em;
color:#000000;
font-size: 13px;
font-weight: bold;
text-decoration:none;
/*
float:center;
*/
}
#menu li a:hover {
color:#F7CA4B;
background:#000000;
}
#homecontent{
font-family:Arial, Helvetica, sans-serif;
font-size: 15px;
color: #000000;
margin: 8px 25px 20px 130px;
padding: 0;
line-height: 18px;
width: 500px;
}
#homebullets{
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
color: #F7CA4B;
margin: 17px 10px 5px 385px;
padding: 0;
width: 350px;
height: 171px;
text-align: left;
}
.realtor {
float: left;
margin-top: 3px;
margin-left: 15px;
/*
margin-right: 500px;*/
}
.copyright {
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
line-height: 15px;
margin-top: 3px;
margin-right: 15px;
}
.copyright a:link {
	color: #000000;
	text-decoration: underline;
	font-size: 11px; 
}
.copyright a:visited {
    color: #000000;
	text-decoration: underline;
	font-size: 11px;
}
.copyright a:active {
    color: #000000;
	text-decoration: underline;
	font-size: 11px;
}
.copyright a:hover {
    color: #000000;
	text-decoration: none;
	font-size: 11px;
}
ul {
	line-height: 22px;
}

