﻿/*//////////////////////////*/
/* Homepage specific layout */
/*//////////////////////////*/

.homepage #header {
	width: 600px;
	height: 20px;
	position: absolute;
	top: 80px;
	background: none;
	border: none;
	padding: 0 0 0 5px;
}

.homepage #main_image {
	position: relative;
	overflow: visible;
}

.homepage #main_image .slideshow_liner {
	background: #dcddde;
}

.homepage #main_image .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 924px;
	height: 72px;
	background: url(/images/layout/homepage_overlay.gif) no-repeat 0 -37px;
}

.homepage #main_image .mask #browse_container {
	top: -22px;
}

.homepage #browse_button {
	right: 2px;
}

#primary_features {
	background: url(/images/layout/primary_features_fade.gif) repeat-x bottom;
	border-bottom: 1px solid #dcddde;
}

#primary_features .apartment_homes,
#primary_features .furnished_apartments {
	float: left;
	width: 432px;
	padding: 0 10px 20px 10px;
}

#primary_features .apartment_homes {
	margin-right: 20px;
}

#primary_features div.left {
	width: 270px;
}

#primary_features img.left {
	border: 2px solid #dcddde;
	margin-right: 20px;
}

#primary_features .apartment_homes h1 a {
	display: block;
	width: 166px;
	height: 17px;
	overflow: hidden;
	text-indent: 500px;
	line-height: 20px;
	background: url(/images/layout/homepage_h1_homes.gif) no-repeat;
	margin-bottom: 5px;
}

#primary_features .apartment_homes h1 a:hover {
	background-position: 0 -17px;
}

#primary_features .apartment_homes a {
	display: block;
	width: 115px;
	height: 25px;
	overflow: hidden;
	text-indent: 500px;
	line-height: 26px;
	background: url(/images/layout/homepage_button_homes.gif) no-repeat;
}

#primary_features .apartment_homes a:hover {
	background-position: 0 -25px;
}

#primary_features .furnished_apartments h1 a {
	display: block;
	width: 203px;
	height: 19px;
	overflow: hidden;
	text-indent: 500px;
	line-height: 20px;
	background: url(/images/layout/homepage_h1_furnished.gif) no-repeat;
	margin-bottom: 5px;
}

#primary_features .furnished_apartments h1 a:hover {
	background-position: 0 -19px;
}

#primary_features .furnished_apartments a {
	display: block;
	width: 173px;
	height: 25px;
	overflow: hidden;
	text-indent: 500px;
	line-height: 26px;
	background: url(/images/layout/homepage_button_furnished.gif) no-repeat;
}

#primary_features .furnished_apartments a:hover {
	background-position: 0 -25px;
}

#primary_features p,
#primary_features ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .813em;
	line-height: 1.462em;
	margin-bottom: 15px;
}

#primary_features li {
	margin: 0 0 0 15px;
}


#secondary_features {
	padding: 15px 10px 0 10px;
}

.homepage #secondary_features .content {
	padding-bottom: 12px;
}

#secondary_features div.left {
	width: 196px;
}

#secondary_features img.left {
	margin-right: 10px;
}

#secondary_features p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .813em;
	line-height: 1.462em;
	margin-bottom: 10px;
}

#secondary_features a { 
	font-size: .75em;
}

#secondary_features .why_choose_windsor p,
#secondary_features .why_choose_windsor a {
	padding-left: 20px;
}

#secondary_features .why_choose_windsor {
	float: left;
	width: 276px;
	padding: 0 20px 0 0;
}

#secondary_features .resident_services,
#secondary_features .pet_friendly {
	float: left;
	width: 274px;
	padding: 25px 0 0 20px;
	background: url(/images/layout/homepage_secondary_features_dots.gif) no-repeat 0 15px;
}

#secondary_features .resident_services {
	padding-right: 20px;
}

#secondary_features .why_choose_windsor h1 a {
	display: block;
	width: 215px;
	height: 19px;
	overflow: hidden;
	text-indent: 500px;
	line-height: 20px;
	background: url(/images/layout/homepage_h1_why_windsor.gif) no-repeat;
	margin-bottom: 20px;
}

#secondary_features .why_choose_windsor h1 a:hover {
	background-position: 0 -19px;	
}

#secondary_features .resident_services h2,
#secondary_features .pet_friendly h2 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: .875em;
	font-weight: bold;
	letter-spacing: .02em;
	margin-top: 15px;
}


/* Hero Photo transparent bar + captions */
.homepage #black_bar .backdrop {
	position: absolute;
	bottom: 13px;
	width: 100%;
	height: 34px;
	background: #000000;
	border-top: 1px solid #ffffff;
}

.homepage #black_bar #slogan {
	position: absolute;
	left: 20px;
	bottom: 13px;
	height: 34px;
	line-height: 34px;
	font-size: 17px;
	font-style: italic;
	letter-spacing: .02em;
	overflow: hidden;
	color: #ffffff;
}


.homepage #black_bar #caption {
	position: absolute;
	right: 20px;
	bottom: 13px;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	letter-spacing: .02em;
	overflow: hidden;
	color: #ffffff;
}

.homepage #black_bar #caption a
{
    color: #ffffff;
    font-weight: normal;
}
