/* Harcourts Generic Stylesheet */


body {
	background-color: #369;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; color: #2f2f2f;
}
.listings_heading {
	background-color: #e6f9cc;
	border-top: 0px solid #638AB3;
	vertical-align:middle;
	font-weight: bold;
}
.listings_body {
	background-color: #F3F9EB;
}
#container {
	background-color: #fff;
	margin: auto;
	width: 698px;
	height: auto;
	border: 1px solid #638AB3;
}
#header
	{
		height: 140px;
		width: 698px;
		background-repeat: no-repeat;
		background-position: 0 0;
	}
#agent_summary {
	height: auto;
	width: 698px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 10px; color: #000000;
}
.photo {
	float: right;
	margin: 0 0 5px 5px;
	padding: 4px;
	border: 0px solid #638AB3;
}
.listings {
	float: left;
	padding: 4px;
	border: 1px solid #000000;
	margin: 0 5px 5px 5px;
}
#leftside {
	float: left;
	width: 170px;
	height: auto;
	border-right: 1px solid #638AB3;
}
#main_area {
	margin-left: 180px;
	height: auto;
	width: 500px;
}
#footer {
	clear: both;
	height: auto;
	width: 698px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
}

#menu ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}
#menu a
{
display: block;
padding: 3px;
width: 160px;
background-color: #fff;
border-bottom: 1px solid #eee;
}
#menu a:link, #menulist a:visited
{
color: #000;
text-decoration: none;
}
#menu a:hover
{
background-color: #369;
color: #fff;
}

#links ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}
#links a
{
display: block;
padding: 3px;
width: 160px;
background-color: #fff;
border-bottom: 1px solid #eee;
}
#links a:link, #linkslist a:visited
{
color: #000;
text-decoration: none;
}
#links a:hover
{
background-color: #369;
color: #fff;
}

h1 {
	color: #638AB3;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 2px;
}
h2 {
	font-size: 14px;
	color: #638AB3;
	font-weight: bold;
	margin-bottom: 2px;
	margin-left: 3px;
}

a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}

.contact_form {
    width: 400px;
    background-color: #F3F9EB;
    border: solid #e6f9cc;
    border-width: 8px 0;
}

form ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

form li {
    background: none;
    margin: 0;
    padding: 5px;
}

fieldset { border: none; }

label {
    display: block;
    float: left;
    width: 130px;
	margin-top: 4px;
}

input {
	border: 1px solid #638AB3;
	padding: 3px;
	vertical-align: middle;
	margin-top: 2px;
}

select {
	width: 190px;
	padding: 2px;
}

.text { width: 190px; }

input.text:focus { border-color: #666; }

textarea {
	padding: 3px;
    width: 190px;
    height: 60px;
}

.anzatea {
    position: absolute;
    left: -999em;
}
