
/* property section styles */
#envelope { background: url(../../img/interface/bg-properties.jpg) 0px 0px no-repeat; }

#contentArea {
	position: absolute;
	top: 171px;
	left: 328px;
	width: 270px;
	height: 415px;
	/* color: #231f20; */
	}
	#contentArea h1 {  }
	#contentArea h2 {
		color: #1f4794;
		font-size: 1.4em;
		font-weight: bold;
		margin: 0 0 4px 0;
		}
	
	#contentArea p, #contentArea ul {
		line-height: 16px;
		margin: 0 0 8px 0;
		}
		#contentArea p.boldFocus {
			color: #1f4794;
			font-weight: bold;
			}
		
	 #contentArea ul li {
		padding: 0 0 0 15px;
		background: url(../../../shared/img/content/bg-bullet.gif) 0px 4px no-repeat;
		}

#propertyNavigation {
	position: absolute;
	top: 155px;
	right: 53px;
	width: 176px;
	}
	
	#propertyNavigation h3 { margin: 0; }
	
	#propertyNavigation ul { width: 176px; }
		#propertyNavigation ul li {
			width: 176px;
			height: 20px;
			}
			#propertyNavigation ul li a {
				width: 176px;
					w\idth: 136px;
				height: 20px;
					he\ight: 18px;
				display: block;
				color: #133c8d;
				font-weight: bold;
				padding: 2px 0 0 40px;
				background: url(../../../shared/img/nav/bg-property-nav.gif) 0px 0px no-repeat;
				}
				#propertyNavigation ul li a:hover { color: #000; background-position: 0px -20px }
				#propertyNavigation ul li a#selectedProperty { color: #000; background-position: 0px -40px }