/* CSS Document */
 /*  .curved {
   -moz-border-radius:10px;
   -webkit-border-radius:10px;
    
   }*/

#outer_container
{
	width: 950px;
	height: 100%;
	margin: 0 auto;
	
}

#container
{
	float: left;
	width: 920px;
	height: auto;
	margin: 0 auto;
	padding-left: 0px;
	/*background: url(../images/pages/container.png) repeat-y;*/
	border:solid 3px white;
	background:#e5e5e5;
	
}

#header
{
	float: left;
	width: 920px;
	height: 70px; /*see ie_6_fix.css for ie6*/
	margin: 0;
	padding: 0;
	background: #000;
}

.logo_header
{
	float: left;
	width: auto;
	margin: 8px;
	padding: 0;
}

.customer_service_hotline
{
	float: right;
	width: 200px;
	height: auto;
	margin: 8px;
}

#search_box
{
	clear: right;
	float: right;
	width: 305px; /*updated 10july*/
	height: auto;
	margin: 0px 10px;
	text-align: right;
}
#search_field
{
	float: left;
	width: 205px;
	height: 14px;
	color: #333;
	font-size: 12px;
	margin: 0px;
}
#search_button
{
	float: right; /*updated 10july*/
	width: auto; /*updated 10july*/
	margin: 0; /*updated 10july*/
	padding: 0; /*updated 10july*/
}

/*_________________________________ menu___from here___________________________________*/


#menu
{
	position: relative;
	float: left;
	width: 920px;
	height: 21px;
	margin: 0px 0 0 0;
	font-size: 13px;
	font-weight: 500;
	z-index: 200;
	background: #000 url(../images/ShinyBackground.png) repeat-x center;
	/*border-bottom: solid 1px #999;*/
	border-top:solid 2px white;
	border-bottom:solid 2px white;
	
	
	
}
#menu a
{
	text-decoration: none;
}
#menu ul
{
	float: left;
	height: 21px;
	margin: 0;
	padding: 0;
	list-style: none;
}



#menu ul li
{
	position: relative;
	display: block;
	float: left;
	width: 100px;
	height: 21px; /* height + padding-top = 21px */
	padding: 0px;
	margin: 0;
	text-align: center;
	/*border-right: solid 1px #ddd;*/
	border-right:solid 2px white;
}


#menu ul li.house_and_land
{
	width: 160px;
}
#menu ul li.townhouses_apartments
{
	width: 170px;
}

#menu ul li a
{
	display: block;
	height: 21px; /*should be same with the height for ul li*/
	margin: 0;
	padding: 3px 0 0 0;
	/*color: #333;*/
	color:white;
}

#menu ul li ul li a
{
	display: block;
}

#menu ul li ul
{
	position: relative;
	display: none;
	visibility: hidden;
	float: left;
	width: 150px;
	
	padding-top: 0px;
	
	height: 21px;
}


#menu ul li:hover
{
	/*display: block;*/
	height: 21px; /*should be same with the height for ul li*/
	background: #333 url(../images/ShinyBackground.png) repeat-x center;
}

#menu ul li.contact:hover
{
	margin: 0;
}

#menu ul li a:hover
{
	color: #fff;
	background: #333 url(../images/ShinyBackground.png) repeat-x center;
	height:19px;
}

#menu ul li ul li a:hover
{
	color: #fff;
	background-color: #666;
}



#menu ul li table
{
	border-collapse: collapse;
	border: none;
	padding: 0;
	position: absolute;
	top: 21px;
	left: 0;
}
/*
#menu table {
	border-collapse: collapse;
	border-spacing: 0;
	}*/
#menu li li td
{
	float: left;
	width: auto;
	height: auto;
	position: relative;
	left: 180px;
	top: -40px;
}

#print_friendly
{
	position: relative;
	float: right;
	width: 60px;
	height: 35px;
	margin-right: 20px; /*see ie_fix.php for IE6*/
	background: #EFEBE9;
}
#print_friendly a
{
	float: left;
	margin: 5px 0 0 25px;
	cursor: pointer;
}

.print_menu
{
	display: none;
	visibility: hidden;
	float: right;
	margin-right: 120px;
	font-weight: 900;
}

.print_menu a:hover
{
	text-decoration: none;
}


.noscript
{
	float: left;
	width: 890px;
	height: 25px; /* height + padding = 42px */
	margin: 0;
	padding: 5px 0px 5px 10px;
	background: #EFEBE9;
	color: #CC0000;
	font-size: 15px;
	font-weight: bold;
}

.noscript .icon
{
	float: left;
	width: 30px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: url(../images/icons/caution_20x20.png) no-repeat;
}

.noscript p
{
	float: left;
	width: auto;
	margin: 2px 0 0 0;
	padding: 0;
}

/*______menu till here____________________________________________*/

#breadcrumb
{
	float: left;
	width: 905px; /* width + padding + printer_friendly total width = 900px */
	height: 20px; /* height + padding = 42px */
	margin: 0;
	padding: 13px 5px 13px 10px;
	/*background: #EFEBE9;*/
	background:#e5e5e5;
	font-size: 0.8em;
	color:black;
	border-bottom:solid 2px white;
	
}

#breadcrumb a
{
	/*color: #333333;*/
	color:black;
}













/*____ footer from here________________________________________________________*/




#outer_footer
{
	float: left;
	width: 932px;
	height: 25px;
	/*padding-left: 10px;*/
	/*background: url(../images/pages/outer_footer.png) no-repeat;*/
	/*background: url(../images/pages/container.png) repeat-y;*/
}

#footer
{
	float: left;
	width: 920px;
	height: 30px;
	margin: 0;
	padding: 0px 0 0 0;
	background: #000 url(../images/ShinyBackground.png) repeat-x center;
	text-align: center;
	font-size: 0.7em;
	color: #fff;
	border:solid 3px white;
	border-top:solid 1px white;
}

#footer_left
{
	float: left;
	width: 24px;
	height: 25px;
	margin: 0 0 0 5px;
	padding: 0;
	/*background: url(../images/pages/triangle.png) no-repeat;*/
	background:black;
}

#footer_middle
{
	float: left;
	width: 840px;
	margin: 0;
	padding: 4px 0 0 0;
}

#footer_right
{
	float: left;
	width: 24px;
	height: 25px;
	margin: 0 0 0 0px;
	padding: 0;
	/*background: url(../images/pages/triangle.png) no-repeat;*/
	background:black;
}
#footer a
{
	color: #fff;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#copyright_print
{
	display: none;
}

