/* -----------------------------------------------------------------------

   Project Name: Smile Stylers
			
   Filename: print.css
			
			
----------------------------------------------------------------------- */

body {
	line-height:1.5;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#000;
	background:none;
	font-size:10pt;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}
img {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
}
a img {
	border:none;
}
blockquote {
	margin:1.5em;
	padding:1em;
	font-style:italic;
	font-size:.9em;
}
a:link, a:visited {
	background:transparent;
	font-weight:700;
	text-decoration:underline;
}
a:link:after, a:visited:after {
	content:" (" attr(href) ") ";
	font-size:90%;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-size: 13pt;
}
h5 {
	font-size: 13pt;
}
#print-header {
	font-size: 20pt;
	color: #000000;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F92E99;
}
#outer-wrapper {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
/*Hidden for print--*/
#masthead, #nav-wrapper, #sidebar-a, #sidebar-b, .consultation, #footer, .button-consultation {
	display: none;
}
#content-wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#content {
	background-color: #FFFFFF;
	width: 100%;
	min-height:450px;
	margin: 0px;
	padding: 0px;
}
#print-footer {
	text-align: center;
	padding-top: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
}

