/* 
====================================================
Global Formating 
====================================================
*/

html 
	{
	margin: 0 auto;
	padding: 0;
	height: 100%;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	}
	
body 
	{	
	background-image: url(/img/htmlTileY.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #BABABB;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	height: 100%;
	}
	
#container 
	{
	width: 760px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
a:link
	{
	color: #666666;
	text-decoration: underline;
	}

a:visited
	{
	color: #666666;
	text-decoration: underline;
	}

a:hover
	{
	color: #B4B4B4;
	text-decoration: none;
	}
	
a:active
	{
	color: #666666;
	text-decoration: underline;
	}

.cookieTrail 
	{
	font-size: 11px;
	padding-top: 2px;
	color: #666666;
	}
	
.cookieTrail a:hover
	{
	font-size: 11px;
	padding-top: 2px;
	color: #666666;
	text-decoration: underline;
	}

	
.sectionTitle 
	{
	color: #333333;
	font-size: 26px;
	font-family: "Times New Roman", Times, serif;
	}

.form 
	{
	background-color: #FFFFFF;
	font-size: 10px;
	color:#000000;
	border: 1px solid #666666;
	padding-right: 4px;
	padding-top: 2px;
	padding-left: 4px;
	font-family: Tahoma, Arial, sans-serif;
	cursor: pointer;
	cursor: hand;
	}

/* 
====================================================
Main Nav
====================================================
*/

#header 
	{
	width: 760px;
	height: 152px;
	margin: 0px;
	}

#mainNav 
	{
	height: 34px;
	width: 760px;
	}
	
#main 
	{
	background-color: #FFFFFF;
	width: 760px;
	min-height: 650px;
	margin: 0px;
	float: left;
	}
	
#aboutUs
	{
	width: 91px;
	height: 34px;
	overflow: hidden;
	display: block;
	float: left;
	background-image: url(/img/newnav/images/about_us.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	} 
  
#aboutUs:hover
	{ 
	background-position: bottom left; 
	}	

#services
	{
	width: 83px;
	height: 34px;
	overflow: hidden;
	display: block;
	float: left;
	background-image: url(/img/newnav/images/services.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	} 
  
#services:hover
	{ 
	background-position: bottom left; 
	}

#propertyLeasing
	{
	width: 80px;
	height: 34px;
	overflow: hidden;
	display: block;
	float: left;
	background-image: url(/img/newnav/images/leasing.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	} 
  
#propertyLeasing:hover
	{ 
	background-position: bottom left; 
	}

#developmentprojects
	{
	width: 151px;
	height: 34px;
	overflow: hidden;
	display: block;
	float: left;
	background-image: url(/img/newnav/images/development_projects.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	} 
  
#developmentprojects:hover
	{ 
	background-position: bottom left; 
	}

#tenantRequests
	{
	width: 124px;
	height: 34px;
	overflow: hidden;
	display: block;
	float: left;
	background-image: url(/img/newnav/images/tenant_requests.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	} 
  
#tenantRequests:hover
	{ 
	background-position: bottom left; 
	}
	
#news
	{
	width: 57px;
	height: 34px;
	overflow: hidden;
	display: block;
	float: left;
	background-image: url(/img/newnav/news.gif);
	background-repeat: no-repeat;
	background-position: left top;
	} 
  
#news:hover
	{ 
	background-position: bottom left; 
	}
	
#property
	{
	width: 135px;
	height: 34px;
	overflow: hidden;
	display: block;
	float: left;
	background-image: url(/img/newnav/images/property_database.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	} 
  
#property:hover
	{ 
	background-position: bottom left; 
	}

#contact
	{
	width: 96px;
	height: 34px;
	overflow: hidden;
	display: block;
	float: right;
	background-image: url(/img/newnav/images/contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	} 
  
#contact:hover
	{ 
	background-position: bottom left; 
	}
		
.row {
	cursor: pointer;
	cursor: hand;
	}

.altRow 
	{
	background-color: #ECEBEE;
	}

.overRow 
	{
	background-color: #C8C7CB;
	cursor: pointer;
	cursor: hand;
	}

.overTable
	{
	background-image: url(../img/overTable.jpg);
	cursor: pointer;
	cursor: hand;
	}

/* 
====================================================
Main Content Area
====================================================
*/

#leftSub
	{
	width: 254px;
	float: left;
	}
	
#rightSub
	{
	width: 506px;
	float: left;
	}

.dropshadowHome
	{
	background-image: url(/img/contentDropShadow.gif);
	background-repeat: repeat-x;
	height: 9px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: right;
	}

.dropshadow
	{
	background-image: url(/img/contentDropShadow.gif);
	background-repeat: repeat-x;
	height: 9px;
	width: 560px;
	margin: 0px;
	padding: 0px;
	float: right;
	}

#rightSubMain 
	{
	width: 486px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 10pt;
	}

	
.copyright
	{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A6A6A7;
	text-align: right;
	padding-top: 25px;
	padding-right: 10px;
	}
	
#footer 
	{
	background-image: url(/img/footerBg.gif);
	width: 760px;
	height: 95px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	}

#leftSubContent 
	{
	width: 253px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	}
	
#leftSubContent a:link
	{
	color: #76767C;	
	}

#leftSubContent a:hover
	{
	color: #FFFFFF;	
	}
	
#leftSubContent a:visited
	{
	color: #76767C;	
	}

#featured
	{
	width: 241px;
	display: block;
	float: left;
	background-image: url(/img/mainSubBgRoll.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;
	pointer: pointer;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-color: #FFFFFF;
	height: auto;
	}

#featuredhover
	{
	width: 241px;
	height: auto;
	display: block;
	float: left;
	background-image: url(/img/mainSubBgRoll.gif);
	background-repeat: no-repeat;
	background-position: bottom left; 
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;
	pointer: pointer;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-color: #FFFFFF;
	}
	
#featured2
	{
	width: 241px;
	display: block;
	float: left;
	background-image: url(/img/mainSubBgRoll.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;
	pointer: pointer;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: auto;
	}

#featured2hover
	{
	width: 241px;
	height: auto;
	display: block;
	float: left;
	background-image: url(/img/mainSubBgRoll.gif);
	background-repeat: no-repeat;
	background-position: bottom left; 
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;
	pointer: pointer;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}

#featuredNewsbg
	{
	width: 241px;
	height: 55px;
	display: block;
	float: left;
	background-image: url(/img/mainSubBgRollnews.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;
	pointer: pointer;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	}

#featuredNewsbghover
	{
	width: 241px;
	height: 55px;
	display: block;
	float: left;
	background-image: url(/img/mainSubBgRollnews.gif);
	background-repeat: no-repeat;
	background-position: bottom left; 
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;
	pointer: pointer;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	}
	
#employee
	{
	width: 241px;
	height: 14px;
	display: block;
	float: left;
	background-image: url(/img/mainSubBgRollnews.gif);
	background-repeat: no-repeat;
	background-position: left top; 
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;
	pointer: pointer;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	}
	
	
#employeehover
	{
	width: 241px;
	height: 14px;
	display: block;
	float: left;
	background-image: url(/img/mainSubBgRollnews.gif);
	background-repeat: no-repeat;
	background-position: bottom left; 
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;
	pointer: pointer;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	}
	
#employee a
	{
	font-size: 11px;
	font-weight: 900px;
	color: #000;

	}
	
#employee a:hover, a:link, a:visited
	{
	font-size: 11px;
	font-weight: 900px;


	}

.featuredTitle 
	{
	color: #76767C;
	font-size: 11px;
	}


.featuredImage 
	{
	border: 1px solid #000000;
	float: left;
	margin-right: 8px;
	}
	
.featuredNewsText
	{
	color: #000000;
	font-size: 10px;
	}
	
.mainSubBot 
	{
	height: 8px;
	width: 254px;
	float: left;
	background-image: url(/img/mainSubBot.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	}
	
.statementText 
	{
	font-size: 16px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	}
	
.divider 
	{
	width: 500px;
	background-image: url(/img/divider.gif);
	background-repeat: no-repeat;
	height: 6px;
	float: left;
	margin: 0px;
	background-position: right;
	}
	
#rightSubMainStatement
	{
	width: 486px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 10pt;
	}
	
#rightSubMainTitle
	{
	width: 530px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 10pt;
	}


#subBtn
	{
	width: 189px;
	height: 18px;
	overflow: hidden;
	display: block;
	float: left;
	background-image: url(/img/subBtnRoll.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: hand;
	pointer: hand;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	} 
  
#subBtn:hover
	{ 
	background-position: bottom left; 
	}

#subBtnsub2,	
#subBtnsub
	{
	width: 174px;
	height: 18px;
	overflow: hidden;
	display: block;
	float: left;
	background-image: url(/img/subBtnRollsub.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: hand;
	pointer: hand;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 25px;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	}
	  
#subBtnsub:hover
	{ 
	background-position: bottom left; 
	}
	
#tertMenu
	{
	width: 174px;
	height: 18px;
	overflow: hidden;
	display: block;
	float: left;
	background-image: url(/img/tertMenu.gif);
	background-repeat: repeat-y;
	background-position: left top;
	cursor: hand;
	pointer: hand;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	}
	
#tertMenu:hover
	{
	background-position: bottom left; 
	}

.subPageBotsub
	{
	height: 8px;
	width: 200px;
	float: left;
	background-image: url(../img/subPageBotsub.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	background-position: right top;
	}

.subPageBot 
	{
	height: 8px;
	width: 200px;
	float: left;
	background-image: url(../img/subPageBot.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	background-position: right top;
	}
		
#leftSubPage 
	{
	width: 200px;
	float: left;
	color: #000000;
	}
#leftSubPage a:link
	{
	color: #000000;
	text-decoration: none;
	}

#leftSubPage a:hover
	{
	color: #000000;	
	text-decoration: none;
	}
	
#leftSubPage a:visited
	{
	color: #000000;
	text-decoration: none;
	}

#leftSubPageNav 
	{
	width: 199px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	}

#rightSubPage
	{
	width: 540px;
	float: left;
	}

#rightSubPageMain 
	{
	width: 540px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 10pt;
	}

.indexdivider
	{
	width: 506px;
	background-image: url(/img/divider.gif);
	background-repeat: no-repeat;
	height: 6px;
	float: right;
	}
	
.dots 
	{
	background-image: url(../img/dots.gif);
	background-repeat: repeat-x;
	background-position: left;
	}

.bodyTitle
	{
	color: #666666;
	font-size: 10pt;
	font-weight: bold;
	}


.bodySubTitle 
	{
	color: #999999;
	font-size: 10pt;
	font-weight: bold;
	}
.bodySub1Title 
	{
	color: #999999;
	font-size: 11pt;
	font-weight: bold;
	}
	
#subViewBtn
	{
	font-size: 12px;
	text-decoration: none;
	color: #BEBEBE;
	font-weight: bold;
	float: right;
	} 
#subViewBtn a:link
	{
	text-decoration: none;
	} 
#subViewBtn a:hover
	{
	text-decoration: none;
	}
#subViewBtn a:visited
	{
	text-decoration: none;
	}
#subViewBtn a:active
	{
	text-decoration: none;
	} 
.flash
	{ 
	
	z-index: -9999;
	}  

#subpageemailbox{
	width:auto;
	height:auto;
	float:right;
	margin:3px 0 10px 10px;
	_margin:-10px 0 10px 10px;
	padding:7px 0 10px 10px;
}

#subpagecontact{
	width:auto;
	height:auto;
	float:right;
	background-color:#DFDEE1;
	margin:3px 0 10px 10px;
	_margin:-10px 0 10px 10px;
	padding:7px 0 10px 10px;
}

#subpagecontact p{
	padding:3px 5px -2px 0;
	margin:0 10px 0 0;
	color:#666666;
}

#subpagecontact .title{
	padding:3px 5px -2px 0;
	margin:0 10px 0 0;
	color:#666666;
	font-weight:bold;
}
	
