/* Embedding fonts 
=====================================================================*/
@font-face {
	font-family: 	'ChunkFiveRegular';
	src: 			url('../files/fonts/ChunkFive-fontfacekit/Chunkfive-webfont.eot');
	src: 			local('?'), 
						url('../files/fonts/ChunkFive-fontfacekit/Chunkfive-webfont.woff') format('woff'), 
						url('../files/fonts/ChunkFive-fontfacekit/Chunkfive-webfont.ttf') format('truetype'), 
						url('../files/fonts/ChunkFive-fontfacekit/Chunkfive-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Global Classes
=====================================================================*/
.distext { display: none; }
.clearboth { clear:both; }
.clearleft { clear: left; }
.clearright { clear:right; }


/* Library
=====================================================================*/
.align-center { text-align: center; }
.align-right { text-align: right; }
.justify { text-align: justify; }
.float-left { float: left; }
.float-right { float: right; }
.clear-both { clear: both; float: none; }
.clear-right { clear: right; float: none; }
.hide {	display:none; }
.clear-both { clear: left; float: none; }
.red { color: #900; }
.white { color: #fff; }


/* General Typography
=====================================================================*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size-adjust: inherit;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 { font-family: ChunkFiveRegular, Arial, Helvetica, sans-serif; font-weight: normal }
h2 { font-size: 32px; margin-bottom: 15px; }
h3 { font-size: 25px; letter-spacing: 0; margin-bottom: 15px; }
h4 { color: #900; font-size: 20px; margin-bottom: 10px; }
h5 { font-size: 16px; margin-bottom: 2px; margin-top: 0; }

p.servhd { font: normal normal 16px ChunkFiveRegular, Arial, Helvetica, sans-serif; margin: 10px 0 5px; }