/* CSS Document */

/*--------------------------------------------------------------------------------------------
	IE Styles
  --------------------------------------------------------------------------------------------*/

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*--------------------------------------------------------------------------------------------
	Global 
  --------------------------------------------------------------------------------------------*/
body {
	background:none;	
	font-size:1.1em;
}


/*--------------------------------------------------------------------------------------------
	Structural 
  --------------------------------------------------------------------------------------------*/
div#container	{
	position:relative;
}
div#header	{
	display:none;	
}

div#map_canvas	{
	display:block;	
	width:500px;
	height:300px;
	border:0;
	float:left;
}
div#printAddress	{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:300px;
	margin-top:10px;	
}
div#printAddress p	{
	width:150px;
}	

/*--------------------------------------------------------------------------------------------
	Navigation 
  --------------------------------------------------------------------------------------------*/  

/*--------------------------------------------------------------------------------------------
	Typography
  --------------------------------------------------------------------------------------------*/
h2, div.column p, table, hr, div#dqltag	{
	display:none;	
}

/*--------------------------------------------------------------------------------------------
	Forms - form, input, label etc
  --------------------------------------------------------------------------------------------*/
form	{
	display:none;
} 
  