/* CSS UTILITIES WHICH SHOULD BE USABLE ON ANY SITE */

/*   --------------------   */
/*   UTILITIES              */
/*   --------------------   */

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, dd {
margin: 0;
padding: 0;
border: 0;
}

html{
font-size: 100.01%;
}

input, textarea, select{
	font-size:100%;
}

abbr, acronym, span.abbr {cursor: help; border-bottom: 1px dashed #000;}

ul{
	list-style:none;
}

table{
	border-collapse: collapse;
	font-size:100%;
}


/* list navigation on the right hand side of the screen */
.navFloatRight{
	float:right
}

.navFloatRight li{
	display:inline;
	float:left;
}

/* list navigation on the Left hand side of the screen */
.navBlockInlineli li{
	display:inline;
	float:left;
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	
}
.navBlockInlineliword li{
	display:inline;
	float:left;
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	
}

/* Inline navigation */
.navInline{
	display:inline
}

.navInline li{
	display:inline
}


a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

img{
	border:0;
}

a:focus#skipNav, a:active#skipNav {
	font-size:1em;
	color:#333;
	left:5px;
	padding:2px;
	margin: 4px 2px 2px 2px;
	border: 1px dotted #ccc;
	background-color:#fff;
	
}

/* UTILITY - generic classes information only */

.inline{
	display:inline;
}

.remove{
	display:none;
}


.hide, a#skipNav
{
	position:absolute;
	left:-200em;
	width:20em; /* stops ie 7 from adding -200em to the page width and scrolling horizontally */
}

.fr{
	float:right;
	font-size: 10px;
	font-family: Verdana;
}

.fl{
	float:left;
}

.tar{
	text-align:right;
}

.tac{
	text-align:center;
}

.half{
	width:50%; /*Clearly if using 2 of these - there can be no margin, padding or borders attached */
}

.emphasise{
	font-weight:bold;
}



/* FULL CLEAR - forces a container to surround all children - regardless of floating */

.fc:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



.fc { display: inline-block;}

/* Hides from IE-mac \*/
* html .fc { height: 1%; }
.fc { display: block; }
/* End hide from IE-mac */