/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */
@import "lib/reset.css";

@import "lib/typography.css";

@import "lib/forms.css";

@import "lib/plugins/tabs.css";

/* Site
-------------------------------------------------------------- */
	/* Put your site styles here */
body {
	margin: 0px;
	padding: 0px;
}

.field-heading {
	color: #5b5b5b;
	font-size: 16px;
}

.clickable {
	cursor: pointer;
}
.clear {
	clear: both;
}
.page_title, h2 { font-size:20px; margin-bottom:15px; color:#9c8933; font-weight:normal; }
h2 { margin-top:10px; }
input.submit {
	background-image: none;
	cursor: pointer;
	background-color: #c1c1c1;
	border: solid 1px gray;
}

p.success {
	font-weight: bold;
	color: green;
	font-size: 14px;
}

p.error {
	color: red;
	font-size: 12px;
}

table {
	margin: 0px;
}

td {
	border-bottom: 0px;
}

div.tab {
	float: left;
	background-image: url('../../../../images/tab-back.png');
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

div.tab-merge {
	float: left;
	background-image: url('../../../../images/tab-merge.png');
	background-repeat: repeat-x;
	width: 45px;
	padding-top: 10px;
	height: 25px;
}

div.tab-end {
	float: left;
	border-bottom: solid 1px #c7c7c7;
	height: 21px;
	padding-top: 10px;
}

input {
	background-image: url('../../../../images/input-back.gif');
	background-repeat: repeat-x;
	border: solid 1px #c7c7c7;
	font-size: 14px;
	height: 20px;
}
select {
	font-size: 14px;
	height: 20px;
      
}

textarea {
	border: solid 1px #c7c7c7;
	font-size: 14px;
}

#page {
	margin: 0 auto;
	width: 866px;
	background-image: url('../../../../images/main-back.png');
	background-repeat: repeat-y;
}

#body {
	width: 815px;
	margin: 0 auto;
	padding-top: 10px;
}

#header-section {
	width: 815px;
	margin: 0 auto;
}

#social-header {
	text-align: right;
}

#logo {
	width: 320px;
	float: left;
	padding-bottom:5px;
}

#navigation-logo {
	
}

#live-proper-message, #pr-blog {
	color: #c5c5d1;
	font-weight: bold;
}

#live-proper-message a {
	color: #c5c5d1;
	font-size: 14px;
	text-decoration: underline;
}
#pr-blog a {  
	color: #c5c5d1;
	font-size: 13px;
	text-decoration: none;
}

#home-main {
	height: 204px;
	margin-top: 10px;
	background-image: url('../../../../images/home-back.gif');
	background-repeat: repeat-x;
}

#home-search {
	float: left;
	width: 300px;
}

#home-search-fields {
	margin-left: 25px;
	margin-top: 5px;
}

#home-search-fields td {
	border: 0px;
}

#home-description {
	padding-top: 10px;
	text-align: center;
	color: #c5c5d1;
	font-weight: bold;
	font-size: 14px;
}

#home-sections {
	margin-top: 16px;
	height: 204px;
	background-image: url('../../../../images/home-back2.gif');
	background-repeat: repeat-x;
}

#footer-images {
	margin-top: 30px;
	text-align: center;
}

#footer {
	margin-top: 30px;
	padding-bottom: 5px;
	border-top: solid 1px gray;
}

#footer a {
	color: black;
	text-decoration: underline;
}

#footer-description {
	margin-top: 10px;
	font-size: 11px;
	color: gray;
}

#footer-copyright {
	margin-top: 5px;
	margin-bottom: 10px;
}

#footer-copyright span {
	color: gray;
	font-weight: bold;
}

div.home-section {
	width: 202px;
	float: left;
}

div.home-section-heading {
	width: 178px;
	height: 34px;
	margin: 0 auto;
	text-align: center;
	padding-top: 6px;
	font-size: 13px;
	font-weight: bold;
	color: #494949;
	background-image: url('../../../../images/home-header.gif');
	background-repeat: no-repeat;
}

div.home-section-heading:hover {
	background-image: url('../../../../images/home-header-active.gif');
	color: white;
}

div.home-section-photo {
	margin-top: 5px;
	text-align: center;
}

div.dropdown {
	padding-top: 5px;
	padding-bottom: 5px;
}

div.dropdown select {
	width: 123px;
}

#home-search-button {
	width: 53px;
	height: 31px;
	padding: 20px 0 0;
	margin: 0;
	border: 0;
	background: transparent url(../../../../images/go.gif) no-repeat center top;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#home-search-button :hover {
	background: transparent url(../../../../images/go-active.gif) no-repeat center
		top;
}

.agents { font-size:1.3em;  width:600px; float:right;}
.agents .agent { width:150px; float:left; padding:5px; } 
.agents .name {   }
.agents .email { }
.agents .phone { }
	
#search-results-display {
	font-size: 14px;
	font-weight: bold;
	color: white;
}

#paging-section-top {
	background-color: #e5e5e5;
	margin-bottom: 10px;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

#paging-section-bottom {
	background-color: #e5e5e5;
	margin-top: 10px;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

#search-results {
	float: left;
	width: 455px;
	margin-right: 10px;
}

.apt-photo-thumb img {
	border: solid 1px gray;
	height: 125px;
	width: 125px;
}

.apt-display {
	padding-bottom: 5px;
	padding-top: 5px;

	border-bottom: dotted 1px gray;
}

.apt-display:hover {
	background-color: #e4faff;
}

.apt-photo-thumb {
	float: left;
	width: 140px;
}

.apt-info {
	float: left;
	width: 160px;
}

.apt-title {
	font-weight: bold;
	font-size: 1.1em;
}

.apt-details {
	margin-top: 10px;
	line-height: 20px;
}

.apt-buttons {
	float: left;
	text-align: left;
	margin-top: 25px;
}
.apt-buttons DIV {
	padding:2px;
	font-size:1.1em;
	font-weight:bold;	
}
.apt-buttons .addthis_toolbox { margin-top:20px; }
.apt-buttons .addthis_toolbox a { float:left; }
.apt-price-heading {
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 15px;
}
.apt-youtube a { font-size:12px; font-weight:bold; }

.details-button {
	background: transparent url(../../../../images/details-tab.gif) no-repeat center
		top;
	width: 80px;
	height: 50px;
	padding: 3px;
	padding-top: 6px;
	font-weight: bold;
	font-size: 14px;
	color: #424242;
}

.details-button:hover {
	background: transparent url(../../../../images/details-active.gif) no-repeat
		center top;
	color: white;
}

#search-results-map {
	float: left;
	width: 350px;
	height: 370px;
	background-color: #e5e5e5;
}
.info-table td {padding:0;}
.info-table td img{max-height:120px;max-weight:120px;}
#search-box-section .field-heading {
	font-size: 12px;
}

/* Details Page */
#details-top,#details-bottom {
	background-color: #e5e5e5;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

#details-top a,#details-bottom a {
	font-weight: bold;
}

#details-top {
	margin-top: 10px;
}

#details-bottom {
	margin-top: 20px;
}

#details-basic-info-section {
	border: solid 1px #e5e5e5;
	margin-top: 15px;
	padding: 10px;
	font-size: 1.2em;
}

#details-title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 20px;
}

#details-profile-photo {
	height: 175px;
	float: left;
	padding: 1px;
	width: 270px;
	text-align: center;
}

#listing-profile-photo {
	height: 175px;
	border: solid 1px gray;
	max-width: 250px;
}

#details-basic-info {
	float: left;
	padding-left: 15px;
	line-height: 20px;
	width: 250px;
}

#details-contact-section {
	float: left;
	width: 250px;
}

#details-contact-section div {
	padding-top: 1px;
	padding-bottom: 1px;
}

#details-map-section,#details-amenities-section,#details-description-section,#details-photos-section, #video-tour-section
	{
	margin-top: 15px;
	padding: 10px;
}

#details-map {
	float: left;
	width: 500px;
	height: 275px;
	border: solid 1px gray;
}

#details-transportation {
	float: left;
	width: 270px;
	text-align: center;
}

#details-amenities-section table {
	width: 100%;
}

#details-building-desc,#details-unit-desc {
	padding: 10px;
}

#details-photos-section div.photo {
	float: left;
	padding: 10px;
	width: 350px;
	text-align: center;
}

#details-photos-section div.photo img {
	height: 250px;
}

/* Featured Apartments */
#featuredListings {
	width: 100%;
}

.featureAptInfo {
	border: dotted 1px #e6b148;
}

.featureAptInfo:hover {
	border: dotted 1px red;
}

.featureAptInner {
	background-color: #fef1d7;
	height: 215px;
}

.featureAptHeader {
	background-color: #ffc346;
	text-align: center;
	font-weight: bold;
	padding: 2px;
}

.featureAptBody {
	padding: 5px;
	text-align: center;
}

.featureAptFooter {
	text-align: center;
}

/* About Us, Sales Page */
#aboutus-section,#sales-section,#sellers-section,#careers-section,#landlords-section,#privacy-section,#payments-section
	{
	margin-top: 10px;
	padding: 10px;
}

#aboutus-section p,#sales-section p,#sellers-section p,#careers-section p,#landlords-section p,#privacy-section p,#payments-section p
	{
	text-indent: 25px;
	line-height: 20px;
}

#sales-search-heading {
	text-align: center;
	font-size: 16px;
	color: #454445;
}

#contactus-section {
	margin-top: 20px;
	border-top: solid 1px #e5e5e5;
	padding: 10px;
}

#contactus-section table {
	vertical-align: top;
}

#contactus-section td {
	vertical-align: top;
}

#contact-address-heading,#contact-phone-heading,#contact-fax-heading,#contact-info-heading
	{
	float: left;
	width: 120px;
}

#contact-address,#contact-phone,#contact-fax,#contact-info {
	float: left;
}

#contactus-map {
	width: 400px;
	height: 300px;
	background-color: #e5e5e5;
}

/* Blog */
.post-title {
	color:black;
	margin:0px;
}
.post-title a {
	color:black;  
}
.post-entry {
	color: #6b6b6b;
	padding-top:10px;	
}
.postmetadata { 
	text-align:center;
	color: #777;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* Begin Sidebar */
#sidebar
{
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 20px 0 10px 0;
	margin-left: 600px;
	width: 215px;
	}
#blog-column {
	float: left;
	padding: 0 0 15px 15px;
	margin: 0px 0 0;
	width: 550px;
}
#sidebar form {
	margin: 0;
	}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	text-decoration: none;
	margin: 5px 0 0;
	padding: 0;
}
#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
#sidebar ul ul li:before {
	content: "\00BB \0020";
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#sidebar input {  
	background-image:none;
	font-size:12px;
	height:16px;
	width:120px;	
}
#sidebar #searchsubmit {
	width:55px;	
	height:20px;
}
.screen-reader-text {
	display:none;	
}
/* End Sidebar */

/* Single Blog Post */
#content {
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
}
#content .postmetadata
{
	text-align:left;
	margin-left:30px;
	margin-right:30px;
	padding-left:10px;
	border-left:solid 1px gray;
}
.commentlist {
	
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentmetadata {
	font-weight: normal;
	}
.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.depth-1 {
border: 1px solid #ddd;
}
/* Custom styles */
.left-sidebar {
	float:left;
	width:175px;
        display:none;
}
.left-sidebar ul, .search_form_area ul {
list-style-type: none;
width: 175px;
margin: 0px;
padding: 0px;
}
.left-sidebar li.current_page_item, .search_form_area li.current_page_item
{
	background-image: url(nav-active-back.gif);
	background-repeat: repeat-x;
}

.left-sidebar li, .search_form_area li {
padding-top:8px;
padding-bottom:8px;
padding-left:5px;
padding-right:5px;
cursor:pointer;
margin-bottom:4px;
border-top:solid 1px black;
border-bottom:solid 1px black;
}
.left-sidebar li:hover, .search_form_area li:hover {
	text-decoration: underline;
}
.left-sidebar li a, .search_form_area li a {
color:black;
font-size:11px;
font-weight:bold;
}
.left-sidebar li a:hover, .search_form_area li a:hover {
text-decoration:none;
}
.right-content { width:610px; width:95%}
.sociable ul { list-style-type:none; }
.sociable li { float:left; display:block; padding-left:15px; }
.requiredfield{color:red;}
ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 495px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	font-weight:bold;
        position:relative;
      /*--Divider for each parent level links--*/
}
ul#topnav li a {
	padding: 0px 0px;
	display: block;
        color:#F8D080;
	text-decoration: none;
}
ul#topnav li:hover { }
ul#topnav span {
	font-size:12px;
	line-height:30px;
	float: left;
	position: absolute;
	left: 0; top:35px;
	display: none; /*--Hide by default--*/
	width:120px;
        background:white;
        border:1px solid #808000;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	z-index:100;
}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}
ul#topnav li span a div{color:#808000;width:94%; padding:0 3%;line-height:1.4em;margin:10px 0px;}
ul#topnav li span a:hover div{background:#808000;color:white;}
.index-apt-display .index-photo img{max-height:105px;max-width:140px;vertical-align:bottom;display:inline;}
.index-apt-display .index-photo{float:left;height:105px;text-align:center;width:140px;}
.index-apt-display .apt-info{float:left;}
.index-apt-display{float:left;margin:0 1%;width:21%;padding:1%;}
.index-apt-display .apt-details{margin-bottom:10px;margin-top:0px;}
.index-apt-display:hover{background-color: #e4faff;cursor:pointer;cursor:hand;}
.YGLMLSDisclaimer {
	border-top: 1px dotted;
	padding: 0;
	font-size: 10px;
	line-height: normal;
	color: #ccc;
	margin-top: 12px;
}
.luxury-city, .luxury-neighbor
{
    margin-bottom:8px;
}
.luxury-city a, .luxury-neighbor a
{
    font-size:14px;
}
.luxury-neighbor{padding-left:15px;}
.YGLComplexListings td.photo img{max-width:55px;max-height:55px;}
.YGLComplexListings .listing td{vertical-align: middle;}
.YGLComplexListings table{width:100%;}
.YGLComplexListings h2{display:none;}