/* ------------------------------------------- */

.listing_box {
	width: 580px;
	background: #f1f1f1;
	margin: 0 5px 30px 5px;
	border-bottom: 1px solid #CC6600;
}

.listing_body {
	width: 570px;
	height: 165px;
	margin: 15px 0;
}

.listing_body p {
	font-size: 14px;
	text-align: justify;
	padding-left: 10px;
}

.listing_headline {
	width: 560px;
	background: #CC6600;
	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: 10px;
}

body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #2c2c2c;
	margin: 0;
	padding: 0;
}
#container {
	background: #fff;
	margin: auto;
	width: 810px;
}
#header {
	height: 197px;
	width: 810px;
	background: url(media/images/header.jpg) no-repeat;
}
#agent_summary {
	height: 12px;
	width: 810px;
	margin: 5px 0;
}
#leftside {
	float: left;
	width: 170px;
	height: auto;
	margin-bottom: 10px;
	border-right: 2px dotted #ac3018;
}
#main_area {
	margin-left: 195px;
	width: 610px;
}
#main_area p {
	margin-top: 0;
}
#footer {
	clear: both;
	width: 810px;
	color: #ccc;
	text-align: center;
	border-top: 1px solid #ac3018;
	padding: 4px;
}
#footer a {
	text-decoration: none;
	color: #ccc;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0;
	padding: 0;
}
#menu ul {
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	list-style-type: none;
}
#menu a {
	display: block;
	padding: 3px 20px;
	width: 115px;
	background: #ac3018;
	border-bottom: 1px solid #fff;
	font-size: 13px;
}
#menu a:link, #menulist a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	background: #CC6600;
	text-decoration: underline;
}

#links ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#links a {
	display: block;
	padding: 3px 20px;
	width: 115px;
	background: #ac3018;
	border-bottom: 1px solid #fff;
	font-size: 13px;
}
#links a:link, #linkslist a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#links a:hover {
	background: #CC6600;
	text-decoration: underline;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

a:link {
	color: #2c2c2c;
	text-decoration: underline;
}
a:visited {
	color: #2c2c2c;
	text-decoration: underline;
}
a:hover {
	color: #2c2c2c;
	text-decoration: none;
}

.contact_form {
    width: auto;
    background: #fff5f2;
	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: #ac3018;
	color: #fff;
	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;
}

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: 8px;
}

.anzatea {
    position: absolute;
    left: -999em;
}