/* Css for ECO Realty
By Jeremy Child */

html { height: 100%; }
body {
	color: #333333;
	background-color: #D8E8F5;
	margin: 10px;
	line-height: 100%;
}
table {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* HTML Elements 
*/
h1 {
  font: bold 18px arial, verdana, sans-serif;
  margin: 0px;
}
h2 {
  font: 16px arial, verdana, sans-serif;
  margin: 0px;
}
h3 {
  font: 14px arial, verdana, sans-serif;
  font-weight: bold;
  margin: 0px;
}
h4 {
  font: 16px arial, verdana, sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0px;
}
img {
  border: 0px;
}
a {
  color: #333333;
}
a:hover {
  color: #44AEE1;
}
/* Page Elements 
*/
#wrapper {
	width: 740px;
	text-align: left;
	min-height: 1%;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: white;
}

#header {
	background: url('images/header_bg.gif') repeat-x;
	width: 100%;
	height: 79px;
	background-color: #44AEE1;
}
#menu {
	background: url('images/menu_grad.gif') repeat-x;
	width: 100%;
	height: 28px;
}
#titler {
  background: url('images/submenu_grad.gif') repeat-x;
	width: 100%;
	height: 41px;
	background-color: #ffffff;
	text-align: left;
	border-bottom: #cccccc 1px solid;
}

#main {
  background-color: white;
  position:relative;
}

#container {
  background-color: white;
}
#left {
  float:left;
  background-color: white;
  width: 430px;
  border-right: #cccccc 1px solid;
  overflow: hidden;
}
#left2{
  float:left;
  background-color: white;
  width: 480px;
  overflow: hidden;
}
#left3 {
  float:left;
  background-color: white;
  width: 550px;
  overflow: hidden;
}
#right {
  float:right;
	background-color: white;
	width: 308px;
	overflow: hidden;
}
#right2 {
	float:right;
	background-color: white;
	width: 200px;
	overflow: hidden;
}
#right3 {
	float:right;
	background-color: white;
	width: 120px;
	overflow: hidden;
}
#center {
	background-color: white;
	width: 690px;
	overflow: hidden;
}
#header1 {
	width: 100%;
	height: 22px;
	background: url('images/contextmnu_grad.gif') repeat-x;
}
#content {
  font: 13px verdana, sans-serif;
  padding: 6px;
  text-align: justify;
}
#border {
  border: #666666 1px solid;
}
#content .thumb {
  float:left;
  width: 130px;
  height: 110px;
  text-align:center;
}
#content .featured {
  text-align:left;
}
#content .left {
  float:left;
  text-align:left;
  width: 60px;
}
#content .right {
  text-align:left;
}
#contentR {
  font: 13px verdana, sans-serif;
  padding: 10px;
  width: 280px;
  text-align: justify;
}
#info {
  border: #666666 1px solid;
  font: 14px verdana, sans-serif;
  background-color: #F0F0F0;
  text-align: left;
  padding: 10px;
  width: 160px;
}
#leftcol {
  float:left;
  width: 130px; 
}
#rightcol {
  float:left;
}

/* Search Results Elements
*/
#results {
  padding: 15px;
}
.property {
	width: 98%;
	float: left;
	font: 12px arial, verdana, sans-serif;
	padding-bottom: 15px;
}
.property td {
  padding-bottom: 15px;
}
.property #name {
  font: 14px arial, verdana, sans-serif;
  font-weight: bold;
}
.property #thumb {
  padding-right: 10px
}
.property a {
  font: 12px arial, verdana, sans-serif;
  color: #333333;
}
.property a:hover {
  font: 12px arial, verdana, sans-serif;
  color: #44AEE1;
}
.property p {
  width: 90%;
}

/* Misc
*/
#footer {
	clear: both;
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
	text-align: center;
	font: 11px verdana, sans-serif;
	color: #000000;
	height: 20px;
	padding: 10px;
}
input, textarea {
	font: 13px arial, verdana, helvetica, sans-serif;
	color: #000000;
	border: 1px solid #59B6D5;
	background: #FFF;
}
#s {
	font: 13px arial, verdana, helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #3FABCF;
	background: #59B6D5;
}
select {
	font: 13px arial, verdana, helvetica, sans-serif;
	color: #000000;
	border: 1px solid #59B6D5;
	background: #FFF;
}
