/*/////////////////*/
/* General Styling */
/*/////////////////*/
	
body {
	background: #ffd985 url(/images/layout/background.gif) repeat-x;
}	

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.438em;
	font-style: italic;
	margin: 0px 0 18px 0;
}

blockquote a {
	font-weight: normal;
}
	

/*///////////////////*/
/* Common Navigation */
/*///////////////////*/

div#utility_nav {
	display: block;
	float: right;
	height: 19px;
	margin: 3px 0 0 0;
	line-height: 1em;
}

div#utility_nav p {
	margin-bottom: 0;
}

div#utility_nav a {
	color: #464646;
	font-size: .625em;
	background: url(/images/layout/utility_nav_dots.gif) no-repeat right;  
	padding-right: 10px;
	margin-right: 5px;
	font-weight: normal;
}

div#utility_nav a:hover,
div#utility_nav a.active {
	color: #000000;
	text-decoration: none;	
}

div#utility_nav a.last {
	margin: 0;
	padding: 0;
	background: none;
}

ul#global_nav {
	float: right;
	width: 550px;
	height: 15px;
	overflow: hidden;
	padding: 0;
	margin-top: 14px;
}

.homepage ul#global_nav {
	margin-top: 0;
	float:left;
}

ul#global_nav li {
		list-style-type: none;
		display: inline; 
}
		
ul#global_nav li a {
	float: left;
	display: block;
	height: 15px;
	padding-top: 16px;
	overflow: hidden;
	background: url(/images/layout/global_nav.gif) no-repeat;  
}
	
/* Apartment Homes Rollover */		
#global_nav a#homes {
	width: 156px; 
	background-position: 0 0; 
	margin-right: 15px;
}

#global_nav a#homes:hover { 
	background-position: 0 -15px; 
}
.homes #global_nav a#homes { 
	background-position: 0 -30px !important; 
}

/* Furnished Apartments Rollover */
#global_nav a#furnished {
	width: 187px; 
	background-position: -171px 0;
	margin-right: 15px;
}

#global_nav a#furnished:hover { 
	background-position: -171px -15px; 
}

.furnished #global_nav a#furnished { 
	background-position: -171px -30px !important; 
}

/* Why Choose Windsor Rollover */
#global_nav a#why_windsor {
	width: 177px; 
	background-position: -373px 0;
}

#global_nav a#why_windsor:hover { 
	background-position: -373px -15px; 
}

.why_windsor #global_nav a#why_windsor { 
	background-position: -373px -30px !important; 
}	

.rollover { } /* for css validation purposes only; handled via JavaScript */


/* Section Navigation */

#landing_left_column ul#section_nav {
	width: 235px;
	border-top: 1px solid #dcddde; 
}

ul#section_nav li {
	list-style-type: none;
	font-size: .813em;
	line-height: 14px;
	border-bottom: 1px solid #dcddde; 
}
		
ul#section_nav li a {
	display: block;
	padding: 6px 5px 5px 33px ;
	color: #124b84;
	font-weight: normal;
	background: url(/images/layout/nav_arrow_off.gif) no-repeat left center;
}

ul#section_nav li a:hover {
	color: #3b3b3b;
	background: #f9f9f9 url(/images/layout/nav_arrow_off.gif) no-repeat left center;
	text-decoration: none;
}
	
ul#section_nav li.active a {
	background: #f9f9f9 url(/images/layout/nav_arrow_on.gif) no-repeat left center;
}
		
ul#section_nav li.active a {
	color: #464646;
}

ul#section_nav li.back a
{
    background: #f9f9f9 url(/images/layout/nav_arrow_back_off.gif) no-repeat left center;
}

ul#section_nav li.back a:hover
{
    background: #f9f9f9 url(/images/layout/nav_arrow_back_on.gif) no-repeat left center;
}

ul#section_nav li.open a {
	background: #f9f9f9 url(/images/layout/nav_arrow_drop.gif) no-repeat left center !important;
}	

/* Section sub-nav */

ul#section_nav li.sub_nav {
	width: 215px;
	background: #f9f9f9 url(/images/layout/subnav_fade.gif) repeat-x;
	padding: 10px;
	font-size: .846em;
	letter-spacing: .02em;
}

ul#section_nav li.sub_nav ul li {
	padding: 0 0 5px 0;
	border: none;
	background: none;
}

ul#section_nav li.sub_nav ul li.meta {
	font-style: italic;
}

ul#section_nav li.sub_nav ul li.divider {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dcddde;
}

ul#section_nav li.sub_nav ul li a {
	color: #729036;
	padding: 0 0 0 23px;
	background: none;
}

ul#section_nav li.sub_nav ul li a:hover {
	color: #729036;
}

ul#section_nav li.sub_nav ul.no_icons li a {
	background: none !important;
	padding: 0 0 0 5px;
}

ul#section_nav li.sub_nav ul li.active a,
ul#section_nav li.sub_nav ul li.active a:hover {
	color: #464646;
	text-decoration: none;
}

/* simple bullet sub-nav icons*/
ul#section_nav li.sub_nav ul li a.bullet, ul#section_nav li.sub_nav ul.bullets li a {
	background: url(/images/icons/nav_bullet.gif) 0 50% no-repeat;
}

ul#section_nav li.sub_nav ul li.active a.bullet, ul#section_nav li.sub_nav ul.bullets li.active a {
	background: url(/images/icons/nav_bullet_on.gif) 0 50% no-repeat;
}

ul#section_nav li.sub_nav ul li a:hover {
	text-decoration: underline;
}


/* Landing page index navigation */
#index_nav {
	border-top: 1px solid #dcddde;
	padding-top: 10px;
}

#index_nav p,
#index_nav hr {
	margin-bottom: 10px;
}
	
	
/*/////////////////////////////////////////*/
/* Common Page Structures and Text Styling */
/*/////////////////////////////////////////*/

#master_container {
	width: 924px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	padding: 0 27px;
	border-left: 1px solid #e2b966;
	border-right: 1px solid #e2b966;
	background: #ffffff;
}

#main_image {
	position: relative;
	z-index: 0;
	width: 924px;
	height: 375px;
	overflow: hidden;
	background: #f9f9f9 url(/images/layout/module_fade.gif) repeat-x bottom;
	padding-bottom: 13px;
	margin: 0 0 10px 0;
} 


/* Header with utility nav, global nav, logo, breadcrumbs, page title and additional info */		
#logo {
	float: left;
	/* width: xx */
	height: 40px;
	margin: 20px 112px 10px 0; 
}

#logo_home {
	float: left;
	/*width: 319px;
	height: 51px; 	*/
	margin: 12px 0 37px 0; 
}

#header {
	position: relative;
	width: 914px;
	border-top: 1px solid #dfdfdf;
	background: url(/images/layout/header_fade.gif) repeat-x;
	padding: 12px 5px 9px 5px;
}

#header h1 a, #header h1 a:hover
{
    font-weight: normal;
    text-decoration: none;
    color: #464646;
}

.condensed {
	padding: 0 5px !important;
}

p#breadcrumbs {
	font-size: .625em;
	line-height: 1.2em;
	color: #cecfd0;
	margin-bottom: 13px;
}

p#breadcrumbs span.active {
	color: #464646;
}

#header h1 {
	font-size: 1.375em;
	letter-spacing: .02em;
	padding-left: 22px;
	background: url(/images/layout/h1_arrow.gif) no-repeat 0 3px;
}

#browse_container {
	float: right;
	position: relative;
	font-size: .625em;
	text-align: right;
	padding-top: 2px;
}

#browse_container.outside {
	position: absolute;
	z-index: 1000;
	left: 708px;
	top: 83px;
}

#browse_container.outside p.caption {
	margin-right: 4px;
}

#browse_container.outside #browse_button {
	right: 3px;
}

#browse_container p {
	text-align: right;
	margin: 7px 0 3px 0;
}

#header p.right {
	font-size: .625em;
	padding-top: 35px;
	margin: 0;
}

/* Left column with section navigation, next steps, leasing office information */
#left_column {
	float: left;
	width: 235px;
	margin-right: 5px;
	border-top: 4px solid #e2e2e3;
}

#left_column #google_map {
	width: 235px;
	height: 235px;
}

#left_column hr {
	margin-bottom: 13px;
}

#left_column #contact_info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .813em;
	line-height: 1.462em;
	padding: 20px 20px 0 10px
}

#left_column #contact_info h3 {
	font-weight: bold;
	margin-bottom: 18px;
}

#left_column #contact_info a.email, address a.email, a.email {
	font-weight: normal;
	/*color: #124b84;*/
}

/* Main page content */
#right_column {
	float: left;
	width: 684px;
	border-top: 4px solid #e2e2e3;
	background: url(/images/layout/right_column_fade.gif) repeat-x;
}

#community_module {
	width: 684px;
	/* height: 396px; */
	overflow: hidden;
	position: relative;
	background: url(/images/layout/module_fade.gif) repeat-x bottom;
	padding-bottom: 13px;
}

#two_column_wrap,
#two_column_nopad_wrap {
	margin-top: 10px;
}

#two_column_wrap #content {
	float: left;
	width: 414px;
	padding: 0 20px 25px 20px;
}

#two_column_nopad_wrap #content {
	float: left;
	width: 434px;
	padding: 0 20px 25px 0px;
}

#two_column_nopad_wrap #content blockquote {
	width: 430px;
}

#right_column .single_dotted {
	background: url(/images/layout/dotted_line.gif) repeat-y 452px 1px;
}

#right_column .double_dotted {
	background: url(/images/layout/dotted_content_lines.gif) repeat-y 0 1px;
	padding-bottom: 25px;
}

#main_column {
	float: left;
	width: 672px;
	padding: 0 20px 25px 0;
	margin-top: 10px;
	background: url(/images/layout/dotted_line.gif) repeat-y right;
}

#main_column #content {
	float: left;
	width: 414px;
	padding-top: 5px;
}

#main_column #landing_left_column {
	float: left;
	width: 235px;
	margin-right: 20px;
}

#single_column_padtop_wrap {
	padding-top: 10px;
}

#single_column_wrap {
	padding: 20px 15px 0 20px;
}

#single_column_wrap h2 {
	margin-bottom: 15px;
}

#single_left_dot_wrap {
	background: #ffffff url(/images/layout/h1_arrow.gif) no-repeat 3px 0px;
}

#single_left_dot_wrap #content {
	background: url(/images/layout/dotted_line.gif) repeat-y 0px 0px;
	padding: 20px 0 25px 30px;
	margin: 0;
}

#noimage_column_wrap {
	padding: 20px 15px 0px 20px;
}

#noimage_column_wrap h2 {
	font-size: 1.125em;
	margin-bottom: 15px;
}

/* Text Styling */

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .813em;
	line-height: 1.46em;	
}

#content h2 {
	font-family: Arial, sans-serif;
	font-size: 1.385em;
	letter-spacing: .02em;
	margin: 1px 0 9px -20px;
	padding: 5px 0 0 20px; }
	
.double_dotted h2 {
	background: url(/images/layout/h2_arrow.gif) no-repeat 2px 0;
}	


#content h3 {
	font-weight: bold;
	margin-bottom: 5px;
}

#content h4 
{
    font-style: italic; 
    margin-bottom: 6px; 
    color: #124b84;
}

#content h5 
{
    font-weight: bold; 
    font-size: 90%;
}

#content blockquote {
	font-size: 1.23em;
}

#content li h3 {
	margin-bottom: 5px;
}
#content li p {
	margin-bottom: 15px;
}

#single_column_wrap h2 {
	margin-bottom: 15px;
}

/* Footer */
#footer {
	font-size: .6875em;
	color: #464646;
	margin-top: 40px;
	border-top: 1px solid #dcddde;
	padding: 10px 0 10px 0;
}

#footer .equal_housing {
	position: relative;
	top: 2px;
	margin: 0 4px 0 4px;
}

#footer p {
	padding: 0;
	margin: 0;
}

#footer p.right {
	color: #dcddde;
}

#footer a {
	color: #464646;
	font-weight: normal;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;	
}


/*////////////////////*/
/* Promos             */
/*////////////////////*/


#promos {
	float: right;
	width: 228px;
	margin-top: 0px;
	padding: 0 1px;
}


#promos_left {
	width: 232px;
	padding-right: 3px;	
	background: url(/images/layout/dotted_line.gif) repeat-y right;
	margin-top: 2px;
}

#promos_left .promo
{
    margin-top: 0px;
}

#promos_left p.caption {
	margin-top: -7px;
}

#promos blockquote
{
    font-style: normal;
    margin-bottom:15px;
}

#promos blockquote cite
{
    margin-top:5px;
   	font-family: Arial, sans-serif;
	font-size: .769em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.2em;	
	margin-bottom: 0 !important;
	display:block;
}

/*////////////////////*/
/* Browse by Location */
/*////////////////////*/

#browse_container {
	position: relative;
	width: 240px;
}

#browse_container div.radio {
	float: left;
	position: relative; /* This must remain relative for the IE fix */
	width: 20px;
	height: 22px;
	margin-right: 3px;
}

#browse_container div.label {
	float: left;
}

#browse_container .pad_right {
	margin-right: 5px;
}

.promo #browse_container {
	width: 212px;
}

#browse_button {
	display: block;
	position: absolute;
	right: 0;
	top: 25px;
	width: 231px;
	height: 20px;
	background: url(/images/layout/browse_button.gif) no-repeat;
	outline: none;
}

.promo #browse_button {
	position: static;
	float: none;
	background: url(/images/layout/browse_button_small.gif) no-repeat;
	width: 212px;
}

#browse_button:hover {
	text-decoration: none;
}

#browse_button span {
	display: block;
	padding-left: 10px;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	color: #464646;
}

#browse_window {
	position: absolute;
	top: 23px;
	right: -2px;
	width: 321px;
	visibility: hidden;
}

#browse_window.popup {
	top: auto;
	bottom: -2px;
}

#browse_window.popdown .top {
	display: block;
	height: 22px;
	background: url(/images/layout/browse_popdown_top.png) no-repeat;
	cursor: pointer;
	outline: none;
}

#browse_window.popup .top {
	display: block;
	height: 22px;
	background: url(/images/layout/browse_popup_top.png) no-repeat;
	cursor: pointer;
	outline: none;
}

#browse_window .top:hover {
	text-decoration: none;
}

#browse_window .top span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	color: #464646;
}

#browse_window.popdown .top span {
	padding: 2px 0 0 20px;
}

#browse_window.popup .top span {
	padding: 0 0 2px 20px;
}

#browse_window.popdown .bottom {
	height: 7px;
	background: url(/images/layout/browse_popdown_bottom.png) no-repeat;
}

#browse_window.popup .bottom {
	height: 7px;
	background: url(/images/layout/browse_popup_bottom.png) no-repeat;
}

#browse_window .content {
	width: 100%;
	background: url(/images/layout/browse_bg.png) repeat-y;
}

#browse_window .content .liner {
	padding-left: 20px;
}

#browse_window .content ul {
	float: left;
	width: 133px;
	font-size: 12px;
	text-align: left;
	line-height: 1.1em;
	margin: 12px 20px 12px 0;
}

#browse_window .content ul.last {
	margin-right: 0;
}

#browse_window .content li {
	list-style-type: none !important;
	margin: 0 0 5px 0;
}

#browse_window .content a {
	font-weight: normal;
}


/*/////////////////*/
/* Modular Classes */
/*/////////////////*/

a.arrow {
	font-family: arial, sans-serif;
	padding-right: 10px;
	background: url(/images/layout/link_arrow.gif) no-repeat right ;
}

blockquote a.arrow {
	font-family: Georgia, "Times New Roman", Times, serif;
}


ul.dotted_bullet {
	list-style-image: url(/images/layout/custom_bullet_dots.gif);
}

ul.green_bullet {
	list-style-image: url(/images/layout/custom_bullet_green.gif);
}

#content ul
{
    list-style-image: url(/images/layout/custom_bullet_green.gif);
}

#content ul.normal {
	list-style-image: none;
}

/* Black transparent bar */
#black_bar .backdrop {
	position: absolute;
	bottom: 13px;
	width: 100%;
	height: 34px;
	background: #000000;
	border-top: 1px solid #ffffff;
}

#black_bar .text {
	position: absolute;
	left: 20px;
	bottom: 13px;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	letter-spacing: .02em;
	overflow: hidden;
	color: #ffffff;
	width: 100%;
}

#black_bar .text h1
{
    font-size: 20px;
    letter-spacing: .1em;
    font-style:italic;
    color: #ffffff;
    float: left;
}

#black_bar .corp_link
{
    float: right; 
    font-size: 16px; 
    padding-right: 20px;
    margin-right: 20px;
}

#black_bar .corp_link a
{
   color: #FFEE96;
}

/* Promotional Block */
.promo {	
	background: #fffbf0 url(/images/layout/promo_fade.gif) no-repeat; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .813em;
	line-height: 1.46em;
	border-bottom: 1px solid #dcddde;
}

.promo .wrap {
	padding: 12px 18px 8px 18px;
	margin-bottom: 0px;
}

.promo .wrap_video
{
    padding: 15px 0px 8px 18px;
}

#promos .news_events {
	background: none;
}

.specials
{
	color: #af3737;	
}

#promos .specials .wrap,
#promos .emphasis .wrap {
	background: url(/images/layout/dotted_emphasis.gif) repeat-y;
}

#promos .specials,
#promos .emphasis{
	background: #f9f9f9 url(/images/layout/promo_fade_grey.gif) no-repeat;
}

#promos .specials a.arrow {
	color: #af3737;
	background: url(/images/layout/link_arrow_red.gif) no-repeat right;
}

/*
#promos .last,
#promos_left .last {
	margin-bottom: 0;
	
}

#promos_left .first .wrap {
	padding-top: 5px;
}
*/

#promos .first .wrap {
	padding-top: 5px;
}

.promo p,
.promo ul {
	margin-bottom: 5px;
}

.promo h3 {
	font-weight: bold;
	margin-bottom: 5px;
}

.promo a.arrow {
	font-size: .923em;
}

.promo img {
	border: 1px solid #dcddde;
	margin-bottom: 7px;
}

.promo img.icon {
	float: left;
	border: none;
	margin: -3px 10px 0 -3px;
	line-height: 60px;
	font-size: 40px;
}

.promo li {
	list-style-type: disc;
	margin: 0 0 5px 15px;
}

.promo li .description {
	font-family: Arial, sans-serif;
	font-size: .923em;
}

.promo #video_player {
	width: 200px;
	height: 136px;
	overflow: hidden;
	background: url(/images/layout/flash_promo_placeholder.gif);
	margin-bottom: 5px;
}

.promo .caption {
	font-family: Arial, sans-serif;
	font-size: .769em;
}


/* property level browse promo */
#promos .browse {
	font-family: Arial, sans-serif;
	padding: 12px 0 35px 18px;
	background: none;
}


#promos .available {
	font-family: Arial, sans-serif;
	padding: 12px 0 15px 18px;
	background: none;
}

#promos .browse p {
	margin-bottom: 1px;
}

/* quick tips */

#quick_tips {
	width: 225px;  
	padding-right: 3px;	
	
	/* original design:

      background: url(/images/layout/dotted_line.gif) repeat-y right;  
      width: 232px;
    */
    margin-top: 2px;
}

#quick_tips .quick_tip a.arrow {
	color: #124b84;
	background: url(/images/layout/link_arrow_blue.gif) no-repeat right;
}

#quick_tips .quick_tip
{
    background: #f9f9f9 url(/images/layout/promo_fade_grey.gif) no-repeat;
}

/* Find your home landing page promo */

#find_your_home .title_bar {
	background: #f9f9f9;
	border-top: 1px solid #dcddde;
	border-bottom: 1px solid #dcddde;
	padding: 8px 8px;
	margin-bottom: 3px;
}

#find_your_home h3 {
	line-height: 22px;
	padding-left: 5px;
	/*
    padding-left: 27px;
	background: url(/images/icons/find_a_home.gif) no-repeat;
    */
}

#find_your_home .locations {
	padding: 15px 5px 0 5px;
	background: url(/images/layout/find_your_home_fade.gif) repeat-x;
}

#find_your_home .locations .dotted_bullet {
	float: left;
	width: 185px;
	margin-right: 15px;
	list-style-image: url(/images/layout/custom_bullet_dots.gif);
}



/* Resident Portal button */
a.resident_portal {
	display: block;
	width: 488px;
	height: 75px;
	text-indent: 500px;
	line-height: 76px;
	overflow: hidden;
	background: url(/images/layout/logon_resident_portal.gif) no-repeat;
}

a.resident_portal:hover {
	background: url(/images/layout/logon_resident_portal.gif) 0 -75px;
}

/* Windsor Connect button */
a.windsor_connect {
	display: block;
	width: 388px;
	height: 75px;
	text-indent: 500px;
	line-height: 76px;
	overflow: hidden;
	background: url(/images/layout/logon_windsor_connect.gif) no-repeat;
}

a.windsor_connect:hover {
	background: url(/images/layout/logon_windsor_connect.gif) 0 -75px;
}

/* Ultipro Button button */
a.ultipro {
	display: block;
	width: 310px;
	height: 75px;
	text-indent: 500px;
	line-height: 76px;
	overflow: hidden;
	background: url(/images/layout/logon_ultipro.gif) no-repeat;
}

a.ultipro:hover {
	background: url(/images/layout/logon_ultipro.gif) 0 -75px;
}


/****************/
/* Modal Styles */
/****************/

.modal_overlay {
	position: absolute;	
	margin: auto;
	left: 0;
	top: 0;	
	z-index: 9999;
	background-color: #000 !important;
}

.modal_overlay[class] { 
	position: fixed; 
	width: 100%; 
	height: 100%;
}

.modal_close {
	float: right;
	display: block;
	width: 21px;
	height: 18px;
	margin-top: 4px;
	overflow: hidden;
	text-indent: 500px;
	line-height: 19px;
	background: url(/images/layout/modal_close.gif) no-repeat;
}

/*/////////////////////////*/
/* Common Override Classes */
/*/////////////////////////*/
	
.left {
	float: left; }
	
.right {
	float: right; }	

.clear {
	clear: both;
	float: none !important;
	width: auto !important;
	height: auto !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important; 
}

.center
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

.no_rule {
	border: none !important;	
}

.no_br
{
    white-space: nowrap;
}

.testimonials blockquote
{
    font-size: 1em !important;
    font-style: normal;
}

.testimonials cite
{
    display :block;
    margin-left: 40px;
    margin-top: 5px;
    font-style: italic;
}


ul#sub_nav li.sub_nav_break 
{
    font-size: 1px;
    line-height: 1px;
    margin: 2px 0px 12px 0px;
    border-bottom: 1px solid #dcddde! important;
    display: block;
    width: 100%;
}

.pricing_policy
{
    color: #999999;
    font-size: 8pt;
    line-height: 12pt;
    font-style:italic;
    font-family:Arial, Sans-Serif;
}
