body {
	background: #000;
	margin: 20px 0 0 0;
}

/* -- Layout --------------- */
#container {
	width: 760px;
	background: #fff;
	border: 15px solid #fff;
}

#header {
	width: 760px;
	height: 79px;
	background: #666 url(../images/bg_header.gif) top left no-repeat;
	text-align: right;
}

#header a:link, #header a:active, #header a:visited {
	display: block;
	float: right;
	color: #fff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 16px;
	margin: 5px 18px 0 0;
	padding: 4px 0 0 22px;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

a.homeBtn:link, a.homeBtn:active, a.homeBtn:visited, a.homeBtn:hover {
	display: block;
	float: left;
	width: 500px;
	height: 79px;
	text-decoration: none;
}

a.contactUs {
	background: url(../images/icn_headerPhone.gif) left center no-repeat;
}

a.siteMap {
	background: url(../images/icn_headerSitemap.gif) left center no-repeat;
}

/* -- Nav -- */
#nav {
	height: 28px;
	padding: 0;
	background: #b6b6b6 url(../images/bg_nav.gif) top left repeat-x;
	text-align: left;
}

#nav a:link, #nav a:active, #nav a:visited, #nav a:hover {
	border: 0;
}

#nav img {
	margin: 0 14px 0 14px;
}

/* -- Suckerfish Menu Replacement -- */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	background: #f1f0ee;
	border: 1px solid #d6cbbe;
	margin-left: 15px;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li {
	width: 15em;
	margin: 0;
	border-bottom: 1px dotted #dcd3c9;
}

#nav li ul a:link, #nav li ul a:visited, #nav li ul a:active {
	display: block;
	color: #333;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	background: url(../images/icn_navArrow.gif) left center  no-repeat;
	padding: 5px 5px 5px 16px;
	text-decoration: none;
}

#nav li ul a:hover {
	background: #fff url(../images/icn_navArrow.gif) left center no-repeat;
}

/* -- --- -- */

#flashArea {
	width: 100%;
	height: 198px;
	background: #333 url(../images/bg_splash.jpg) left top no-repeat;
}

#subArea {
	color: #fff;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: none;
	width: 730px;
	height: 56px;
	background: url(../images/bg_subpage.gif) top left no-repeat;
	padding: 0 0 0 20px;
	text-align: left;
	letter-spacing: 0.1em;
}

#contentArea {
	padding: 4px 0 0 0;
}

/* -- Breadcrumbs -- */
#breadcrumbArea {
	padding: 0;
}

#breadcrumbs {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#breadcrumbs li {
	display: inline;
	float: left;
	color: #666;
	margin-right: 5px;
	list-style-type: none;
}

#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited {
	color: #666;
	margin-right: 5px;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #981b1e;
	text-decoration: underline;
}

/* -- Content -- */
#content {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
	background: #f7f8f8 url(../images/bg_content.gif) top left repeat-x;
	border-right: 1px solid #eceded;
	border-left: 1px solid #eceded;
	vertical-align: top;
}

#content td {
	padding: 18px 14px 0 14px;
	text-align: left;
	vertical-align: top;
}

#content #flap {
	padding: 0;
	text-align: right;
	border-bottom: 1px solid #eceded;
}

#content #flap img {
	position: relative;
	margin: 0 -1px -1px 0;
	border: 0;
}

/* -- Footer -- */
#footer {
	color: #fff;
	font-size: 10px;
	width: 760px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 16px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* -- --- -- */

.subscribeLink {
	background: url(../images/icn_envelope.gif) left center no-repeat;
	padding-left: 18px;
}

.colLeft, #subContainer td#subLeft {
	width: 200px;
}

.colLeftFlash {
	width: 200px;
	padding: 0;
}

/* -- Subsections -- */
#subContainer td#subLeft {
	border-right: 1px dotted #d6cabe;
}

#subContainer{
	width: 100%;
	margin: 8px 0 0 0;
}

#subContainer td {
	padding: 0;
}

#subContainer td#subContent {
	padding: 0 0 0 29px;
}

/* -- Sub Nav -- */
#subNav {
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0 19px 0 0;
}

#subNav li {
	margin: 0 0 7px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px dotted #d6cabe;
	list-style-type: none;
}

#subNav a:link, #subNav a:active, #subNav a:visited {
	display: block;
	padding-left: 9px;
	text-decoration: none;
}

#subNav a:hover {
	background: url(../images/icn_miniArrow_red.gif) left center no-repeat;
}

#subNav a.selected {
	color: #f26522;
	font-weight: bold;
	background: url(../images/icn_miniArrow.gif) left center no-repeat;
}

/* -- Sub Nav 2 -- */
.subNav2 {
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 5px 0 0 10px;
	padding: 0 19px 0 0;
	border-top: 1px dotted #d6cabe;
}

#subNav .subNav2 li {
	margin: 7px 0 0 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

/* -- General --------------- */
h1 {
	color: #981b1e;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

h1.homeHeadline {
	color: #f26522;
}

h2 {
	color: #342b20;
	font-size: 11px;
}

a:link, a:visited, a:active, a:hover {
	color: #981b1e;
	text-decoration: underline;
}

p {
	color: #342b20;
	font-size: 11px;
	line-height: 16px;
}

ul {
	font-size: 11px;
}

ul li {
	margin-bottom: 3px;
}

hr {
	margin: 10px 0 10px 0;
	border: 0;
	border-top: 1px dotted #d6cabe;
}

select {
	font-size: 10px;
}

.forceRt {
	float: right;
	margin: 0 0 8px 8px;
}

.forceLft {
	float: left;
	margin: 0 8px 8px 0;
}

.forceLftBord {
	float: left;
	margin: 0 8px 8px 0;
	border: 3px solid #f26522;
}

.important {
	color: #c00;
}

.divider_v {
	width: 5px;
	padding: 0;
	background: url(../images/bg_divider_v.gif) top center repeat-y;
}

.errorText {
	color: #c00;
}

/* -- Management Team --------------- */
ul.execBio {
	margin: 0;
	padding: 0;
}

ul.execBio li {
	margin-bottom: 3px;
	list-style-type: none;
}

.execName {
	font-size: 11px;
	font-weight: bold;
}

.execTitle {
	font-size: 11px;
}

/* -- Office Location Info --------------- */
.officeInfo-wrap { float: left; width:200px; }

ul.officeInfo {
	margin: 0;
	padding: 0;
}

ul.officeInfo li {
	margin-bottom: 8px;
	line-height: 16px;
	list-style-type: none;
}

ul.officeInfo em {
	font-size: 11px;
	text-decoration: underline;
}

.officeTitle {
	font-size: 11px;
	font-weight: bold;
}

/* -- Job Posting --------------- */
ul.jobPosting {
	margin: 0 0 25px 0;
	padding: 0;
}

ul.jobPosting li {
	margin-bottom: 8px;
	line-height: 14px;
	list-style-type: none;
}

.jobTitle {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
}

/* -- General Form --------------- */
#subContainer .genForm {
	width: 98%;
	background: #fff;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#subContainer .genForm td {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 5px;
}

.keyRed {
	color: #fff;
	width: 125px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #7f0f12;
}

.keyOrange {
	color: #fff;
	width: 125px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #993100;
}

.keyGrey {
	color: #fff;
	width: 125px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #999;
}

.keyDrkGrey {
	color: #fff;
	width: 125px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #333;
}

.btn {
	color: #fff;
	font-size: 10px;
	background: #999;
	border: 1px solid #666;
	margin-left: 3px;
}

.btnSubmit {
	color: #fff;
	font-size: 10px;
	background: #981b1e;
	border: 1px solid #670d0f;
	margin-left: 3px;
}

input.textField, textarea, select {
	border: 1px solid #999;
}

#subContainer .genForm td.submitRow {
	text-align: center;
	background: #e0e0e0;
}

/* -- Property Listing --------------- */
.propertyList {
	width: 100%;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#subContainer .propertyList td.propResults {
	color: #666;
	border: 0;
	border-top: 1px solid #bfbebc;
	border-bottom: 1px solid #bfbebc;
	padding: 4px;
}

#subContainer .propertyList td.propResultsRt {
	color: #666;
	border-top: 1px solid #bfbebc;
	border-bottom: 1px solid #bfbebc;
	padding: 4px;
	text-align: right;
}

#subContainer .propertyList td {
	color: #666;
	border-right: 1px solid #e1e0df;
	padding: 4px;
}

#subContainer .propertyList td.propHeadline {
	color: #666;
	height: 48px;
	font-weight: bold;
	background: #f1f0ee;
	padding: 0;
	padding-top: 19px;
	text-align: center;
}

.shade {
	background: #f1f0ee;
}

/* -- Right-most cells -- */
#subContainer .propertyList td.propHeadlineRt {
	color: #666;
	height: 48px;
	font-weight: bold;
	background: #f1f0ee;
	border-right: none;
	padding: 0;
	padding-top: 19px;
	text-align: center;
}

#subContainer .propertyList td.rt {
	border-right: none;
}

#subContainer .propertyList td.shadeRt {
	background: #f1f0ee;
	border-right: none;
}

/* -- PDF document links -- */
.pdfDocs {
	margin: 0 0 20px 0;
	padding: 0;
}

.pdfDocs li {
	font-size: 11px;
	margin:  0 0 8px 0;
	list-style-type: none;
}

.pdfDocs a:link, .pdfDocs a:active, .pdfDocs a:visited {
	display: block;
	height: 17px;
	background: url(../images/icn_pdf.gif) left center no-repeat;
	padding: 0 0 0 20px;
}

/* -- Leasing Director info -- */
.directorInfo {
	margin: 0 0 20px 0;
	padding: 0;
}

.directorInfo li {
	font-size: 11px;
	list-style-type: none;
}

/* -- Image gallery (properties) -- */
.imgGallery {
	margin: 0;
	padding: 0 19px 0 0;
}

.imgGallery li {
	margin: 0 0 7px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px dotted #d6cabe;
	list-style-type: none;
}

.imgGallery li.imgCaption {
	margin-bottom: 10px;
	border-bottom: none;
}

.txtThumb {
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

.imgGallery li a:link, .imgGallery li a:active, .imgGallery li a:visited {
	display: block;
	color: #666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
}

.imgGallery li a:hover {
	color: #981b1e;
	text-decoration: underline;
}

/* -- Listing Thumbs -- */
.listThumb {
	float: right;
	margin: 8px;
	border: 5px solid #fff;
}

/* -- Management Team List -- */
.mgmtTeam {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	border-bottom: 1px dotted #d6cabe;
}

.mgmtTeam li {
	list-style-type: none;
}

.mgmtTeam li.mgmtTitle {
	font-weight: bold;
}

.mgmtTeam li.mgmtEmail {
	margin-bottom: 20px;
}

/* -- Site Map -- */
.siteMap {
	float: left;
	margin: 0 70px 0 0;
	padding: 0;
	list-style-type: none;
}

.siteMap li {
	font-weight: bold;
	margin: 8px 0 20px 0;
	padding: 0;
}

.siteMap .sub {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: circle;
}

.siteMap .sub li {
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 8px;
	padding: 0;
}

.siteMap .sub2 {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: circle;
}

.siteMap .sub2 li {
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 8px;
	padding: 0;
}

/* -- Investor Documents --------------- */
.investorDocs {
	width: 100%;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #bfbebc;
}

#subContainer .investorDocs td {
	background: #ffffff;
	border-right: 1px dotted #bfbebc;
	border-left: 1px dotted #bfbebc;
	color: #666;
	padding: 6px;
}

#subContainer .investorDocs td.welcome {
	border-bottom: 1px dotted #bfbebc;
	border-right:none;
	border-left:none;
	border-top:none;
	background: none;
	text-align: right;
	color: #666;
	font-weight: bold;
	padding: 6px;
}

#subContainer .investorDocs td.shade {
	background: #f1f0ee;
}

#myaccount-signin {float:left;}

.dir {padding:0px 0px 3px 25px;background: transparent url("../images/sprites.gif") no-repeat 0 -100px}
.pdf {padding:0px 0px 3px 25px;background: transparent url("../images/sprites.gif") no-repeat 0 -200px}
.xls {padding:0px 0px 3px 25px;background: transparent url("../images/sprites.gif") no-repeat 0 -300px}
.doc {padding:0px 0px 3px 25px;background: transparent url("../images/sprites.gif") no-repeat 0 -400px}