/********************************************
	Author:  			Norik D.
	Designed By:			http://www.PARSCAT.com/
	Client:			 	Brentwood Dental Group
	Website:			http://www.BrentwoodDental.com
	Created:			DEC-17-2009
	LAST MODIFIED:			DEC-17-2009	          	
 *******************************************/ 

/* Print Styles
------------------------------------------------------------------- */
*{
	overflow: visible !important;
}
body {
	background: #FFF;
	font: normal 13pt/21pt Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
}

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
#content a[href^="/"]:after {
	content: " (http://www.brentwooddental.com" attr(href) ") ";
}

.noPrint, #header, #sideBar, button, .button, .printButton, input.submit{
	display: none;
}

#content{
	display: block;
	width: auto; 
	height: 100%;
	margin: 0 5%;
	float: none !important;
	color: black; 
	background: transparent;
	position: relative;
}

#footer{
	background: #FFF;
	display: block;
	height: 120px;
	padding: 25px 0 0;
	position: relative;
	bottom: 0;
}
.print{
	display: inline;
}