/* ========================
== Colors                ==
== * Gold:       #B2A968 ==
== * Blue:       #1D1E54 ==
======================== */

/* General 
============================== */
body {
	background: #1D1E54;
	color: #fff;
}

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

a:hover { color: #fff; }

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

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

#page_header_outer {
  border-bottom: 15px solid #B2A968;
  background: #1D1E54 url("../black/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: #fff; }
.property_detail #site_title small, #page_header_outer h2 a {color: #fff;}

#contact_info li { color: #fff; }
#contact_info strong,
#contact_info a { color: #fff; }

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


#menu_outer {
  background: #fff url("../gold_blue/menubg.gif") 0 0 repeat-x;
	font-weight:bold;
}

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

#menu_outer a {
  color: #000;
  border-bottom: none;
}

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

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

#menu_inner li.sel a  {
	color: #1D1E54;
	background:#B2A968;
}

#menu_inner li.sel li a {
	background:none;
}

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

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

.inset {
	background: #fff;
	color: #1D1E54;
}

.inset a {
	color: #000080;
}

.inset a:hover {
	color: #1D1E54;
}

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

.inset h3 {
  color: #1D1E54;
  background: #B2A968;
  text-decoration: none;
	min-height:15px;
}

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

.inset h3 a { color: #1D1E54; }

.inset small,
.inset .postmetadata
{ color: #56577F; }

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

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

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

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

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

.listing {
	border: 2px solid #B2A968;
	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;
	background-color: #B2A968;
	margin:2px;
}

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

.listing img {
  border: 2px solid #B2A968;
	padding:5px;
  background-color: #fff;
}

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

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

.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;
  line-height: 29px;
  margin: 0 1px;
  text-align: center;
}

.listing_details #detail_menu li a {
	color: #1D1E54;
  border-bottom: none;
  background: #fff url(/storage/file/menu_bg.gif) 0 0 repeat-x;
	border:none;
	text-decoration:none;
}

.listing_details #detail_menu li.sel a {
  color: #1D1E54;
  font-weight:bold;
	background: #B2A968;
	border:none;
}

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

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

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

.listing_details h3 { color: #fff; }

#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 #B2A968; */
	color: #FFF;
	margin: 0 15px;
	padding: 0; 
	width: 740px;
	background:#B2A968;
}

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

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

.post {
	border: 2px solid #B2A968;
	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;
	background-color: #B2A968;
	margin:2px;
	color:#1D1E54;
}

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

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