/* Harcourts Generic Stylesheet */


body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; color: #000;
}
.listings_heading {
	background-color: #6494c5;
	border-top: 1px solid #333;
	vertical-align:middle;
	font-weight: bold;
}
.listings_body {
	background-color: #e4f2ff;
}
#container {
	background-color: #fff;
	margin: auto;
	width: 700px;
	height: auto;
	border: 1px solid #444;
}
#header
	{
		height: 130px;
		width: 700px;
		background-image: url(media/images/header2.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}
#agent_summary {
	height: auto;
	width: 700px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 10px; color: #000;
}
.photo {
	float: right;
	margin: 0 0 5px 5px;
	padding: 4px;
	border: 1px solid #444;
}
.listings {
	float: left;
	padding: 4px;
	border: 1px solid #000000;
	margin: 0 5px 5px 5px;
}
input {
	border: 1px solid #333;
	text-indent: 4px;
	font-weight: lighter;
	vertical-align: middle;
	margin-top: 2px;
}
#leftside {
	float: left;
	width: 170px;
	height: auto;
	border-right: 1px solid #e4f2ff;
}
#main_area {
	margin-left: 180px;
	height: auto;
	width: 500px;
}
#footer {
	clear: both;
	height: auto;
	width: 700px;
	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: #e4f2ff;
border-bottom: 1px solid #fff;
}
#menu a:link, #menulist a:visited
{
color: #000;
text-decoration: none;
}
#menu a:hover
{
background-color: #314f85;
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: #e4f2ff;
border-bottom: 1px solid #fff;
}
#links a:link, #linkslist a:visited
{
color: #000;
text-decoration: none;
}
#links a:hover
{
background-color: #314f85;
color: #fff;
}

h1 {
	color: #666;
	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: #666;
	font-weight: bold;
	margin-bottom: 2px;
	margin-left: 3px;
}

a:link {
	color: #00f;
	text-decoration: underline;
}
a:visited {
	color: #00f;
	text-decoration: underline;
}
a:hover {
	color: #00f;
	text-decoration: underline;
}

#footer a{
	color: #000;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}


.contact_form {
    width: auto;
    background-color: #f2fafe;
    border: solid #cedae0;
    border-width: 8px 0;
}

form ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

form li {
    background: none;
    margin: 0 0 2px;
    padding: 0 0 2px;
}

fieldset { border: none; }

label {
    display: block;
    float: left;
    width: 120px;
	text-align: right;
}

input {
	border: 1px solid #638AB3;
	padding: 3px;
	vertical-align: middle;
	margin-top: 2px;
}

select {
	padding: 1px;
	width: 200px;
	margin-top: 2px;
}

.text { width: 200px; }

input.text:focus { border-color: #666; }

textarea {
	padding: 3px;
    width: 200px;
    height: 60px;
}

.anzatea {
    position: absolute;
    left: -999em;
}