/*
	BARNARDO'S PRINT STYLE SHEET - copyright 2005
	Author - T.Alen
	
	CONTENTS
	1. Accesibility
	2. HTML
	3. Structure
	4. Banner
	5. Content area styles
*/
/* --------------------------- 1. ACCESSIBILITY -------------------- */
.hide{
	display:none;
}

/* --------------------------- 2. HTML ----------------------------- */
body{
	margin:0px;
	padding:0px;
	background:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1{
	font-size: 1.2em;
	color: #000;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding:0;
}

h2{
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
 	margin: 5px 0 3px 0;
	clear: both;
}

h3{
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	margin : 5px 0 3px 0;
}
h4{
	font-size: 0.75em;
	font-weight: bold;
	color: #000;
	margin : 5px 0 3px 0;
}
p{
    font-size: 0.75em;
    line-height: 1.4em;
  	 margin: 1px 0 9px 0;
	 color : #000;
}
blockquote{
    font-size: 0.75em;
	line-height:1.4em;
}

ul{
	list-style-type: square;
	font-size:0.75em;
	color : #000;
	margin-top:5px;
}
ol{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.75em;
	color : #000;
}
li{
	line-height: 1.4em;
	margin-bottom:5px;
}
a:link{
	color: #0066cc;
	text-decoration: underline;
}
a:visited{
	color: #48006D;
	text-decoration: underline;
}

hr{
	clear:both;
	height:1px;
}

/* ------------------ 3. STRUCTURE ------------------------ */
#main{
	position:absolute;
	top: none;
	width:100%;
	height:none;
	z-index:none;
	margin:0;
	padding:0;
}
#centre{
	width: 100%;
	margin: none;
	background: none;
	border-bottom: none;
}
#centre_landing{
	width: 100%;
	margin: none;
	background: none;
	border-bottom: none;
}
#centre_popup{
	width: 100%;
	margin: none;
	background: none;
	padding: none;
	border-bottom: none;
}
#main #LMcontainer{
	width: 100%;
	float: none;
}

#main #Mcontainer{
	width:100%;
	background: none;
	float: none;
	padding: none;
	min-height: none;
}

#main #footer{
	display:none;
}

#main #Lcontainer{
	display:none;
}
#main #Rcontainer{
	display:none;
}

/* ------------------ 4. BANNER --------------------------------------- */

#banner{
	display:none;
}

#breadcrumbs{
	display:none;
}


#searchlayer form{
	display:none;
}
#search{
	display:none;
}
input.btn{
	display:none;
}
#banner_popup, #banner_landing{
	display:none;
}

/* -------------- 5. CONTENT AREA STYLES -------------------*/
.smalltext{
	font-size:0.9em;
	line-height:1.3em;
}
.alignleft{
	clear:both;
	margin:5px 5px 5px 0;
	float:left;
}
.alignright{
	clear:both;
	margin:5px 0 5px 5px;
	float:right;
}
.highlightgrey{
	margin-bottom:5px;
	padding:10px;
    font-size: 0.75em;
    line-height: 1.4em;
	color : #000;
	background:#f0f0f0;
}
.highlight{
	margin-bottom:5px;
	padding:10px;
    font-size: 0.75em;
    line-height: 1.4em;
	color : #000;
	background:#f0f0f0;
}
.highlight br, .highlightgrey br{
	line-height:0.5em;
}
.highlight a, .highlightgrey a{
	color:#000;
}
.quoteleft {
	color:#222;
	margin : 6px 6px 0 0;
	padding:5px;
	width:155px;
    font-size: 0.7em;
    line-height: 1.4em;
	font-style: italic;
	float:left;
	background:#f0f0f0;
	}
.quoteright {
	color:#222;
	margin : 6px 0 0 6px;
	padding:5px;
	width:155px;
    font-size: 0.7em;
    line-height: 1.4em;
	font-style: italic;
	float:right;
	background:#f0f0f0;
}


/** index table **/
#Mcontainer .index_h1{
	width:100%;
	float:none;
	min-height:none;
	padding-left:none;
	background:none;
	margin-bottom:none;
}

#Mcontainer .index_h1{
	width:100%;
	float:none;
	height:none;
	padding-left:none;
	background:none;
	margin-bottom:none;
}

#Mcontainer .index_h1 h1{
	margin-top:none;
}
#Mcontainer .index_h1 p .smalltext{
	font-size:110%;
	line-height:120%;
}
#Mcontainer .index_h2{
	margin:none;
	padding:none;
	clear:both;
}
#Mcontainer .index_h2 h2 a, #Mcontainer .index_h2 h2 a:visited{
	color:#000;
}
#Mcontainer .index_h2_text{
	font-size:75%;
	color:#000;
	line-height:120%;
	margin-top:none;
	margin-bottom:40px;
}
#Mcontainer .indexalignleft{
	float:left;
	margin-bottom:none;
	margin-right:none;
}
#Mcontainer .index_h3{
	clear:left;
	color:#000;
}
#Mcontainer .index_h3 div h3{
	font-size:80%;
	padding:none;
	line-height:none;
}
#Mcontainer .index_h3 div h3 a, #Mcontainer .index_h3 div h3 a:visited, #Mcontainer .index_h3 div h3 a:hover{
	color:#000;
}
#Mcontainer .index_h3 div p{
	padding:none;
	font-size:none;
	line-height:none;
	margin-top:none;
}
.dontPrint{
	display:none;
}
/* forms */
fieldset{
	padding:10px;
}
label{
    font-size: 0.75em;
    line-height: 1.4em;
  	 margin: 1px 0 9px 0;
	 color : #000;
}

.fakeinput, input:disabled{
    border: 1px solid #999;
	background-color : #fff;
    padding: 4px;
    margin-right:2px;
	color:black;
    font-family:verdana,helvetica,sans-serif;
	float: none;
	display: inline;
	margin:0;
}
input:disabled{
	background-color:#fff;
	font-size:80%;
}