/* ========================
== Colors								==
== * Dark Blue:	#002249 ==
== * Blue:			 #1A3561 ==
== * Med Blue:	 #275381 ==
== * Light Blue: #7094BB ==
== * Light Grey: #BFBFBF ==
== * Grey:			 #5C5C5C ==
== * Brown:			#584025 ==
== * Dark Tan:	 #ABA173 ==
== * Tan:				#CFC48E ==
== * Light Tan:	#F2ECBC ==
======================== */

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

a {
	color: #900;
	text-decoration: none;
}

a:hover {
	color: #777;
}

h1 {
	color:#CFAA69;
}

h2 {
	color:#6C6D72;
}

h3 {
	color:#597D99;
}

h4,h5,h6 {
	color:#900;
}

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

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

#page_header_outer {
	background: #002349 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: #eee;}

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

/* Menu
============================== */
#menu_outer {
	background: #285483;
	font-weight:bold;
}

#menu_inner li ul { background-color: #000; border: 1px solid #fff; border-top:none; }
#menu_inner li ul li { }
#menu_inner li ul li a { border-top:1px solid #fff; width:150px; }
#menu_outer a {
	color: #fff;
	border-bottom: none;
	display:block;
}

#menu_outer li li a {
	font-weight:normal;
}
/
#menu_outer li:hover a,
#menu_outer li.over a { color:#bfbfbf; }

#menu_outer li.sel a { color:#5d5d5d; }

#menu_outer li:hover a:hover,
#menu_outer li.over a:hover { }

#menu_outer li:hover li a,
#menu_outer li.over li a { background:#CFC48E; }

#menu_outer li:hover li a:hover,
#menu_outer li.over li a:hover { background:#F2ECBC; }

#menu_outer li li a { border: none; }
	
#menu_outer a:hover, #menu_inner li.sel li a:hover {
	color: #002249;
	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: #bfbfbf;
}

#menu_inner li.sel li a {
	color: #fff;
}
/* Inset
============================== */

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

.inset a {
	color: #333;
}

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

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

.inset h3 {
	color: #FFF;
	background: #CFAA69;
	text-decoration: none;
	min-height:15px;
}

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

.inset h3 a { color: #FFF; }

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

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

/* Content
=============================== */
#content_outer {
	height: 1px;
	background: #fff;
	color: #000;
	border-top:10px solid #CFAA69;
}

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

/* Page Footer
=============================== */
#page_footer {
	clear: both;
	padding-bottom:20px;
	background: #584025;
}

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

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

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

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

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

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

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

.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: #285483;
	border-bottom: none;
	background: #fff;
	border:1px solid #285483;
	border-bottom:none;
	text-decoration:none;
}

.listing_details #detail_menu li.sel a {
	color: #fff;
	font-weight:bold;
	background: #285483;
	border:none;
}

.listing_details li.value {
	color:#285483;
}
.listing_details ul.links {
	border: 2px solid #285483;
}

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

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

.listing_details h3 { color: #285483; }

#business_card {
	border: 2px solid #285483;
	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: #CFAA69;
	margin: 0 15px;
	padding: 0; 
	width: 740px;
}

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

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

.post {
	border: 2px solid #285483;
	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: #285483;
	margin:2px;
	color:#fff;
}

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

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