/* 
	-------------------------------
	CLM Tauranga Print CSS
	Author: www.72dpi.co.nz
	-------------------------------
*/

body{
	font-family: Verdana, "Tahoma", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
}
#nav-top, #sidebar, #nav, #nav-sub, .hide-print, #print-button, #footer, #sub-content, #page-bottom, .hide-print{
	display: none;
}
a:link, a:visited{
	color: #002F76;
	text-decoration: none;
}
a img{
	border: 0;
}

h1{
	color: #002C72;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h2{
	color: #175BAA;
	font-size: 13px;
}
h3{
	color: #555;
	font-size: 12px;
}
h4{
	font-size: 11px;
}


table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border-top: 1px solid #ccc;
}
td{
	border-bottom: 1px solid #ccc;
	padding: 3px;
}
th{
	border-bottom: 1px solid #ccc;
	text-align: left;
}

.form-error, .note{
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin-bottom: 10px;
}

/* =header
--------------------- */
#logo{
	width: 165px;
	float: left;
	position:relative;
	top: 0;
	left: 0;
}
#header-text{
	float:right;
	position:relative;
	right:0;
	top:0;
}
#header{
	height:129px;
	position:relative;
}

/* =self-clearing floats 
-------------------------------------- */
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* trigger hasLayout and target ie7/win only */
*:first-child+html .clearfix{
	min-height: 1px;
}
/* \*/
* html .clearfix{
	height: 1%;
	display: block;
}
/* */


