
	
/* menu class (ul)
	Use: shared properties for all unordered lists used as 
	navigational elements */
	
.menu {
	margin: 0px; padding: 0px;
}

.menu li {
	float: left;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	list-style-type: none; /* duplicated for IE 5/Win */
}

.menu li a {
	background-repeat: no-repeat;
	overflow: hidden;
}	
	
	
/**[ Menu-a ]********************/

ul#menu-a  {
	display: block;
	left: 0px;
	width: 780px;
	margin: 0px;
}

ul#menu-a li a {
	display: block;
	overflow: hidden;
	height: 0px;
	margin: 0px; 
	padding: 40px 0px 0px 0px; /* height of visible button area */
	font-size: 1px;
	text-indent: -2000px;
	background-repeat: no-repeat;
}


li#nav-real-estate, li#nav-real-estate a {
	width: 139px;
	background: url(../img/nav-real-estate.gif) no-repeat;
}
li#nav-hotel, li#nav-hotel a {
	width: 107px;
	background: url(../img/nav-hotel.gif);
}
li#nav-financial, li#nav-financial a {
	width: 109px;
	background: url(../img/nav-financial.gif);
}
li#nav-philanthropy, li#nav-philanthropy a {
	width: 80px;
	background: url(../img/nav-philanthropy.gif);
}
li#nav-about, li#nav-about a {
	width: 127px;
	background: url(../img/nav-about.gif);
}
li#nav-press, li#nav-press a {
	width: 78px;
	background: url(../img/nav-press.gif);
}
li#nav-contact, li#nav-contact a {
	width: 140px;
	background: url(../img/nav-contact.gif);
}

/* Make pages self-conscious */
body#b-real-estate #nav-real-estate a,
body#b-hotel #nav-hotel a,
body#b-financial #nav-financial a,
body#b-philanthropy #nav-philanthropy a,
body#b-about #nav-about a,
body#b-press #nav-press a,
body#b-contact #nav-contact a {
	background-image: none;
}


#menu-a li {
	background-position: 0px -40px;
	background-repeat: no-repeat;
}

#menu-a li a:hover {
	background: none;
}


#menu-a li {
	position: relative;
	text-align: center;
}



#menu-a li:hover ul, li.over ul {
	margin: 0px;
	padding: 0px;
	display: block;
}


a img	{
	border:0;
	}

.clear 	{
	clear: both;
	height: 0;
	visibility: hidden;
}

body	{
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: arial, "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	font-size: 13px;
	color: #C5D09B;
	background: url(../img/bkg-int.gif) repeat-x #144230;
}

body#b-home {
	background: url(../img/bkg.gif) repeat-x #144230;
}

a, a:visited {
	color: #CBDB89;
	text-decoration: none;
}

a:hover {
	color: #DDF08C;
}

#holder {
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 780px;
}

#top {
	display: block;
	margin: 68px 0 20px 0;
}

#logo {
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
}

#search {
	margin: 43px 0 0 0;
	color: #91AA78;
	font-size: 12px;
	float: right;
}

.searchInput {
	margin-left: 3px;
	padding-left: 3px;
	width: 120px;
	height: 15px;
	font-size: 12px;
	background-color: #3B5D43;
	border: 1px solid #728667;
	color: #E1DCA9;
}

#menu-a-holder {
	display: block;
	margin: 0 auto;
	width: 780px;
	height: 40px;
	clear: both;
}

#main {
	float: left;
	width: 780px;
	margin: 20px auto;
	padding: 0;
}

#vid {
	width: 460px;
	height: 346px;
	float: left;
	margin-right:12px;
}

#content {
	margin-left: 3px;
	float: left;
	width: 300px;
}

#content-int {
	display; block;
	float:left;
	width:730px;
	margin: 5px;
	padding: 10px 20px 10px 0;
}

#content-int h1, #content-int h2 {
	margin: 0;
	padding: 0;
}

#content-int a:hover {
	color: #267B56;
}

#content-left {
	width: 490px;
	float: left;
}

#content-right img, #content-right object, .textholder img {
	padding:2px;
	border:1px solid #414436;
	background-color:#9AA17E;
}

#content-right {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 220px;
	height: 415px;
}

#thumb-holder {
	padding: 10px;
	text-align: center;
	font-size: 11px;
	color: #C5D09B;
	height: 250px;
}

.c-portfolio #thumb-holder { 
	margin: 20px 0 10px 80px;
	width:600px;
	}
.c-services #thumb-holder { 
	margin: 20px 0 10px 230px;
	width:300px; 
	}
	
.c-new-initiatives #thumb-holder { 
	margin: 20px 0 10px 155px;
	width:450px; 
	}

#thumb-holder a, a:visited {
	color: #CBDB89;
	text-decoration: none;
}

#thumb-holder a:hover {
	color: #DDF08C;
}

.thumbnails {
	float: left;
	width: 110px;
	margin: 0 10px;
	padding: 3px;
	background-color: #1B4937;
}

.c-portfolio .thumbnails { 
	height: 250px; 
	_height: 255px; 
	}
.c-services .thumbnails, .c-new-initiatives .thumbnails { 
	height: 183px; 
	_height: 186px; 
	}

.thumbnails img {
	border: solid 1px #CBDB89;
}

.thumbnails a:hover img {
	border-color: #DDF08C;
}

.thumbnails h4 {
	margin: 0;
	font-size:11px;
	width: 100px;
	padding: 5px;
	background-color: #235541;
}

.thumbnails p {
	margin: 0;
	width: 100px;
	padding: 5px;
}



.view-map {
	background: url(../img/magnifying-glass.gif) no-repeat left left;
	padding-left: 20px;
}

.footnote-login {
	background: url(../img/lock-closed.gif) no-repeat left left;
	padding-left: 20px;
	height:14px;
	font-style: italic;
	font-size: 95%;
	margin:10px 0 8px 5px;
}

.lease-out {color:#000; font-weight:bold;}  





/*****************************************************

* TABLES 

*****************************************************/
table {
	position: relative;
	width: 100%;
	font-size: 11px;
	color: #333;
	margin-bottom: 20px;
	border: 1px solid #ddd;
   background-color:#FFF;
}

#available-space-table {
	font-size: 11px;
	color: #333;
	border: 1px solid #ddd;
   background-color:#FFF;
   margin: 0 0 15px 0;
}

#available-space-table span {
	margin: 0 0 0 5px;
}

td {
	padding: 3px 5px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

th   {
	color: #000;
	background-color: #ddd;
	height: auto;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	text-align: left;
	font-size: 100%;
}	
		
.tablehead-titles {
		font-weight: bold;
		background-color: #eee;
		}
		

.view-floorplan {background: url(../img/lock-closed.gif) no-repeat right right;
	overflow:visible;
	padding-right: 10px;
	}


td a, td a:visited {
	color: #184431;
}

td a:hover {
	color: #267B56;
}

/* FIR Image Replacement Technique */

.swap {
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 5px;
}

.swap span { display: none; } 

.c-real-estate h1.swap, .c-hotel h1.swap, .c-financial h1.swap, .c-philanthropy h1.swap, .c-about h1.swap {
	width: 300px;
	height: 29px;
	margin: 40px 0 10px 0;
	color: #33F;
}

.c-real-estate h1.swap { background: url(../img/head-real-estate.gif) no-repeat; }

.c-hotel h1.swap { background: url(../img/head-hotel-investments.gif) no-repeat; }

.c-financial h1.swap {	background: url(../img/head-financial-investing.gif) no-repeat; }

.c-philanthropy h1.swap { background: url(../img/head-philanthropy.gif) no-repeat; }

.c-about h1.swap { background: url(../img/head-about.gif) no-repeat; }


.c-portfolio h1.swap, 
.c-new-initiatives h1.swap, 
.c-services h1.swap, 
.c-fdg h1.swap, 
.c-cityinvestment h1.swap, 
.c-unitedstates h1.swap, 
.c-mexican h1.swap,
.c-history h1.swap, 
.c-leadership h1.swap, 
.c-people h1.swap,
.c-press h1.swap, 
.c-contact h1.swap
{
	width: 358px;
	height: 29px;
	margin: 10px 0 5px 5px;
	color: #33F;
	float:left;
}

.c-alzheimer h1.swap, 
.c-fisherhouse h1.swap, 
.c-fbfoundation h1.swap, 
.c-intrepid h1.swap
{
	width: 335px;
	height: 29px;
	margin: 10px 0 5px 5px;
	color: #33F;
	float:left;
}


.c-portfolio h1.swap { background: url(../img/head-portfolio.gif) no-repeat; }
.c-new-initiatives h1.swap { background: url(../img/head-new-initiatives.gif) no-repeat; }
.c-services h1.swap { background: url(../img/head-services.gif) no-repeat; }
.c-fdg h1.swap { background: url(../img/head-fdg.gif) no-repeat; }
.c-cityinvestment h1.swap { background: url(../img/head-city-investment.gif) no-repeat; }


.c-unitedstates h1.swap { background: url(../img/head-us-portfolio.gif) no-repeat; }
.c-mexican h1.swap { background: url(../img/head-mexican-portfolio.gif) no-repeat; }
.c-alzheimer h1.swap { background: url(../img/head-alzheimer.gif) no-repeat; }
.c-fisherhouse h1.swap { background: url(../img/head-fisher-house.gif) no-repeat; }
.c-fbfoundation h1.swap { background: url(../img/head-fb-foundation.gif) no-repeat; }
.c-intrepid h1.swap { background: url(../img/head-intrepid.gif) no-repeat; }
.c-history h1.swap { background: url(../img/head-history.gif) no-repeat; }
.c-leadership h1.swap { background: url(../img/head-leadership.gif) no-repeat; }
.c-people h1.swap { background: url(../img/head-people.gif) no-repeat; }
.c-press h1.swap { background: url(../img/head-press-room.gif) no-repeat; }
.c-contact h1.swap { background: url(../img/head-contact.gif) no-repeat; }

.c-home h1.swap {
	width: 229px;
	height: 39px;
	margin: 115px 0 10px 70px;
	color: #33F;
	background: url(../img/head-the-long-view.gif) no-repeat;
}

#sub-menu a {
	margin-right: 1px;
	border: none;
}

.c-philanthropy #sub-menu a {
	float:left;
	padding: 0 12px 20px 0;
	border: 0;
}

.footerlinks	{
	float: left;
	padding:10px 0 0 10px;
}

.footerlinks a	{
	border-bottom:1px solid #486D48;
	margin:0 10px 0 0;
}

.subpagelinks {
	font-size:11px;
	}


.subpagelinks h3{
	float:left;
	font-size:11px;
	color: #CBDB89;
	padding:0 5px 0 0;
	margin:0;
}

.subpagelinks ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

.subpagelinks ul li{
	border-left:1px solid #CBDB89; 
	float:left;
	margin:0;
	padding:0 5px 0 5px;
}

.otherproplinks h3{
	font-size:14px;
	color: #CBDB89;
	margin:5px 0 5px 0;
	padding:0;
}

.otherproplinks ul {
	list-style:none;
	margin:0;
	padding:0;
}

.otherproplinks ul li{
	margin:0;
	padding:0;
}

.c-fdg .listing { 
	margin:0;
	padding:5px 0;
	height:120px;  
	/*
	background-color:#FFF;
	color:#000;
	*/
	}

.c-fdg .image-left {
	float:left;
	margin-right:25px;
	padding:2px;
	height:100px;
	border:1px solid #414436;
	background-color:#9AA17E;
}

.c-people .listing img {
	float:left;
	margin-right:12px;
	padding:2px;
	border:1px solid #414436;
	background-color:#9AA17E;
}

.c-people .listing {
	height:265px;
}

.textholder p{
	float:left;
}

.textholder img {
	float:right;
}

.c-fbfoundation .textholder p {
	width:380px;
}

.c-fisherhouse .textholder .paragraphholder {
	float:left;
	width:490px;
}

.c-fisherhouse .textholder .paragraphholder p {
	float:left;
}

.c-intrepid .textholder p {
	width:450px;
}

.sectionnav	{
	float:right;
}


h1, h2, h3, h4, h5, h6
		{
		color:#E5EACB;
		}
