/****** Legend ***********/
/*
---------------id names---------------------
#wrapper
#branding
#navMain
#navSecond
#navThird
#content
#contentMain
#contentSecond
#contentThird
#footer
#siteInfo
#siteIndex
#webCite

------------class names------------------
.href1
.href2
.href3
.href4
.href5
.callout
.post
.fp
.grid
.cell
.icon
*/
/****** End of Legend**********/
body, html{
	float:none;
	background: repeat-x url(/assets/images/backgrounds/tile.png) 50% 0 #302822;

	color: #ffffff;
	font-family: arial, sans-serif;
}


body{
	font-size:13px;
}
a{
	color: #B6C332;
	border: none;
}



#wrapper{
	width: 950px;
	margin:auto;
	position:relative;
}

#branding{
	width: 100%;
	position: relative;
	z-index:99;
	height:351px;
}

#branding h1{
	display:none;
}

#navMain{
	width: 100%;
	height: 38px;
	font-size: 93%;
	text-transform: uppercase;
	float:left;
}

#navMain a{
	text-decoration: none;
	color: #4E4137;
	display:block;
	padding:0 12px;
}

#navMain ul{

}

#navMain ul li{
	float: left;
	margin-left:18px;
	height: 35px;
	line-height:35px;
	background: url(/assets/images/backgrounds/nav.png) repeat-x 0px 0px;
}

#navMain ul li.current, #navMain ul li:hover {
	background-position: 0px -38px;
}

#navMain ul li.first{
	margin-left: 0;
}

#content{
	float:left;
}

#content .callout{
	width: 282px;
	float: left;
	background: url(/assets/images/backgrounds/call-shadow.png) no-repeat 100% 0;
	margin-top: 20px;
}

#content .callout dl{
	width: 274px;
	float: left;
}

#content .callout div.last dd{
	border-bottom: #796556 1px solid;
}

#content .callout dl.last dd p a{
	display:block;
}

#content .callout dl dt{
	background:#7CA3B4 url(/assets/images/backgrounds/call-out.png) no-repeat scroll 0 0;
	border:2px solid #FFFFFF;
	float:left;
	font-size:93%;
	line-height:2.3em;
	text-indent:40px;
	text-transform:uppercase;
	width:270px;
}

#content .callout dl dd{
	border-left: #796556 1px solid;
	border-right: #796556 1px solid;
	background: url(/assets/images/backgrounds/call-tile.png) repeat-x 0 0 #302822;
	padding: 16px 28px 22px 42px;
	font-size: 93%;
	display: inline;
	float:left;
	width:202px;
}

#content .content {
	width: 205px;
}

#content .callout dl dd address{
	margin-bottom: 1.2em;
	width: 120px;
}

#content .callout dl dd p{
	margin-bottom: 1.2em;
	padding: 0;

}
.callout .content iframe{
	height:15px;
	vertical-align:top;
}

#content .callout dl dd p.facebook{
	width: 203px;
}

#content .callout div.last dl dd p{

/*	width: 203px;*/

}

#content .callout dl dd ul.hours li{
	width: 203px;
}

#content .callout dl dd p strong{
	font-size: 15px;
	color: #B6C332;
	font-weight: bold;
}

#content .callout dl dd p em{
	font-size: 114%;
	font-weight: bold;
}

#content .callout dl dd address,
#content .callout dl dd address div{
	font-weight: bold;
}

#content .callout dl dd img{
	float: left;
	margin-right:10px;
}

#content .callout dl dd img.photo{
	border: 3px solid #ffffff;
}

#content .callout dl dd p.button{
	height: 27px;
	background: 0 0 no-repeat transparent url(/assets/images/buttons/tour.png);
	width: 196px;
}

#content .callout dl dd p.lease{
		background: 0 0 no-repeat transparent url(/assets/images/buttons/leaseNow.png);
}


#content .callout dl dd p.button a{
	height: 27px;
	width: 100%;
	display:block;
	font-size: 0;
}

#content .callout dl dd ul.hours{
	margin-bottom: 1.4em;
}

p.indent{
	margin-left:80px !important;
	margin-top:-4px;
}

#content .callout dl dd p.vip,
#content .callout dl dd p.contact{
	background-image:url(/assets/images/buttons/see.png);
	margin-bottom:7px;
	margin-left:86px;
	width:112px;
}

#content .callout dl dd p {
	/*width:202px;*/
}

html body #content .callout dl dd p.contact {
	background-image:url(/assets/images/buttons/contact.png);
}

a.plain{
	text-decoration: none;
}
p.facebook,
p.twitter{
	background:transparent url(/assets/images/buttons/twitter.png) no-repeat scroll 0 0;
	height:33px;
	margin-bottom:10px !important;
	
}

p.facebook a,
p.twitter a{
	margin-left:45px;
	margin-top:9px;
	float:left;
}

body p.facebook{
	background-image: url(/assets/images/buttons/facebook.png);
}

#content .callout span.shade{
	display: block;
	width: 100%;
	height: 5px;
	background: url(/assets/images/backgrounds/call-shadow-bottom.png) -1px 0 no-repeat transparent;
	clear: both;
	line-height:0;
	font-size:0;
}

#content .contentMain{
	float: left;
	margin: 20px 0 0 28px;
	width: 635px;
}

#content .contentMain h1 {
	font-size: 140%;
	margin-bottom: 1.4em;
	margin-top: 1.0em;
	line-height: 1.2em;
	font-weight: bold;
}


#content .contentMain h2 {
	font-size: 120%;
	color:#B6C332;
	margin-top:2em;
	margin-bottom: .2em;
	line-height: 1.2em;
	text-transform: uppercase;
}

#content .contentMain p{
	line-height: 1.5em;
	margin-bottom: 1.2em;
	font-size: 95%;
}

#content .contentMain strong{
	font-weight: bold;
}

#content .contentMain dl{
	line-height: 1.5em;
	margin-bottom: 1.2em;
	font-size: 95%;
}

#content .contentMain dt {
	text-transform:uppercase;
}

#content .contentMain dt {
	float:left;
	clear:left;
	font-weight:bold;
	width: 8%;
}

#content .contentMain dd {
	float:left;
	width:90%;
}

#content .contentMain ul#navSecond{
	width: 100%;
	float:left;
	margin-bottom: 33px;
}

#content .contentMain ul#navSecond li{
	height: 40px;
	float: left;
}

#content .contentMain ul#navSecond li.current {
	background: url(/assets/images/backgrounds/active.png) no-repeat 50% 0;
}

#content .contentMain ul#navSecond li.current a{
	text-decoration: underline;
}

#content .contentMain ul#navSecond li a{
	display:block;
	border-left: #B6C332 1px solid;
	padding-left: 4px;
	margin-left: 4px;
	color: #B6C332;
	text-decoration: none;
	margin-top:20px;
}

#content .contentMain ul#navSecond li.first a{
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

#content .contentMain ul.featured {
	margin-top: 20px;
	float: left;
}

#content .contentMain ul.featured li {
	float: left;
	width: 50%;
}

#content .contentMain ul.featured li img {
	float: left;
	border: 8px solid #ffffff;
	margin-right: 12px;
	margin-bottom: 12px;
}

#content .contentMain ul.featured li p{
	margin-bottom: .7em;
}

#content .contentMain ul.featured li p strong{
	text-transform: uppercase;
	color: #B6C332;
}

#content .contentMain ul.featured li p strong a{
	text-decoration: none;
}

#content .contentMain ul.topics{
	margin-top: 30px;
	float:left;
	width: 100%;
}

#content .contentMain ul.topics li.first{
	margin-bottom: 25px;
}

#content .contentMain ul.topics li p{
	margin-bottom: 0;
}

#content .contentMain ul.topics li p strong,
#content .contentMain h3{
	color: #7BA3B3;
	text-transform: uppercase;
	font-size: 135%;
}


.disclaimer {
	font-size:10px;
	padding-top:5px;
}


#footer{
	clear: both;
	float:left;
	position: relative;
	width: 100%;
}

#footer a.bozzuto{
	display:block;
	font-size: 0;
	text-indent: -5000px;
	background: no-repeat url(/assets/images/logos/bozzuto.png) 0 0 transparent;
	width: 79px;
	height: 27px;
	float:left;
	position: absolute;
	top: 0;
	left: 0;
}

#siteInfo{
	text-align: center;
	color: #ffffff;
	font-size: 12px;
}

#siteInfo iframe{
	height:12px;
	line-height:12px;
	color: #ffffff;
	font-size:12px;
	vertical-align:text-top;
}

#siteInfo ul{
	clear: both;
	margin-bottom: 3px;
}

#siteIndex ul li{
	display: inline;
	padding-left:5px;
	border-left: 1px solid #ffffff;
	margin-left: 5px;
	display: inline;
}

#siteIndex ul li a{
	color: #ffffff;
	text-decoration: none;
}

#siteIndex ul li a:hover{
	text-decoration: underline;
}

#siteIndex ul li.first{
	padding-left: 0;
	border-left: none;
	margin-left: 0;	
}

#footer ul.share{
	display:block;
	font-size: 0;
	text-indent: -5000px;
	background: no-repeat url(/assets/images/logos/social.png) 0 0 transparent;
	background-position:right;
	/*width: 62px;*/
	width: 31px;
	height: 30px;
	float:left;
	position: absolute;
	top: 0;
	left: 100px;
}

#footer ul.share li{
	width: 100%;
	/*width: 50%;*/
	height: 100%;
	float:left;
}

#footer ul.share li a{
	display: block;
	width: 100%;
	height: 100%;
}

#footer ul.approved{
	display:block;
	font-size: 0;
	text-indent: -5000px;
	background: no-repeat url(/assets/images/logos/access.png) 0 0 transparent;
	width: 58px;
	height: 24px;
	float:left;
	position: absolute;
	top: 0;
	right: 0;
}

#footer ul.approved li{
	width: 50%;
	height: 100%;
	float:left;
}

#footer ul.approved li a{
	display: block;
	width: 100%;
	height: 100%;
}

#footer a.addthis_button{
	display: block;
	position: absolute;
	right:77px;
	top:8px;
}
span.glow {
	background:transparent url(/assets/images/backgrounds/glow.png) no-repeat scroll 0 0;
	display:block;
	height:296px;
	left:-73px;
	position:absolute;
	top:54px;
	width:594px;
	z-index:9;
}

.clear {
	clear:both;
	height:0;
}

.floorplan {
	float:left;
	margin-right: 30px;
	margin-bottom: 20px;
}

.floorplan em {
	margin-top: .5em;
	color:#ffffff;
	display:block;
	text-decoration:none;
}

.floorplan a:hover {
	text-decoration:underline;
}

.pp_content {color: #444;}

ol { list-style:decimal}