@charset "utf-8";
/* CSS Document */
* {
	border: 0;
	padding: 0;
	margin: 0;
}

html,body{
	font-size: .9em;
	font-family: "Times New Roman", Times, Georgia, serif;
	/*	background-image:url(/images/bgpattern.jpg);*/
	background-image:url(../images/bgpattern.jpg);
	background-repeat:repeat-x;
	color: #2e2921;
	background-color:#705c41;
	height: 100%;
	margin:0 auto;
}

:visited { text-decoration:none }

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width:960px; /* or a percentage, or whatever */
}

#container, .container-sec {
	width: 944px;
	margin-left: 8px;
	overflow: hidden;
	background-color: #483318;
	clear: both;
}



#content, .content-sec{
	width: 944px;
	clear: both;
	height: 100%;
	text-align: left;
	border-top: 1px solid #fdf2dd;
}

.container-sec{
	background-color: #483318;
	/*background-image: url(/images/leftnav_bg.gif);*/
	background-image: url(../images/leftnav_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#header{
	width: 960px;
		/*background-image: url(/images/header_bg.gif);*/
	background-image: url(../images/header_bg.gif);
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
}


#logo-holder{
	width: 944px;
	margin-left: 8px;
	margin-bottom: 0px;
}

/* HEADER IMAGE REPLACEMENT */

#logo {
	width: 256px;
	height: 133px;
	padding-left: 330px;
	padding-top: 21px;
	position: relative;
	}

#logo a {
	color: #cdbd9e;
	background-color: transparent;
	}	
	
#logo span {
	background: url(../images/header_logo.gif) no-repeat;
	position: absolute;
	width: 260px;
	height: 133px;
	}
	
/* END HEADER IMAGE REPLACEMENT */	


/*  NAV BAR IMAGE ROLLOVERS */

.navmenu{
	position: relative;
	width: 944px;
	background-color: #fff;
	font-family:Georgia, serif;
	font-size:15px;
	width: 100%;
	text-transform:uppercase;
	
}

.navmenu ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom 	border of "ul li a" below*/
	margin: 0;
	text-align: center; //set value to "left", "center", or "right"*/
}

.navmenu ul li{
	display: inline;
}

.navmenu ul li a{
	color: #005470;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none;

}

.navmenu ul li a:hover, .underlinemenu ul li a.selected{
	color: #6e7011;
	border-bottom: 3px solid; /*bottom border is 3px*/
	border-bottom-color: #6e7011;
}
/* END NAV BAR IMAGE ROLLOVERS */


/* SECONDARY H2 IMAGE REPLACEMENT */

#sub-head-welcome{ /*Size of the image*/ padding-top: 69px; width: 143px; /*The image*/ background-image: url(../images/welcome.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 143px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-res-m{ /*Size of the image*/ padding-top: 95px; width: 530px; /*The image*/ background-image: url(../images/headers/residence_main.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 133px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-comm-m{ /*Size of the image*/ padding-top: 80px; width: 550px; /*The image*/ background-image: url(../images/headers/community_main.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 133px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-comm-r{ /*Size of the image*/ padding-top: 70px; width: 550px; /*The image*/ background-image: url(../images/headers/community_rends.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 133px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-comm-s{ /*Size of the image*/ padding-top: 70px; width: 550px; /*The image*/ background-image: url(../images/headers/community_site.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 133px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-comm-c{ /*Size of the image*/ padding-top: 70px; width: 550px; /*The image*/ background-image: url(../images/headers/community_clubhouse.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 133px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-res-f{ /*Size of the image*/ padding-top: 68px; width: 500px; /*The image*/ background-image: url(../images/headers/residence_features.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 133px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-res-b{ /*Size of the image*/ padding-top: 60px; width: 500px; /*The image*/ background-image: url(../images/headers/residence_building.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 133px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-res-hd{ /*Size of the image*/ padding-top: 60px; width: 500px; /*The image*/ background-image: url(../images/headers/residence_homed.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 133px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-life-m{ /*Size of the image*/ padding-top: 112px; width: 500px; /*The image*/ background-image: url(../images/headers/lifestyle_main.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 133px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-location-m{ /*Size of the image*/ padding-top: 50px; width: 300px; /*The image*/ background-image: url(../images/headers/location_main.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 133px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-hd{ /*Size of the image*/ padding-top: 20px; width: 500px; /*The image*/ background-image: 
url(../images/headers/homedesigns.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 133px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-con{ /*Size of the image*/ padding-top: 40px; width: 500px; /*The image*/ background-image: 
url(../images/headers/contact_main.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 133px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-event{ /*Size of the image*/ padding-top: 70px; width: 620px; height:60;/*The image*/ background-image: 
url(../images/headers/event_main.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 133px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-affiliates{ /*Size of the image*/ padding-top: 30px; width: 500px; height:60;/*The image*/ background-image: 
url(../images/headers/affiliates_main.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 133px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

/* END SECONDARY H2 IMAGE REPLACEMENT */	

/* TERTIARY H3 IMAGE REPLACEMENT */

#sub-head-clubfp{ /*Size of the image*/ padding-top: 56px; width: 769px; /*The image*/ background-image: url(../community/images/club1.jpg); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 143px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

/* END TERTIARY H3 IMAGE REPLACEMENT */	

/* H4 FlOORPLAN SUBHEADERS */

#fp-header{ padding-left: 30px; padding-top: 5px}

#sub-head-astorI{ /*Size of the image*/ padding-top: 30px; width: 369px;/*The image*/ background-image: url(../images/headers/fp/astorI.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 143px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-astorIloft{ /*Size of the image*/ padding-top: 45px; width: 369px;/*The image*/ background-image: url(../images/headers/fp/astorIloft.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 143px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-astorII{ /*Size of the image*/ padding-top: 45px; width: 369px;/*The image*/ background-image: url(../images/headers/fp/astorII.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 143px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-astorIIloft{ /*Size of the image*/ padding-top: 45px; width: 369px;/*The image*/ background-image: url(../images/headers/fp/astorIIloft.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 143px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-astorIII{ /*Size of the image*/ padding-top: 45px; width: 369px;/*The image*/ background-image: url(../images/headers/fp/astorIII.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 143px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-astorIIIloft{ /*Size of the image*/ padding-top: 45px; width: 369px;/*The image*/ background-image: url(../images/headers/fp/astorIIIloft.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 143px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-beekmanI{ /*Size of the image*/ padding-top: 45px; width: 369px;/*The image*/ background-image: url(../images/headers/fp/beekmanI.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 143px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-beekmanIloft{ /*Size of the image*/ padding-top: 45px; width: 369px;/*The image*/ background-image: url(../images/headers/fp/beekmanIloft.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 143px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-beekmanII{ /*Size of the image*/ padding-top: 45px; width: 369px;/*The image*/ background-image: url(../images/headers/fp/beekmanII.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 143px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-beekmanIIloft{ /*Size of the image*/ padding-top: 45px; width: 369px;/*The image*/ background-image: url(../images/headers/fp/beekmanIIloft.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 143px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-beekmanIIIloft{ /*Size of the image*/ padding-top: 45px; width: 369px;/*The image*/ background-image: url(../images/headers/fp/beekmanIIIloft.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 143px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-carlyleI{ /*Size of the image*/ padding-top: 45px; width: 369px;/*The image*/ background-image: url(../images/headers/fp/carlyleI.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 143px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-excelsiorI{ /*Size of the image*/ padding-top: 45px; width: 369px;/*The image*/ background-image: url(../images/headers/fp/excelsiorI.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 143px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-fairmontloft{ /*Size of the image*/ padding-top: 45px; width: 369px;/*The image*/ background-image: url(../images/headers/fp/fairmontloft.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 143px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-gothamI{ /*Size of the image*/ padding-top: 45px; width: 369px;/*The image*/ background-image: url(../images/headers/fp/gothamI.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 143px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-gothamIIloft{ /*Size of the image*/ padding-top: 45px; width: 369px;/*The image*/ background-image: url(../images/headers/fp/gothamIIloft.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 143px; voice-family: "\"}\""; voice-family:inherit; height: 0; }


/* END H4 FlOORPLAN SUBHEADERS */


/* LEFT NAVIGATION */

#lnav{
	width: 164px;
	padding-top: 80px;
	float: left;
	background-color: #483318;
}

ul.lnavr { width:164px; height:89px;}
ul.lnavc { width:164px; height:120px;}
ul.lnavr li a, ul.lnavc li a { margin:0; padding:0 }
ul.lnavr li a:hover, ul.lnavr li a:hover { border:none }

/* LEFT NAV RESIDENCES */

li.navRes a, li.navRfeat a, li.navRbuild a{ background:url(../images/sec_nav/residences.gif) top left no-repeat; text-indent:-9999px; display:block; position:relative; top:0; width:164px; height:28px; overflow:hidden }

li.navRes a 							{ background-position:0 0; top:0; left:0 }
li.navRes a:hover 						{ background-position:0 -86px }
li.navRes a.selected					{ background-position:0 -86px }

li.navRbuild a							{ background-position:0px -30px; top:0px; left:0 }
li.navRbuild a:hover					{ background-position:0 -114px }
li.navRbuild a.selected					{ background-position:0 -114px }

li.navRfeat a							{ background-position:0px -58px; top:0px; left:0 }
li.navRfeat a:hover						{ background-position:0 -142px }
li.navRfeat a.selected					{ background-position:0 -142px }


/* END LEFT NAV RESIDENCES */

/* LEFT NAV COMMUNITY */

li.navComm a, li.navCrend a, li.navCsite a, li.navCclub a { background:url(../images/sec_nav/community.gif) top left no-repeat; text-indent:-9999px; display:block; position:relative; top:0; width:164px; height:28px; overflow:hidden }

li.navComm a							{ background-position:0 0; top:0; left:0 }
li.navComm a:hover						{ background-position:0 -113px }
li.navComm a.selected					{ background-position:0 -113px }

li.navCrend a							{ background-position:0 -28px; top:0; left:0 }
li.navCrend a:hover						{ background-position:0 -141px }
li.navCrend  a.selected					{ background-position:0 -141px }

li.navCsite a							{ background-position:0 -56px; top:0; left:0 }
li.navCsite a:hover						{ background-position:0 -169px }
li.navCsite a.selected					{ background-position:0 -169px }

li.navCclub a							{ background-position:0 -84px; top:0; left:0 }
li.navCclub a:hover						{ background-position:0 -197px }
li.navCclub a.selected					{ background-position:0 -197px }

/* END LEFT NAV COMMUNITY */

/* END LEFT NAVIGATION */


/* RIGHT SIDE CONTENT AREA */
#rt-content, #rt-content-s, #rt-content-a, #rt-content-e{
	float: right;
	width: 760px;
	padding: 25px 0px 0px 20px;
	background-color:#cdbd9e;
}

#rt-content-s{
	background-image:url(../images/headers/letterS_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#rt-content-a{
	background-image:url(../images/headers/letterA_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#rt-content-e{
	background-image:url(../images/headers/letterE_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.rt-img{
	float: right;
	margin-right: -30px;
	margin-top: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	text-align:left;
}

.lt-img{
	padding-left: 30px;
}

.rt-img-flw{
	float: right;
	margin-right: -30px;
	margin-top: -10px;
	padding-left: 20px;
	text-align:left;
}

#fp-table-bg{
	width: 760px;
	padding-top: 15px;
	background-image: url(/images/hd_table_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.text{
	color: #fff;
	font-size: 1.1em;
	line-height: 1.4em;	
	padding: 10px 0 10px 10px;
}

.text-sec{
	color: #251706;
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 5px 30px 30px 30px;
}

.text-sec a{
	color: #0a5670;
	text-decoration: underline;
}

.text-sec a:hover{
	color: #5c5e1e;
	text-decoration: none;
}

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

.em{
	font-weight: normal;
	font-style:italic;
	font-size: 1.1 em;
}

.rend{
	margin-top: 20px;
	margin-bottom: 30px;
	border-top: 25px solid #48182e;
	border-bottom: 25px solid #48182e;
}

.feat-rend{
	margin-top: 20px;
	margin-bottom: 30px;
}

#site{
	margin: 10px 0 30px 60px;
	width: 587px;
	border-top: 25px solid #48182e;
	border-bottom: 25px solid #48182e;
}

#rt-content img{
	vertical-align: bottom;
}

#feat-list{
	width: 290px;
	float: left;
	padding-left: 24px;
	padding-right: 10px;
	font-size: 1.1em;
}

#feat-list ul{
	list-style: none;
	margin-left: 0;
}

#feat-list li{
	padding-bottom: 8px;
	padding-left:14px;
	background-image:url(../images/list_icon.gif);
	background-repeat:no-repeat;
	background-position:4px 6px;
}

.feat-img{
	float: right;
}

#flash-loc{
	background-color: #43162b;
	clear: both;
	padding-bottom: 15px;
	margin-left: 25px;
	width: 634px;
	height: 550px;
}

#live-lux{
	float: right;
	width: 770px;
	text-align: right;
	padding: 10px 10px 0 0;
	background-color:#cdbd9e;
}

.lux{
	vertical-align: top;
}

.plaza{
	padding-top: 20px;
	padding-left: 40px;
}

.push{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

#cl-right{
	clear: right;
}

/* END RIGHT SIDE CONTENT AREA */

/* FLOORPLAN DOWNLOAD LINK */
#right-links{
	float: right;
	width: 200px;
	margin-right: -40px;
	padding-top: 30px;
}

#download-map{
	padding-left: 30px;
	height: 20px;
	width: 300px;
	padding-bottom: 20px;
}


#download-link{
	background-image: url(/images/pdf-icon.gif);
	background-repeat: no-repeat;
	padding-right: 40px;
	height: 20px;
}

#download-link a{
	padding-left: 20px;
	color: #0a5670;
	font-size: 1em;
	text-decoration: underline;
}

#download-link a:hover{
	color: #5c5e1e;
	text-decoration: none;
}

#unit-loc{
	padding-right: 40px;
	padding-top: 2px;
	background-image: url(/images/outwin.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;	
	clear: right;
}

#unit-loc a{
	color: #0a5670;
		padding-left: 20px;
	font-size: 1em;
	text-decoration: underline;
}

#unit-loc a:hover{
	color: #5c5e1e;
	text-decoration: none;
}

/* END FLOORPLAN DOWNLOAD LINK */

/* FLOORPLANS */

#one-floor{
	text-align:center;
	width: 750px;
	padding-bottom: 40px;
	clear: both;
}

#two-floor{
	text-align:center;
	width: 720px;
	padding-left: 30px;
	clear: both;
}

/* END FLOORPLANS */

/*EVENT PAGE*/

#event_cell {
	width:675px;
	height:100%;
	font: 1.2em "Times New Roman", Times, Georgia, serif;
	text-align: left;
	padding: 0 0 25px 0px;
	margin-left: 30px;
	background-color: transparent;
	
}

#event_cell a{
	color: #27465b;
	text-decoration: underline;
}

#event_cell a:hover{
	color: #5c5e1e;
	text-decoration: none;
}

#event_cell .head {
 	color: #27465b;
	background-color: #ffffff;
	font: 1.2em "Times New Roman", Times, Georgia, serif;
	font-weight:bold;
	text-align: left;
	padding-top: 5px;
	padding-bottom:5px;
	padding-left: 10px;
}

#event_cell .date {
float: left;
width:110px;
height:72px;
margin-top:25px;
background: url(../events/images/date_bckgrnd.gif) top no-repeat;
display: inline;
}

#event_cell .date p{
padding-top:5px;
font: .9em "Times New Roman", Times, Georgia, serif;
text-align:center;

}

#event_cell .date h1{
padding-top:12px;
font: 1.8em "Times New Roman", Times, Georgia, serif;
text-align:center;

}

#event_cell .right{
float: left;
width:550px;
padding: 25px 0px 25px 15px;
display:inline;
}

#event_cell .bottom{
clear:both;
background-color: transparent;
border-bottom: 1px solid #483318; 
}

.news-img{
padding:0;
	text-align: left;
	float: right;
	margin-left:20px;
	margin-right:0px;
	}	

/* FOOTER */

#footer{
	width: 100%;
	text-align: center;
	border-bottom: solid #48182e 20px;
	height: auto;
	text-transform:uppercase;
}

#footer-image{
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	min-height: 41px;
	padding-bottom: 9px;
	background-color: #fff;
	width:944px; /* or a percentage, or whatever */
	background-image: url(../images/footerbg.jpg);
	background-repeat:no-repeat;
}
	 
#footer-image-home ul li{
	display: inline;
	list-style-type: none;
	padding-left: 20px;
	clear: both;
}

#footer-image ul li{
	display: inline;
	list-style-type: none;
	padding-left: 20px;
	clear: both;
}

#footerlinks{
	padding-bottom: 8px;
}

#footerlinks a{
	color:#5c5e1e;
}

#footerlinks a:hover{
	color:#48182e;
	text-decoration: none;
}

#footerlinks a.selected{
	color:#48182e;
	text-decoration: none;
}

.phone{
	font-size: 1.2em;
}

/* END FOOTER */