@charset "UTF-8";
/* CSS Document */


/* print-only items */
.print-logo { margin-bottom: 10px; }

/* main layout items */

h1, h2, h3, h4, h5, h6 { font-family: "Century Gothic", Arial, sans-serif; margin: 3px 0 }

h1 { font-size: 15pt; }

body { font-size: 11pt; font-family: Georgia, "Times New Roman", Times, serif; }

.clear { clear:both; }

.noprint, .sidebar, .search-wrapper, .footer, #modal, .page-search, .established { display: none; }

#wrapper, .container, .content { width: 100%; }

/* home page items */
.region { display: none; }
 
.home {width: 100%;}
 
.featured {
	padding: 15px;
	overflow: auto;
}
.featured h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.featured .c1, .featured .c2, .featured .c3 {
	width: 175px;
	float: left;
	margin: 10px;
}
.featured .padding { padding: 10px; }
.featured .c1 img, .featured .c2 img, .featured .c3 img{ margin-bottom: 5px; }

.featured .c1 a, .featured .c2 a, .featured .c3 a {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.featured .c1 a:hover, .featured .c2 a:hover, .featured .c3 a:hover {
	color: #333333;
}



/* leasing page */

#leasing .agents h3 {
	margin: 10px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 18px;
}
#leasing .agents .cell {
	width: 106px;
	float: left;
	background: #FFFFFF;
	margin: 4px 8px 4px 0;
	font-size: 10px;
	color: #555555;
	height: 150px;
}

#leasing .agents .padding { padding: 8px; }
#leasing .agents .cell img { margin-bottom: 5px; }

#leasing .agents .cell a {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#leasing .agents .cell a:hover {
	color: #333333;
}


#leasing .agents .cell_senior {
	width: 106px;
	float: left;
	background: #ffffff;
	margin: 4px 8px 4px 0;
	font-size: 10px;
	color: #555555;
	height: 150px;
}

#leasing .agents .cell_senior img { margin-bottom: 5px; }

#leasing .agents .cell_senior a {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #90201F;
	font-weight: bold;
}
#leasing .agents .cell_senior a:hover {
	color: #333333;
}


/* properties */

.property-image, .property-tools { display: none; }

.print-property { float: left; margin-bottom: 20pt; }

.property-header-right { width: 180px; float: right; margin-top: 70pt; }

.property-agent-box { 
	background-color: #eaeaea;
	padding: 0 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #606060;
	overflow: auto;
}
.property-agent-box h2 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 9px 0;
	padding: 0;
}
.property-agent-image {
	width: 75px;
	float: left;
}
.property-agent-info { width: 80px; float: right; }

.property-agent-box .more-icon {
	background-image: url(images/icon-more.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 0 0 2px 20px;
}
.property-agent-box .email-icon {
	background-image: url(images/icon-email.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 0 0 2px 20px;
	margin-top: 8px;
}

.property-agent-box a {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #949494;
	text-decoration: none;

}
.property-agent-box a:hover {
	color: #707070;
}


.property-information table
{
    border-color: #cecece;
    border-width: 0 0 1px 1px;
    border-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.property-information td
{
    border-color: #cecece;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 5px;
	width: 25%;
}

.property-information h2 { padding: 0; margin: 0 0 10px 0; }


.property-note {
	color: #7d7d7d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding-top: 30px; 
}
.property-note .small { font-size: 11pt; }


/* about */

.executive-wrapper ul { list-style: none; }
.executive-wrapper img { display: none; }


/* acquisitions */

#acquisitions .page .c1 { width: 70%; float: left; }
#acquisitions .page .c2 { width: 30%; float: right; }

/* media */


#media .news_listing .date {
	color: #000000;
	width: 50px;
	background-image: url(images/icon-pdf.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}