/* Body                                        */

/* commented backslash hack v2 \*/ 
* div {height:1%;} 
/* end hack */ 

body {
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#666666;
	font-family:verdana, helvetica, arial, geneva, sans-serif;
	font-size:11px;
	text-align:center;
}

p  {
	padding-left:10px;
	line-height:14px;
}

h1 {
	font-size:13px;
	line-height:20px;
}
h2 {
	font-size:12px;
	margin-top:20px;
}
h3 {
	font-size:11px;
	margin-top:20px;
}
h4 {
	font-size:11px;
	margin-top:20px;
}

a:link, a:visited, a:active {
	color:#444444;
}
a:hover {
	color:#FF9900;
}

.stronger {
	font-weight:bold;
}
.highlight {
	color:#CC0000;
}

.clearer {
	height:1px;
	overflow:hidden;
	clear:both;
}

/* Containers and divs                              */
#container {
	width:750px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	color:#666666;
	background-color:#FFFFFF;
	text-align:left;
}
#header {
	width:100%;
	height:50px;
	background-color:#666666;
}
#logo {
	width:150px;
	height:50px;
	float:left;
}
#logo img {
border:0;
}
#logo_corner {
	width:30px;
	height:50px;
	float:left;
	background-image:url(images/logo_corner.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#top {
	width:568px;
	height:30px;
	float:right;
	line-height:30px;
	padding-right:2px;
	vertical-align:bottom;
	color:#CCCCCC;
	text-align:right;
	font-size:smaller;
}
#top-bar {
	width:570px;
	height:20px;
	float:right;
	background-color:#FFCC00;
	clear:right;
}

/* Content Section                             */
#content {
	width:100%;
	clear:both;
	background-color:#FFFFFF;
}
#home-image {
display:none;
}
#navigation {
display:none;
}
#main-content {
	width:650px;
	padding:0px;
	height:auto;
	margin:0px;
	border-left:1px dashed #DDDDDD;
	background-color:#FFFFFF;
}
#padded-main-content {
	width:650px;
	padding:5px 10px 5px 10px;
	height:auto;
	border-left:1px dashed #DDDDDD;
	margin:0px;
	background-color:#FFFFFF;
}

/* Bottom Section                             */
#bottom-bar {
	height:10px;
	background-color:#FFCC00;
	clear:both;
}
#footer {
	width:630px;
	padding:2px;
	padding-bottom:10px;
	background-color:#666666;
	color:#CCCCCC;
	text-align:right;
	font-size:smaller;
}

/* home                             */
#home {
	margin:0px;
	padding:0px;
}
#home h1 {
	margin:0px;
	padding:0px;
}
#home h2 {
	margin:4px 0px 10px 3px;
	line-height:10px;
}
#home .container {
	border-bottom:1px dashed #dddddd;
}
#home-top {
	width:599px;
	border-bottom:1px dashed #dddddd;
	margin:0px;
	padding-bottom:10px;
}
.home-stretch {
	width:599px;
	border-bottom:1px dashed #dddddd;
	margin:0px;
	padding:0px;
}
.home1-content {
	padding:10px 0px 10px 5px;
	line-height:20px;
}
.home1-content2 {
	padding:10px 0px 10px 5px;
}
#home .include {
	padding:15px;
}
.home-left {
	width:409px;
	float:left;
	margin:0px;
	padding:0px;
}
.home-right {
	width:189px;
	float:left;
	clear:right;
	border-left:1px dashed #dddddd;
	margin:0px;
	padding:0px;
}
.home-right img {
	margin:0;
	padding:0;
}
.list-title {
	font-weight:bold;
	font-size:10px;
	font-family:verdana, helvetica, arial, geneva, sans-serif;
	margin-bottom:3px;
}
.header-title {
	background-color:#efefef;
	border-bottom:1px solid #cccccc;
	padding:5px;
	margin-bottom:0px;
}
#property-links ul {
	margin-top:0;
	list-style-type:none;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0;
}
#property-links {
	margin-left:20px;
	margin-top:7px;
}

/* Top link styles                             */
#top a:link, #top a:active, #top a:visited {
	color:#CCCCCC;
}
#top a:hover {
	color:#999999;
}

/* Navigation                             */
#navigation ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#navigation a {
	display:block;
	color:#666666;
	background-color:#FFFFFF;
	width:141px;
	padding:3px 1px 3px 8px;
	margin:0px;
	text-decoration:none;
	border-bottom:1px solid #EEEEEE;
	font-weight:bold;
}
#navigation a:hover {
	background-color:#EEEEEE;
	color:#666666;
}
#navigation ul ul {
	border-bottom:1px solid #EEEEEE;
}
#navigation li li a {
	display:block;
	color:#666666;
	background-color:#FFFFFF;
	width:130px;
	padding:2px 1px 2px 19px;
	text-decoration:none;
	border-bottom:0px;
	font-weight:normal;
	font-size:10px;
}
#navigation li.header a {
font-weight:bolder;
}

/* Forms                         */
form br {
	clear:both;
	}
.formleft {
	float:left;
	width:130px;
	text-align:right;
	margin-right:10px;
	margin-bottom:5px;
}
.formright {
	float:left;
	margin-bottom:5px;
}
#buttons {
	text-align:center;
	padding-top:20px;
}
#buttons input {
	margin-left:10px;
	margin-right:10px;
}
.form-style {
	background:#efefef;
}
input.form-style, textarea.form-style {
	border:1px solid #333333;
	padding:1px;
}

/* Images                         */
.img-right {
	float:right;
	padding-left:10px;
	padding-bottom:5px;
}
.img-left {
	float:left;
	padding-right:10px;
}
img.center {
	display:block;
	text-align:center;
	margin:0px auto;
	border:0px;
}

/* Property Results                      */
#results div.container {
margin-bottom:20px;
width:500px;
border:1px dashed #dddddd;
text-align:left;
margin-left: auto;
margin-right: auto;
padding:10px;
}
#results div.res-cont-1 {
clear:both;
}
#results div.image {
float:left;
width:175px;
}
#results img.res-image {
border:0;
overflow:hidden;
}
#results div.description {
float:left;
clear:right;
width:250px;
}
#results div.location {
width:100%;
clear:both;
font-size:14px;
padding-top:10px;
}
#results div.res-cont-2 {
clear:both;
}
#results div.price {
padding-top:5px;
float:left;
width:60%;
}
#results span.price-prefix {
font-size:10px;
}
#results span.price {
font-size:14px;
font-weight:bold;
}
#results div.link {
width:30%;
float:right;
clear:right;
padding-top:5px;
text-align:right;
}

/* *************************                         */
#results {
	width:100%;
	margin:0px;
	padding:0px;
}
#results-container {
	text-align:center;
}
#results form {
	margin:0px;
	padding:0px;
}

/*header*/
#res-header {
margin-top:20px;
margin-bottom:20px;
padding:5px;
background-color:#eeeeee;
border-bottom:1px solid #aaaaaa;
}
#res-header .left {
float:left;
width:40%;
padding-bottom:5px;
}
#res-header .right {
float:right;
width:40%;
text-align:right;
padding-bottom:5px;
}
#res-order select {
font-size:10px;
color:#666666;
}

/*footer*/
#res-footer {
margin-bottom:30px;
background-color:#eeeeee;
border-top:1px solid #aaaaaa;
padding:5px;
}
#res-footer .left {
float:left;
width:29.9%;
padding-bottom:10px;
}
#res-footer .center {
float:left;
clear:right;
width:40%;
text-align:center;
background:inherit;
padding-bottom:10px;
}
#res-footer .right {
float:right;
clear:right;
width:29.9%;
text-align:right;
padding-bottom:10px;
}
#res-navigation-bottom {
margin-bottom:0px;
}
#res-pages {
width:100%;
clear:both;
text-align:center;
}

/* Property Display                        */
span.property-price {
font-size:16px;
font-weight:bold;
}
span.converted-price {
padding-left:10px;
font-size:smaller;
}
div.imc {
width:175px;
float:right;
margin:0 auto;
padding:5px;
margin-left:5px;
text-align:center;
border:1px dashed #cccccc;
}
div.imc img {
border:0;
}

/* Rent Display                        */
div.rent-imc {
width:220px;
float:right;
margin:0 auto;
padding:5px;
margin-left:5px;
text-align:center;
border:1px dashed #cccccc;
}
div.rent-imc img {
border:0;
}

/* gallery                       */
div#gallery-header {
margin-bottom:10px;
text-align:right;
}
div#gallery-image {
	text-align:center;
	margin:0 auto;
}
div#gallery-navigation {
margin-top:10px;
}
div.gal-lft {
width:200px;
float:left;
}
div.gal-rgt {
width:200px;
float:right;
clear:right;
text-align:right;
}

/* inc                       */
.sale-include {
width:370px;
}
.sale-include div.inc-1 {
clear:both;
}
.sale-include div.image {
float:left;
width:175px;
}
.sale-include img.res-image {
border:0;
}
.sale-include div.description {
float:left;
clear:right;
width:195px;
}
.sale-include div.location {
width:100%;
clear:both;
font-size:12px;
padding-top:10px;
}
.sale-include div.inc-2 {
clear:both;
}
.sale-include div.price {
padding-top:5px;
float:left;
width:70%;
}
.sale-include span.price-prefix {
font-size:10px;
}
.sale-include span.price {
font-size:12px;
font-weight:bold;
}
.sale-include div.link {
width:20%;
float:right;
clear:right;
padding-top:5px;
text-align:right;
}
.img-b-lft {
border:1px dashed #DDDDDD;
padding:5px;
margin:0 auto;
margin-left:5px;
margin-bottom:2px;
float:right;
clear:right;
text-align:center;
}
.img-b-lft .desc {
width:200px;
font-weight:bolder;
text-align:right;
font-size:smaller;
}
.img-b-rgt {
border:1px dashed #DDDDDD;
padding:5px;
margin:0 auto;
margin-left:5px;
margin-right:5px;
margin-bottom:2px;
text-align:center;
float:left;
clear:left;
}
.img-b-rgt .desc {
font-weight:bolder;
font-size:smaller;
text-align:left;
}
.img-full {
border:1px dashed #DDDDDD;
padding:5px;
margin:0 auto;
text-align:center;
}
.img-full .desc {
font-weight:bolder;
text-align:right;
font-size:smaller;
}
.cent {
	width:100%;
	margin:0 auto;
	text-align:center;
}

/* Site Map                                    */
#sitemap {
width:570px;
line-height:16px;
}
.sitemap-header {
font-size:12px;
font-weight:bolder;
line-height:20px;
background-color:#eeeeee;
border-top:1px solid #aaaaaa;
}
.sitemap-subheader {
font-size:10px;
font-weight:bolder;
line-height:14px;
clear:both;
border-top:1px solid #dddddd;
border-bottom:1px dotted #dddddd;
}
.sitemap-subheader2 {
font-size:10px;
font-weight:bolder;
line-height:14px;
clear:both;
border-top:1px dotted #dddddd;
border-bottom:1px dotted #dddddd;
padding-left:15px;
}
.sitemap-subheader2  {
padding-left:15px;
}
.sitemap-links2 {
padding:5px 5px 5px 20px;
margin-bottom:10px;
}
.sitemap-links {
padding:5px;
margin-bottom:10px;
}
.level {
clear:both;
}
.sm21 {
width:265px;
float:left;
padding:10px 5px 10px 5px;
margin-bottom:10px;
}
.sm22 {
width:265px;
float:right;
clear:right;
padding:10px 5px 10px 5px;
margin-bottom:10px;
}
.dotted {
border-bottom:1px dotted #dddddd;
}
