/* General */

body, html {
	width: 100%;
	height: 100%;
}

body {
	background-color: #82af98;
	background: url("images/bg.png");
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

p {
	padding: 0;
	margin: 0;
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0px;
}

.maintable {
	border-collapse: collapse;
	border: 0px;
	width: 856px;
	height: 100%;
}

.maintable td {
	vertical-align: top;
}

.emptytable {
	border-collapse: collapse;
	border: 0px;	
}

.copyright {
	font-family: Tahoma, Geneva;
	font-size: 10px;
	color: #0a0a0a;
	text-align: center;
}

/* Menu */

p.menubox_qs {
	font-family: Tahoma, Geneva;
	font-size: 11px;
	color: #000000;
	text-align: left;
	line-height: 22px;
	padding-top: 0px;
	padding-bottom: 22px;
}

select.menubox_qs {
	width: 140px;
	height: 18px;
	font-family: Tahoma, Geneva;
	font-size: 11px;
}

/* Featured */

.featured_pic1 {
	width: 120px;
	height: 155px;
	border: 1px solid #ffffff;
}

.featured_pic2 {
	width: 121px;
	border: 2px solid #ccc9c8;
}

.featured_name {
	font-family: Arial;
	font-size: 12px;
	color: #721216;
	font-weight: bold;
	margin-left: 3px;
	margin-right: 3px;
}

.featured_text {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	margin-left: 3px;
	margin-right: 3px;
}

.featured_more {
	text-align: right;
	margin-left: 3px;
	margin-right: 3px;
}

.featured_more a:link {
	font-family: Arial;
	font-size: 11px;
	color: #9a6125;
	text-decoration: none;
}

.featured_more a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #9a6125;
	text-decoration: none;
}

.featured_more a:active {
	font-family: Arial;
	font-size: 11px;
	color: #9a6125;
	text-decoration: none;
}

.featured_more a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}


/* Estate  Information & Design */

.info_name {
	font-family: Tahoma, Geneva;
	font-size:16px;
	color:#990000;
	font-weight:bold;
	padding-left: 10px;
	padding-top:20px;
	padding-bottom:16px;
	text-decoration: none;
	text-align: left;
}

.info_where {
	font-family: Tahoma, Geneva;
	font-size: 13px;
	font-weight: normal;
	color: #990000;
	text-align: left;
}

.info_data {
	font-family: Tahoma, Geneva;
	font-size: 12px;
//	padding-top: 8px;
	padding-left: 10px;
	text-align: left;
}

.info_text {
	font-family: Arial;
	font-size: 12px;
	padding: 10px;
//	padding-top: 20px;
	text-align: justify;
}

.info_email {
	font-family: Tahoma, Geneva;
	font-size: 12px;
	padding: 10px;
	text-align: right;
}

.info_back {
	font-size: 10px;
	color: #009999;
}

.info_pic1 {
	border: 1px solid #ffffff;
}

.info_pic2 {
	border: 2px solid #9a9693;
}

.info_more a {
	font-family: Arial;
	font-size: 9px;
	color: #990000;
}

