/* removes default padding */
* { 
	margin: 0;
	padding: 0;
}

/* Force scrollbar visible to prevent position jumping */
html {
	overflow-y: scroll;
}

body {
	background-color: #fff;
	font: 400 66% /* sets base font size to 10px so we can adjust using em size - 1em should be 10px */ Arial, Helvetica, Verdana, sans-serif;
}

body.bigMap {
	height: 100%;
}

hr {
	border: solid 1px #ccc;
	height: 0.1em;
}

div.hr { 
	margin: 5px 0; 
	border: none; 
	border-top: 1px solid #ccc; 
}

div.col2 div.hr {
	margin: 10px 0 5px 0;
}

div.col div.hr {
	margin: 16px 0;
}

div.hr hr { 
	display: none; 
}

.absolute {
	position: absolute;
}

a:hover {
	color: #0066cc;
}

.gray {
	color: #666;
}

.inline {
	display: inline;
}

.inlineBlock {
	display: inline-block;
	margin-left: 280px;
}

/* Font Styles */

a {
	color: #00456a;
}

a.printPage {
	color: #fff;
	float: right;
}

/* Header Styles */

h1 {
	margin-bottom: 6px;
	color: #00456a;
	font: 700 16px Arial, Helvetica, Verdana, sans-serif;
	float: left;
}

h2 {
	color: #00456a;
	font-size: 13px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.callOut h2, .callOutHome h2 {
	font-size: 13px;
}

h3 {
	color: #00456a;
    font: 700 9pt Arial, Helvetica, Verdana, sans-serif;
}

h4 {
	color: #666;
    font: 700 8pt Arial, Helvetica, Verdana, sans-serif;
}

/* B3 / 1em  ->  11pt Blue regular Body */

.HomeNewsList, .photos h3, .photo h3, .emptyTable table, .emptyTable td, .emptyTable th, h3.lessBold, .TrusteeCenter h3, .TrusteeLeft h3, .TrusteeRight h3, .TrusteeDetail h3 {
	font-size: 11px;
	color: #00456a;
	font-weight: normal;
}

h3.managementName{
	font-weight: bolder;
}

.TrusteeDetail, .TrusteeLeft {
    margin-left: 2px;
}

/* B4 /1em -> 11pt Grey Body | regular */

.col, .tenantList p {
	color: #666;
	font-size: 11px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.col h1 {
	margin-top: 3px;
}

/* L5 /1em -> 11pt Grey Link | bold */

p.pdf {
	font-size: 1em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: 700;
	color: #666;
}

/* B6 ?em -> 10pt Grey | regular */

.photos span {
	font-size: 11px;
}

/* L7 1em -> 10pt?? Orange underlined | regular */

a, .gridControlRight a {
	font-size: 1em;   /* To be set */
}

.printThis {
	font-size: 1em !important;
}

.printThis2 {
	font-size: 1em !important;
}

/* S8 em -> Blue sidebar - Blue | regular */

.bold {
	font-weight: 700;
}

.orange {
	color: #0066cc;
	font-weight: 700;
}

/* structure */

.container {
	width: 830px;
	margin: 0 auto;
	position: relative;
}

.containerPop {
}

.header {
	width: 830px;
	margin: 0 auto;
	padding: 0 0 45px;
	color: #c3c3c3;
}

.headerNav {
	float: right;
	margin-top: 18px;
	margin-right: 6px;
	margin-bottom: 4px;
	position: relative;
	left: 4px;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	color: #999;
	clear: right;
}

.colHome {
	width: 210px;
	position: relative;
	float: left;
	margin: 15px;
	margin-right: 0;
	margin-left: 10px;
	color: #00456a;
}

.HomeNewsList {
	margin-top: 10px;
}

.homeFixed {    /* Fixed Height */
	min-height: 270px;
	height: 270px;
}

.col {
	width: 440px;
	float: right;
	margin-left: 9px;
}

.col .emptyTable {
	margin-top: 10px;
}

.col ul {
	list-style: none;
	padding-left: 10px;
	margin: 5px 0;
}

.col li {
	padding-left: 8px;
	background:transparent url(../images/bullet_blue.gif) no-repeat;
	background-position:0 5px;
}

.col2 {
	width: 380px;
	float: right;
	color: #666;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.3em;
	font-size: 14px;
}

.col p, .col2 p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px !important;
}

.col a, .col2 a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.col input, .col2 input {
	font-size: 0.8em;
}

.oneCol {
	width: 656px;
	_width: 656px; /* IE6 width fix */
	min-height: 400px;
	margin: 0 0 0 5px;
	color: #666;
	font-size: 11px;
}

.oneColNoPad {
	width: 656px;
	_width: 656px; /* IE6 width fix */
	min-height: 400px;
	margin: 0;
	color: #666;
	font-size: 11px;
}

.oneCol2 {   /* Retail Properties Custom Column */
	width: 652px;
	min-height: 400px;
	float: left;
	margin: 0 0 0 10px;
	color: #666;
}

.oneCol p.pdf {
	margin: 4px;
}

.colL {
	float: left; 
	width: 225px;
	margin: 0 0 0 182px;
	_margin: 0 0 0 90px;
	color: #00456a;
}

.col2L span, .colM span {
	color: #666;
}

.col2L span.boldBlue {
	font-weight: 700;
	color: #00456a;
}

.col2L {
	float: left; 
	width: 200px;
	color: #00456a;
	margin-right: 15px;
}

.colL_2 {
	float: left; 
	width: 200px;
	margin: 0 15px 0 0;
	_margin: 0 0 0 0;
	color: #666;
	font-size: 0.9em;
}

.colL_3 {
	float: left; 
	width: 210px;
	margin: 0 15px 0 0;
	_margin: 0;
	color: #666;
	font-size: 0.9em;
}

.colL_2, .colL_3 h1 {
	color: #00456a;
	float: left;
}

.colR_2 .colR_3 h1 {
	color: #00456a;
	float: left;
}

.colL_2 li a, .colR_2 li a {
	font-size: 11px;
	list-style: disc;
}

.colL_2 li {
	background: url(../images/bullet.gif) 0 50% no-repeat;
	list-style: none;
}

.colL_2 ul {
	margin-left: 0;
	padding-left: 0;
}

.colR_2 {
	float: right;
	margin: 0;
	width: 200px;
	color: #666;
	font-size: 0.9em;
}

.colL_2 p {
	color: #666;
}

.colR_3 {
	float: right;
	margin: 0;
	width: 150px;
	color: #666;
	font-size: 0.9em;
}

.colM {
	float: left; 
	width: 200px;
	color: #00456a;
}

.colR {
	float: right;
	margin: 4px 0 0;
	width: 200px;
}

.colR img {
	margin-bottom: 5px;
}

.sideNav {
	width: 150px;
	float: left;
	margin: 0 15px 0 0;
	padding-top: 2px;
	color: #666;
}

.noTopMargin {
	margin: 0 15px 0 0;
}

.callOut {
	width: 200px;
	margin: 0 0;
	color: #00456a;
	background-color: #e6e6e7;
}

.callOut2 {
	width: 200px;
	float: left;
	color: #00456a;
	position: relative;
}

.callOut3 {
	width: 150px;
	float: left;
	margin: 0 0;
	padding-bottom: 8px;
	color: #00456a;
	background-color: #E6E5E6;
}

.callOut2 h1, .callOut p {
	float: none;
}

.callOutHome, .colHome .callOut {
	width: 210px;
	float: left;
	margin: 0;
	color: #00456a;
	background-color: #e6e5e6;
}

.colHome .callOut {
	padding-bottom: 5px;
}

.callOutHome p {
	padding-left: 7px;
}

.colHome .callOutHome p {
	padding-bottom: 5px;
}

.callOutHome a {
	color: #00456a;
}

.callOutHome p.pdf, .callOutHome p.mail2 {
	margin-left: 5px;
}

.msgBox {
	padding: 15px;
	background-color: #0066cc;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	font-family: Arial, Helvetica, Verdana, sans-serifp;
	width: 450px;
	font-weight: bold;
	position: absolute;
}

input {
	height: 12px;
	margin-bottom: 6px;
	margin-right: 6px;
	border: solid 1px #ccc;
	color: #999;
	padding-left: 4px;
	vertical-align: top;
	height: 16px;
}

.headerNav input, .tableControls input {
	font-size: 1.5em;
	margin: 3px 0 0;
	padding: 0 0 0 10px;
	height: 18px;
	width: 140px;
	border-right: none;
}

.headerNav input.go, .tableControls input.go {
	padding: 0;
	height: 20px;
	width: 30px;
}

.tableControls input, .tableControls input.go {
	margin: 0 0 5px;
}

input[type=submit] {
	background: #0066cc; 
	color: #FFFFFF;
	height: 20px;
}

input[type=checkbox] {
	border: 0;
}

input[type=radio] {
	border: 0;
}

label {
  	float:left; 
	width:18%; 
	margin-right:0.3em; 
	padding-top:0.1em; 
	text-align:left; 
	font-weight:normal; 
	color: #666;
}

.chkboxlabel span {
	vertical-align: middle;
	color: #666 !important;
}

fieldset {
	border: 0;
}

.emptyTable table, .emptyTable td, .emptyTable th {
	border: 0 !important;
	margin: 0;
	padding: 0;
	border-style: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.blueTable p {
	color: #00456a;
}

p.smallTxt {
	color: #00456a;
	font-size: 0.9em !important;
}

.blueTable table {
	border-top: 0.1em solid #004588;
	border-bottom: 0.1em solid #004588;
}

.blueTable td {
	border: 0;
}

.blueTable span {
    color: #00456a;
}

td.left {
	text-align: left;
}

td.right {
	text-align: right;
}

td.orange {
	color: #0066cc;
}

.orangeTable table {
	border: 0;
	width: 450px;
}

.orangeTable td {
	border: 0.1em solid #fff;
	background-color: #e6e5e6;
	color: #004588;
	padding: 4px 5px;	
}

.orangeTable th {
	background-color: #0066cc;
	color: #fff;
	padding: 4px 5px;
	font-weight: 700;
	border: 1px solid #fff;
}

table {
	border-bottom: solid 1px #bfd0da;
	text-align: left;
	margin: 10px 0;
	width: 100%;
	color: #00456a;
}

th, td {
	border-top: solid 1px #bfd0da;
	padding: 5px 10px 5px 0;
}

table.qmmt_main {
	width: 200px !important;
	border-top: 0 !important;
}

.qmmt_main table {
	border-top: 0 !important;
	border-bottom: 0 !important;
}

.search input {
	font-size: 14px;
}

.nav {
	float: right;
	width: 655px;
	text-align: left;
}

.nav img {
	padding-top: 6px;
	padding-right: 15px;
	top: 0 !important;
}

.header a img {
	position: relative;
	top: 23px;
}

.header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.headerNav ul {
	list-style: none;
	margin: 0 17px 0 0;
	padding: 0;
	display: inline;
	position: relative;
	top: 8px;
}

.header li {
	display: inline;
	padding: 0;
	letter-spacing: 0.1em;
	background: none;
}

.header a {
	color: #ff9933;
	font-weight: 700;
	text-decoration: none;
	font-size: 1.2em;
}

.headerNav a {
	font-size: 1em;
	padding: 0 2px;
}

.headerNav a, .footerNav a {
	color: #999;
	font-weight: 400;
	text-decoration: none;
}

.headerNav a:hover, .footerNav a:hover {
	text-decoration: underline;
}

.printThis {
	float: right;
	position: inherit;
	width: 120px;
	text-align: right;
	padding-top: 4px;
}

.printThis2 {
	float: right;
	position: inherit;
	width: 200px;
	text-align: right;
	padding-top: 3px;
	margin-bottom: 10px;
}

.distributionBox {
	width: 450px;
}

.distributionBox h2 {
	margin-top: 5px;
	float: left;
}

.distributionSelect {
	position: relative;
	float: right;
}

.tenantListWrap {
	margin: 5px;
}

/* footer */

.footer {
	width: 830px;
	margin: 10px auto 13px;
	padding: 10px 0 5px 0;
	color: #999;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	clear: both;
}

.footerNav ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footerNav li {
	display: inline;
	padding: 0 2px;
	background: none;
}

.footerNav {
	display: inline;
	width: 50%;
}

.footer p {
	display: inline;
	width: 50%;
}

/* typography */

span.pdf a, span.podcast a, span.media a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

span.pdf a:hover, span.podcast a:hover, span.media a:hover {
	text-decoration: underline;
	font-weight: bold;
}

span.pdf {
	background: url(../images/pdf_icon.gif) 0 50% no-repeat;
	padding: 4px 0 4px 30px;
}

span.media {
	background: url(../images/play.gif) 0 50% no-repeat;
	padding: 0 0 0 30px;
	display: block;
	margin-left: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
}

span.podcast {
	background: url(../images/podcast.gif) 0 50% no-repeat;
	margin-left: 20px;
	padding: 4px 0 4px 30px;
	height: 20px;
}

.callOut h2, .callOutHome h2 {
	margin-top: 0;
	color: #fff;
	background-color: #0066cc;
	display: block;
	padding: 4px 8px;
}

.callOut h2 {
    width: 184px;
}

.callOutHome h2 {
    width: 194px;
}

.colHome .callOut h2 {
	width: 194px;
}

.callOut3 h2 {
	margin-top: 0;
	color: #fff;
	background-color: #0066cc;
	display: block;
	width: 138px;
	padding: 4px 6px;
	margin-bottom: 4px;
	font-size: 1.2em;
}

.callOut h3 {
	margin-top: 0;
	color: #fff;
	background-color: #0066cc;
	display: block;
	width: 188px;
	padding: 4px 6px;
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.callOut3 .ulTitle {
	font-weight: 700;
}

.callOut p, callOut3 p {
	margin: 8px;
}

.detail {
	color: #fff;
	background-color: #0066cc;
	display: block;
	width: 632px;
	padding: 4px 8px;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	font-weight: 700;
	float: right;
}

.detail h1 {
	color: #fff;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	font-weight: 700;
}

.colHome p {
	margin: 8px 10px 8px 0;
}

.colHome p.pdf a {
	color: #666;
}

.callOutHome p.pdf a {
	color: #00456a;
}

.oneCol p {
	line-height: 1.3em;
	font-size: 1em;
}

.moveDown {
	margin: 136px 0 0 20px;
}

.oneCol h1 {
	margin: 0;
}

.padThis {
    margin-top: 19px;
}

.retailTable a {
	color: #666;
	text-decoration: none;
}

.retailTable a:hover {
	text-decoration: underline;
}

.retailTable td {
	vertical-align: top;
	padding: 4px 2px 3px 4px;
}

table.retailTable th {
	background: #0066cc;
	color: #fff;
	padding: 4px 2px 3px 4px;
	border: 0;
}

.PresentationsTbl {

}

.emptyTable table {
    width: 600px;
}

.emptyTable a {
	color: #666;
	text-decoration: none;
	line-height: 13.65pt;
	font-size: 11px;
	font-weight: 700;
}

.emptyTable a:hover {
	text-decoration: underline;
}

/* side nav */

.filterClear {
	margin-left: 10px;
	padding-top: 2px;
}

.sideNav .tree a {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 66%;
}

.sideNav .tree a:link, .sideNav .tree a:visited {
	color: #00456a;
}

.sideNav .tree a:hover {
	color: #0066cc;
}

.sideNav .tree span {
	margin-bottom: 10px;
	display: block;
	font-weight: 700;
}

.sideNav .tree {
	line-height: 1.6em;
}

.selected2 {
	color: #666;
}

.hover2 {
	color: #999;
}

.tree table, .tree td, .tree tr, .tree tbody, .tree img {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	width: auto;
	height: auto !important;
	top: 0 !important;
}

.tree img {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	height: auto !important;
	float: none !important;
}

div.tree {
	position: relative;
	width: 150px;
}

li.selected a {
	color: #00456a;
}

li.normal a {
	color: #0066cc;
}

.rightColMenu ul {
	margin: 8px 5px 0 2px;	
}

.rightColMenu li {
	margin: 5px 0;
}

.callOutHome ul, ul.careers {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 5px 0;
}

.callOutHome li, ul.careers li {
	line-height: 1.4em;
	font-size: 1.1em;
	font-weight: 400;
	margin: 8px 0 0;
	background: transparent url(../images/bullet_blue.gif) no-repeat;
	background-position: 2px 5px;
}

.callOutHome li {
	padding-left: 10px;
	margin: 8px 6px 0;
}

.callOut ul, .callOut3 ul {
   	line-height:1.4;
    list-style-type:none;
	margin-left: 10px;
	margin-right: 3px;
}

.callOut li, .callOut3 li {
	padding-left: 8px;
	background:transparent url(../images/bullet_blue.gif) no-repeat;
	background-position:0 5px;
}

.callOut3 li {
	padding-bottom: 3px;
}

div.floatR .callOut {
	margin-bottom: 15px;
}

.colHome div.floatR .callOut {
	margin-bottom: 0;
}

.ulTitle {
	display: block;
	margin: 10px 0 0 10px;
}

li.pdf {
	background: url(../images/pdf_icon.gif)  0 4px no-repeat;
	padding-left: 28px;
	font-weight: 700;
}

p.timesnewroman, div.timesnewroman p {
	font-family: "Times New Roman", Times, serif;
	line-height: 1.3em;
	font-size: 1.4em;
	margin: 8px 0;
}

p.pdf {
	background: url(../images/pdf_icon.gif) no-repeat;
	padding-left: 28px;
}

p.pdf2 {
	background: url(../images/pdf_icon.gif) no-repeat;
	padding-left: 28px;
	font-weight: 700;
}

p.pdf a {
	color: #666;
	text-decoration: none;
}

p.pdf a:hover {
	text-decoration: underline;
}

p.pdf2 a {
	color: #00456a;
	text-decoration: none;
}

a.pdf {
	background: url(../images/pdf_icon.gif) no-repeat;
	padding-left: 28px;
	font-size: 1em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: 700;
	color: #999;
}

a .pdf a {
	color: #999;
	text-decoration: none;
}

p.mail {
	background: url(../images/mailicon.gif) no-repeat;
	font-size: 11px;
	background-position: 1% 40%;
	padding-left: 26px;
}

p.mail2 {
	background: url(../images/mailicon.gif) no-repeat;
	background-position: 1% 0%;
	padding-left: 27px;
	font-weight: 700;
}

p.mail2 a {
	text-decoration: none;
}

p.mail2 a:hover {
	text-decoration: underline;
}

p.rss {
	background: url(../images/rss.gif) no-repeat;
	padding-left: 23px;
}	

.photos {
	margin-top: 20px;
	width: 123px;
	float: left;
	padding-right: 8px;
}

.photos img {
	margin-bottom: 4px;
	width: 123px;
	height: 132px;
}

.photos p {
	color: #00456a;
	margin: 2px 0 5px 0;
	line-height: 1.4em;
	font-size: 1em;
}

.aerialPhoto img {
	width: 199px;
	height: 117px;
}	

.flash {
	float: left;
	padding-top: 42px;
	text-align: left;
	margin-right: 47px;
}

/* universal styles */

img {
	border: none;
}

.headerImg {
	margin-bottom: 15px;
	overflow: auto;
}

/* .headerImg img {
    width: 830px;
}

.headerImg .leftSlideShow img {
    width: 424px;
}

.headerImg img.rightSlideShow {
    width: 404px;
} */

.headerImg2 {
	margin-bottom: 0;
	margin-top: 5px;
}

.headerImg2 img {
	width: 656px;
}

.gridControlRight {
	margin-top: 10px;
}

.gridControlRight a {
	margin-right: 8px;
}

.gridControlRight a.selected {
	color: #00456a;
}

.padL10 {
	padding-left: 10px;
}
.floatL {
	float: left;
}

.floatL p, .floatL h1 {
	float: none;
}

.floatR {
	float: right;
}

.clear {
	clear: both;
}

.clearL {
	clear: left;
}

.clearR {
	clear: right;
}

.grey span {
	color: #666;
}

.grey h1 {
	margin-bottom: 10px;
}

/* Google Map Placement */

.googleMap span {
	font-size: 9px !important;
}

/* ADDITIONS */

.oneCol .rightMargin {
    display: block;
    margin-right: 210px;
}

a.viewLgMap {
    margin-top: 5px;
    float: right;
    clear: right;
    position: relative;
    right: 80px;
    width: 120px;
}

.googleMap .map {
    width: 199px;
    height: 117px;
    float: right;
    clear: right;
    margin-bottom: 4px;
}

.googleMapLg .map {
	height: 500px !important;
}

.rAlign, table.retailTable .rAlign {
    text-align: right;
    padding-right: 4px;
}

.blue {
    FONT-WEIGHT: normal;	
    FONT-SIZE: 11px;	
    COLOR: #00456a;
}

.TrusteeLeft, .TrusteeCenter, .TrusteeRight {
	float: left;
	width: 30%;

}
.topBorder td {
	border-top: solid 2px #bfd0da;
}

.callOut3 .showAll {
    float: left;
}

.tableControls div.floatL .showAll {
    display: inline-block;
    position: relative;
    top: 2px;
}

.leftSlideShow { 
    width: 424px; 
    float: left;
}

.rightSlideShow { 
    width: 404px;
    float: left;
}
