/*-----------------------------------------------
A HotHouse Production
eHealth
Copyright 2009
author: Steve Farrugia - stevef@hothouse.com.au
----------------------------------------------- */

/*
PRINT CSS
*/
@import "clear.css";

body {font-size: 10pt; font-family: Georgia, arial, sans-serif; padding: 0 5% 0 5%; margin: 0;}
h1 {font-size: 1.5em; line-height: 1.5em; margin-bottom: 10px;}
h2 {font-size: 1.5em; line-height: 1.5em; margin-bottom: 10px;}
h3 {font-size: 1.2em; line-height: 1.5em; margin-bottom: 10px;}
h4 {font-size: 1em; line-height: 1.3em; margin-bottom: 5px;}
.left {float: left; margin: 0 10px 10px 0;}
.right {float: right; margin: 0 0 10px 10px;}

p {line-height: 1.4em; margin-bottom: 2em;}

div.content-panel {margin-bottom: 30px;}

a {text-decoration: none; color: #000;}

.print {display: block!important; visibility: visible!important;}

.print-logo {margin-bottom: 20px;}

.header-upper,
.nav,
#sidenav,
#sidebar,
p.more,
p.single,
.utility-nav {display: none;}

.header {border-bottom: 3px solid #348cbd; padding-bottom: 20px; margin-bottom: 30px;}/* cleared */
	.header img.logo {float: left;}
	.header img.tagline {float: right; padding-top: 20px;}
	
#footer {border-top: 3px solid #348cbd; padding-top: 20px; margin-top: 30px; font-size: 0.8em;}
	#footer p.copyright {float: left;}
	#footer p.find-out-more {float: right;}

div.expand-collapse dt {font-weight: bold; font-size: 1.2em;}
div.expand-collapse dd {margin-left: 0;}

