/******************************
  For Netscape compatibility, must define body margins
  and padding at the HTML level as well as the BODY level
*******************************/

html, body {
  margin:0px;
  padding:0px;
  margin-left:0px;
  margin-top:0px;
  margin-right:0px;
  margin-bottom:0px;
  background-image:url(images/background/background_brown.jpg);
  background-repeat:repeat-x;
  background-color:#8f7b6d;
}


/******************************
  Table Cell Options 
*******************************/

td {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  font-weight:normal;
  line-height:16px;
  color:black;
  margin-top:0px;
  margin-bottom:10px;
  text-align:left;
  vertical-align:top;
  padding:0px;
}

td.order {
  background-color:#B62222;
}

td.body {
 background-image:url(images/background/background2.jpg);
}

td.home {
 background-image:url(images/banner_top.jpg);
 background-repeat:no-repeat;
}

td.about_us {
 background-image:url(images/about_us_top.jpg);
 background-repeat:no-repeat;
}

td._portfolio {
 background-image:url(images/portfolio_top.jpg);
 background-repeat:no-repeat;
}

td.new_homes {
 background-image:url(images/new_homes_top.jpg);
 background-repeat:no-repeat;
}

td._contact_us {
 background-image:url(images/contact_us_top.jpg);
 background-repeat:no-repeat;
}

td.top {
 background-image:url(images/background/floral_2.jpg);
 background-repeat:no-repeat;
}

div.home{
 width:25px;
 position:absolute;
 left:1000px;
 top:0px;
 z-index:2;
}

/******************************
  Text Options
*******************************/

p {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  font-weight:normal;
  line-height:18px;
  color:#dac585;
  margin-top:5px;
  margin-right:25px;
  margin-bottom:10px;
  margin-left:50px;
}

p.footer {
  color:#b42c2b;
  font-weight:bold;
}

p.alt {
  font-family:Georgia, "Times New Roman", Times, serif;
  margin-left:0px;
  margin-right:20px;
  margin-bottom:15px;
  margin-left:0px;
}

p.picture {
  margin-left:50px;
  margin-right:0px;
}

ul {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:11px;
  font-weight:normal;
  line-height:14px;
  color:#dac585;
  margin-top:5px;
  margin-bottom:0px;
}

li {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:11px;
  font-weight:normal;
  line-height:14px;
  color:#dac585;
  margin-left:-20px;
  margin-top:5px;
  margin-bottom:5px;
  margin-right:10px;
}


h1 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:28px;
  font-weight:normal;
  line-height:18px;
  color:#dac585;
  margin-top:5px;
  margin-right:75px;
  margin-bottom:5px;
  margin-left:50px;
}

h1.alt {
  margin-top:0px;
  margin-right:0px;
  margin-bottom:0px;
  margin-left:0px;
}

h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bolder;
  line-height:18px;
  color:#f4c576;
  margin-top:10px;
  margin-right:10px;
  margin-bottom:10px;
  margin-left:100px;
}

h2.no_indent {
  margin-left:50px;
}

h2.alt {
  margin-left:0px;
}

h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bolder;
  line-height:18px;
  color:#f4c576;
  margin-top:10px;
  margin-right:10px;
  margin-bottom:10px;
  margin-left:50px;
}

/******************************
  Form Options
*******************************/

input {
  background-color:white;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:10px;
  color:#000000;
}

textarea {
  background-color:white;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:11px;
  color:#000000;
}

/******************************
  Link Options
*******************************/

a:link,
a:visited,
a:hover {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  font-weight:normal;
  line-height:18px;
  text-decoration:underline;
  color:#cc8611;
}

a.top:link,
a.top:visited,
a.top:hover {
  line-height:15px;
}

a.footer:link,
a.footer:visited,
a.footer:hover {
  color:#b42c2b;
  font-weight:bold;
}

a.header:link,
a.header:visited,
a.header:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bolder;
  text-decoration:none;
  color:#f4c576;
  line-height:18px;
  }

a.plain:link,
a.plain:visited,
a.plain:hover {
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  color:#b42c2b;
}

.listing	{
	width: 214px;
	float: left;
	height: 220px;
	}
#listings	{
	width: 700px;
	margin: 50px;
	}
	
#emailform td	{
	padding: 5px;
	color: #fff;
	font-size: 14px;
	}
	
#emailform input	{
	font-size: 16px;
	border: solid 1px #000;
	height: 26px;
	}

#emailform .button2	{
	padding: 6px 10px;
	text-decoration: none;
	background-color: #edc;
	color: #000;
	}
#emailform .buttonarea a:hover	{
	background-color: #fff;
	text-decoration: underline;
	}