@charset "UTF-8";
/* CSS Document */


/* ------------------ header -------------------*/
body {
    margin: 0;
	padding: 50px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
    margin: 0 auto;
	width: 800px;
	padding: 19px 0 0 0;

	height: auto;
	background: url('../images/bk-main.gif') no-repeat top;
	border: 0px solid green;
}
#wrappersales {
    margin: 0 auto;
	width: 800px;
	padding: 19px 0 0 0;

	height: auto;
	background: url('../images/bk-main2.gif') no-repeat top;
	border: 0px solid green;
}
#container {
    margin: 0 auto;
	padding: 0;
	width: 765px;
	
	height: auto;
	border: 0px solid red;
}
#header {
    margin: 0 0 13px 0;
	padding: 1px 0 0 0;
    width: 755px;
	height: 76px;
	border: 0px solid blue;
}
#content {
    width: 765px;
	height: auto;
	min-height: 500px;
	margin: 0;
	padding:0 0 0 1px;
	border: 0px solid black;
}
/* ------------------ menu -------------------*/
#nav {
    width: 404px;
	height: 60px;
	margin: 18px 0 0 109px;
	padding: 0;
	border:0px solid red;
}
#nav ul {
	margin: 0;
    padding: 0;
	list-style: none;
}
#nav li {
float: left;
    height: 60px;
	width: 101px;
    border: 0px solid blue;
    display: inline;
}
#nav img {
    border: none;
}

/* ------------------ misc -------------------*/
#tel {
    float: right;
	margin: 10px 0;
    padding: 0;
	line-height: 12px;
	font-size: 25px;
	color: #000099;
	border: 0px solid green;
}
.clearfix {
    clear: both;
}
.left-content {

}
.house-details {
width: 365px;
border: 0px solid green; 
float: left;
margin: 10px 0 0 10px;
}

/* ------------------ images -------------------*/
.headerimages{
float: left;
margin: 0 0 10px 10px;
}
.rightimage {
float: right;
margin: 0 10px 0 10px;
}
.leftimage {
float: left;
margin: 5px 0 0 10px;

}
img.leftimage  {
border: 1px solid #000;
padding: 2px;
}
.topimage {
position: relative;
margin: 0 10px 10px 13px;
}

.powered {
	position: absolute;
top: 320px;
left: 350px;
width: 320px;
border: 0px solid #73AD21;
	text-align: center;
	}

.powered2 {
	position: absolute;
top: 620px;
left: 350px;
width: 320px;
border: 0px solid #73AD21;
	text-align: center;
	}


/* ------------------ text -------------------*/
h1,h2,p{margin: 0 10px;}
h1{font-size: 16px; color: #FFF;}
h2{font-size: 16px; color: #009900; font-weight:normal; margin: 0 0 10px 15px;}
h3 {font-size: 14px; color: #003399; font-weight: normal; margin-left: 10px;}
h3 img {border: none;}
p{font-size: 12px;color: #003399; }
p{padding-bottom:1em; padding-left: 5px;}
h2{padding-top: 5px;}

ul,li{list-style:none; font: 13px Arial, Helvetica, sans-serif; color: #003399;}

.house-details {list-style:none; font: 13px Arial, Helvetica, sans-serif; color: #003399; margin: 5px 0 0 5px; padding-left: 0;  }
.house-details {margin-bottom: 5px;}
span.greentext { 
color: #228836;
}
.largegreentext { 
color: #228836;
font-size: 19px;
}
#sitemap {
margin: 0 0 0 10px;
text-decoration: none;
}
#sitemap a{
text-decoration: none;
color: #333;
}
#sitemap a:hover{
text-decoration: underline;
color: #006600;

}
/* ------------------ bluebox-------------------*/
.rtop,.rbottom{display:block;}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px;} 
.r2{margin: 0 3px;}
.r3{margin: 0 2px;}
.r4{margin: 0 1px;height: 2px;}

.rs1{margin: 0 2px;}
.rs2{margin: 0 1px;}




div#full-width{ margin: 0 0 10px 0;background: #c2d2e5;}

/* ------------------ 100% wide whitebox -------------------*/
.whitebox1 {
width: 100%;
padding: 0;
margin: 0 0 10px 0;
}
.topbox1 {
/*background: url('../images/t-box.gif') no-repeat top;*/
width: 100%;
height: 8px;
padding: 0;
margin: 0;
border: 0px solid black;

}
.bottombox1 {
/*background: url('../images/b-box.gif') no-repeat bottom;*/
width: 100%;
height: 8px; 
padding: 0;
margin: 0;
}
.boxleft-right {
height: 100%; /*ie6 hack*/ 

border-left: 1px solid #124e8a;
border-right: 1px solid #124e8a;
}
/* ------------------50%  wide whitebox -------------------*/

.whitebox2 {
float: left;
width: 374px;
padding: 0;
margin: 0;
}
.topbox2 {
background: url('../images/s-boxtop.gif') no-repeat top;
width: 100%;
height: 7px;
border: 0px solid black;
}
.bottombox2 {
background: url('../images/s-bottombox.gif') no-repeat bottom;
width: 100%;
height: 7px;
}
.boxleft-right {
border-left: 1px solid #124e8a;
border-right: 1px solid #124e8a;
}
/* ------------------ footer -------------------*/
#footer {
margin: 0 auto;
width: 60%;
font-size: 11px;
text-align: center;
border: 0px solid blue;
}
#footer a{
text-decoration: none;
color: #333;
}
#footer a:hover{
text-decoration: none;
color: #009900;

}

html, body {
//height: 100%;
min-height: 100%;
}
div#container {
height: 100%;
min-height: 100%;
}



