/* GENERAL STYLES */
/* 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%;
}

form, 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%;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

img{
	border:0;
}

/* UTILITY - generic classes information only */

.inline{
	display:inline;
}

.remove{
	display:none;
}

.hideLegend legend{
	display:none;
}

.hide, 
#skipNav {
	position:absolute;
	top:0;
	left:-200em;
	width:20em;
}

.fr{
	float:right;
}

.fl{
	float:left;
}

.tar{
	text-align:right;
}

.tac{
	text-align:center;
}

.tal{
	text-align:left;
}

.half{
	width:50%; /*Clearly if using 2 of these - there can be no margin, padding or borders attached */
	padding:0;
	margin:0;
	border:0;
}

.halfish{
	width:48%;
}

.nowrap { white-space:nowrap; }

/* FULL CLEAR - forces a container to surround all children - regardless of floating */

.fc:after, .formRow:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.fc, .formRow{ display: inline-block;}

/* Hides from IE-mac \*/
* html .fc, * html .formRow { height: 1%; }
.fc, .formRow { display: block; }

.mt-20 { margin-top:20px!important; }

.mr-10 { margin-right:10px; }

p.secure {display: none;}

/* fonts */

@font-face{ 
	font-family: 'MuseoSlab';
	src: url(/media/8043865/museo_slab.eot);
	src: url(/media/8043865/museo_slab.eot) format('eot'),
	     url(/media/8045614/museo_slab_500-webfont.woff) format('woff'),
	     url(/media/8045792/museo_slab_500-webfont.ttf) format('truetype'),
	     url(/media/8045795/museo_slab_500-webfont.svg#webfont) format('svg');
}

@font-face{ 
	font-family: 'MuseoSans';
	src: url(/media/8057475/museosans_500-webfont.eot);
	src: url(/media/8057475/museosans_500-webfont.eot) format('eot'),
	     url(/media/8057584/museosans_500-webfont.woff) format('woff'),
	     url(/media/8057481/museosans_500-webfont.ttf) format('truetype'),
	     url(/media/8057478/museosans_500-webfont.svg) format('svg');
}

.MuseoHeading {
font-size: 32px;
font-family: MuseoSlab;
line-height: 40pt;
color: #AB458D;
margin-bottom:0;
}

.MuseoSans {
color: #3387AB;
font-family: MuseoSans;
font-size: 12pt;
line-height: 17pt;
padding:10px;
}















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
