/* side menu */
#sideMenu, #sideMenu_map {
	position:absolute;
	top: 405px;
	left:0px;
	width:200px;
}

* html #sideMenu {height: 200px;}
*>#sideMenu {min-height: 200px;}
* html #sideMenu_map {height: 200px;}
*>#sideMenu_map {min-height: 200px;}

#sidemenu_housing {
	width: 145px;
	margin: 30px 0px 0px 10px;
	padding: 10px 0px 12px 0px;
	border-right: solid 1px #ccc;
}

#sidemenu_housing h2 {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 10px 7px 0px !important;
	text-align: right !important;
}

#butBar {
	margin: 15px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 180px;	
}


/* map */
#sideMenu_map {width:180px !important;}
#sideMenu_map #sidemenu_housing {width: 170px !important;}
#sideMenu_map #butBar {width: 160px !important;}


/* */
#butBar p {
	margin: 7px 0px 0px 0px !important;
	padding: 0px;
	line-height: 15px;
	text-align: right;
}

#butBar p.first {
	margin-top: 0px;
}

#butBar a:link, #butBar a:link, #butBar a:visited	{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 11px; 
	color: #339900;
	font-weight: bold;
	text-decoration: none;
	text-transform:none;
}

#butBar a:hover	{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 11px; 
	color: #02b5ca; 	
	font-weight: bold;
	text-decoration: underline;
	text-transform:none;
}


/* powered by */
#powered {
	margin: 40px 0px 0px 0px; 
	text-align: right;
	line-height: 15px;	
}



