/* CSS Document */

.copyright {
	color: #735a42;
	font-size: 9px;
	padding-top: 8px;
	line-height: 15px;
}

.copyright a {
	color: #735a42;
}

.copyright a:hover {
	text-decoration:underline;
}

body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #735A42;
}
body {
	background-color: #261405;
	height: 100%;
	overflow:auto;
}
.bkg {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
html,body{height:100%;}
#wrapper{
	#position: relative; 
	overflow: auto;
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#outer{
	#position: absolute;
	display:table-cell;
	vertical-align:middle;
}
#formwrap{
	text-align:center; 
	#position: relative;
}
.sign {
	color: #7AA612;
	text-align: right;
	margin-top: -15px;
}
input, textarea
{
	letter-spacing: 0.1em;
	font-size:11px;
	color: #735A42;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	border-top: 1px outset #99CF16;
	border-right: 1px outset #7AA612;
	border-bottom: 1px outset #7AA612;
	border-left: 1px outset #99CF16;
}

.submit
{
	color: #261405;
	font-weight:bold;
	font-size:12px;
	background: #7AA612;
	border-top: 1px outset #99CF16;
	border-right: 1px outset #7AA612;
	border-bottom: 1px outset #7AA612;
	border-left: 1px outset #99CF16;
}

select {
	font-size:11px;
	color: #735A42;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:152px;
}
.require {
	color: #7AA612;
	
}

h3 {
	color: #7AA612;
	margin-bottom:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color:#7AA612;
	text-decoration: none;
}
a:hover {
	color:#3A2414;
}

h2 {
	color: #99CF16;
	display: inline;
	font-size: 14px;
	/* padding-left: 15px; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	color: #99CF16;
	display: inline;
	font-size: 24px;
}
.address {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 35px;
}
.address a {
	font-weight: bold;
	color: #261405;
}
.price {
	font-size: 18px;
	color: #1A0C01;
	font-weight: bold;
}
.details td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #261405;
	vertical-align:top;
}
.details th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align:top;
}
.description {
	padding: 0px 30px 20px 0px;
}
.titleimage {
	padding-bottom: 25px;
}
ul {
	margin-top: 0px;
}
.formtable td {
	padding-bottom: 10px;
}
.deadlink {
	color: #999999
}

#listingphotos {
  overflow: hidden;
}

#listingphotos img {
  float: left;
  margin: 5px;
}



.clear
{
clear:both;
margin:0;
padding:0;}
/* Root = Horizontal, Secondary = Vertical */
#navigation
{
float:left;
width:900px;
margin:17px 0 50px 0;
padding:0;}

ul#navmenu {
float:left;
	margin: 0 0 0 1px;
	padding: 0;
	width: 900px; /*For KHTML*/
	list-style: none;
	border: 0;
}

ul#navmenu li {
	margin: 0;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	border: 0;
}

ul#navmenu ul {
	margin: 0;
	border: 0;
	padding:  0;
	/*width: 190px;*/
	list-style: none;
	display: none;
	top: 18px;
	left: 0;
	position: absolute;
}

ul#navmenu ul li {
	float: none; /*For Gecko*/
	display: block !important;
	display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
	padding: 0;
	margin:0 10px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	height: 100%; /*For IE*/
	height: 17px;
	color:#a38f79;
	text-decoration:none;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom:#FFFFFF 1px solid;
}
ul#navmenu a:hover {
	color:#3f281f;
	border-bottom:#99cf16 1px solid;
}

ul#navmenu .down {
	color:#3f281f;
	border-bottom:#99cf16 1px solid;
}
span.navtext {
	display: none;
}


/* 2nd Menu */

ul#navmenu li li a {
clear:both;
float:left;
	display: block;
	color: #a38f79;
	text-decoration:none;
	height:15px;
	width:200px;
	text-align:left;
	border:none;
}


ul#navmenu .show {
float:left;
	display: block;
	color: #a38f79;
	text-decoration:none;
	height:15px;
	text-align:left;
	border:none;
	width:200px;
}
ul#navmenu .down2nd {
	color:#3f281f;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	color: #3f281f;
	border:none;
}

ul#navmenu li:hover ul,
ul#navmenu li.iehover ul {
	display: block;
	margin:0;
	padding:0;
}

/* h1 images */
#h1about {
background:transparent url(images/title_about.gif) scroll no-repeat left top;
display:block;
height:55px;
width:350px;
text-indent:-9999px;
}

#h1testimonials {
background:transparent url(images/title_testimonials.gif) scroll no-repeat left top;
display:block;
height:55px;
width:350px;
text-indent:-9999px;
}

#h1sold {
background:transparent url(images/title_sold.gif) scroll no-repeat left top;
display:block;
height:55px;
width:350px;
text-indent:-9999px;
}

#h1listing {
background:transparent url(images/title_listings.gif) scroll no-repeat left top;
display:block;
height:55px;
width:350px;
text-indent:-9999px;
}

#h1buyers {
background:transparent url(images/title_buyers.gif) scroll no-repeat left top;
display:block;
height:55px;
width:350px;
text-indent:-9999px;
}

#h1sellers {
background:transparent url(images/title_sellers.gif) scroll no-repeat left top;
display:block;
height:55px;
width:350px;
text-indent:-9999px;
}

#h1referrals {
background:transparent url(images/title_referrals.gif) scroll no-repeat left top;
display:block;
height:55px;
width:350px;
text-indent:-9999px;
}

#h1calculator {
background:transparent url(images/title_calculator.gif) scroll no-repeat left top;
display:block;
height:55px;
width:350px;
text-indent:-9999px;
}

#h1referral {
background:transparent url(images/title_referrals.gif) scroll no-repeat left top;
display:block;
height:55px;
width:350px;
text-indent:-9999px;
}

#h1maps {
background:transparent url(images/title_map.gif) scroll no-repeat left top;
display:block;
height:50px;
width:865px;
text-indent:-9999px;
}

#h1attractions {
background:transparent url(images/title_attraction.gif) scroll no-repeat left top;
display:block;
height:50px;
width:865px;
text-indent:-9999px;
}

#h1attractions {
background:transparent url(images/title_attraction.gif) scroll no-repeat left top;
display:block;
height:50px;
width:865px;
text-indent:-9999px;
}

#h1aboutvan {
background:transparent url(images/title_about_van.gif) scroll no-repeat left top;
display:block;
height:50px;
width:865px;
text-indent:-9999px;
}

#h1green {
background:transparent url(images/title_green.gif) scroll no-repeat left top;
display:block;
height:55px;
width:350px;
text-indent:-9999px;
}