/* global */
body {
	background: url('images/bg.gif') repeat-x top;
	margin: 0;
	color: #FFFFFF;
}

a:link {
	color: #006633;
}

a:visited {
  color: #006633;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #006633;
}

#layout {
	width: 768px;
	border-collapse: collapse;
	margin-top: 8px;
	border: 0;
	padding: 0;
}

/* header - top row */
td#logo {
	height: 80px;
	vertical-align: top;
	border: 0;
	padding: 0;
}
img#logo {
	float: left;
}
img#terraFeliz {
	position: relative;
	top: 15px;
	left: 0px;
}
p#slogan {
	position: relative;
	top: 16px;
	left: 0px;
	color: #666666;
	font-family: tahoma,verdana,arial;
	font-size: 11px;
	margin: 3px 0 3px 0;
	white-space: nowrap;
}
td#realtorInfo {
	text-align: right;
	vertical-align: bottom;
	color: #666666;
	font-family: tahoma,verdana,arial;
	font-size: 11px;
	padding: 0 0 15px 0;
	white-space: nowrap;
	border-collapse: collapse;
	border: 0;
	line-height: 15px;
}
td#realtorInfo a {
	color: #E87D1F;
}

/* header - slides row */
td#slides {
	border: 0;
	padding: 0;
	white-space: nowrap;
}

td#slides img {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
}
td#slides img#last {
	border-right: 1px solid white;
}
/* header - menu row */
td#menu {
	border: 0;
	padding: 0;
	white-space: nowrap;
}
td#menu a {
	display: block;
	float: left;
	background-image: url('images/bg_normal.gif');
	border-left: 1px solid white;
	border-right: 1px solid black;
	height: 21px;
	padding: 8px 10px 0 9px; /* adjust to fill the width */

	font-family: tahoma,verdana,arial;
	font-size: 12px;
	color: white;
	text-decoration: none;
	text-align: middle;
}
td#menu a:hover {
	background-image: url('images/bg_hover.gif');
	text-decoration: none;
}

td#menu a#lastItem {
	width: 37px; /* adjust to fill the width */
	border-right:1px solid white;
}

/* content */
td#content {
	padding: 20px;
}
h1 {
	color: #1D6C17;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
h2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* footer */
td#footer {
	padding: 20px 0 10px 0;
	text-align: center;
	color: #000000;
	font-family: tahoma,verdana,arial;
	font-size: 11px;
}
td#footer a {
	color: #E87D1F;
}

/* table */
table#layout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
