a:link {
	color: #3366FF;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #3366FF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

#survey li {
	margin: 8px 0;
}

body {
	background: #f4f4f4 url(images/bg.gif) top center repeat-y;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 auto;
}

img {
	border: none;
}

#container {
	background: #fff;
	color: #303030;
	margin: 0 auto;
	width: 760px;
}

#header {
	clear: both;
	margin: 20px 0;
	padding: 0;
}

#agent_summary {
	margin: 10px 0;
}

#leftside {
	float: left;
	width: 160px;
}
#main_area {
	margin-left: 175px;
	height: auto;
	width: 560px;
}
#footer {
	clear: both;
	color: #ccc;
	text-align: center;
	margin-top: 30px;
	padding: 2px 0;
	border-top: 1px solid #cedae0;
}
#footer a {
	text-decoration: none;
	color: #ccc;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0;
}

.image {
	border: 1px solid #ccc;
	padding: 6px;
}

/* ------------------------------------------- */

.listing_box {
	width: 560px;
	background: #f1f1f1;
	margin: 0 5px 30px 5px;
	border-bottom: 1px solid #666;
}

.listing_body {
	width: 550px;
	height: 165px;
	margin: 15px 0;
}

.listing_body p {
	font-size: 14px;
	text-align: justify;
	padding-left: 10px;
}

.listing_headline {
	width: 540px;
	background: #666;
	padding: 5px 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.listing_description {
}

.listing_features {
}

.listing_photo {
	border: none;
	margin-left: 10px;
}

.tour {
	border: none;
	margin-left: 90px;
	margin-top: 15px;
}

/* ------------------------------------------- */

#menu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#menu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#menu li {
margin-bottom: 3px;
}

#menu li a {
font-size: 78%;
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background:#f4f4f4;
border-left: 4px solid #ccc;
border-top:solid 1px #ccc;
border-bottom:solid 1px #ccc;
border-right:solid 1px #ccc;
}	
	
#menu li a:hover {
background: #a1be1a;
color: #fff;
border-left: 4px solid #8eac00;
border-top:solid 1px #8eac00;
border-bottom:solid 1px #8eac00;
border-right:solid 1px #8eac00;
}

/* ---------------------------------------------*/

.contact_form {
    width: auto;
    background: #f2fafe;
	margin: 5px 10px;
}

form ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

form li {
    background: none;
    margin: 2px;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset p {
	background: #cedae0;
	font-weight: bold;
	margin: 5px 0;
	padding: 4px 0;
}

label {
    display: block;
    float: left;
    width: 200px;
	text-align: right;
}

fieldset span {
	width: 200px;
	margin-left: 1px;
	font-weight: bold;
}

input {
	border: 1px solid #638ab3;
	padding: 2px;
	margin-left: 3px;
}

.none {
	border: none;
}

select {
	padding: 1px;
	width: 200px;
	margin-left: 3px;
}

.text {
	width: 200px;
}

textarea {
	padding: 2px;
    width: 200px;
    height: 60px;
	margin-left: 3px;
	border: 1px solid #638ab3;
}

.submit {
	float: left;
	border: 1px solid #638ab3;
	margin-left: 5px;
}

.anzatea {
    position: absolute;
    left: -999em;
}