/* ========================
== Colors                ==
== * Light Green: #48A51E ==
== * Green:       #236819 ==
======================== */

/* General 
============================== */
body {
  background: #48A51E url("../green/bg.jpg") 0 0 repeat-x;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  color: #236819;
}

a:link, a:visited {
  color: #236819;
  text-decoration: none;
}

a:hover {
  color: #48A51E;
}

/* Header
============================== */

#container_outer {  
  position: relative;
  border: 1px solid #000;
  margin-top: 10px;
}

#page_header_outer {
  border-bottom: 15px solid #48A51E;
  background: #fff url("../green/page_header_outer.jpg") no-repeat 0 80px;
  color: #FFF;
}

#page_header_inner {
  border-bottom: 0;  
}

.property_detail #site_title strong, #page_header_outer h1 a { color: #000; }
.property_detail #site_title small, #page_header_outer h2 a {color: #000;}

#contact_info li { color: #004000; }
#contact_info strong,
#contact_info a { color: #000; }

/* Menu
============================== */


#menu_outer {
  background: #fff url("../green/menubg.gif") 0 0 repeat-x;
	font-weight:bold;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#menu_outer li {
  padding: 5px;
}

#menu_inner li ul { background-color: #fff; }

#menu_outer a {
  color: #000;
  border-bottom: none;
  font-size:0.8em;
  font-weight:normal;
}

#menu_outer li li a { border: none; }
  
#menu_outer a:hover, #menu_inner li.sel li a:hover {
  color: #666;
  text-decoration: none;
}

#menu_inner li:hover, #menu_inner li.sel_over, #menu_inner li.over {
  margin-top: 0;
}

#menu_inner li.sel a, #menu_inner li.sel a:hover {
	color: #333;
}

#menu_inner li.sel li a {
	color: #000;
}

/* Inset
============================== */

.inset {
	background: #fff;
	color: #000;
}

.inset a {
	color: #236819;
}

.inset a:hover {
	color: #fff;
}

.inset img {
  background-color: #fff;
}

.inset h3 {
  color: #236819;
	background: #fff url("../green/menubg.gif") 0 0 repeat-x;
  border:1px solid #000;
  text-decoration: none;
  min-height:15px;
}

* html .inset h3 {
	height:30px;
}

.inset h3 a {
  color: #236819;
}

.inset small,
.inset .postmetadata {
  color: #000;
}

.inset h4.address a {
  color: #000;
  background-color:transparent;
}

.inset h4.address a:hover {
  color: #236819;
}

/* Content
=============================== */
#content_outer {
  height: 1px;
  background: #fff;
}

html>body #content_outer { height: auto; overflow: auto; }

/* Page Footer
=============================== */
#page_footer {
  background: #fff;
  clear: both;
}

#page_footer a {
  color: #000;
}
/* Listing - list
=============================== */

.listing {
	border: 2px solid #48A51E;
	padding:0;
  padding-bottom: 15px;
	margin: 20px 100px;
}

.listing p:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .listing {height: 1%;}

.listing h2 {
	display:block;
  border: 1px solid #000;
	background: #fff url("../green/menubg.gif") 0 0 repeat-x;
	margin:2px;
}

#ubertor .listing h2 a {
	display:block;
	text-decoration:none;
	color:#000;
}

.listing img {
	padding:5px;
  background-color: #48A51E;
}

.listing p img {
	border:none;
	background:none;
}

/* Listing - Details 
================================ */

.listing_details div.info, #map {
  background-color: transparent;
	border: 2px solid #333;
  color: #333;
}

.listing_details .info #ViewPhoto {
	background-color: #fff;
}

#detail_menu { 
	margin: 0 0 0 6px;
	padding-top: 75px;
	text-align: left;
}

#detail_menu li {
  float:left;
  width: 90px;
  vertical-align:middle;
  margin: 0 1px;
  text-align: center;
  line-height:29px;
}

.listing_details #detail_menu li a {
	color: #24530F;
  border-bottom: none;
  background: url("../green/tabs.gif") 0 0 no-repeat;
	border:none;
	text-decoration:none;
}

.listing_details #detail_menu li.sel a {
  background: url("../green/tabs_on.gif") 0 0 no-repeat;
  color: #000;
  font-weight:bold;
}

.listing_details ul.links {
  border: 2px solid #fff;
}

.listing_details ul.links a { color: #333; }

.listing_details ul.right {
  border-left: 2px solid #333;  
}

.listing_details h3 { color: #24530F; }

#business_card {
	border: 2px solid #fff;
	margin: 10px 15px 10px 15px;
	zoom:1;
}

#business_card #agent_one, #business_card #agent_two {
	margin:5px;
}

#business_card img {
	height:100px;
}

/* Virtual tour script
==================================== */

div#virtual_script {
	margin: 15px 0 0 100px;
}

#virtual li {
	display: inline;
}

#virtual li a {
	font-size: 0;
}

/* Links
==================================== */

#links h3 { 
	border-bottom: 1px dotted #2B6FCA; 
	color: #FFF;
	margin: 0 15px;
	padding: 0; 
	width: 740px;
}

#links ul {
	padding-top: 15px;
}

/* Blog
==================================== */

.post {
	border: 2px solid #48A51E;
	padding:0;
  padding-bottom: 15px;
	margin: 20px 10px;
	width:550px;
}

.post p:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .post {height: 1%;}

.post h2 {
	display:block;
  border: 1px solid #000;
	background: #fff url("../green/menubg.gif") 0 0 repeat-x;
	margin:2px;
}

#ubertor.blog .post h2 a {
	display:block;
	text-decoration:none;
	color:#000;
}

/* Ajax
==================================== */
.step_box h2 {background-color: Silver;}
