@charset "utf-8";
/* CSS Document */
*{
	font-family:Arial, Helvetica, sans-serif;
}

html {
	min-height: 100%;
	height: auto;
}

body{
	background-color:#FFF;
	padding:0;
	margin:0;
}

#container{
	width:1150px;

}

#left-column{
	width:260px;
	float:left;
}

#navigation{
	text-align:left;
	text-transform:uppercase;
	padding-top:8px;
}

#navlist a{
	color:#FFFFFF;
	text-decoration:none;
	width:195px;
	height:30px;
	display:block;
	padding-top:10px;
	padding-left:55px;
}

#navigation a:hover{
	text-decoration:underline;
}

.menu-image{
	height:40px;
	width:263px;
	margin-bottom:5px;
	padding-top:3px;
}

.menu-image a{
	font-size:15px;
	font-weight:bold;
}

#amenities,
#events,
#residents{
	background-image:url(block-bkgnd.png);
	background-repeat:repeat-x;
	height:530px;
	margin-top:70px;
	padding:30px;
	margin-right:150px;
}

#amenities{
	margin-right:120px;
}

#amenities ul li{
	padding-bottom:5px;
}

#amenities a, 
#residents a{
	color:#F7941E;
}

.thumbs{
	float:left;
	width:110px;
	text-align:center;
	padding-bottom:10px;
}

#floorplans{
	background-image:url(block-bkgnd.png);
	background-repeat:repeat-x;
	height:530px;
	margin-top:100px;
	padding:10px;
	margin-right:90px;
}

#contact-info{
	text-align:left;
	font-size:15px;
	padding-left:20px;
	padding-top:15px;
	color:#333333;
}

#copyright{
	color:#999999;
	font-size:10px;
	text-align:left;
	padding-left:20px;
	padding-top:10px;
}


#main{
	width:850px;
	margin-bottom:10px;
	min-height:550px;
	height:auto !important;
	height:550px;
	float:right;
}

#homepage-container{
	height:690px;
	background-image:url(vanity-shot.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
}

#social-photos{
	padding-top:293px;
	padding-right:20px;
	text-align:center;
}

#links{
	width:880px;
}

#footer{
	width:880px;
	color:#888888;
	font-size:13px;
	font-weight:bold;
	padding-bottom:15px;
	padding-top:10px;
}

.link-homepage{
	background-image:url(menu-images/home.png);
	background-repeat:no-repeat;
}

.link-apply-online{
	background-image:url(menu-images/apply-online.png);
	background-repeat:no-repeat;
}

.link-building-photos{
	background-image:url(menu-images/building-photos.png);
	background-repeat:no-repeat;
}

.link-events{
	background-image:url(menu-images/events.png);
	background-repeat:no-repeat;
}

.link-faqs{
	background-image:url(menu-images/faqs.png);
	background-repeat:no-repeat;
}

.link-floor-plans{
	background-image:url(menu-images/floor-plans.png);
	background-repeat:no-repeat;
}

.link-amenities{
	background-image:url(menu-images/amenities.png);
	background-repeat:no-repeat;
}

.link-video{
	background-image:url(menu-images/video.png);
	background-repeat:no-repeat;
}


.link-residents-section{
	background-image:url(menu-images/residents-section.png);
	background-repeat:no-repeat;
}

.link-contact{
	background-image:url(menu-images/contact-us.png);
	background-repeat:no-repeat;
}



.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

h1{
	font-size:14px;
	color:#F7941E;
}

.faq-item{
	margin-top:30px;
	width:600px;
	padding:3px;
	padding-left:6px;
	padding-right:6px;
	background:#DFF1FF;
}

.faq-item-answer{
	background:#EFF8FF;
	width:572px;
	padding:20px;
}

.event-item{
	width:600px;
	padding:3px;
	padding-left:6px;
	padding-right:6px;
	background:#DFF1FF;
}

.event-item-expand{
	background:#EFF8FF;
	width:572px;
	padding:20px;
}
