/* LEFT NAVIGATION ///////////////////////////////////////////////*/

#left_nav {
	float: left;
	display: inline;
	width: 238px;
	margin-right: 25px;
	padding-bottom: 435px;
}


.left_ { background: #E9E7E8 url(../images/left_company_info.jpg) no-repeat bottom left; }
.left_search { background: #E9E7E8 url(../images/left_apartment_search.gif) no-repeat bottom left; }
.left_property_development { background: #E9E7E8 url(../images/left_property_dev.jpg) no-repeat bottom left; }
.left_company_information { background: #E9E7E8 url(../images/left_company_info.jpg) no-repeat bottom left; }
.left_resident_services { background: #E9E7E8 url(../images/left_resident_services.jpg) no-repeat bottom left; }


#left_nav_header {
	float: left;
	display: inline;
	height: 40px;
	width: 238px;
	line-height: 40px;
	color: #FFF;
	font-size: 14px;
	text-indent: 20px;
	background: url(../images/emp.png) no-repeat;
}
#left_nav ul#first_level {
	float: right;
	width: 220px;
	list-style-type: none;
	padding: 20px 0;
	font-size: 11px;
}

#left_nav ul {
	float: right;
	width: 220px;
	list-style-type: none;
	font-size: 11px;
}

#left_nav ul li {
	clear:both;
	color:#6E1111;
	height:auto;
	line-height:20px;
	list-style-type:disc;
}

#left_nav ul li ul li {
margin-left: 20px;
background: transparent url(../images/left_nav_bullet.gif) no-repeat 0 4px;
}

#left_nav ul li a {
	color: #000;
	text-decoration: none;
}

#left_nav ul li a:hover { text-decoration: underline; }

/* SUB PAGE CONTENT ///////////////////////////////////////////////////*/

#sub_content {
	float: left;
	display: inline;
	width: 422px;
	margin-right: 25px;
	padding-bottom:25px;
}
#sub_content .title {
	padding-left: 10px;
}
#sub_header {
	float: left;
	display: inline;
	width: 960px;
	height: 138px;
}

.top_ { background: #E9E7E8 url(../images/top_company_information.jpg) no-repeat bottom left; }
.top_property_development { background: #E9E7E8 url(../images/top_property_development.jpg) no-repeat bottom left; }
.top_company_information { background: #E9E7E8 url(../images/top_company_information.jpg) no-repeat bottom left; }
.top_resident_services { background: #E9E7E8 url(../images/top_resident_services.jpg) no-repeat bottom left; }
.top_search { background: #E9E7E8 url(../images/top_apartment_search.jpg) no-repeat bottom left; } 
.top_employee { background: #E9E7E8 url(../images/top_company_information.jpg) no-repeat bottom left; }
