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

body {
	background-color: #C4C4C4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*
body,td,th {
	color: #FFFFFF;
}





a:visited {
	text-decoration: none;
	color: #000000;
}
*/
/*
a:link {
	text-decoration: none;
	color: #000000;
}
*/
/*
.detailLink {
	text-decoration: none;
	color: #0000FF;
	font-size:14px;	
	font-family:Times New Roman;
}
*/
/*
a:hover {
	text-decoration: underline;
	color:#000000;
}

a:active {
	text-decoration: none;
}
*/


a {
    text-decoration: none;
	font-weight: bold;
	/* border-bottom:1px dotted; */ 
}

a:link {
    /*color: #0000FF;*/
	color: #264F4D;
}

a:visited {
    color: #346667;
}

a:active {
    color #264F4D;
}

a:hover {
	color: #94CFCF;
}

/* Remove underline from images */
a img {
vertical-align: middle;
}


strong {
	font-family:Times New Roman;
	font-size: 14px;
}

.attribute {
	font-family:Times New Roman;
	font-size: 14px;
}

.message {
	font-family:Times New Roman;
	font-size: 20px;
	font-weight:800;
	font-style:italic;
}

.houseName {
	font-family:Times New Roman;
	font-size: 10px;
	font-weight:600;
}

.housePrice {
	font-family:Times New Roman;
	font-size: 10px;
	font-weight:600;
}

/* Tables */
/* */
/* */

#head { 
top: 0; 
padding: 0; 
width: 100%; 
height: 175px;
background-image: url(./images/headerbg.jpg);
background-repeat: repeat-x;
border: 0; 
} 

#header	{ 
	background-image: url(./images/header.jpg);
}




#contentzone { 
top: 0; 
padding: 0; 
width: 100%; 

background-color: #C4C4C4;
border: 0; 
} 

#contentarea	{ 
	background-image: url(./images/contentbg.jpg);
	background-repeat: repeat-y;
}




/* Just disabled this because for some reason it doesn't work in IE8 
#footerzone { 
top: 0; 
padding: 0; 
width: 100%; 
height: 302px;
background-image: url(./images/footerbg.jpg);
background-repeat: repeat-x;
border: 0; 
} 
*/

#footer	{ 
	background-image: url(./images/footer.jpg);
}







/* Text */
/* */
/* */

.buttons {
	font-family: Arial;
	font-style: bold;
	color: #000000;
	font-size: 11pt;
}

.title {
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	font-size: 14pt;
}

.bigtitle {
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	font-size: 18pt;
}

.content {
	font-family: Arial;
	color: #000000;
	font-size: 12pt;
}

.seotags {
	font-family: Arial;
	color: #000000;
	font-size: 8pt;
	font-style: italic;
	text-align: center;

}

.smallcontent {
	font-family: Arial;
	color: #000000;
	font-size: 10pt;

}

.smallercontent {
	font-family: Arial;
	color: #000000;
	font-size: 9pt;
}


.whitedash {
	font-family: Arial;
	font-style: bold;
	color: #FFFFFF;
	font-size: 12pt;
}

.reallysmallcontent {
	font-family: Arial;
	color: #000000;
	font-size: 8pt;
}



/* Text overlay for images */
.listimg {
   position: relative;
   width: 100%; /* for IE 6 */

}


/* Text overlay image */
h2.listimg span.listimg {
  bottom: 17px;
  position: absolute;
  /* width: 149px; */
  left: 0;
  font: bold 14px/25px Helvetica, Sans-Serif;
  letter-spacing: -1px;
  background-color:#ffffff;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}
/* Text overlay image */
h2.openhouse span.openhouse {
  /*bottom: 17px;*/
  position: relative;
  width: 90%;
  left: 0;
  font: bold 14px/25px Helvetica, Sans-Serif;
  letter-spacing: -1px;
  background-color:#ffffff;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}
