/* ------------------------------------------
CAPIO NIGHTINGALE
Stylesheet: Print Styles
Author: Reading Room
Updated: 9 December 2008
------------------------------------------ */


/* ------------------------------------------------------------------------------------
-- TYPOGRAPHY
------------------------------------------------------------------------------------ */

body {font-family:georgia, Times, "times new roman", serif; font-size:10pt; color:#000; background:#fff;}

a {color:#039;}

h1 {font-size:24pt; font-weight:normal; margin:0;}
h1 small {font-size:12pt;}
h2 {font-size:20pt; font-weight:normal; margin:5mm 0 3mm 0;}
h3 {font-size:16pt; font-weight:normal; margin:10mm 0 2mm;}
h4 {font-size:12pt; font-weight:bold; margin:5mm 0 2mm;}

p {font-size:10pt; line-height:14pt;}


/* ------------------------------------------------------------------------------------
-- GENERAL
------------------------------------------------------------------------------------ */

img {border:0;}

/* Logo
------------------------------------------ */

#logo {display:block; padding:5mm 0; border-top:1px solid #000; border-bottom:1px solid #000; margin: 0 0 10mm 0; color:#000; text-decoration:none;}

/* Footer
------------------------------------------ */

#footer {padding:10px 0; border-top:1px solid #000; margin:5mm 0 0}


/* ------------------------------------------------------------------------------------
-- SHOW FOR PRINT
------------------------------------------------------------------------------------ */

label {
	display:block !important;
}

#map {clear:both; width:676px; height:396px; padding:1px; border:1px solid #ccc;}
#mapResults {clear:both; width:676px; height:396px; padding:1px; border:1px solid #ccc;}


/* ------------------------------------------------------------------------------------
-- REMOVED FOR PRINT
------------------------------------------------------------------------------------ */

#nav-skip,
#nav-pri,
#nav-sec,
#breadcrumb,
#search-site,
.pagination,
.find-consultant,
#footer ul {
	display:none;
}


/* ------------------------------------------------------------------------------------
-- CLEARING
------------------------------------------ ------------------------------------------*/

.tba:after {
	clear:both; display:block; content:"."; height:0; font-size:0; line-height:0; visibility:hidden;
}

* html .tba {
	height:1px;
}

*+html .tba {
	min-height:1px;
}