/* Copyright (c) 2008, Experion Inc.  All rights reserved. */

html, body {
	background-color: #0E1818;
}

#header {
	height: 75px;
	border-bottom: 2px solid #5D6565;
	color: white;
}

#header,
#footer,
.content,
.page-gallery #photo,
.page-gallery .slide {
	background-color: #283232;
	color: white;
}

#footer a {
	color: #888;
	text-decoration: none;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	
}
#footer a:hover {
	color: #ccc;
	text-decoration: underline;
}

#tag-line,
#header-address,
.content h1,
.content h2 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

#menu-items li,
.content,
.trans-fg {
	font-family: Tahoma, Geneva, sans-serif;
}


#header-address {
	font-size: 33px;
	border-bottom: 1px solid #CED0D0;
	text-transform: uppercase;
	text-align: center;
	height: 33px;
	line-height: 33px;
	padding-top: 11px;
	overflow: hidden;
}
#header-address img {
	position: absolute;
	top: 11px;
	left: 0;
	width: 100%;
}

#tag-line {
	font-size: 16px;
	border-top: 1px solid #5D6565;
	text-align: center;
	height: 31px;
}


#menu {
	padding-top: 44px;
	height: 33px;
}

#menu-items li {
	font-size: 12px;
	height: 28px;
	margin-top: 2px;
	line-height: 28px;
}

#menu-items li a {
	color: #fff;  /* don't use "white" - the JS needs numbers */
	border: 1px solid #273131;
	border-bottom: none;
}
	
#menu-items li.selected a {
	border-color: #616666;
}

#footer-container-inner {
	height: 33px;
	border-top: 2px solid #5D6565;
}

#footer {
	text-align: center;
	padding: 2px 5px;
	color: white;
	height: 29px;
}

.content {
	font-size: 12px;
	overflow: hidden;
	scrollbar-3dlight-color:#6d6d6d; 
	scrollbar-arrow-color:#aaa; 
	scrollbar-base-color:#283232; 
	scrollbar-darkshadow-color:#6d6d6d; 
	scrollbar-face-color:#4a5656; 
	scrollbar-highlight-color:#283232; 
	scrollbar-shadow-color:#283232; 
}
.content a {
	color: white
}
.content a:hover {
	color: #ccc;
}

.content h1 {
	font-size: 25px;
	padding: 0;
	margin: 10px 0 7px 0;
	font-weight: normal;
}

.trans-bg .l, .r, .m {
	background-image: url('trans-bg.png');
}
.trans-fg .t {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
.trans-fg .t a {
	color: white;
}

.page-home .photo {
	float: none;
	position: absolute;
	top: -1px;
	left: 0;
	height: 460px;
}

.page-details .content {
	background: #283232 url('details-page-bg.jpg') no-repeat 0 0;
}
.page-details #glance {
	margin-top: 13px;
	margin-left: 240px;
	width: 300px;
	height: 93%;
	border-right: 1px solid #888E8E;
	_display: inline;  /* fix IE6 double margin bug */
}
.page-details #details {
	float: right;
	padding: 13px 30px 20px 20px;
	height: 425px;
	width: 320px;
	overflow: scroll;
	overflow-x: hidden;
	_padding-left: 10px;
}
.page-details #glance .mls {
	padding-top: 10px;
	text-align: left;
}
.page-details #glance .price th,
.page-details #glance .price td {
	padding-bottom:	10px;
}
.page-details #map-container {
	left: 240px;
}
.page-details #map,
.page-details #map a {
	width: 270px;
	height: 150px;
}
.page-details .large #map,
.page-details .large #map a {
	height: 200px;
}
.page-details h1 {
	margin: 0 0 5px 0;
	padding: 0;
	size: 25px;
	font-weight: normal;
}
.page-details #details h2 {
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
}
.page-details #details h3,
.page-details #details li {
	font-size: 11px;
	line-height: 15px;
}
.page-details #details h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	display: inline;
}
.page-details #details ul {
	padding: 0;
	margin-top: 0;
	margin-left: 16px;
	margin-bottom: 20px;
}

.page-map #lnk-back a {
	background: transparent url('back.gif') no-repeat 20px 8px;
	padding: 0 8px 0 24px;
}

.page-contact .brokerage-disclaimer {
	color: #595959;
}
.page-contact .agent-info .contact-info-container {
	position: relative;
}
.page-contact .agent-info .contact-info {
	position: absolute;
	left: 0;
	bottom: 0;
}
.page-contact .agent-info .contact-info h1 {
	text-transform: uppercase;
	padding: 0;
	font-size: 20px;
}
.page-contact .agent-info .contact-info h2 {
	margin: 0;
	padding: 0;
	height: 41px;
	font-size: 12px;
	font-weight: normal;
}
.page-contact .agent-info .contact-info .phone {
	overflow: hidden;
	height: 24px;
}
.page-contact .agent-info .label {
	font-size: 11px;
	line-height: 20px;
	width: 60px;
}
.page-contact .agent-info .number {
	font-size: 20px;
	line-height: 20px;
	width: 175px;
}
.page-contact .agent-info .weblink {
	clear: both;
	font-size: 16px;
	line-height: 16px;
	height: 24px;
}
.page-contact .agent-info .email {
	padding-left: 20px;
	background: url('envelope.png') no-repeat 0 2px;
}
.page-contact .agent-info .website {
	padding-left: 20px;
	background: url('globe.gif') no-repeat;
}
.page-contact .agent-info .weblink a {
	text-decoration: underline;
}
.page-contact .agent-info .footnote {
	font-size: 11px;
	line-height: 13px;
	color: #828787;
}
.page-contact .brokerage-name,
.page-contact .brokerage-address {
	font-weight: normal;
	color: #828787;
}
.page-contact .brokerage-name {
	font-size: 16px;
	line-height: 20px;
}
.page-contact .brokerage-address {
	font-size: 14px;
}
.page-contact .agent-info h2,
.page-contact .agent-info .contact-info,
.page-contact .agent-info .footnote,
.page-contact .brokerage-address,
.page-contact .brokerage-name {
	font-family: Tahoma, Geneva, sans-serif;
}
.page-contact .agent-info h1,
.page-contact .agent-info .number,
.page-contact .agent-info .weblink {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.page-index #header {
	height: 55px;
	overflow: visible;
	position: relative;
}
.page-index #header-container {
	overflow: visible;
}
.page-index #header-container div {
	z-index: 10;   /* IE needs all children to have a z-index */
}
.page-index #header-image {
	position: absolute;
	top: 4px;
	left: 20px;
	width: 532px;
	height: 70px;
	background: url('index-heading.png') no-repeat 0 0;
}
.page-index .content {
	border-bottom: 2px solid #6D6D6D;
}
.page-index #agent-area {
	width: 230px;
	border-right: 1px solid #6D6D6D;
	height: 535px;
	padding: 0 20px;
	position: relative;
}
.page-index .agent-info .photo {
	margin-top: 8px;
}
.page-index .agent-info .contact-info h1 {
	text-transform: uppercase;
	padding: 0;
	font-size: 16px;
	margin: 5px 0;
	font-weight: bold;
}
.page-index .agent-info .contact-info h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #c0c0c0;
}
.page-index .agent-info .contact-info .phone {
	overflow: hidden;
	height: 14px;
	padding-top: 9px;
}
.page-index .agent-info .label {
	font-size: 11px;
	line-height: 14px;
	width: 50px;
	color: #c0c0c0;
}
.page-index .agent-info .number {
	font-size: 14px;
	line-height: 14px;
	width: 165px;
}
.page-index .agent-info .weblink {
	clear: both;
	font-size: 14px;
	margin-top: 7px;
}
.page-index .agent-info .weblink a {
	text-decoration: underline;
}
.page-index .agent-info .footnote {
	font-size: 9px;
	color: #828787;
	margin-top: 10px;
}
.page-index #brokerage1 {
	position: absolute;
	top: 380px;
	left: 20px;
	width: 230px;
}
.page-index .brokerage-name,
.page-index .brokerage-address {
	font-weight: normal;
	color: #828787;
}
.page-index .brokerage-logo {
	margin: 15px 0 5px 0;
}
.page-index .brokerage-name {
	text-transform: uppercase;
	font-size: 12px;
}
.page-index .brokerage-address {
	font-size: 11px;
}
.page-index .brokerage-disclaimer {
	display: none;
}
.page-index #listing-area-container {
	background: url('index-page-bg.jpg') no-repeat 0 0;
	height: 511px;
	width: 634px;
	position: relative;
}
.page-index #listing-area {
	height: 511px;
	width: 633px;
	padding: 0 5px 0 10px;
	overflow: scroll;
	overflow-x: hidden;
}
.page-index #listing-area h2 {
	text-transform: uppercase;
	margin: 35px 0 10px 0;
	font-size: 18px;
	font-weight: normal;
	color: #eee;
}
.page-index #listing-area ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.page-index #listing-area li {
	float: left;
	list-style-type: none;
	width: 204px;
	height: 152px;
	margin-top: 20px;
	text-align: center;
}
.page-index #listing-area li img {
	border: 2px solid #111;
	display: block;
}
.page-index #listing-area a {
	color: #ddd;
}
.page-index #listing-area a:hover {
	color: white;
}
.page-index #listing-area a img {
	filter:alpha(opacity=90);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}
.page-index #listing-area a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.page-index #listing-area li .label {
	padding-right: 5px;  /* compensate for shadow when centering */
	font-size: 1.4em;
	height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}
.page-index #listing-area li a {
	text-decoration: none;
}
.page-index .shadow {
	margin: 0 auto;
}
.page-index .shadow td {
	padding: 0;
	margin: 0;
	border: none;
}
.page-index .shadow .tr {
	width: 9px;
	background: url('shadow-tr.png') no-repeat 0 0;
}
.page-index .shadow .bl {
	background: url('shadow-bl.png') no-repeat 0 0;
}
.page-index .shadow .br {
	width: 9px;
	height: 9px;
	background: url('shadow-br.png') no-repeat 0 0;
}
.page-index .agent-info h2,
.page-index .agent-info .contact-info,
.page-index .agent-info .footnote,
.page-index .brokerage-address,
.page-index .brokerage-name {
	font-family: Tahoma, Geneva, sans-serif;
}
.page-index .agent-info h1,
.page-index #listing-area li .label,
.page-index .agent-info .number,
.page-index .agent-info .weblink {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}




/* black */
/*
html, body {
	background-color: black;
}
#header,
#footer,
.content,
.page-gallery #photo,
.page-gallery .slide {
	background-color: black;
}
#menu-items li a {
	border-color: black;
}
#footer-container {
	border-top-color: white;
}
#header {
	height: 76px;
	border-bottom: none;
}
#header-container {
	height: 76px;
	border-bottom: 1px solid white;
}
#logo img {
	background-image: url('logo-black.png');
}
.page-gallery #controls-background {
	width: 920px;
	margin: 0;
}
.page-gallery #controls-background-under {
	background-color: none;
}
*/
html, body {
	background-color: black;
}
