/* print style sheet */
body {
	font-size: 12pt;
	font-family:  Arial, Helvetica, sans-serif;
	color: black;
	margin: 0;
	padding: 0;
	background-color: white;
}
#wrapper, #footer {
	width: 85%; 
	padding: 36pt 36pt 0pt 72pt;
	float: none!important;
	position: static;
}
#wrapper {
	border-bottom: 1pt solid #5a639c;
	padding-bottom: 18pt;
}
a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
#wrapper a:after {
  content: " (http://www.GentleDentalCare.com.au" attr(href) ") ";
  color: #CCC!important;
  text-decoration: none!important;
  font-weight: lighter;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin-bottom: 0pt;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 15pt;
	padding-bottom: 6pt;
}
h3, h4, h5, h6 {
	font-size: 12pt;
}
p {
	margin: 0 0 12pt 0;
}
ul {
	margin: 12pt 0 12pt 15px;
	padding: 0;
}
dd {
	display: block;
	margin: 0;
}
blockquote {
	padding: 0pt;
	margin: 0pt;
	width: 90%;
	font-style: normal;
	font-size: 12pt;
	font-weight: bolder;
}
hr {
	border:  none;
	border-bottom: 1px solid #CCC;
}
div.promo {
	border: 1pt solid #5a639c;
	padding: 3pt 12pt 3pt 12pt;
	margin: 12pt 0 12pt 0;
	width: 90%;
}

body #banner p {
	font-size: 15pt;
	color: #414b8a;
	padding-top: 18pt;
}
#footer {
	padding-top: 9pt;
	margin-top: 12pt;
	border-bottom: 1pt solid #5a639c;
	padding-bottom: 18pt;
}
#footer address {
	font-style: normal;
	font-weight: bolder;
}

/* hide some content items */
#mainNav, #banner h1, div.locationMaps, br, div.recaptcha, div.submit {
	display: none;
}


