@charset "utf-8";
img { border: none; } 
body  {
	font:Arial, Helvetica, sans-serif;
	background: #6d7178;
	background-image:url(../img/background.jpg);
	margin: 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;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0 0 -30px 0;
	position: relative;
    z-index: 2;

} 

h1 {font-family:"Times New Roman", Times, serif; font-size:20px; line-height:2em; text-align:left}
h2 {font-family:"Times New Roman", Times, serif; font-size:16px;}
.twoColFixLtHdr #header h1 {font-family:"Times New Roman", Times, serif; font-size:18px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 17px 0 30px 10px;
	margin:  0;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 170px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 35px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFF;

}	
.twoColFixLtHdr #mainContent p {font-family:Arial, Helvetica, sans-serif;
	font-size:13px; text-align: justify;} 
.twoColFixLtHdr #mainContent li {font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left: 10px; text-align:left;} 	

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}	
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#acacad; 
} 
.twoColFixLtHdr #footer p {
	font-family:Arial, Helvetica, sans-serif; font-size:11px;  margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; }/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
a:link {color:#036; text-decoration:none}      /* unvisited link */
a:visited {color:#036; text-decoration:none}  /* visited link */
a:hover {color:#369; text-decoration:underline}  /* mouse over link */
a:active {color:#0000FF;}  /* selected link */
}

/** 
 * Navigation (SIDE)
 */
  #navigation                                               {float:left;}
  #navigation a 											{display:block; height:40px; cursor:pointer;}
  #navigation a#home							{background:url(../img/navigation/home.gif) 0 0 no-repeat; width:140px;}
  #navigation a#us								{background:url(../img/navigation/About.gif) 0 0 no-repeat; width:140px;}
  #navigation a#tenants						{background:url(../img/navigation/Tenants.gif) 0 0 no-repeat; width:140px;}
  #navigation a#sale							{background:url(../img/navigation/sale.gif) 0 0 no-repeat; width:140px;}
  #navigation a#contact									{background:url(../img/navigation/Contact.gif) 0 0 no-repeat; width:140px;}
  #navigation a#mgt									{background:url(../img/navigation/MgtServices.gif) 0 0 no-repeat; width:140px;}
  #navigation a#rent									{background:url(../img/navigation/ForRent.gif) 0 0 no-repeat; width:140px;}
  #navigation a#us:hover,
  #navigation a#tenants:hover,
  #navigation a#home:hover,
  #navigation a#sale:hover,
  #navigation a#mgt:hover,
  #navigation a#rent:hover,
  #navigation a#contact:hover {background-position:0 -40px;}
  
  /** 
 * Navigation (HOME)
 */
  #navigation2                                               {align:left;}
  #navigation2 a 											{display:block; height:100px; cursor:pointer;}
  #navigation2 a#listings							{background:url(../img/navigation/listings.jpg) 0 0 no-repeat; width:150px;}
  #navigation2 a#application							{background:url(../img/navigation/application.jpg) 0 0 no-repeat; width:150px;}
  #navigation2 a#problem						{background:url(../img/navigation/problem.jpg) 0 0 no-repeat; width:170px;}
  #navigation2 a#listings:hover,
  #navigation2 a#application:hover,
  #navigation2 a#problem:hover {background-position:0 -100px;}
  
  
  div.clear 													{font-size:1px; line-height:1px; height:1px; position:relative; clear:both;}
	
#page_content 												{width:780px; margin:0; background: url(../img/backgrounds/back_of_left.gif) repeat-y 50% 0}
