/* CSS Document */


html {-webkit-text-size-adjust:none}


* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff url("/images/bg_body.jpg") no-repeat top center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #414141;	
}












/* GLOBAL CLASSES */

.clear {
	clear: both;
}

.float_left {
	position: relative;
	float: left;
}

.float_right {
	position: relative;
	float: right;
}













/* TOP LEVEL FRAMING DIVS */

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;	
}

#navigation {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 80px;
	background: #fff url("/images/bg_navigation.jpg") repeat-x top center;
}

#upper {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

#content {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

#lower { 
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 50px;
	margin-top: 0px;
}












/* FIRST LEVEL FRAMING DIVS */

/* MAIN NAVIGATION */

#navigation ul {
	position: relative;
	margin: 0 auto;
	width: 800px;
	list-style: none;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	float: left;
	font-size: 1.4em;
	color: #fff;
	height: 80px;
	display: block;
}

li#nav_company a { background: transparent url("/images/nav_company.jpg") no-repeat 0 0; width: 111px; }
li#nav_team a { background: transparent url("/images/nav_team.jpg") no-repeat 0 0; width: 101px; }
li#nav_market a { background: transparent url("/images/nav_market.jpg") no-repeat 0 0; width: 154px; }
li#nav_news a { background: transparent url("/images/nav_news.jpg") no-repeat 0 0; width: 84px; }
li#nav_contact a { background: transparent url("/images/nav_contact.jpg") no-repeat 0 0; width: 103px; }
li#nav_search a { background: transparent url("/images/nav_search.jpg") no-repeat 0 0; width: 247px; }

#navigation ul li a.active,
#navigation ul li a.active:hover {
	background-position: 0 -160px;
}

#navigation ul li a:hover {
	background-position: 0 -80px;
}

#navigation ul li a span {
	display: none;
}











/* MASTHEAD */

#upper #masthead {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 112px;
}

#upper #masthead h1 a {
	position: absolute;
	top: 40px;
	left: 26px;
	background: transparent url("/images/logo.jpg") no-repeat 0 0;
	width: 203px;
	height: 55px;
}

#upper #masthead h2 {
	position: absolute;
	top: 57px;
	right: 20px;
	background: transparent url("/images/tagline.jpg") no-repeat 0 0;
	width: 299px;
	height: 38px;
}

#upper #masthead span {
	display: none;
}


#upper #masthead_print {
	display: none;
}















/* CONTENT */

#content #content_wrap {
	position: relative;
	margin: 0 auto;
	width: 796px;
	background: transparent url("/images/bg_content.jpg") repeat-x top center;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

#content #content_heading {
	position: relative;
	float: left;
	width: 796px;
	margin-top: 15px;
	clear: both;
}

#content #content_wrap #leftcol {
	position: relative;
	float: left;
	width: 243px;
	margin-top: 15px;
}

#content #content_wrap #rightcol {
	position: relative;
	float: right;
	width: 532px;
	margin-top: 15px;
	background: transparent url("/images/bg_home_rightcol_dots.gif") repeat-y top left;
}


#content #content_wrap #rightcol.single {
	position: relative;
	float: left;
	width: 532px;
	margin-top: 15px;
	background-image: none;
}


#content #content_wrap h2 {
	margin: 0;
	font-size: 2em;
	line-height: 20px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: #a90d0e;
}

#content #content_wrap h2 em {
	font-style: normal;
	color: #414141;
}

#content #content_heading h2 {
	padding: 5px 0 0 24px;
}

#content #content_wrap #rightcol h2 {
	padding: 13px 0 12px 0;
}

#content #content_wrap #rightcol h4 {
	font-size: 13px;
	padding: 0 24px;
	margin: 4px 0 4px 0;
}

#content #content_wrap #rightcol h4.sub_title {
	font-size: 13px;
	line-height: 15px;
	padding: 0 24px;
	margin: 10px 0 12px 0;
}

#content #content_wrap #rightcol h6 {
	font-size: 13px;
	padding: 0 24px;
	margin: 0 0 8px 0;
	color: #a90d0e;
	cursor: pointer;
}

#content #content_wrap #rightcol h4.red {
	font-size: 13px;
	padding: 0 24px;
	margin: 0 0 4px 0;
	color: #a90d0e;
}

#content #content_wrap #leftcol p {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding: 0 24px;
	margin-bottom: 12px;
}

#content #content_wrap #rightcol p {
	font-size: 12px;
	line-height: 16px;
	padding: 0 24px 0 24px;
	margin-top: 2px;
	margin-bottom: 16px;
}

#content #content_wrap #rightcol p.forms {
	font-size: 12px;
	line-height: 15px;
	padding: 0 0 0 24px;
	margin-bottom: 8px;
}

#content #content_wrap #rightcol label {
	font-size: 12px;
	line-height: 15px;
	padding: 0 0 0 24px;
	margin-bottom: 8px;
}

.red {
	color: #a90d0e;
}

#rightcol label em {
	color: #a90d0e;
}

table.reg-form td {
	height: 30px;
	font-size: 12px;
}

#content #content_wrap #rightcol ul.plain {
	margin: 0 0 12px 24px;
	margin-right: 24px;
	padding-left: 24px;
}

#content #content_wrap #rightcol ul.plain li {
	font-size: 12px;
	line-height: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
}


#rightcol a {
	color: #a90d0e;
	text-decoration: underline;
}

#rightcol a:hover {
	color: #666;
	text-decoration: none;
}
	
#content #content_wrap #leftcol #quick_search {
	padding-top: 0;
}

#content #content_wrap #leftcol #quick_search p {
	padding: 0 24px;
	margin: 3px 0 3px 0;
}


#content #content_wrap #rightcol ul.forward_back {
	position: relative;
	width: 124px;
	height: 22px;	
	list-style: none;
	background: transparent url("/images/forward_back_bg.jpg") no-repeat;
	margin-bottom: 0;
	padding-bottom: 0;
}

#content #content_wrap #rightcol ul.forward_back li {
	width: 60px;
	height: 22px;
	float: left;
	display: inline;
}

#content #content_wrap #rightcol ul.forward_back li a {
	width: 60px;
	height: 22px;
	float: left;
	display: inline;
}

#content #content_wrap #rightcol ul.forward_back li a {
	width: 62px;
	height: 22px;
}

#content #content_wrap #rightcol ul.forward_back li.btn_prev a {
	background: transparent url("/images/btn_prev.jpg") no-repeat 0 0;
}

#content #content_wrap #rightcol ul.forward_back li.btn_next a {
	background: transparent url("/images/btn_next.jpg") no-repeat 0 0;
}

#content #content_wrap #rightcol ul.forward_back li a:hover {
	background-position: 0 -22px;
}

#content #content_wrap #rightcol ul.forward_back li span {
	display: none;
}



/* FORM STYLES */

#content #content_wrap #leftcol #quick_search input,
#content #content_wrap #rightcol input.outline {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #414141;
	border: 1px solid #ccc;
	margin: 2px 0 2px 0;
	padding: 3px 5px;
	background-color: #fff;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 200px;
}

#content #content_wrap #leftcol #quick_search input.submit,
#content #content_wrap #rightcol input#btnSearch {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #414141;
	width: 212px;
	height: 30px;
	margin: 6px 0 2px 0;
	border: 0;
	background: transparent url("/images/btn_quick_search.jpg") no-repeat;
	cursor: pointer;
}

#content #content_wrap #leftcol #quick_search select,
#content #content_wrap #rightcol select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #414141;
	border: 1px solid #ccc;
	padding: 2px;
	margin: 2px 0 2px 0;
	background-color: #fff;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 212px;
}

#content #content_wrap #leftcol #quick_search option,
#content #content_wrap #rightcol option {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	padding: 0;
	margin: 0 0 4px 0;
	color: #414141;
}

html>body #content #content_wrap #leftcol #quick_search input,
html>body #content #content_wrap #rightcol input.outline {
	width: 200px;
}


#content #content_wrap #rightcol input.outline {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #414141;
	border: 1px solid #ccc;
	margin: 2px 0 2px 0;
	padding: 3px 5px;
	background-color: #fff;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 200px;
}





#content #content_wrap #rightcol div.tenant_row {
	position: relative;
	height: 100%;	
	padding-left: 8px;
}

#content #content_wrap #rightcol div.tenants {
	position: relative;
	width: 488px;
	height: 100%;	
	padding-left: 24px;
}

#content #content_wrap #rightcol div.tenant_container {
	position: relative;
	float: left;
	width: 145px;
	margin-right: 15px;
	margin-top: 8px;
	margin-bottom: 2px;
	padding: 0;
}

#content #content_wrap #rightcol div.tenant_container div.tenant_image {
	position: relative;
	height: 79px;
	width: 145px;
	text-align: center;
	background: transparent url("/images/tenant_logo_bg.jpg") no-repeat top;
}

#content #content_wrap #rightcol div.tenant_container div.tenant_image img {
	margin-top: 20px;
}

#content #content_wrap #rightcol div.tenant_container div.tenant_info {
	position: relative;
	background: #f3f3f0 url("/images/tenant_info_bot.jpg") no-repeat bottom;
	height: inherit;
}

#content #content_wrap #rightcol div.tenant_container p {
	font-size: 11px;
	line-height: 14px;
	margin: 0 12px 0 12px;
	padding: 8px 0;
}

/*
tenant_info
*/

#content #content_wrap #rightcol .twocol_left {
	position: relative;
	float: left;
	width: 255px;
}

#content #content_wrap #rightcol .twocol_right {
	position: relative;
	float: left;
	width: 255px;
}

#content #content_wrap #rightcol .result_box {
	position: relative;
	margin-bottom: 10px;
	margin-left: 24px;
	width: 488px;
	background: #f3f3ef url("/images/bg_results_box_top.jpg") no-repeat top;
}

#content #content_wrap #rightcol .result_box ul {
	position: relative;
	list-style: none;
	width: 478px;
}

#content #content_wrap #rightcol .result_box ul li {
	display: inline;
}

#content #content_wrap #rightcol .result_box ul li.head {
	float: left;
	width: 380px;
	padding-bottom: 15px;
}

#content #content_wrap #rightcol .result_box ul li.view_btn a {
	float: right;
	padding-top: 10px;
	width: 81px;
}

#content #content_wrap #rightcol .result_box div.result_box_content {
	position: relative;
	float: left;
	width: 160px;
	padding-bottom: 8px;
}

#content #content_wrap #rightcol .result_box p {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding: 0 12px;
	margin-bottom: 8px;
	color: #414141;
}


#content #content_wrap #rightcol .result_box img.propImg {
	position: relative;
	float: right;
	margin: 0 12px 14px 0;
	border: 8px solid #fff;
}

#content #content_wrap #rightcol .result_box_bottom {
	position: relative;
	width: 488px;
	background: transparent url("/images/bg_results_box_bot.jpg") no-repeat bottom;
}

#content #content_wrap #rightcol .summary {
	width: 515px;
	height: 25px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#content #content_wrap #rightcol .summary p {
	padding-left: 24px;
	padding-top: 2px;
	margin: 0 0 0 0;
}

#content #content_wrap #rightcol .detail_container {
	position: relative;
	margin-top: 0px;
	margin-left: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 488px;
	border-top: 2px solid #e8e7e7;
	border-bottom: 2px solid #e8e7e7;
}

#content #content_wrap #rightcol .detail_container p {
	padding-left: 0;
}

#content #content_wrap #rightcol #info_box {
	position: relative;
	float: right;
	width: 254px;
	margin-left: 18px;
}

#content #content_wrap #rightcol #info_box ul#print_page {
	position: relative;
	width: 254px;
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
	display: inline;
	list-style: none;
}

#content #content_wrap #rightcol #info_box ul#print_page li a {
	float: right;
	font-size: 12px;
	line-height: 14px;
	height: 26px;
	width: 60px;
	padding: 4px 12px 0 25px;
	display: block;
	background: transparent url("/images/ico_print.jpg") no-repeat 2px 3px;
}

#content #content_wrap #rightcol .detail_sidebar {
	position: relative;
	float: left;
	padding: 0;
	width: 254px;
	background: #f2f2ef url("/images/detail_bg_bot.jpg") no-repeat bottom center;
}

#content #content_wrap #rightcol .detail_sidebar_bot {
	position: relative;
	width: 254px;
	background: #f2f2ef url("/images/detail_bg_top.jpg") no-repeat top center;
}

#content #content_wrap #rightcol .detail_sidebar p {
	padding: 0 12px;
	margin-right: 0;
}

#content #content_wrap #rightcol .detail_sidebar img {
	margin: 12px 0 8px 12px;
}

.bio {
	position: relative;
	margin: 0 24px;
}

div.break {
	position: relative;
	clear: both;
	margin: 0 24px 0 24px;
	height: 5px;
	border-top: 2px solid #ccc;
	padding: 0;
}

.staff_bio_right {
	float: right;
	width: 200px;
	text-align: right;
}

img.staff_pic {
	position: relative;
	border: 10px solid #f2f2ef;
}

a.staff_bio_print {
	font-size: 12px;
	line-height: 14px;
	padding: 4px 0 0 25px;
	background: transparent url("/images/ico_print.jpg") no-repeat left 50%;
}

/* Editing controls styles */ 

#content #content_wrap #rightcol .search_box {
	position: relative;
	height: inherit;	
	width: 515px;
}

#content #content_wrap #rightcol table#PropList1_dgProps {
	margin-left: 24px;
}

#content #content_wrap #rightcol table#PropList1_dgProps tr td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 4px;
}




/* SUB NAVIGATION */

#sub_navigation {
	margin-left: 16px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#sub_navigation ul {
	position: relative;
	float: left;
	width: 226px;
	list-style: none;
	background: transparent;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 20px;
}

#sub_navigation ul li {
	white-space: nowrap;
	display: inline;
}

#sub_navigation ul li a {
	font-size: 1.4em;
	color: #fff;
	height: 31px;
	width: 226px;	
	display: block;
}

li#sub_overview a { background: transparent url("/images/sub_overview.jpg") no-repeat 0 0; }

li#sub_tenant_rep a { background: transparent url("/images/sub_tenant_rep.jpg") no-repeat 0 0; }
li#sub_notable_trans a { background: transparent url("/images/sub_notable_trans.jpg") no-repeat 0 0; }
li#sub_tenant_ref a { background: transparent url("/images/sub_tenant_ref.jpg") no-repeat 0 0; }
li#sub_balt_metro_landlord a { background: transparent url("/images/sub_balt_metro_landlord.jpg") no-repeat 0 0; }
li#sub_dc_metro_landlord a { background: transparent url("/images/sub_dc_metro_landlord.jpg") no-repeat 0 0; }
li#sub_landlord_ref a { background: transparent url("/images/sub_landlord_ref.jpg") no-repeat 0 0; }
li#sub_in_house a { background: transparent url("/images/sub_in_house.jpg") no-repeat 0 0; }

li#sub_brambleton a { background: transparent url("/images/sub_brambleton.jpg") no-repeat 0 0; }
li#sub_towson a { background: transparent url("/images/sub_towson.jpg") no-repeat 0 0; }
li#sub_tysons a { background: transparent url("/images/sub_tysons.jpg") no-repeat 0 0; }
li#sub_washington a { background: transparent url("/images/sub_washington.jpg") no-repeat 0 0; }
						
#sub_navigation ul li a.active,
#sub_navigation ul li a.active:hover {
	background-position: 0 -31px;
}

#sub_navigation ul li a:hover {
	background-position: 0 -31px;
}

#sub_navigation ul li a span {
	display: none;
}










/* FOOTER */

#lower #footer {
	position: relative;
	margin: 0 auto;
	width: 796px;
	height: 50px;
	margin-top: 5px;
	background: transparent url("/images/bg_footer.jpg") repeat-x top center;
	padding-bottom: 20px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

#lower #footer #leftcol {
	position: relative;
	float: left;
	width: 498px;
	height: 40px;
	padding-bottom: 20px;
	background: transparent url("/images/bg_footer_left.jpg") no-repeat top left;
}

#lower #footer #rightcol {
	position: relative;
	float: right;
	width: 298px;
	height: 40px;
	padding-bottom: 20px;
	background: transparent url("/images/bg_footer_right.jpg") no-repeat top right;
}

#lower #footer p {
	font-size: 1.1em;
	line-height: 13px;
	font-weight: normal;
	padding: 0 28px;
	margin: 19px 0;	
}

#lower #footer #rightcol p {
	position: relative;
	float: right;
}

#lower #footer a {
	color: #a90d0e;
	text-decoration: underline;
}

#lower #footer a:hover {
	color: #666;
	text-decoration: none;
}
	
	
	
	
	
	
	
	
	
	
	
	
	




#leftcol h3 {
	padding: 0 0 0 24px;
	margin: 4px 0 6px 0;
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: normal;
	color: #a90d0e;
}

#rightcol h3 {
	padding: 4px 24px 0 24px;
	margin: 0;
	font-size: 17px;
	line-height: 17px;
	text-transform: none;
	font-weight: normal;
	color: #a90d0e;
}

#rightcol h5 {
	padding: 12px 0 0 12px;
	margin: 0;
	font-size: 15px;
	line-height: 15px;
	text-transform: none;
	font-weight: bold;
	color: #414141;
}












/* sIFR shtuff  - scalable Inman Flash Replacement (sIFR) version 3.  This software is licensed and provided under the CC-GNU LGPL. See <http://creativecommons.org/licenses/LGPL/2.1/>*/ 

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*---- Header styling ---*/

.sIFR-active #content_heading h2 {
	visibility: hidden;
	padding: 5px 0 0 24px;
	margin: 0;
	font-size: 2em;
	line-height: 20px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: #a90d0e;
}

.sIFR-active #leftcol h2 {
	visibility: hidden;
	padding: 5px 0 12px 24px;
	margin: 0;
	font-size: 2em;
	line-height: 20px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: #a90d0e;
}

.sIFR-active #leftcol h3 {
	visibility: hidden;
	padding: 0 0 0 24px;
	margin: 4px 0 6px 0;
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: normal;
	color: #a90d0e;
}

.sIFR-active #rightcol h2 {
	visibility: hidden;
	padding: 5px 0 12px 0;
	margin: 0;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: #a90d0e;
}

.sIFR-active #rightcol h3 {
	visibility: hidden;
	padding: 4px 24px 0 24px;
	margin: 0;
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: normal;
	color: #a90d0e;
}

.sIFR-active #rightcol h5 {
	visibility: hidden;
	padding: 12px 0 0 12px;
	margin: 0;
	font-size: 15px;
	line-height: 15px;
	text-transform: none;
	font-weight: bold;
	color: #414141;
}
