/* ========================
== Colors                ==
== * White:      White   ==
== * Blue:       #2C4079 ==
== * Red:        #01814E ==
== * Lavender:   #949CBE ==
== * Light Gray: #DDD    ==
======================== */

/* General 
============================== */
body {
	background-color: #fff;
	color: #000;
}

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

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

a:hover {
	color: #01814E;
}

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

#container_outer {
	margin-top: 15px;
	position:relative;
}

#page_header_outer {
  border-bottom: 2px solid #fff;
  background: #fff url(../black/page_header_outer.jpg) center 125px no-repeat;
}

#ubertor div#page_header_outer {
	background-position:center 108px;
	height: 280px;
}

#ubertor.property_detail #page_header_outer {
	height: 110px;
}

* html #ubertor #page_header_outer {
	background-position: center 110px;
}

#page_header_inner h1 {
	margin-top: 10px;
}

#page_header_inner h1 a {
	color: #FFF;
}

#page_header_outer h1 a {
	color: #000;
} 

.property_detail #site_title small, #page_header_outer h2 a {
	color: #01814E;
}

.property_detail #site_title strong {
	color: #01814E;
	margin-top: 10px;
}


#contact_info li {
	 color: #555;
}

#contact_info strong,
#contact_info a {
	 color: #555;
	 }

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

#menu_outer #menu_outer ul li a {
	padding: 3px 7px;
	margin:0;
}
#menu_outer #menu_inner li {
	padding:0;
	margin:0;
}

#menu_outer {
	border:none;
	border-bottom:1px solid #000;
	top:80px;
	padding-bottom:10px;
}

#menu_inner {
	position:relative;
}

#menu_inner li {
	border:0;
	position:static;
}

#menu_inner li:hover, 
#menu_inner li.sel_over, 
#menu_inner li.over,
#menu_inner li ul {
}

#menu_inner li:hover a, 
#menu_inner li.sel_over a, 
#menu_inner li.over a,
#menu_inner li ul a {
}

#menu_inner li:hover li, 
#menu_inner li.sel_over li, 
#menu_inner li.over li,
#menu_inner li ul li {
	
}

#menu_inner li ul {
  background:#fff;
  border-top: none;
  margin-left: -1px;
}


#menu_outer a {
	color:#000;
	text-transform: uppercase;
	font-size: 0.85em;
	padding: 0;
	margin: 0;
	border-bottom: none;
}

#menu_outer li li a {
	 border: none;
	 }

#menu_outer li.sel a {
	 font-weight:bold;
	 }
#menu_outer li.sel li a {
	 color: #000;
	 font-weight:normal; }
#menu_outer li.sel li a:hover,
#menu_outer a:hover {
	 text-decoration:underline;
	 }

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

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

.inset h3 {
	border-bottom:1px solid #000;
}

.inset h3, .inset h3 a, .inset h3 a:hover {
  color: #000;
  text-decoration: none;
	background:none;
}

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

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

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

/* Content
=============================== */
#content_outer {
  background-color: #fff;
  overflow:auto;
  height: auto;
	padding-bottom:20px;
}

#content_body {
	margin-top:20px;
	color: #000;
}

/* Page Footer
=============================== */
#page_footer a#powered_by {
  background: #fff url(https://uberplate.ubertor.com/images/powered-black.gif) no-repeat right;
}

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

.listing {
  border-top: 2px solid #333;
}

.listing img {
  border: 1px solid #BBB;
  background-color: #DDD;
}

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

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

.listing_details div.info, #map {
  border: 1px solid #000;
}

.listing_details #details {
  border: 1px solid #000;
}

.listing_details #detail_menu li a {
  border: 1px solid #444;
  border-bottom: none;
  background-color: #fff;
}

.listing_details #detail_menu .sel a {
  background-color:transparent;
  border-color: #000;
  border-bottom: 1px solid #fff;
  font-weight:bold
}

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

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

.listing_details h3 {
	 color: #01814E;
	 }

/* 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 solid #01814E;
}

/* Blog
==================================== */
.post h2 {
	 background-color: #ddd;
	 }

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

/* Flash Banners */

body div#page_header_outer.flash_header div#page_header_inner .flash_header {
  top: 110px;
}
