@charset "utf-8";
/* CSS Document */
/* Agent specific styles */

#topnav{
	padding:0 0 0 120px;
}
body,td,th,p {
	font-size:14px;
}
.searchbox{
	width:220px;
}
h3{
	font-size:14px;
}
.propertysearchbuttons{
	width:500px;
	height:40px;
	font-weight:bold;
	margin 0 auto;
	padding:6px;
	text-align:center;
}

.propertysearchbuttons ul{
	width:260px;
	padding: 0;
	margin: 0 auto;
	list-style:none;
	width:300px;
  }
.propertysearchbuttons ul li{
	display: block;
	float: left;
	position: relative;
	padding: 2px 0;
	z-index: 200;
	margin-top: 0px;
	top: 0px;
	text-align: center;
	vertical-align:bottom;
	margin: 10px 4px 0 4px;
	width:130px;
	color:#ffffff;
	font-weight:bold;
	background-color:#333333;
}
.propertysearchbuttons ul li a{
	color:#FFFFCC;
	}
.propertysearchbuttons ul li a:hover{
	color:#FFFFFF;
	}
.headernotice{
	width:896px;
	font-weight:bold;
	font-size:16px;
	background-color: #006600;
	color: #FFFFFF;
	padding: 6px 0;
	border-top:#ffffff 2px solid;
	border-bottom:#ffffff 2px solid;
}
.headernotice a{
	font-weight:bold;
	font-size:16px;
	color:#FFFF99;
}
.headernotice a:hover{
	font-weight:bold;
	font-size:16px;
	color:#FFFF99;
	text-decoration:underline;
}