@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666;
	margin: 10px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1 #pageTitle {
	color: #521010;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
#pageTitle2 {
	color: #521010; 
	font-size: 18px;	
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	letter-spacing: 1px; 
	margin-bottom: 35px;
}

h2 {
	font-size: 14px;
	margin: 30px 0 0 20px;
	color: #2d211c;}
	
.FixCtrHdr #container {
	width: 800px;  /* (was 780) using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f8f7f7;
	margin: 0 auto 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.FixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
}

.FixCtrHdr #mainContent p#address {
	 font-size: 11px; 
	 font-weight: bold; 
	 margin: 10px 0 15px 20px; 
	 color: #666; 
	 text-align: center;
}

/* Properties Overview Page */
#mainContent table {
	border: 1px solid #70614e;
	background-color: #f0eeeb;
	margin-top: 2px;}

#mainContent table tr td {
	vertical-align: top;
	}
	
#mainContent table tr.label td {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	}

#mainContent table tr.description td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/*color: #333366;*/
	}
	
#mainContent table td p {
	 margin: 20px 0 0 0; 
	 text-align: right;
	}
	
#mainContent table.area td a{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .4px;
	color: #333;	
	}
	
#mainContent table td p a{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .4px;
	color: #333;	
	}
/* End Properties Overview Page */


/* Property Details Page */
#mainContent table.details td.border {
	border: none;
}

#mainContent table.details td {
	font-size: 12px;
	border-left: 1px solid #333;
	padding: 5px;	
	}
	
#mainContent table.details2 {
	margin-bottom: 10px;
	margin-top: 7px;
}


#mainContent table.details2 td.DBLborder {
	border-left: 3px double #333; 
	text-align: left;
}
	
#mainContent table.details2 td {
	font-size: 12px;	
	padding: 5px;
	text-align: right;	
	}
	
#mainContent table.details2 td.txtAlgn {	
	text-align: left;	
	}
	
#mainContent p.imgLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 10px 0 5px 0;
	padding-bottom: 0;
	text-align: left;
}	

#mainContent table tr.label img {
	border: 1px solid  #0a3413;
}
	
#mainContent table#PropImgs a {
	text-decoration: none;
}	

#mainContent table#PropImgs img {
	border: 1px solid  #663300;
}	
	
.FixCtrHdr #mainContent p#pdf {
	margin: 0 0 0 0;
	padding: 0;	
	letter-spacing: .5px;
	float: right;
	line-height: 18px;
}

.FixCtrHdr #mainContent p#pdf a {
	font-size: 11px;	
	color: #742d27;
	}		
	
#mainContent table td a#emailInfo {
	font-size: 12px;
	float: right;
	color: #663300;
	text-decoration: underline;
	margin: 7px 20px 0 0;
	letter-spacing: .5px;
}
	
/* End Property Details Page */


/* Begin Main Navigation */
.FixCtrHdr #mainContent #nav {
	 background-image: url(../Images/navBG.gif); 
	 height: 70px;
}

.FixCtrHdr #mainContent #nav p {
	 margin: 0; 
	 padding: 45px 0 0 100px; 
	 color: #decdc6; 
	 font-size: 11px;
}

.FixCtrHdr #mainContent #nav a{
	font-size: 11px;
	margin: 0;
	text-decoration: none;
	color: #decdc6;
	}
	
.FixCtrHdr #mainContent #nav a:hover{
	color: #fff;
	}
	
.FixCtrHdr #mainContent #nav a#home{
	margin: 5px 0 0 10px;
	}
	
.FixCtrHdr #mainContent #nav a#about{
	margin: 5px 0 0 42px;
	}
	
.FixCtrHdr #mainContent #nav a#properties{
	margin: 5px 0 0 12px;
	}
	
.FixCtrHdr #mainContent #nav a#leasing{
	margin: 5px 0 0 8px;
	}
	
.FixCtrHdr #mainContent #nav a#resources{
	margin: 5px 0 0 21px;
	}
	
.FixCtrHdr #mainContent #nav a#contact{
	margin: 5px 0 0 8px;
	}	
/* End Main Navigation */

/* Begin Property sub Navigation */
.FixCtrHdr #mainContent p#navProp {
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	float: right;
}

.FixCtrHdr #mainContent p#navProp a {
	font-size: 12px;	
	color: #000;
	}

.FixCtrHdr #mainContent p a#currentProp {
	text-decoration: none;
	color: #666;
	}
	
.FixCtrHdr #mainContent p#navProp2 {
	font-size: 12px;
	margin-top: 2px;
	font-weight: bold;
	letter-spacing: 1px;
	float: right;
}

.FixCtrHdr #mainContent p#navProp2 a {
	font-size: 12px;	
	color: #000;
	}

.FixCtrHdr #mainContent p a#currentProp2 {
	text-decoration: none;
	color: #666;
	}
	
div.propNav {	
	margin: 0 0 6px 10px;
}

div.propNav a {
	font-size: 11px; 
	color: #663366;
}
/* End Property sub Navigation */


.FixCtrHdr #footer {
	background-image: url(../Images/subPgFooter.gif); height: 32px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */	
}

.FixCtrHdr #footer p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #decdc6;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 17px 20px 0 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Begin Contact Page */
#mainContent table#contacts {
font-size: 12px;
}

#mainContent table#contacts td {
padding: 4px;
border-bottom: 1px solid #ccc;
}

#mainContent table#contacts tr.bold {
font-weight: bold;
letter-spacing: 1px;
background-color: #e9e6e1;
}

/* End Contact Page */




