/*********************************************************************************************************/
/*	Page elements that shold not be printed
/*********************************************************************************************************/
.noprint,.hdn,ul.m1,#nav-global,#nav-main,#footer,#breadcrumb,#left,
#dim,#lightbox,#slidecounter,#lightbox-footer,#slidenav
{
	display:			none;
}

/*********************************************************************************************************/
/*	Hide select edit elements
/*********************************************************************************************************/
a.selectedit,a.selectedit_preview,input.selectedit,input.siteeditbutton,input.selectedit_preview,#selectedit_list,#tagline-flash,#right
{
	display:			none;
}

/*********************************************************************************************************/
/*	Print-specific styling
/*********************************************************************************************************/
body
{
	margin:				0in;
	background-color:	white;
	background-image:	none;

	/*	Default text styles	----------------------------*/
	font-family:			"Lucida Sans Unicode","Lucida Grande",sans-serif;
	color:					#333333;
}

img#logo
{
	margin:					0px!important;
}

img#freeconsultation
{
	position:				absolute;
	left:					auto;
	top:					0in!important;
	right:					0px!important;
}

#header
{
	display:				inline;
}

#main
{
	width:					100%!important;
}

#content
{
	margin:					0px;
	padding:				0px;
	width:					100%!important;
}





/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

h1,h2,h3
{
	page-break-after:		avoid;
}

