
@import 'common.css';

ul#main-nav li a#properties{
	background-position:bottom left;
}

h3{
	font-size:13px;
	font-weight:bold;
}

/*****************************************************
Current Properties
******************************************************/
#home-content-wrap {
	background:url(../images/properties/bg-current-properties.jpg) top left no-repeat;
	background-color: #e6daaf;
}
#home-content-wrap h1{
	display:none;
}
ul#current-nav{
	margin:60px 0 0 20px;
	padding-bottom:20px;
}
ul#current-nav li{
	float:left;
	width:200px;
	height:30px;
	text-align:center;
	font-size:10px;
}
ul#current-nav li.no-list{
	list-style:none;
}
ul#current-nav li a{
	text-decoration:none;
}
ul#current-nav li a:hover{
	text-decoration:underline;
}
/*****************************************************
Property Detail
******************************************************/

#home-content-wrap {
    background:url(../images/properties/bg-current-properties.jpg) top left no-repeat;
    background-color: #e6daaf;
}

#property-detail {
    background:url('../images/property-detail/bg-property-detail.jpg') top left repeat;
}

#property-detail-title {
    width: 653px;
    padding-top: 30px;
    height: 40px;
    margin-left: 20px;
}

#property-detail-title h1 {
    font-weight: normal;
}

#property-detail-gallery-main {
    margin-left: 20px;
    width: 543px;
    height: 370px;
    float: left;
}

#property-detail-gallery-selector {
    width: 70px;
    height: 370px;
    margin-left: 7px;
    float: left;
}

#property-detail-gallery-selector li {
    margin-bottom: 3px;
    float: left;
}

#property-detail-gallery-selector li img {
    border: 0;
}

#property-detail-info {
    margin-left: 20px;
    width: 625px;
    margin-top: 5px;
    margin-bottom: 15px;
}

#property-detail-tabs {
    width: 653px;
    height: 20px;
    padding-bottom: 2px;  
    background-color: #3b382d;
}
#property-detail-tabs li {
    float: left;
    width: 163px;
    text-align: center;
    background-color: #3b382d;
    
}

#property-detail-tabs li.extra-1px {
    width: 164px;
}

#property-detail-tabs li a.selected {
    color: #3b382d;
    background-color: #d6c3a7;
}

#property-detail-tabs li a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-size: 13px;
    color: #d6c3a7;
    text-decoration: none;
    padding-top: 3px;
    padding-bottom: 3px;
}

#property-detail-tabs li a:hover {
    color: #3b382d;
    background-color: #d6c3a7;   
}

.property-detail-pane {
    width: 653px;
    background-color: #d6c3a7;
    padding-top: 15px;
    padding-bottom: 15px;
}

.property-detail-pane ul {
    list-style: square;
    padding-left: 30px;
}


ul#current-nav1{
	float:left;
	margin:60px 0 0 20px;
	padding-bottom:20px;
}
ul#current-nav1 li{
		width:190px;
		height:20px;
		font-size:10px;
}
ul#current-nav1 li.no-list{
		list-style:none;
}
ul#current-nav1 li a{
		text-decoration:none;
}
ul#current-nav1 li a:hover{
		text-decoration:underline;
}

ul#current-nav2{
	float:left;
	margin:60px 0 0 20px;
	padding-bottom:20px;
}
ul#current-nav2 li{
		width:190px;
		height:20px;
		font-size:10px;
}
ul#current-nav2 li.no-list{
		list-style:none;
}
ul#current-nav2 li a{
		text-decoration:none;
}
ul#current-nav2 li a:hover{
		text-decoration:underline;
}

ul#current-nav3{
	float:left;
	margin:60px 0 0 20px;
	padding-bottom:20px;
}
ul#current-nav3 li{
		width:190px;
		height:auto;
		font-size:10px;
		padding: 0 0 8px;
}
ul#current-nav3 li.no-list{
		list-style:none;
}
ul#current-nav3 li a{
		text-decoration:none;
}
ul#current-nav3 li a:hover{
		text-decoration:underline;
}
ul#current-nav1 .location-title, 
ul#current-nav2 .location-title, 
ul#current-nav3 .location-title{
		font-size:11px;
		font-weight:bold;
		height:20px;
		margin-top:10px;
}
ul#current-nav3 .location-title { padding: 0; }
ul#current-nav1 .double-line, 
ul#current-nav2 .double-line, 
ul#current-nav3 .double-line{
		height:30px;
}
