/* Use this as base template for widget pages */

@charset "UTF-8";

/* CSS Document */
/* Copyright © 2012 The Bright Place Limited */
/* Version 1.0.1 Last Amended 04.07.2012 @ 22.45 */

/* FTW! We found the Higgs Boson! */



html, body, div, span, h1, h2, h3, h4, h5, h6, hr,p,
a img, font, img, dd, dl, dt, li, ol, ul, blockquote,
fieldset, form, label, legend, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: inherit;
	font-family: inherit;
	font-size: 100%;
}




/* ************************************************************************* */ 
/* Include the BT Font Families */

@font-face {
    font-family: 'NewBTRegular';
    src: url('../fonts/newbt-webfont.eot') format('eot'),
url('../fonts/newbt-webfont.woff') format('woff'),
url('../fonts/newbt-webfont.ttf') format('truetype'),
url('../fonts/newbt-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'NewBTBold';
    src: url('../fonts/newbtbd-webfont.eot') format('eot'),
url('../fonts/newbtbd-webfont.woff') format('woff'),
url('../fonts/newbtbd-webfont.ttf') format('truetype'),
url('../fonts/newbtbd-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* ************************************************************************* */ 
/* Widget-Specfic CSS Below */