  /* Page default */
  html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
  }
	body {
		background-image: url(../images/bg.jpg);
		background-attachment: fixed;
		background-position: top center;
		background-repeat: no-repeat;
    background-color: #1b401b;
	}
  
  /* Default fonts */
  p, td, li {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 130%;
  }

  /* Headings */
  h1 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 17px;
		color: #157315;
		margin-bottom: 12px;
		text-transform:  uppercase;
		line-height: 120%;
  }
  h2 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 17px;
		color: #157315;
		text-align: left;
		margin-bottom: 12px;
		margin-top: 24px;
  }
  h2.border {
    border-bottom: 3px solid #157315;
		text-transform:  uppercase;
  }
  h2.property {
    border-bottom: 3px solid #157315;
		text-transform:  uppercase;
		margin-top: 36px;
		margin-bottom: 0px;
		padding-bottom: 0px;
  }
	h2 a {
		text-decoration: none;
	}
	h2.property a {
		text-decoration: none;
	}

  /* Links */
  a {
    color: #157315;
    font-weight: bold;
    text-decoration: underline;
  }
  a:link { }
  a:visited { }
  a:hover { }
  a:active { } 

  /* Main table holding the content */
  table.main {
		min-width: 750px;
		max-width: 1024px;
		width: expression(document.body.clientWidth > 1126 ? "1024px": "85%" );
	}

  /* Menu and its items */
  table.menu {}
  td.menu {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
		text-transform: uppercase;
		padding-top: 8px;
		padding-bottom: 8px;
 		padding-right: 4px;
		line-height: 110%;
 }
  a.menu {
    color: #006600;
    text-decoration: none;
  }

	/* Misc */
	hr {
		height: 0px; 
		border: none; 
		border-bottom: 1px solid #157315;
	}

  /* Boxes and their contents */
  td.boxtop {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
		text-transform: uppercase;
		padding-left: 4px;
		padding-right: 4px;
  }
  td.box {
    font-size: 11px;
		padding-left: 8px;
		padding-right: 8px;
		line-height: 150%;
  }
	td.box * {
    font-size: 11px;
		line-height: 150%;
	}
	
	/* Header for searching MLS */
	table.search_header {
		border: 1px solid #157315;
	}
	table.search_header td.title {
		background-color: #A9DA89;
		border-bottom: 1px solid #157315;
		text-transform: uppercase;
		font-size: .9em;
	}
	table.search_header td.options {
		font-size: .8em;
	}
	
	/* Featured properties */
	img.featured {
		border: 3px solid #6a9b4a;
	}
	
	/* Properties */
	img.property, iframe.property {
		border: 3px solid #6a9b4a;
	}
	
	/* Lists */
	li {
		padding-bottom: 12px;
		list-style-type: square;
	}
	li ul {
		padding-left: 18px;
	}
	li ul li {
		padding-bottom: 6px;
	}
	ul.home_links {
		margin: 6px 0px 0px 0px;
	}
	ul.home_links li {
		padding-bottom: 6px;
	}
	
	/* VTour stuff */
	div#loading {
		padding: 36px;
	}
	table.info {
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
	}
	table.info td {
		border-bottom: 1px solid #000000;
		border-right: 1px solid #000000;
	}

  /* Bottom table containing legal info (client copyright and design info) */
  table.legal {
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 10px;
    border-top: 1px solid #157315;
  }
  div.copyright {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    line-height: 110%;
  }
  div.designinfo {
    margin-top:6px;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    line-height: 110%;
 	}


	/* OpenRealty Search */
	div.mls_user_menu {
		font-size: .85em;
	}
	
	table.search_options {
		border: 2px solid #157315;
		border-collapse: collapse;
	}
	table.search_options th.search_options {
		border-bottom: 1px solid #157315;
		font-size: .9em;
		background-color: #BFE4B4;
		white-space: nowrap;
	}
	
	
	table.search_options td.option_header {
		font-size: .85em;
		background-color: #E7FFDF;
		border: 1px solid #BFE4B4;
	}
	table.search_options td.options {
		font-size: .85em;
		white-space: nowrap;
	}
	table.search_options td.options td.options {
		font-size: 1em;
		white-space: nowrap;
	}
	
	
	table.search_result {
		border: 2px solid #157315;
		border-bottom: 0px;
	}
	table.search_result th {
		border-bottom: 2px solid #157315;
		font-size: .9em;
		background-color: #BFE4B4;
		white-space: nowrap;
	}
	table.search_result td {
		font-size: .9em;
	}
	table.search_result td.description {
		border-top: 1px solid #BFE4B4;
		border-bottom: 2px solid #157315;
		padding-bottom: 12px;
	}
	table.search_result td.photo {
		border-right: 1px solid #BFE4B4;
		border-bottom: 2px solid #157315;
	}
	table.search_result td.photo img {
		border: 1px solid #157315;
	}
		
 	table.listings_next_prev td, td.listings_next_prev {
 		font-size: .8em;
	}

 	div.sort_text {
 		font-size: .8em;
	}

	div.no_results {
		margin-top: 12px;
	}
	
	
	/* OpenRealty Listing */
	div.search_heading {
		width: 90%;
		background-color: #dcffd3;	
		border-bottom: 1px solid #A9DA89;
		margin: 0px 0px 6px 0px;
		padding: 3px;
		font-size: 1.25em;
		font-weight: bold;
	}
	div.search_subheading {
		font-weight: bold;
		margin-top: 8px;
	}
	table.listing_features_table {
		margin-left: -12px; 
		margin-bottom: 12px; 
		border-bottom: 1px solid #A9DA89;
	}
	div.listing_features_heading {
		width: 100%;
		background-color: #dcffd3;	
		border-bottom: 1px solid #A9DA89;
		margin: 0px 0px 12px 0px;
		padding: 3px;
	}
	div.listing_features_subheading {
		margin: 6px 0px 0px 12px;
		font-weight: bold;
	}
	ul.listing_features {
		margin-top: 0px;
	}
	ul.listing_features li {
		padding-bottom: 0px;
		line-height: 110%;
	}
	
	table.listing td img {
		border: 1px solid #157315;
	}
	
	table.listing iframe {
		margin: 12px;
		border: 1px solid #157315;
	}
	
	p.mls_legal {
		font-size: 8pt;
		margin-top: 24px;
	}
	
