/*== 
This stylesheet is used for: 
- Reset
- Base styles
- Font styles
==*/

/*==
1- Reset
==*/

* {
	margin: 0;
	/*padding: 0;*/
	outline: 0;
}
html>body {
	/*overflow-y: scroll;*/
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	padding: 0;
}

fieldset {
	border: 0;
}
/* tables still need cellspacing="0" in the markup */
/*table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}*/
img {
	border: none;
}

/*==
2- Base
==*/

body {
	color: #5e5e5e;
	background: #FFFFFF;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-size: 62.5% !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #0e4d52;
	padding: 0 0 15px 0;
	font-weight: bold;
}
h1 {
	font-size: 1.5em;
}
h2, h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0 0 12px 0;
}
h4, h5, h6 {
	font-size: 1.2em;
}
p {
	font-size: 1.2em;
	line-height: 1.4em;
}

ul, ol, dl, pre {
	font-size: 1.1em;
	line-height: 1.2em;
}
form input, form select, form textarea, form label {
	font-size: 1.1em;
	line-height: 1.1em;
	}
h1, h2, h3 {
	
}
h4, h5, h6 {
}
p, ul, ol, dl {
	margin: 0 0 1em 0;
}
li h2, li h3 {
	margin: 0 0 0.5em 0;
}
li h4, li h5, li h6 {
	margin: 0 0 0.5em 0;
}
/* Link Styles */
a:link, a:visited {
	text-decoration: underline;
	/*color: #777;*/
	color: #5e5e5e;
}
a:hover, a:active {
	text-decoration: none;
	/*color: #777;*/
	color: #5e5e5e;
}
abbr, acronym {
	cursor: help;
}
em {
	font-style: italic;
}
ul, ol {
	list-style: none;
}
.ruler_top {
	border-top: 1px solid #CCC;
	padding-top: 5px;
}
.ruler_bot {
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0;
	padding: 0;
}
/*==
3- Special care
==*/

.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}
/* Clearing After Method - IE hacks stored separately using conditional comments */ 
.clear_easy:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
#res_dmn,
#res_swf_dir {
	display: none;
	}


.sml {
	font-size: 1.1em;
	}
/*==
Specs:

Dimensions
----------
Outer Wrapper Drop shadow Container:
width: 988px;
Shadow: 7px

Inner Wrapper: Page
width: 960px; 
padding: 0 7px;
Total: 978px


Header:
height: 100px

Logo: 
width: 411px;
height: 100px;

Left Col:
width: 435px;
gutter: 24px;

Main Nav:
boxes:
height: 22px + 1px border-top
side padding: 18px
sub-nav:
side padding: 10px

Select Dropdown:
width: 290px;

Color Palette
-------------
Grays: #808080 - 5E5D5D - #7F7F7F
Greens: 
Web: #0D4E52 - #7F7F6D - D7E2E3 - EDEDE0 - #C7C7B0 (Main BG)
Photoshop: #DBDAC8(BG) - EDEDE0(header) - 0e4d52
Blues: #0000EE

==*/

/*==
content
width: 514px;

side_a
width: 413px;

==*/
/*== 
Main Containers 
==*/

body {
	background-color: #DBDAC8;
}
#wrapper {
	width: 988px;
	margin: 0 auto;
	background-color: transparent;
	background-image: url('wrapper_shadow.gif');
	background-position: 0 0;
	background-repeat: repeat-y;
	}
#page {
	width: 960px;
	*margin: 0 0 0 7px;
	margin: 0px;
	padding: 0 7px;
	background-color: transparent;
	}
#header1 {
	/*width:964px;*/
	background-color: #EDEDE0;
	*height: 100px;	
}
#branding {
	padding: 40px 40px 0 0;
	width: 465px;
	width: auto;
	float: right;
}
#logo {
	width:345px;
	height:100px;
	background-color: transparent;
	float: left;
}
#c_fla {
}
#nav {
position: relative;
padding: 0;
}
#main {
	width: 100%;
	margin-top: -6px;
	padding: 0;
	min-height:510px;
	height:auto !important;
	height:510px;
}
#content {
width:535px;
margin: 0 0 0 0;
padding: 0;
background-color:#FFF;
float:right;
}
.c_inner {
	padding: 10px 20px 10px 10px;
}
.c_res_container {
	margin-top: 20px;
	width: 480px;
	height: 300px;
	oveflow-y: scroll !important;
}
.c_map_container {
	width: 100%;
	margin-top: 30px;
	}
	.c_map_container img {
	display: block;
	margin: 0 auto;
	}

#side_a {
	padding: 0;
	margin: 0 0 0 0;
	width:411px;
	/*height:315px;*/
	/*background-color:#EDEDE0;*/
	}
	.s_map_container {
		position: relative;
		width: 411px;
		height: 315px;
		overflow: hidden;
		border: 1px solid #000;
		}
		.s_content_sub {
			background-color:#EDEDE0;
			}
#side_b {
}
#footer {
	width: 100%;
	min-height:445px;
	height:auto !important;
	height:445px;
	background-color:#fbfbf9;
	border-top: 1px solid #eceddf;
}
#footer ul {
	margin: 0 auto;
}
#footer ul, #footer p {
	font-size: 1.1em;
	line-height: 1.1em;
}

#site_info {width: 964px;text-align: center;margin-top:10px;}
#site_info p {margin: 0 0 5px 0;padding: 0;}
#site_info span {padding-right: 8px;
background: url('dot-gray.gif') right center no-repeat;
}
#site_info span.last {background:0;}
#site_info span strong {color:#0e4d52;}
#site_info span a {color:#0e4d52;}
#site_info span a:link, #site_info span a:visited {text-decoration: underline;}
#site_info span a:hover, #site_info span a:active {text-decoration: none;}


/*==
Generic Classes
==*/

.current {
	font-weight:bold;
}

.last,
.last_item {
	margin-right: 0;
}
.even {
	background-color: #ececec;
}
.img_caption {
	padding: 10px 0 0 0;
	font-weight: bold;
}
.prop_info_link {
	margin: 20px 0 0 20px;
	}
.img_caption h4 {
	margin: 0 0 5px 0;
}
.img_caption p {
	margin: 0;
}
.section {
	margin: 20px 0 0 0;
}
.sec_one {
	float: left;
}
.sec_two {
	float: right;
}
.hidden {
	display: none;
}
.close {
	font-size: 1.3em;
	font-weight: bold;
}
.close a {
	text-decoration: none;
}
.click-here a{
	color: #5e5e5e;
	}
.center {
	text-align: center;
	}

.c_fl_dl {
	float:left;
	}
	
.c_fl_dl dd {
	font-size: 11px;
	margin: 2px 0 5px 0;
	}
	
	#content dl.lf {
	width: 265px;
		}
		
	#content dl.rt {
	width: 200px;
	margin-left: 10px;
		}
/* Horizontal Lists */
/* floated: Use in conjunction with .clear_easy on ul */	
	.hor li {
	float: left;
	margin: 0 5px 0 0;
}
.hor li a {
	display: block;
}
.hor_i {
	display: inline;
}
.hor_i li {
	display: inline;
	margin-right: 5px;
}
.blt {
	padding-left: 30px;
}
.blt li {
	list-style: disc;
}

p.leas-app {
	margin: 0;
	}
	
	p.leas_app a, p.ten_man a {
	font-weight: bold;
	}
	
.title {
	font-weight: bold;
	color: #0e4d52;
	}
	.center {
		text-align: center;
		}
/*==
Typography :: Font-size :: Contextual 
==*/

#content dl {
	margin: 1em 0 1em 0;
	font-size: 1.1em;
	width: 70%;
	}
#content dd {
	margin: 0.5em 0 1em 0;
	}
#content ul {
	padding: 0 0 0 0;
	}
#content li {
	margin: 0 0 0.5em 0;
	}
#side_a ul, #side_a dl, #side_a p {
	font-size: 1.1em;
	line-height: 1.1em;
}
#side_a p {
	margin: 1.5em 0 1.5em 25px;
}

#side_a .click-here {
	margin-top: 20px;
	}
#side_a .s_content_sub_info {
	color: #5e5e5e;
	font-style: italic;
	}

/*==
PDF Downloads List
==*/

.m_downloads {clear: both; margin-top: 20px;}

.downloads {float: left;margin: 10px 0 0 0;font-size:1em;}
.downloads li {
	float: left;
	margin: 0 0 0 16px;
	padding: 2px 0 5px 20px;
	background-image: url('rpt_pdf_icon.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	list-style:none;
}
.downloads h3 {color:#0e4d52;font-size:12px;margin:0;padding:0;}
.downloads li.first {background-image: none;}
.downloads li#cnt_leas {background-image: url('pipe.gif');padding: 2px 0 5px 16px;background-position: 0 0;}
.downloads a {}
.downloads li#cnt_leas a {font-weight:bold;}
.downloads a:link, .downloads a:visited  {text-decoration:underline;}
.downloads a:hover, .downloads a:active {text-decoration:none;}


/*==
Main Navigation
==*/

#nav ol {
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #FFF;
	*width: 960px;
}

#nav a {
	border-right: 1px solid #FFF;
	/*border-top: 1px solid #FFF;*/
	text-decoration: none;
	padding: 6px 0;
	text-align: center;
	font-size: 12px;
}
#nav .last a:link, #nav .last a:visited {
	border-right: 1px solid #0d4e52;
}

#nav .current a:link, #nav .current a:visited {
	/*border-right: 1px solid #d7e2e3;*/
}
#nav .last a:hover, #nav .last a:active {
	border-right: 1px solid #d7e2e3;
}

#nav a:link, #nav a:visited {
	color: #f7f7f2;
	background-color: #0d4e52;
	}
#nav a:hover, #nav a:active {
	color: #0d4e52;
	background-color: #d7e2e3;
	}
#nav .current a:link, #nav .current a:visited {
	color: #0d4e52;
	background-color: #d7e2e3;
	}
#nav .current a:hover, #nav .current a:active {
	color: #0d4e52;
	background-color: #d7e2e3;
	}
#nav #n_ct.current a:link, #nav #n_ct.current a:visited {
}

#nav #n_ct.current a:hover, #nav #n_ct.current a:active {
}

	
	#n_co a {width: 146px;}
	#n_in a {width: 120px;}
	#n_pf a {width: 96px;}
	#n_as a {width: 160px;}
	#n_dv a {width: 122px;}
	#n_ac a {width: 120px;}
	#n_ca a {width: 96px;}
	#n_ct a {width: 92px;}
	
	#n_co ol a,
	#n_in ol a,
	#n_pf ol a,
	#n_as ol a,
	#n_dv ol a,
	#n_ac ol a,
	#n_ca ol a,
	#n_ct ol a {width: auto;}

#nav .hor li {
	margin: 0 0 0 0;
	padding: 0;
	}

#nav ol ol { 
color: #0d4e52;
width: 960px;
background-color: #d7e2e3;
position: absolute;
top: 27px;
left: 0;
border-top: 0;
}
ol ol {
display: none;
}
.co ol ol.n_co,
.dv ol ol.n_dv,
.ac ol ol.n_ac,
.prop ol ol.n_prop,
.ndv ol ol.n_ndv {
	display: block;
	}

#nav ol ol a {
	padding: 6px 8px;
	text-align: left;
	border: 0;
	background: url('subnav_divider.gif') right center no-repeat;
	}

#nav ol ol li.last a {
	background: 0;
	border-right: 1px solid #d7e2e3;
	}

#nav ol ol a:link, #nav ol ol a:visited {
	color: #679394;
	background-color: #d7e2e3;
	white-space: nowrap;
	}
#nav ol ol a:hover, #nav ol ol a:active {
	color: #0d4e52;
	background-color: #d7e2e3;
	white-space: nowrap;
	}
	
#nav ol ol .last a:link, #nav ol ol .last a:visited, 	
#nav ol ol .last a:hover, #nav ol ol .last a:active {
	border-right: 1px solid #d7e2e3;
	}

/* Using Current classes Needs php */

#nav ol ol .current a:link, #nav ol ol .current a:visited {
	color: #0d4e52;
	}
#nav ol ol .current a:hover, #nav ol ol .current a:active {
	color: #0d4e52;
	}
	
#nav ol li.current ol a:link, #nav ol li.current ol a:visited {
color: #679394;
	}
#nav ol li.current ol a:hover, #nav ol li.current ol a:active {
color: #0d4e52;
	}
	
#nav ol li.current ol li.current a:link, #nav ol li.current ol li.current a:visited {
color: #0d4e52;
	}
#nav ol li.current ol li.current a:hover, #nav ol li.current ol li.current a:active {
color: #0d4e52;
}

/* Using Contextual selectors do NOT need php */
/* Corporate Sectio Page IDs */
.co {}
#cov,#hy,#hq,#bt,#of,#mt {}
#n_ov,#n_hy,#n_hq,#n_bt,#n_of,#n_mt {}

#cov #nav ol li#n_ov ol a:link, #cov #nav ol li#n_ov ol a:visited {
color: #679394;
	}
#cov #nav ol li#n_ov ol ol a:hover, #cov #nav ol li#n_ov ol ol a:active {
color: #0d4e52;
	}

/* Portfolio/Properties Section Page IDs */
.prop {}
#pov,#map,#plan,#air,#dem,#mt {}
#n_p_ov,#n_p_map,#n_p_plan,#n_p_air,#n_p_dem,#n_p_mt {}


/* Asset Mngmnt Section Page IDs */
.dv {}
#dsy,#nd,#rc,#dvc {}
#n_dsy,#n_nd,#n_rc,#n_dvc {}

/* Acquisitions Section Page IDs */
.ac {}
#asy,#ra,#cr {}
#n_asy,#n_ra,#n_cr {}


/*==
form 
==*/

form label {
margin-right: 6px;
color:#0d4e52;
font-size: 13px;
font-weight: bold;
}


form li {
	margin: 0 0 10px 0;
	}
	
div.buttons {
	margin: 10px 0 25px 0;
	font-size: 1.1em;
	font-weight: bold;
}

/*==
Data Tables
==*/
table {
	/*width: 460px;
	width: 95%;
	margin-bottom: 20px;
	font-size: 11px;*/
	}
	table caption {
		display: none;
		}
	/*table th {
		background-color: #edede1;
		padding: 4px 10px 4px 10px;
		text-align: left;
		font-size: 11px;
		}
		table th.lc {
			background-image: url('rnd_Corner_Left.gif');
			background-position: 0 0;
			background-repeat: no-repeat;
			}
		table th.rc {
			background-image: url('rnd_Corner_Right.gif');
			background-position: right 0;
			background-repeat: no-repeat;
			}*/

table td {vertical-align: top;}
table td a {color:#969696;}
table td a:link, table td a:visited  {text-decoration:underline;}
table td a:hover, table td a:active {text-decoration:none;}
		

/* Widgets */
/*==
Widget: The Side nav List
<ul class="sl"> no bullets - bold + current id
==*/
.sl li {
	margin-bottom: 0.2em;
}
.sl li a {
	color:#777;
	text-decoration: none;
}
.sl li a:hover,  .sl li a:active {
	color:#333;
}
/*==
Widget: Piped List
<ul class="hor w_piped_l"> 
Have to be used in extension of .hor class
==*/

ul.w_piped_l li {
	background-image: url(pipe.gif);
	background-position: right 2px;
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	height: 12px;
}
ul.w_piped_l li.last_item {
	background-image: none;
}
ul.w_piped_l a {
	padding-right: 7px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #000;
}

/*==
Widget: Stock Info
<div class="w_stock_info"> 
Have to be used in extension of .hor class
==*/

.w_stock_info{border: 1px solid #d7e3e3;padding: 0 0 0 10px;height: 28px;}
.w_stock_info .quotes{max-width: 720px; float: right;margin: 8px 0 0 0;}

.w_stock_info h3 {text-transform: uppercase;color: #0e4d52;font-size:12px;margin: 6px 0 0 0;;padding: 0;float: left;max-width: 240px;}
.w_stock_info span {text-transform: uppercase;font-weight: bold;margin-right: 1px;}
.w_stock_info span.value {text-transform: none;font-weight: normal;}
.w_stock_info span.value,
.w_stock_info span.sec_fil,
.w_stock_info span.info_req {margin-right: 12px;}
.w_stock_info span.sec_fil a,
.w_stock_info span.info_req a {color: #5e5e5e;}
.w_stock_info span a:link, .w_stock_info span a:visited {text-decoration: underline;}
.w_stock_info span a:hover, .w_stock_info span a:active {text-decoration: none;}



/*==
Widget: vcard
<div class="vcard">
==*/

.vcard {
	font-weight: bold;
	/*width: 80%;*/
	/*margin-top: -7px;*/
	/*color: #333;*/
	font-size: 1.1em;
	margin-bottom: 15px;
}
.vcard .n {
	font-weight: bold;
	color: #333;
}

	.vcard span.photo {
	display: block;
	float: left;
	margin-right: 10px;
	width: 102px;
	height: 143px;
	background: url(ajax-loader.gif) center center no-repeat;
}
.vcard.pers {
	font-weight: normal;
}
.vcard.pers span.n {
	display: block;
}
.vcard div {
	margin-top: 2px;
}
.vcard a {
	color: #333;
}
.vcard a:link,  .vcard a:visited {
	text-decoration: underline;
}
.vcard a:hover,  .vcard a:active {
	text-decoration: none;
}
.vcard .title {
	font-style: normal;
	font-weight: normal;
	color: #5e5e5e;
}
.vcard div.street-address {
	margin-bottom: 2px;
}
/*==
Widget: Property Box
<div class="w_pb">
==*/

.w_pb {
	margin: 30px 0 0 0;
}

/*==
Widget: Mootools Popups
<div class="w_pb">
==*/

	.w_pop_up {
	position: absolute;
	z-index: 1000;
	top: 170px;
	left: 330px;
	width: 620px;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
}
.w_pop_up .img_wrap {
	float: left;
	margin: 0 0 0 0;
}
.w_pop_up .img_wrap img {
	margin-top: 0;
	border: 1px solid #CCC;
}
.w_pop_up .w_pup_cnt {
	margin: 0 0 0 90px;
	width: 530px;
}

#content .w_pop_up h3,
#content .w_pop_up h4 {
margin: 0 0 5px 0;
padding: 0;
font-size: 1em;
	}
#content .w_pop_up p {
margin: 0 0 5px 0;
padding: 0;
font-size: 1em;
	}

	
.w_pop_up div.close {
	width: 16px;
	height: 16px;
	float: right;
}

.w_pop_up div.close a {
	display: block;
	font-size: 0.8em;
	padding-left: 2px;
	}
	
	
/*==
Widget: Form List
<ul class="w_form_list">
==*/
.w_form_list.hor  {
	margin: 0;
}

.w_form_list.hor li {
	padding-right: 15px;
}
.w_form_list label {
	display: block;
	margin: 0 0 5px 0;
	font-size: 1em;
}
.w_form_list select {
/*text-align: center;*/
	}

/*==
Widget no.12 : Indented Nested Lists :: Used for Sitemap
<ul class="w_indent_list">
==*/

ul.w_indent_list {
	font-size: 11px;
	padding: 10px 0 5px 5px;
	/*border: 2px solid #989898;*/
	}
	
ul.w_indent_list ul {
	margin-top: 10px;
	}

ul.w_indent_list li h3 {
	font-size: 12px;
	margin: 0 0 0 0;
	}
ul.w_indent_list li h4 {
	font-size: 11px;
	margin: 0 0 10px 0;
	}

ul.w_indent_list dl {
	font-size: 11px;
	/*padding: 0 0 10px 20px;*/
	}
ul.w_indent_list li.site_sec {
	float: left;
	width: 190px;
	border: 1px solid #333;
	background-color: #EEE;
	padding: 5px;
	}
	
	ul.w_indent_list ul ul,
	ul.w_indent_list ul dl {
	margin-left: 15px;
	_margin-left: 7px;
	}
	
	#content .w_indent_list li.site_sec {
	margin-left: 15px;
	}

ul.w_indent_list li#h_p {
	padding: 5px;
	margin-bottom: 15px;
	border: 1px solid #333;
	background-color: #EEE;
	/*width: 210px;*/
	}
.w_indent_list li.site_sec#n_p {
	margin-left: 20px;
	_margin-left: 10px;
	}
	ul.w_indent_list li#n_b {
	width: 110px;
	}
	ul.w_indent_list li#n_a {
	width: 135px;
	}

.w_indent_list ul {
	/*margin: 10px 0 10px 15px;*/
	/*padding: 0 0 10px 20px;*/
	font-size: 11px;
	}
	
	.w_indent_list li ul {
	}
	
/*==
Table Header Widget 
==*/





/*==
Property Overview Table Widget
class="w_cc"
widget_cut_corners
==*/

.w_cc {
	width: 480px;
	background-color: #edede1;
	background-color: yellow;
	background-image: url('Property_Info_BG_Btm_Rt.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	}
.w_cc caption {
	display: none;
	}
	.w_cc th {
		text-align: left;
		background-color: #edede1;
		padding: 4px 10px;
		margin-bottom: 8px;
		}
		.w_cc th.lc {
			background-image: url('rnd_Corner_Left.gif');
			background-position: 0 0;
			background-repeat: no-repeat;
			}
		.w_cc th.rc {
			background-image: url('rnd_Corner_Right.gif');
			background-position: right 0;
			background-repeat: no-repeat;
			}
			.w_cc td {
				padding: 7px 3px 7px 10px;
				}
				.w_cc td a {color:#969696;}
				.w_cc td li#cnt_leas a {font-weight:bold;}
				.w_cc td a:link, .w_cc td a:visited  {text-decoration:underline;}
				.w_cc td a:hover, .w_cc td a:active {text-decoration:none;}

/*==
Development Criteria Widget
class="w_crit"
==*/

.w_crit {
	width: 375px;
	margin: 20px 0 0 18px;
	padding-bottom: 30px;
	}
.w_crit li {
	color: #0e4d52;
	line-height: 1.5em;
	padding: 10px 10px 10px 18px;
	border-top: 1px solid #0e4d52;
	background-image: url('nd_crit_raquo_BG.gif');
	background-position: 0 15px;
	background-repeat: no-repeat;
	}
	
/*==
Board Photos Widget
==*/

.w_rollover {
	/*margin-top: 45px;*/
}
.w_rollover li {
	float: left;
}
.w_rollover li a {
	display: block;
	text-indent: -9999px;
}

.w_rollover li#brs a:link,
.w_rollover li#brs a:visited {
	background-position: 0 0;
	background-repeat: no-repeat;
	}
.w_rollover li#brs a:hover,
.w_rollover li#brs a:active,
.w_rollover li#brs a:focus {
	background-position: 0 0;
	background-repeat: no-repeat;
	}


.w_rollover li a:link,
.w_rollover li a:visited {
	background-position: 0 0;
	background-repeat: no-repeat;
	}
.w_rollover li a:hover,
.w_rollover li a:active,
.w_rollover li a:focus {
	background-position: 0 0;
	background-repeat: no-repeat;
	}


/*==
Board Photos Widget: Sprites
==*/


.w_sprites {
	/*margin-top: 45px;*/
}
.w_sprites li {
	float: left;
}
.w_sprites li a {
	display: block;
	text-indent: -9999px;
}
.w_sprites li#brs a:link,
.w_sprites li#brs a:visited {
	background-repeat: no-repeat;
	}
.w_sprites li#brs a:hover,
.w_sprites li#brs a:active,
.w_sprites li#brs a:focus {
	background-repeat: no-repeat;
	}


.w_sprites li a:link,
.w_sprites li a:visited {
	background-repeat: no-repeat;
	}
.w_sprites li a:hover,
.w_sprites li a:active,
.w_sprites li a:focus {
	background-repeat: no-repeat;
	}

/*==
Specifice pages Data Tables 
==*/

/*==
Page: Prop Regions
id=""
class="pf"
table id="#t_pf_prop_sp"
==*/

table#t_pf_reg {
	width: 500px;
	font-size: 11px;
	margin-top: 10px;
	}

table#t_pf_reg th.state {
	width: 52%;
}
table#t_pf_reg th.sq_ft {
	width: 30%;
}
table#t_pf_reg th.prop {
	width: auto;
}

table#t_pf_reg td.prop {
	text-align: center;
}

table#t_pf_reg td {
	padding: 6px 3px 6px 10px;
	}

/*==
Page: Search results Page
id=""
class="pf"
table id="t_sp_res"
==*/

table#t_sp_res {
	/*width: 460px;*/
	font-size: 11px;
	margin-top: 0;
	}

table#t_sp_res th.property {
	width: auto;
}
table#t_sp_res th.sq_ft {
	width: 20%;
}
table#t_sp_res th.units {
	width: 10%;
}

table#t_sp_res td.units {
	/*text-align: center;*/
	padding-left: 10px;
}

table#t_sp_res td {
	padding: 6px 3px 6px 10px;
	}


/*==
Page: Prop Overview
id=""
class="pf"
table id="t_pf_prop_ov"
==*/
/*table#t_pf_prop_ov {
width: 480px;
}*/

table#t_pf_prop_ov {
background-color: #edede1;
background-image: url('Property_Info_BG_Btm_Rt.gif');
background-position: right bottom;
background-repeat: no-repeat;
}
table#t_pf_prop_ov th {
	text-align: right;
	background-color: #edede1;
	padding: 4px 10px;
	width: 30%;
	font-weight: bold;
	}
	table#t_pf_prop_ov td {
	padding: 7px 3px 7px 10px;
	}

table#t_pf_prop_ov th.ltc {
background-image: url('Property_Info_BG_Left.gif');
background-position: 0 0;
background-repeat: no-repeat;
}
table#t_pf_prop_ov th.ltc,
table#t_pf_prop_ov td.ltc {
  padding-top: 10px;
}

table#t_pf_prop_ov th.rbc,
table#t_pf_prop_ov td.rbc {
  padding-bottom: 10px;
}

table#t_pf_prop_ov td.rbc {
  background-color: transparent;
}

table#t_pf_prop_ov th.state {
	width: 52%;
}
table#t_pf_prop_ov th.sq_ft {
	width: 30%;
}
table#t_pf_prop_ov td {
	padding: 7px 3px 7px 10px;
	}


/*==
Page: Prop Siteplan
id=""
class="pf"
table id="#t_pf_prop_sp"
==*/

table#t_pf_sp {
	witdh: 480px;
	}
table#t_pf_sp th {
	text-align: left;
	}
table#t_pf_sp th.large {
	width: 40%;
}

table#t_pf_sp td {
	padding: 2px 0 2px 10px;
	text-align: left;
	}
	table#t_pf_sp td.bgi {
		text-indent: -9999px;
		}
	table#t_pf_sp td.bgi a {
		display: block;
		background-image: url('rpt_pdf_icon.gif');
		background-position: 48px 0;
		background-repeat: no-repeat;
		height: 20px;
		}

/*==
Page: Prop Aerial
id=""
class="pf"
table id="#t_pf_prop_air"
==*/



table#t_pf_aerial caption {
	display: table-caption;
	text-align: left;
	color: #0e4d52;
	padding: 5px 0 15px 0;
	font-weight: bold;	
	}
	
#t_pf_aerial th {
	background-color: transparent;
	width: 16%;
	padding: 4px 10px 4px 0;
	}

#t_pf_aerial td {
	background-color: transparent;
	padding: 4px 10px 4px 0;
	}

/*==
Page: Prop Demographics
id=""
class="pf"
table id="#t_pf_prop_dem"
==*/

table#t_pf_dem caption {
	display: table-caption;
	text-align: left;
	color: #0e4d52;
	padding: 5px 0 15px 5px;
	font-weight: bold;
	}
	
table#t_pf_dem th {
	text-align: left;
}
table#t_pf_dem td {
	padding: 7px 0 7px 12px;
	text-align: left;
	}
table#t_pf_dem td.lf_hdrs {
	padding: 7px 0 7px 10px;
	text-align: left;
	font-weight: bold;
	color: #727071;
	}
	
table#t_pf_dem.drive_time caption {
	padding: 5px 0 0 0;
	}
	
table#t_pf_dem.drive_time th {
	text-align: left;
}
table#t_pf_dem.drive_time td {
	text-align: left;
	padding: 7px 0 7px 10px;
}
table#t_pf_dem.drive_time td.lf_hdrs {
	padding: 7px 0 7px 0;
	text-align: left;
	}
/*==
Page: Prop Leasing Info
id=""
class="pf"
table id="#t_pf_leas_inf"
==*/

#t_pf_leas_inf caption {
	display: table-caption;
	text-align: left;
	color: #0e4d52;
	padding: 5px 0 15px 5px;
	font-weight: bold;	
	}


#t_pf_leas_inf td {
	padding: 2px 0 2px 10px;
	text-align: left;
	}


#t_pf_leas_inf td.bgi {
text-indent: -9999px;
}

#t_pf_leas_inf td.bgi a {
	display: block;
	background-image: url('rpt_pdf_icon.gif');
	background-position: 45px 0;
	background-repeat: no-repeat;
	height: 20px;
	width: 140px;
}/*==
Main navigation :: current page links styling
==*/


body.co #main,
body.dv #main,
body.prop #main,
body.ac #main,
body.ndv #main {
	/*margin-top: 33px;*/
	margin-top: 60px;
}

/*==
Homepage :: specific
==*/

#ho #content {
	width:548px;
	height: 211px;
	margin: 0 0 0 0;
	padding: 0;
	background-color: yellow;
	/*background-image: url('home_bg_no_swoosh.jpg');*/
	background-image: url('home_bg.jpg');
	background-position: 0 50px;
	background-repeat: no-repeat;
}
#ho #logo h1 {height: 0;overflow: hidden;margin: 0; padding: 0;}

#ho #logo h1 span {display: block;text-indent: -9999px;}

#ho #content h2.pr {
margin: 0 0 0 0;
padding: 5px 0 5px 5px;
background-color: #c7c6b1;
color: #0d4e52;
text-transform: uppercase;
font-size: 1.1em;
}
#ho #content h2.pr a {
color: #0d4e52;
}

#ho #content .marquee {
/*height: 36px;*/
height: 36px;
background-color: #FFF;
margin: 0;
overflow: hidden;
}

#ho #content .marquee_item {
padding: 5px 10px 5px 6px;
font-size: 0.9em;
}


#ho #content h2.pr a:link, #ho #content h2.pr a:visited,
#ho #content .marquee a:link, #ho #content .marquee a:visited {
text-decoration: none;
}

#ho #content h2.pr a:hover, #ho #content h2.pr a:active,
#ho #content .marquee a:hover, #ho #content .marquee a:active {
text-decoration: underline;
}

#ho .c_inner {
	position: relative;
	border-top: 1px solid #eef0e5;
	padding: 0px 0 0 20px;
	height: 148px;
	background-color: #efefe3;
	background-image: url('home_bg.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	}
	#ho .c_inner h2 {
	padding: 0;
	margin: 0;
	}
	#ho .c_inner p {
	padding: 0;
	margin: 0 0 0 0;
	}
	#ho .c_inner h2.h_1st {
	margin: 15px 0 0 0;
	}

	#ho .c_inner h2.h_2nd {
	margin: 30px 0 0 0;
	}
	
	#ho .c_inner .rpt-logo {
	position: absolute;
	width: 48px;
	height: 48px;
	top: 20px;
	right: 94px;
	}


#ho #side_a {
	height:auto;
	background-color:transparent;
	padding: 0;
	}
	#ho #side_a .c_fla {
		width:412px;
		height:212px;
		background-image: url('homepage_placeholder_BG.jpg');
		background-position: 0 0;
		background-repeat: no-repeat;
		}
		.c_1 p, .c_2 p {font-size: 1.1em;}
#ho .c_1 {
	position: relative;
	width: 188px;
	float: left;
	padding: 0 10px 0 86px;
	/*background-image: url('ramco_annual_report_icon.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;*/
	}
	#ho .c_1 .an_rep {
		position: absolute;
		width: 86px;
		height: 86px;
		top: -10px; 
		left: 0;
		}
#ho .c_2 {
	width: 177px;
	float: left;
	padding: 0 0 28px 20px;
	border-left: 1px solid #d7e3e3;
	}
#ho .c_3 {
	/*width: 450px;
	padding: 0 0 0 20px;*/
	width: 442px;
	float: left;
	padding: 0 8px 0 20px;
	border-left: 1px solid #d7e3e3;
	}
#ho .c_3 h1 {
	display: inline;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	color: #5e5e5e;
	}
	#ho .c_3 p.inline {
	display: inline;
	padding: 0 0 0 0;
	margin: 0;
	}

/*==
Portfolio Home
==*/
#pho .c_inner {
	padding: 10px 10px 10px 10px;
}
#pho #side_a {
	/*height: 310px;*/
	/*background-color: yellow;*/
	}

#pho .s_content_sub {
	padding: 55px 0 60px 0;
	}

#pho .w_rollover li {
	width: 127px;
}
#pho .w_rollover li#brs {
	margin-left: 60px;
}
#pho .w_rollover li#sea {
	margin-left: 40px;
}
#pho .w_rollover li a {
	height: 200px;
}

#pho .w_rollover li#brs a:link,
#pho .w_rollover li#brs a:visited {
	background-image: url('browse_off.gif');
	}
#pho .w_rollover li#brs a:hover,
#pho .w_rollover li#brs a:active,
#pho .w_rollover li#brs a:focus {
	background-image: url('browse_on.gif') !important;
	}
#pho .w_rollover li#sea a:link,
#pho .w_rollover li#sea a:visited {
	background-image: url('search_off.gif');
	}
#pho .w_rollover li#sea a:hover,
#pho .w_rollover li#sea a:active,
#pho .w_rollover li#sea a:focus {
	background-image: url('search_on.gif') !important;
	}
	
/*==
Portfolio Sprites Portfolio index
==*/

#pho .w_sprites li {
	width: 127px;
}
#pho .w_sprites li#brs {
	margin-left: 60px;
}
#pho .w_sprites li#sea {
	margin-left: 40px;
}
#pho .w_sprites li a {
	height: 200px;
}
#pho .w_sprites li#brs a {
	background-image: url('browse_BG.jpg') !important;
	}
#pho .w_sprites li#sea a {
	background-image: url('search_BG.jpg') !important;
	}

#pho .w_sprites li#brs a:link,
#pho .w_sprites li#brs a:visited {
	background-position: 0 0;
	}
#pho .w_sprites li#brs a:hover,
#pho .w_sprites li#brs a:active,
#pho .w_sprites li#brs a:focus {
	background-position: 0 -200px;
	}
#pho .w_sprites li#sea a:link,
#pho .w_sprites li#sea a:visited {
	background-position: 0 0;
	}
#pho .w_sprites li#sea a:hover,
#pho .w_sprites li#sea a:active,
#pho .w_sprites li#sea a:focus {
	background-position: 0 -200px;
	}

/*==
Portfolio Browse Properties
==*/


#pbr #side_a {
	background-color: transparent;
	height:auto;
	padding: 0;
	}
#pbr .s_content_sub {
	/*background-color:#EDEDE0;*/
		}
#pbr .c_inner {
	padding: 10px 0 10px 0;
	}
	
#pbr .downloads {
	float: none;
	margin: 8px 0 0 0;
	width: 411px;
}
#pbr .downloads li {
	padding: 2px 0 5px 22px;
	background-image: url('rpt_pdf_icon.gif');
}

#dvc .s_content_sub,
#acc .s_content_sub {
	padding-top: 35px;
	}


/*==
New Dev - Aquia (long sub nav)
==*/
.ndv.long table#t_pf_dem caption {
	padding: 5px 0 15px 0;
		}
.ndv.long table#t_pf_dem th {
		/*background-color: transparent;*/
		}
.ndv.long .vcard span.org {
		display: inline;
		}	
.ndv.long .vcard span.fn{
	display: inline;
	}
	
.ndv #t_pf_aerial.vpd th {
	width: 23%;
	}
	
/*==
Site Info Special Pages
class="si"
==*/

.si #content {
width:100%;
margin: 0 0 0 0;
padding: 0;
float:none;
}


/*==
Property Space Search Page
id="sea"
==*/

form#spacesearch ol {
margin: 20px 0 0 0;
}

form#spacesearch ol li:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

form#spacesearch label {
	font-size: 1em;
	margin-right: 5px;
	float: left;
	display: block;
	width: 72px;
	}

form#spacesearch select {
	font-size: 1em;
	display: block;
	float: left;
	width: 250px;
	}

.buttons {
	padding: 0 0 0 270px;
}

/*==
Specifice pages
==*/
/*==
Property Space Search REsults Page
id="sear"
==*/


#sear .c_res_container {
	width: 500px;
	height: 300px;
}


#photos .c_inner .hor li {
	margin: 0 25px 25px 0;
	width: 104px;
	height: 80px;
	}
	
#photos .downloads {
	margin: 0;
	}


#air .c_inner .hor li {
	margin: 0 25px 25px 0;
	width: 104px;
	height: 80px;
	}

	
/*==
Corporate Profile Board, Team Pages
class="board"
==*/

.board .s_content_sub {
	width: 411px;
	height: 316px;
	}


/*==
Page: Board Rollovers
id=""
class="pf"
table id="#t_pf_leas_inf"
==*/

#bt .w_sprites,
#mt .w_sprites {
height: 118px;
margin-left: 3px;
}

#bt #row_one,
#mt #row_one {
padding-top: 40px;	
}

#bt #row_two,
#mt #row_one,
#mt #row_two {
padding-left: 45px;	
}


#bt .w_sprites li a,
#mt .w_sprites li a {
	width: 79px;
	height: 116px;
}

#bt .w_sprites li a {
	background-image: url('BT_BG.jpg') !important;
}
#mt .w_sprites li a {
	background-image: url('MT_BG.jpg') !important;
}
#of .w_sprites li a {
	background-image: url('OF_BG.jpg') !important;
}

#of .w_sprites {
margin: 0 0 0 15px;
padding-top: 40px;	
}
#of .w_sprites li#clark {
margin: 0 0 0 65px;
}


#of .w_sprites li {
	margin-bottom: 20px;
}

#of .w_sprites li a {
	width: 122px;
	height: 111px;
}


/*==
Sprites
==*/

#bt .w_sprites li#blank a:link,
#bt .w_sprites li#blank a:visited {
	background-position: 0 0;
	}
#bt .w_sprites li#blank a:hover,
#bt .w_sprites li#blank a:active,
#bt .w_sprites li#blank.selected a {
	background-position: 0 -120px;
	}

#bt .w_sprites li#dennisg a:link,
#bt .w_sprites li#dennisg a:visited {
	background-position: -80px 0;
	}
#bt .w_sprites li#dennisg a:hover,
#bt .w_sprites li#dennisg a:active,
#bt .w_sprites li#dennisg.selected a {
	background-position: -80px -120px;
	}
	
#bt .w_sprites li#goldberg a:link,
#bt .w_sprites li#goldberg a:visited {
	background-position: -160px 0;
	}
#bt .w_sprites li#goldberg a:hover,
#bt .w_sprites li#goldberg a:active,
#bt #page .w_sprites li#goldberg.selected a {
	background-position: -160px -120px;
	}
	
#bt .w_sprites li#meister a:link,
#bt .w_sprites li#meister a:visited {
	background-position: -240px 0;
	}
#bt .w_sprites li#meister a:hover,
#bt .w_sprites li#meister a:active,
#bt .w_sprites li#meister.selected a {
	background-position: -240px -120px;
	}
	
#bt .w_sprites li#dnettina a:link,
#bt .w_sprites li#dnettina a:visited {
	background-position: -322px 0;
	}
#bt .w_sprites li#dnettina a:hover,
#bt .w_sprites li#dnettina a:active,
#bt .w_sprites li#dnettina.selected a {
	background-position: -322px -120px;
	}
	
#bt .w_sprites li#mostrower a:link,
#bt .w_sprites li#mostrower a:visited {
	background-position: 0 -240px;
	}
#bt .w_sprites li#mostrower a:hover,
#bt .w_sprites li#mostrower a:active,
#bt .w_sprites li#mostrower.selected a {
	background-position: 0 -360px;
	}
	
#bt .w_sprites li#pashcow a:link,
#bt .w_sprites li#pashcow a:visited {
	background-position: -80px -240px;
	}
#bt .w_sprites li#pashcow a:hover,
#bt .w_sprites li#pashcow a:active,
#bt .w_sprites li#pashcow.selected a {
	background-position: -80px -360px;
	}
	
#bt .w_sprites li#rosenfeld a:link,
#bt .w_sprites li#rosenfeld a:visited {
	background-position: -160px -240px;
	}
#bt .w_sprites li#rosenfeld a:hover,
#bt .w_sprites li#rosenfeld a:active,
#bt .w_sprites li#rosenfeld.selected a {
	background-position: -160px -360px;
	}
	
#bt .w_sprites li#ward a:link,
#bt .w_sprites li#ward a:visited {
	background-position: -240px -240px;
	}
#bt .w_sprites li#ward a:hover,
#bt .w_sprites li#ward a:active,
#bt .w_sprites li#ward.selected a {
	background-position: -240px -360px;
	}

/* Management Team spritess */

#mt .w_sprites li#balsiger a:link,
#mt .w_sprites li#balsiger a:visited {
	background-position: 0 0;
	}
#mt .w_sprites li#balsiger a:hover,
#mt .w_sprites li#balsiger a:active,
#mt .w_sprites li#balsiger.selected a {
	background-position: 0 -120px;
	}

#mt .w_sprites li#debenedictis a:link,
#mt .w_sprites li#debenedictis a:visited {
	background-position: -80px 0;
	}
#mt .w_sprites li#debenedictis a:hover,
#mt .w_sprites li#debenedictis a:active,
#mt .w_sprites li#debenedictis.selected a {
	background-position: -80px -120px;
	}
	
#mt .w_sprites li#eickhoff a:link,
#mt .w_sprites li#eickhoff a:visited {
	background-position: -158px 0;
	}
#mt .w_sprites li#eickhoff a:hover,
#mt .w_sprites li#eickhoff a:active,
#mt .w_sprites li#eickhoff.selected a {
	background-position: -158px -120px;
	}
	
#mt .w_sprites li#hermiz a:link,
#mt .w_sprites li#hermiz a:visited {
	background-position: -239px 0;
	}
#mt .w_sprites li#hermiz a:hover,
#mt .w_sprites li#hermiz a:active,
#mt .w_sprites li#hermiz.selected a {
	background-position: -239px -120px;
	}
	
#mt .w_sprites li#kile a:link,
#mt .w_sprites li#kile a:visited {
	background-position: -322px 0;
	}
#mt .w_sprites li#kile a:hover,
#mt .w_sprites li#kile a:active,
#mt .w_sprites li#kile.selected a {
	background-position: -322px -120px;
	}
	
#mt .w_sprites li#maximiuk a:link,
#mt .w_sprites li#maximiuk a:visited {
	background-position: 0 -240px;
	}
#mt .w_sprites li#maximiuk a:hover,
#mt .w_sprites li#maximiuk a:active,
#mt .w_sprites li#maximiuk.selected a {
	background-position: 0 -360px;
	}
	
#mt .w_sprites li#strassburg a:link,
#mt .w_sprites li#strassburg a:visited {
	background-position: -80px -240px;
	}
#mt .w_sprites li#strassburg a:hover,
#mt .w_sprites li#strassburgw a:active,
#mt .w_sprites li#strassburg.selected a {
	background-position: -80px -360px;
	}
	
#mt .w_sprites li#sutschek a:link,
#mt .w_sprites li#sutschek a:visited {
	background-position: -160px -240px;
	}
#mt .w_sprites li#sutschek a:hover,
#mt .w_sprites li#sutschek a:active,
#mt .w_sprites li#sutschek.selected a {
	background-position: -160px -360px;
	}
	
#mt .w_sprites li#wizner a:link,
#mt .w_sprites li#wizner a:visited {
	background-position: -240px -240px;
	}
#mt .w_sprites li#wizner a:hover,
#mt .w_sprites li#wizner a:active,
#mt .w_sprites li#wizner.selected a {
	background-position: -240px -360px;
	}


/* Corporate Officers spritess */


#of .w_sprites li#dennis a:link,
#of .w_sprites li#dennis a:visited {
	background-position: 0 0;
	}
#of .w_sprites li#dennis a:hover,
#of .w_sprites li#dennis a:active,
#of .w_sprites li#dennis.selected a {
	background-position: 0 -120px;
	}

/*#of .w_sprites li#richard a:link,
#of .w_sprites li#richard a:visited {
	background-position: -130px 0;
	}
#of .w_sprites li#richard a:hover,
#of .w_sprites li#richard a:active,
#of .w_sprites li#richard.selected a {
	background-position: -130px -120px;
	}*/
	
#of .w_sprites li#zantello a:link,
#of .w_sprites li#zantello a:visited {
	background-position: -260px 0px;
	}
#of .w_sprites li#zantello a:hover,
#of .w_sprites li#zantello a:active,
#of .w_sprites li#zantello.selected a {
	background-position: -260px -120px;
	}
	
#of .w_sprites li#litzler a:link,
#of .w_sprites li#litzler a:visited {
	background-position: 0 -240px;
	}
#of .w_sprites li#litzler a:hover,
#of .w_sprites li#litzler a:active,
#of .w_sprites li#litzler.selected a {
	background-position: 0 -360px;
	}
	
#of .w_sprites li#clark a:link,
#of .w_sprites li#clark a:visited {
	background-position: -130px -240px;
	}
#of .w_sprites li#clark a:hover,
#of .w_sprites li#clark a:active,
#of .w_sprites li#clark.selected a {
	background-position: -130px -360px;
	}
	
#of .w_sprites li#sullivan a:link,
#of .w_sprites li#sullivan a:visited {
	background-position: -260px -240px;
	}
#of .w_sprites li#sullivan a:hover,
#of .w_sprites li#sullivan a:active,
#of .w_sprites li#sullivan.selected a {
	background-position: -260px -360px;
	}

/*==
404 Page
==*/


/*==
404 Page
==*/

#fnf .s_content_sub {
	/*width: 411px;*/
	height: 316px;
	}

